From 2532707ce420623acaf7f1fc0bd3670bb3a8a86b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 30 Nov 2009 00:09:36 -0500 Subject: [PATCH] 2.23.0 --- docs/reference/glib/tmpl/glib-unused.sgml | 67 ++ docs/reference/glib/tmpl/macros_misc.sgml | 5 +- docs/reference/glib/tmpl/version.sgml | 68 -- po/am.po | 282 +++--- po/ar.po | 285 +++--- po/as.po | 287 ++++--- po/az.po | 282 +++--- po/be.po | 283 +++--- po/be@latin.po | 286 ++++--- po/bg.po | 287 ++++--- po/bn.po | 287 ++++--- po/bn_IN.po | 287 ++++--- po/bs.po | 282 +++--- po/ca.po | 917 ++++++++++---------- po/ca@valencia.po | 285 +++--- po/cs.po | 287 ++++--- po/cy.po | 282 +++--- po/da.po | 287 ++++--- po/de.po | 287 ++++--- po/dz.po | 282 +++--- po/el.po | 286 ++++--- po/en@shaw.po | 966 +++++++++++---------- po/en_CA.po | 285 +++--- po/en_GB.po | 287 ++++--- po/eo.po | 282 +++--- po/es.po | 930 ++++++++++---------- po/et.po | 492 ++++++++++- po/eu.po | 287 ++++--- po/fa.po | 282 +++--- po/fi.po | 287 ++++--- po/fr.po | 287 ++++--- po/ga.po | 282 +++--- po/gl.po | 941 ++++++++++---------- po/gu.po | 287 ++++--- po/he.po | 287 ++++--- po/hi.po | 287 ++++--- po/hr.po | 282 +++--- po/hu.po | 287 ++++--- po/hy.po | 282 +++--- po/id.po | 282 +++--- po/is.po | 282 +++--- po/it.po | 287 ++++--- po/ja.po | 287 ++++--- po/ka.po | 282 +++--- po/kn.po | 287 ++++--- po/ko.po | 287 ++++--- po/ku.po | 282 +++--- po/lt.po | 285 +++--- po/lv.po | 282 +++--- po/mai.po | 285 +++--- po/mg.po | 282 +++--- po/mk.po | 285 +++--- po/ml.po | 287 ++++--- po/mn.po | 282 +++--- po/mr.po | 287 ++++--- po/ms.po | 282 +++--- po/nb.po | 943 ++++++++++---------- po/ne.po | 282 +++--- po/nl.po | 285 +++--- po/nn.po | 285 +++--- po/oc.po | 282 +++--- po/or.po | 287 ++++--- po/pa.po | 287 ++++--- po/pl.po | 287 ++++--- po/ps.po | 282 +++--- po/pt.po | 287 ++++--- po/pt_BR.po | 951 ++++++++++---------- po/ro.po | 287 ++++--- po/ru.po | 287 ++++--- po/rw.po | 282 +++--- po/si.po | 282 +++--- po/sk.po | 285 +++--- po/sl.po | 1282 +++++++++++++-------------- po/sq.po | 288 ++++--- po/sr.po | 287 ++++--- po/sr@ije.po | 282 +++--- po/sr@latin.po | 287 ++++--- po/sv.po | 1332 ++++++++++++++--------------- po/ta.po | 287 ++++--- po/te.po | 287 ++++--- po/th.po | 287 ++++--- po/tl.po | 282 +++--- po/tr.po | 287 ++++--- po/tt.po | 282 +++--- po/uk.po | 287 ++++--- po/vi.po | 285 +++--- po/wa.po | 282 +++--- po/xh.po | 282 +++--- po/yi.po | 282 +++--- po/zh_CN.po | 285 +++--- po/zh_HK.po | 287 ++++--- po/zh_TW.po | 287 ++++--- 92 files changed, 16991 insertions(+), 14691 deletions(-) diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml index ca73e16..139c500 100644 --- a/docs/reference/glib/tmpl/glib-unused.sgml +++ b/docs/reference/glib/tmpl/glib-unused.sgml @@ -900,6 +900,73 @@ Turns the argument into a string literal by using the '#' stringizing operator. + + +This is the binary age passed to libtool. If +libtool means nothing to you, don't worry +about it. ;-) + + + + + + + + +@required_major: +@required_minor: +@required_micro: +@Returns: + + + +This is the interface age passed to libtool. If +libtool means nothing to you, don't worry +about it. ;-) + + + + + +The major version number of the GLib library. +(e.g. in GLib version 1.2.5 this is 1.) + + + +This variable is in the library, so represents the +GLib library you have linked against. Contrast with the +#GLIB_MAJOR_VERSION macro, which represents the major version of the +GLib headers you have included. + + + + + +The micro version number of the GLib library. +(e.g. in GLib version 1.2.5 this is 5.) + + + +This variable is in the library, so represents the GLib library you +have linked against. Contrast with the #GLIB_MICRO_VERSION macro, which +represents the micro version of the GLib headers you have included. + + + + + +The minor version number of the GLib library. +(e.g. in GLib version 1.2.5 this is 2.) + + + +This variable is in the library, so represents the +GLib library you have linked against. Contrast with the +#GLIB_MINOR_VERSION macro, which represents the minor version of the +GLib headers you have included. + + + diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index 7ce3ff3..29ad670 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -403,7 +403,7 @@ Since: 2.14 - + Hints the compiler that the expression is likely to evaluate to a true value. The compiler may use this information for optimizations. @@ -413,10 +413,9 @@ if (G_LIKELY (random () != 1)) g_print ("not one"); +@expr: the expression @Returns: the value of @expr @Since: 2.2 - -@expr: the expression diff --git a/docs/reference/glib/tmpl/version.sgml b/docs/reference/glib/tmpl/version.sgml index f46c1e1..b1cf0bb 100644 --- a/docs/reference/glib/tmpl/version.sgml +++ b/docs/reference/glib/tmpl/version.sgml @@ -19,74 +19,6 @@ typically use the features described here. - - -The major version number of the GLib library. -(e.g. in GLib version 1.2.5 this is 1.) - - - -This variable is in the library, so represents the -GLib library you have linked against. Contrast with the -#GLIB_MAJOR_VERSION macro, which represents the major version of the -GLib headers you have included. - - - - - -The minor version number of the GLib library. -(e.g. in GLib version 1.2.5 this is 2.) - - - -This variable is in the library, so represents the -GLib library you have linked against. Contrast with the -#GLIB_MINOR_VERSION macro, which represents the minor version of the -GLib headers you have included. - - - - - -The micro version number of the GLib library. -(e.g. in GLib version 1.2.5 this is 5.) - - - -This variable is in the library, so represents the GLib library you -have linked against. Contrast with the #GLIB_MICRO_VERSION macro, which -represents the micro version of the GLib headers you have included. - - - - - -This is the binary age passed to libtool. If -libtool means nothing to you, don't worry -about it. ;-) - - - - - -This is the interface age passed to libtool. If -libtool means nothing to you, don't worry -about it. ;-) - - - - - - - - -@required_major: -@required_minor: -@required_micro: -@Returns: - - The major version number of the GLib library. diff --git a/po/am.po b/po/am.po index 766275a..f348dd8 100644 --- a/po/am.po +++ b/po/am.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2003-01-16 08:39+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" @@ -86,69 +86,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s'ን ተቀብሏል" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" @@ -157,119 +157,134 @@ msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" msgid "Error opening directory '%s': %s" msgstr "" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "" @@ -500,7 +515,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1078,17 +1093,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1111,34 +1126,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1190,13 +1205,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "" @@ -1209,49 +1224,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1340,7 +1355,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1353,115 +1368,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, c-format +msgid "Filesystem does not support symbolic links" +msgstr "" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1482,103 +1502,103 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1660,49 +1680,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1711,11 +1731,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1848,7 +1868,7 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" diff --git a/po/ar.po b/po/ar.po index 1d1c0e1..8f3760a 100644 --- a/po/ar.po +++ b/po/ar.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2008-09-17 05:06+0300\n" "Last-Translator: Anas Afif Emad \n" "Language-Team: Arabic \n" @@ -92,69 +92,69 @@ msgstr "لم يسجل أي تطبيق بالاسم '%s' علامة '%s'" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "فشل تمديد سطر exec '%s' بالمسار '%s'" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "التحويل من مجموعة المحارف '%s' إلى '%s' غير مدعوم" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "تعذّر فتح المُحوِّل من '%s' إلى '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "سلسلة بايتات غير سليمة في دخْل التحويل" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "خطأ أثناء التحويل: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "تتابع محارف جزئي عند نهاية الدخْل" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "تعذّر تحويل fallback '%s' إلى مجموعة المحارف '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "المسار '%s' ليس مسارا مطلقا باستخدام المخطط \"file\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "ملف المسار المحلي '%s' لا يمكن أن يحتوي على '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "المسار '%s' غير سليم" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "اسم مستضيف المسار '%s' غير سليم" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "المسار '%s' يحتوي على محارف خلوص غير سليمة " -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "اسم المسار '%s' ليس مسارا كاملا" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "اسم المستضيف غير سليم" @@ -163,92 +163,92 @@ msgstr "اسم المستضيف غير سليم" msgid "Error opening directory '%s': %s" msgstr "خطأ أثناء فتح الدليل '%s'‏: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "تعذّر تحصيص %Ilu بايتات لقرائة الملف \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "خطأ عند قراءة الملف '%s'‏: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "الملف \"%s\" كبير جدا" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "فشلت القراءة من الملف '%s'‏: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "فشل فتح الملف '%s'‏: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "فشلت في أخذ صفات الملف '%s': فشل fstat(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "فشل فتح الملف '%s': فشل fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "فشل إعادة تسمية الملف '%s' إلى '%s': فشل g_rename(): %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "فشل إنشاء الملف '%s'‏: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "فشل فتح الملف '%s' للكتابة: فشل fdopen(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "فشلت في كتابة الملف '%s': فشل fwrite(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "فشلت في كتابة الملف '%s': فشل fwrite(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "فشلت في كتابة الملف '%s': فشل fwrite(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "فشلت في غلق الملف '%s': فشل fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "لا يمكن حذف الملف الموجود مسبقا '%s': فشل g_unlink(): %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "القالب '%s' غير سليم، لا يجب أن يحتوي على '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "لا يحتوي القالب '%s' على XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -259,27 +259,42 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%I.1f ك.بايت" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%I.1f م.بايت" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%I.1f ج.بايت" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%I.1f ك.بايت" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%I.1f ك.بايت" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%I.1f ك.بايت" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "فشلت قراءة الوصلة الرمزية '%s'‏: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "الوصلات الرمزية غير مدعومة" @@ -525,7 +540,7 @@ msgstr "وُصِلَ للحد المسموح به من أمكنة الرجوع msgid "the pattern contains items not supported for partial matching" msgstr "المثال يحتوي على عناصر لا تحتمل التطابق الجزئي" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "خطأ داخلي" @@ -1106,17 +1121,17 @@ msgstr "لا يمكن تفسير القيمة '%s' كعدد منطقي." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "مُرِّرت قيمة كبيرة جدّا إلى %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "سبق إغلاق الدَفق " -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "أُلغيت العملية " @@ -1139,34 +1154,34 @@ msgstr "نوع %s" msgid "Unexpected early end-of-stream" msgstr "نهاية دَفق غير متوقّعة وغير متوقعة " -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "غير مسمّى" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "ملف سطح المكتب لم يحدد الحقل التنفيدي" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "تعذّر إيجاد الطرفية المطلوبة للتطبيق" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "تعذّر إنشاء مجلد التهيئة الخاص بتطبيق المستخدم %s: ‏%s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "لا يمكن إنشاء مجلد التهيئة MIME %s للمستخدم: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "لا يمكن إنشاء الملف %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "تعريف مخصص لِ %s" @@ -1221,13 +1236,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "عمليّة غير مدعومة" @@ -1240,50 +1255,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "الوصل الحاوي غير موجود" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "لا يمكنك نقل دليل على دليل" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "لا يمكنك نسخ دليل على دليل" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "الملف الهدف موجود مسبّقا" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr " لا يمكنك النسخ التكراري للدليل " -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 #, fuzzy msgid "Can't copy special file" msgstr "لا يمكنك نقل دليل على دليل" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr " قيمة الوصلة الرمزية المُعطاة غير سليمة" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "المهملات غير مدعومة" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "لا يمكن لأسماء الملفات أن تحتوي على '%c' " -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "الجهاز لا ينفذ الوَصل" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "لم يسجل أي تطبيق كمعالج لهذا الملف" @@ -1372,7 +1387,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr " للدَفق عملية عالقة" @@ -1385,114 +1400,119 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "تعذّر ايجاد نوع المراقبة للدليل المحلي الافتراضي " -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "اسم ملف غير صالح %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "خطأ أثناء تلقي معلومات نظام الملفات: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr " لا يمكنك إعادة تسمية الدليل الجذري " -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "خطأ عند إعادة تسمية الملف: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "لا يمكنك إعادة تسمية الملف، اسم الملف موجود بالفعل" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "اسم ملف غير صالح" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "خطأ عند فتح الملف: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "لا يمكن فتح الدّليل" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "خطأ عند حذف الملف: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "خطأ عند ارسال الملف للمهملات: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "تعذّر إنشاء مجلد سلة المهملات %s: ‏%s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "تعذّر إيجاد دليل المستوى الأعلى للمهملات" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "تعذّر ايجاد أو إنشاء دليل المهملات" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "تعذّر إنشاء ملف المُهْملات: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "تعذّر نقل الملف: %s إلى المهملات " -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "خطأ أثناء إنشاء الدليل: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "فشلت قراءة الوصلة الرمزية '%s'‏: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "خطأ أثناء تشكيل الوصلة الرمزية: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "خطأ عندنقل الملف: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "لا يمكنك نقل دليل على دليل" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "فشل إنشاء ملف النسخة الاحتياطية" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "خطأ في إزالة الملف الهدف: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "النقل بين الوصلات غير مدعوم" @@ -1513,103 +1533,103 @@ msgstr "اسم غير سليم للخاصية الممتدة" msgid "Error setting extended attribute '%s': %s" msgstr "خطأ عند تعيين الخاصية الممتدة '%s'‏: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "خطأ عند تناول الملف '%s'‏: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (ترميز غير سليم)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "خطأ فى تناول واصف الملف: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "نوع الخاصية غير سليم ( يُفترض uint32 )" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "نوع الخاصية غير سليم ( يُفترض uint64 )" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "نوع الخاصية غير سليم ( يُنتضر مقطع بايت )" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "خطأ تعيين الأذونات: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "خطأ تعيين الأذونات: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "خطأ تعيين المالك: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "يجب أن يكون فهرس القائمة غير سلبي" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "خطأ أثناء تعيين الوصلة الرمزية: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "خطأ في تعيين الوصلة الرمزية: الملف ليس وصلة رمزية" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "خطأ تعيين الأذونات: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "يجب ألا يكون سياق SELinux صفرا" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "خطأ في ضبط سياق SELinux: ‏%s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "‏SELinux ليس مفعلا على هذا النظام" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "تعيين الصفة %s غير مُدَعَّم" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "خطأ أثناء القراءة من الملف: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "خطأ أثناء تصفح الملف: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "خطأ عند غلق الملف: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "تعذّر إيجاد نوع المراقبة للملف المحلي الافتراضي " @@ -1690,51 +1710,54 @@ msgstr "فشل تغيير قياس دَفْقُ الاخراج للذاكرة" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "نقطة الوصل لا تدعم الفصل" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "نقطو الوصْل لا يتدعم الإخراج" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "نقطة الوصل لا تدعم الفصل" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "نقطو الوصْل لا يتدعم الإخراج" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "نقطة الوصل لا تدعم تخمين نوع المحتوى" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "نقطة الوصل لا تدعم التخمين المتزامن لنوع المحتوى" @@ -1743,11 +1766,11 @@ msgstr "نقطة الوصل لا تدعم التخمين المتزامن لنو msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "دَفْقُ الاخراج لا يدعم الكتابة" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "دَفْقُ المَصدر سبق إغلاقه" @@ -1883,7 +1906,7 @@ msgstr "خطأ عند فتح الملف: %s" msgid "GSocketControlMessage not supported on windows" msgstr "تغيير الترابطات غير مدعوم على win32" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "خطأ عند حذف الملف: %s" diff --git a/po/as.po b/po/as.po index ed51897..e9f77b0 100644 --- a/po/as.po +++ b/po/as.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: as\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-15 12:48+0530\n" "Last-Translator: \n" "Language-Team: Assamese <>\n" @@ -88,69 +88,69 @@ msgstr "'%s' নামৰ কোনো অনুপ্ৰয়োগে '%s' ৰ msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec শাৰী '%s', য'ত URI '%s' আছে, বিস্তৃত কৰাত বিফল" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "আখৰৰ গোট '%s' ৰ পৰা '%s' লৈ সলনি কৰাৰ সমৰ্থন নাই" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' ৰ পৰা '%s' লৈ সলনি কৰা যন্ত্ৰক খুলিব নোৱাৰি" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "সলনি কৰাৰ নিবেশত অৱৈধ byte ক্ৰম" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "নিবেশৰ অন্তত অসম্পূৰ্ণ আখৰৰ গোট" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "fallback '%s' ক codeset '%s' লৈ সলনি কৰিব নোৱাৰি" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "\"file\" আঁচনি ব্যৱহাৰ কৰি URI '%s' এটা সম্পূৰ্ণ URI নহয়" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "স্থানিক নথিপত্ৰৰ URI '%s' ত এটা '#' থাকিব নোৱাৰে" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' অৱৈধ" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s' ৰ গৃহস্থৰনাম অৱৈধ" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' ত অৱৈধভাবে মুক্তি পোৱা আখৰ আছে" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' পথৰ নাম এটা সম্পূৰ্ণ পথৰ নাম নহয়" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "অৱৈধ গৃহস্থৰনাম" @@ -159,119 +159,134 @@ msgstr "অৱৈধ গৃহস্থৰনাম" msgid "Error opening directory '%s': %s" msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu bytes বিতৰণ কৰিব পৰা ন'গ'ল নথিপত্ৰ \"%s\" পঢ়িবলৈ " -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "\"%s\" নথিপত্ৰ বৰ ডাঙৰ" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' নথিপত্ৰৰ পৰা পঢ়োঁতে বিফল: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' নথিপত্ৰ খোলোঁতে ভুল: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' নথিপত্ৰৰ গুণ পাওঁতে বিফল: fstat() বিফল: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' নথিপত্ৰ খোলোঁতে ভুল: fdopen() বিফল: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "'%s' নথিপত্ৰক '%s' লৈ পুনঃনামকৰণ কৰোঁতে বিফল: g_rename() বিফল: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "'%s' নথিপত্ৰ লিখিবৰ বাবে খোলাত বিফল: fdopen() বিফল: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' নথিপত্ৰ লিখাত বিফল: fwrite() বিফল: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "'%s' নথিপত্ৰ লিখাত বিফল: fflush() বিফল: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "'%s' নথিপত্ৰ লিখাত বিফল: fsync() বিফল: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' নথিপত্ৰ বন্ধ কৰাত বিফল: fclose() বিফল: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "বৰ্ত্তমানে থকা নথিপত্ৰ '%s' আঁতৰাব পৰা ন'গ'ল: g_unlink() বিফল: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s' টেমপ্লেট অৱৈধ, এটা '%s' থাকিব নালাগে" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' টেমপ্লেটত XXXXXX নাই" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "সাঙ্কেতিক সংযোগ পঢ়াত বিফল '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" @@ -526,7 +541,7 @@ msgstr "backtracking ৰ সুনিৰ্দিষ্ট সীমা পূ msgid "the pattern contains items not supported for partial matching" msgstr "উল্লিখিত বিন্যাসত অন্তৰ্ভুক্ত সামগ্ৰী, আংশিক মিল অনুসন্ধানত সমৰ্থিত নহয়" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "অভ্যন্তৰীণ সমস্যা" @@ -1106,17 +1121,17 @@ msgstr "'%s' মান বুলিয়েন ৰূপে বুজিব পৰ #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%s লৈ বহুত ডাঙৰ count মান দিয়া হৈছে" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "স্ৰোত ইতিমধ্যে বন্ধ" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "কৰ্ম বাতিল কৰা হৈছে" @@ -1139,34 +1154,34 @@ msgstr "%s ধৰন" msgid "Unexpected early end-of-stream" msgstr "স্ৰোতৰ অপ্ৰত্যাশিত আগতীয়া অন্ত ।" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "নামবিহীন" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "ডেস্কটপ নথিপত্ৰত Exec ক্ষেত্ৰ নিৰ্ধাৰিত নহয়" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "অনুপ্ৰয়োগৰ বাবে আৱশ্যক টাৰ্মিনেল পোৱা নাযায়" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ব্যৱহাৰকৰ্তা অনুপ্ৰয়োগৰ বিন্যাস ফোল্ডাৰ %s নিৰ্মাণ কৰিবলৈ ব্যৰ্থ: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ব্যৱহাৰকৰ্তা MIME বিন্যাস ফোল্ডাৰ %s নিৰ্মাণ কৰিবলৈ ব্যৰ্থ: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "ব্যৱহাৰকৰ্তা ডেস্কটপ নথিপত্ৰ %s নিৰ্মাণ কৰিবলৈ ব্যৰ্থ" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s ৰ বাবে স্বনিৰ্ধাৰত ব্যাখ্যা" @@ -1218,13 +1233,13 @@ msgstr "GEmblemedIcon encoding ত ট'কেনৰ ভুল সংখ্যা msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon ৰ কাৰণে এটা GEmblem প্ৰত্যাশিত" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "কাৰ্য্য সমৰ্থিত নহয়" @@ -1237,49 +1252,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "ধাৰণকাৰী মাউন্ট উপস্থিত নাই" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "পঞ্জিকাৰ ওপৰতত নকল কৰা নাযাব" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "পঞ্জিকাৰ ওপৰত পঞ্জিকা নকল কৰা নাযায়" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "লক্ষ্য নথিপত্ৰ উপস্থিত আছে" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "ৰিকাৰ্ছিভ ভাবে পঞ্জিকা নকল কৰা নাযাব" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "বিশেষ নথিপত্ৰ নকল কৰিব নোৱাৰি" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "অৱৈধ সিম-সংযোগ মান উপলব্ধ কৰা হৈছে" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "আবৰ্জনা সমৰ্থিত নহয়" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "নথিপত্ৰৰ নামত '%c' ব্যৱহাৰ কৰা নাযাব" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "ভলিউম দ্বাৰা mount প্ৰয়োগ কৰা নহয়" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "চিহ্নিত নথিপত্ৰ ব্যৱস্থাপনাৰ উদ্দেশ্যে কোনো অনুপ্ৰয়োগ নিবন্ধিত নহয়" @@ -1368,7 +1383,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "স্ৰোতৰ ক্ষেত্ৰত অসমাপ্ত কৰ্ম উপস্থিত আছে" @@ -1381,115 +1396,120 @@ msgstr "ছকেট ঠিকনাৰ কাৰণে যথেষ্ট স msgid "Unsupported socket address" msgstr "অসমৰ্থিত ছকেট ঠিকনা" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "অবিকল্পিত স্থানীয় পঞ্জিকাৰ মনিটৰৰ ধৰন পোৱা ন'গ'ল" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "নথিপত্ৰৰ নাম অৱৈধ: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "নথিপত্ৰপ্ৰণালী সংক্ৰান্ত তথ্য প্ৰাপ্ত কৰিবলৈ সমস্যা: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "root পঞ্জিকাৰ নাম পৰিবৰ্তন কৰা সম্ভৱ নহয়" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "নথিপত্ৰৰ নাম পৰিবৰ্তনত সমস্যা: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" "নথিপত্ৰৰ নাম পৰিবৰ্তন কৰা নাযায়, নতুন নামৰ এটা নথিপত্ৰৰ নাম বৰ্তমানে উপস্থিত আছে" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "নথিপত্ৰৰ নাম অবৈধ" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "নথিপত্ৰ খুলিবলৈ সমস্যা: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "পঞ্জিকা খুলিবলৈ সমস্যা" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "নথিপত্ৰ আঁতৰাবলৈ সমস্যা: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "নথিপত্ৰ আবৰ্জনালৈ স্থানান্তৰ কৰিবলৈ সমস্যা: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "আবৰ্জনাৰ পঞ্জিকা %s নিৰ্মাণ কৰিবলৈ সমস্যা: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "আবৰ্জনাৰ ঊৰ্ধ্বতন পঞ্জিকা সনাক্ত কৰিবলৈ ব্যৰ্থ" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "আবৰ্জনাৰ পঞ্জিকা সনাক্ত বা নিৰ্মাণ কৰিবলৈ ব্যৰ্থ" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "trashing তথ্যৰ নথিপত্ৰ সৃষ্টি কৰিব নোৱাৰি: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "নথিপত্ৰ বৰ্জন কৰিবলৈ ব্যৰ্থ: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "পঞ্জিকা নিৰ্মাণ কৰিবলৈ ব্যৰ্থ: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "সাঙ্কেতিক সংযোগ পঢ়াত বিফল '%s': %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "সাঙ্কেতিক সংযোগ নিৰ্মাণ কৰিবলৈ ব্যৰ্থ: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "নথিপত্ৰ স্থানান্তৰ কৰিবলৈ সমস্যা: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "পঞ্জিকাৰ ওপৰত পঞ্জিকা স্থানান্তৰ কৰা নাযাব" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "বেক-আপ নথিপত্ৰ নিৰ্মাণ কৰিবলৈ ব্যৰ্থ" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "লক্ষ্য নথিপত্ৰ আঁতৰাবলৈ সমস্যা: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "মাউন্ট কৰা অৱস্থানত স্থানান্তৰ কৰা সম্ভৱ নহয়" @@ -1510,102 +1530,102 @@ msgstr "অবৈধ সম্প্ৰসাৰিত গুণৰ নাম" msgid "Error setting extended attribute '%s': %s" msgstr "সম্প্ৰসাৰিত গুণ নিৰ্ধাৰণ কৰোঁতে ভুল '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "নথিপত্ৰ '%s' stat কৰিবলৈ ব্যৰ্থ: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (অৱৈধ এনকোডিং)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "নথিপত্ৰৰ দেস্ক্ৰিপ্টৰ stat কৰিবলৈ সমস্যা: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "গুণৰ ধৰন বৈধ নহয় (প্ৰত্যাশিত uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "গুণৰ ধৰন বৈধ নহয় (প্ৰত্যাশিত uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "গুণৰ ধৰন বৈধ নহয় (প্ৰত্যাশিত byte স্ট্ৰিং)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "symlinks ত সন্মতি নিৰ্ধাৰণ কৰিব নোৱাৰি" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "অনুমতি নিৰ্ধাৰণ কৰিবলৈ সমস্যা: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "গৰাকী নিৰ্ধাৰণ কৰিবলৈ সমস্যা: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "সাঙ্কেতিক সংযোগ NULL হ'ব নোৱাৰে" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "সাঙ্কেতিক সংযোগ নিৰ্ধাৰণ কৰিবলৈ সমস্যা: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "সাঙ্কেতিক সংযোগ নিৰ্ধাৰণ কৰিবলৈ ত্ৰুটি: নথিপত্ৰ সাঙ্কেতিক সংযোগ নহয়" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "সাল সলনি বা অভিগমৰ সময় নিৰ্ধাৰণ কৰিবলৈ সমস্যা: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux ৰ সন্দৰ্ভ NULL হ'ব নোৱাৰে" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux ৰ সন্দৰ্ভ নিৰ্ধাৰণ কৰিবলৈ ব্যৰ্থ: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "এই ব্যৱস্থাপ্ৰণালীত SELinux সক্ৰিয় কৰা নহয়" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "%s গুণৰ মান নিৰ্ধাৰণ সমৰ্থিত নহয়" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "নথিপত্ৰৰ পৰা পঢ়িবলৈ সমস্যা: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "নথিপত্ৰত seek কৰিবলৈ সমস্যা: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "নথিপত্ৰ বন্ধ কৰিবলৈ সমস্যা: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "অবিকল্পিত স্থানীয় নথিপত্ৰৰ মনিটৰৰ ধৰন পোৱা ন'গ'ল" @@ -1686,49 +1706,54 @@ msgstr "স্মৃতিশক্তিৰ নিৰ্গমৰ স্ৰো #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount ৰ দ্বাৰা unmount প্ৰয়োগ কৰা নহয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount ৰ দ্বাৰা ইজেক্ট কৰ্ম সঞ্চালিত নহয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "mount ৰ দ্বাৰা unmount বা unmount_with_operation প্ৰয়োগ কৰা নহয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "mount ৰ দ্বাৰা ইজেক্ট বা eject_with_operation কৰ্ম সঞ্চালিত নহয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount ৰ দ্বাৰা remount প্ৰয়োগ কৰা নহয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount দ্বাৰা সামগ্ৰীৰ ধৰন অনুমান কৰা সম্ভৱ নহয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount দ্বাৰা সুসংগতভাবে সামগ্ৰীৰ ধৰন অনুমান কৰা সম্ভৱ নহয়" @@ -1737,11 +1762,11 @@ msgstr "mount দ্বাৰা সুসংগতভাবে সামগ্ msgid "Hostname '%s' contains '[' but not ']'" msgstr "গৃহস্থৰনাম '%s' ত '[' আছে কিন্তু ']' নাই" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "নিৰ্গমৰ স্ৰোতে লিখা কাৰ্য ৰূপায়ন নকৰে" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "উৎসৰ স্ৰোত ইতিমধ্যে বন্ধ" @@ -1873,7 +1898,7 @@ msgstr "সম্বাদ পঠিয়াওঁতে ভুল: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage ক windows ত সমৰ্থিত নহয়" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "সম্বাদ পাওঁতে ভুল: %s" diff --git a/po/az.po b/po/az.po index 68c2f6d..60c49c7 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.az\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2004-02-02 12:12+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" @@ -87,69 +87,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "'%s' simvolik körpüsü oxuna bilmədi: %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "`%s' hərf dəstəsindən `%s' hərf dəstəsinə dönüşdürmə dəstəklənmir" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "`%s' dən `%s' ə dönüşdürücü açıla bilmir: %s" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "dönüşdürmə girişində hökmsüz bayt qatarı" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Girişin sonunda parçalı hərf qatarı" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "fallback '%s' hərf dəstəsi '%s' ə dönüşdürülə bilmir" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "`%s' URI-si fayl sxemini işlədən mütləq URI deyildir" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Yerli fayl uRI-si `%s' `#' daxil edə bilməz" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "`%s' URI-si səhvdir" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "`%s' URI-sinin qovşaq adı səhv qaçırılmış" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "`%s'in URÄ°-si səhv qaçırılmış xarakterlər daxil edir" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "`%s'in cığır adı mütləq cığır deyildir" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Hökmsüz qovşaq adı" @@ -158,119 +158,134 @@ msgstr "Hökmsüz qovşaq adı" msgid "Error opening directory '%s': %s" msgstr "Cərgə açma xətası: '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "\"%2$s\" faylını oxumaq üçün %1$lu bayt ayrıla bilmir" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Fayldan oxuma iflası '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Fayl açma iflası '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Faylın xüsusiyyətlərini əldə etmə iflası '%s': fstat() iflası: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Fayl açma iflası '%s': fdopen() iflası: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Fayl açma iflası '%s': fdopen() iflası: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Fayl yaratma iflası '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Fayl açma iflası '%s': fdopen() iflası: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Fayl açma iflası '%s': fdopen() iflası: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Fayl açma iflası '%s': fdopen() iflası: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Fayl açma iflası '%s': fdopen() iflası: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Fayl açma iflası '%s': fdopen() iflası: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Nümunə '%s' hökmsüzdür, '%s' daxil etməməlidir" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Şablon '%s' XXXXXX ilə qurtarmır" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' simvolik körpüsü oxuna bilmədi: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Simvolik körpülər dəstəklənmir" @@ -534,7 +549,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1120,17 +1135,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1153,34 +1168,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1232,13 +1247,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1252,50 +1267,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Simvolik körpülər dəstəklənmir" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1384,7 +1399,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1397,115 +1412,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Hökmsüz qovşaq adı" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Hökmsüz qovşaq adı" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Cərgə açma xətası: '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "'%s' simvolik körpüsü oxuna bilmədi: %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1527,103 +1547,103 @@ msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qur msgid "Error setting extended attribute '%s': %s" msgstr "Cərgə açma xətası: '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d sətirində xəta : %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simvolik körpülər dəstəklənmir" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1705,49 +1725,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1756,11 +1776,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1894,7 +1914,7 @@ msgstr "Fayl oxuma xətası: '%s': %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Fayl oxuma xətası: '%s': %s" diff --git a/po/be.po b/po/be.po index 66a0564..9dd5b0b 100644 --- a/po/be.po +++ b/po/be.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2005-11-16 11:21+0200\n" "Last-Translator: Vital Khilko \n" "Language-Team: Belarusian \n" @@ -92,13 +92,13 @@ msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Немагчыма прачытаць сымбалічную спасылку \"%s\": %s" # glib/gconvert.c:390 -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Пераўтварэньне з набору знакаў \"%s\" у \"%s\" не падтрымліваецца" # glib/gconvert.c:394 -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не атрымалася адкрыць пераўтваральнік з \"%s\" у \"%s\"" @@ -106,7 +106,7 @@ msgstr "Не атрымалася адкрыць пераўтваральнік # glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282 # glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875 # glib/gutf8.c:1320 -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" @@ -114,7 +114,7 @@ msgstr "Недапушчальная пасьлядоўнасьць байтаў # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" @@ -122,55 +122,55 @@ msgstr "Памылка ў часе пераўтварэньня: %s" # glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212 # glib/gutf8.c:1316 -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Няпоўны сымбаль у канцы ўваходнага радку" # glib/gconvert.c:788 -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Немагчыма пераўтвараць знак \"%s\" у знак са збору \"%s\"" # glib/gconvert.c:1593 -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI \"%s\" не зьяўляюцца абсалютным URI выкарыстаньня схемы \"file\"" # glib/gconvert.c:1603 -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI \"%s\" мясцовага файлу ня можа ўключаць \"#\"" # glib/gconvert.c:1620 -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI \"%s\" недапушчальная" # glib/gconvert.c:1632 -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Назва вузлу ў URI \"%s\" недапушчальная" # glib/gconvert.c:1648 -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI \"%s\" утрымлівае недапушчальны кіравальны сымбаль" # glib/gconvert.c:1719 -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Шлях \"%s\" не зьяўляецца абсалютным" # glib/gconvert.c:1729 -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Недапушчальная назва вузла" @@ -181,134 +181,149 @@ msgid "Error opening directory '%s': %s" msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s" # glib/gfileutils.c:337 glib/gfileutils.c:402 -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Не атрымалася разьмеркаваць %lu байтаў для чытаньня файлу \"%s\"" # glib/gfileutils.c:348 -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" # glib/gfileutils.c:426 -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Збой чытаньня з файлу \"%s\": %s" # glib/gfileutils.c:465 glib/gfileutils.c:533 -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Збой адкрыцьця файлу \"%s\": %s" # glib/gfileutils.c:479 -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Збой атрыманьня атрыбутаў файлу \"%s\": збой fstat(): %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Збой адкрыцьця файлу \"%s\": збой fdopen(): %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Збой зьмены назвы файлу \"%s\" на '%s': збой g_rename(): %s" # glib/gfileutils.c:745 -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Збой стварэньня файлу \"%s\": %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Збой адкрыцьця файла %s' для запісу: збой fdopen(): %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Збой запісу файлу '%s': збой fwrite(): %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Збой запісу файлу '%s': збой fwrite(): %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Збой запісу файлу '%s': збой fwrite(): %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Збой закрыцьця файлу %s': збой fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Наяўны файл '%s' не можа быць выдалены: збой g_unlink(): %s" # glib/gfileutils.c:712 -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Шаблён \"%s\" недапушчальны, не павінны ўтрымліваць \"%s\"" # glib/gfileutils.c:724 -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Шаблён \"%s\" канчацца не на XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + # glib/gfileutils.c:745 -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Немагчыма прачытаць сымбалічную спасылку \"%s\": %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" @@ -607,7 +622,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1244,17 +1259,17 @@ msgstr "Значэньне '%s' не можа быць інтэрпрэтава #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1278,34 +1293,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1357,13 +1372,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1377,50 +1392,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1509,7 +1524,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1522,39 +1537,39 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" # glib/gconvert.c:1729 -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Недапушчальная назва праграмы: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" # glib/gconvert.c:1729 -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy @@ -1562,90 +1577,96 @@ msgid "Invalid filename" msgstr "Недапушчальная назва вузла" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Збой стварэньня файлу \"%s\": %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Збой стварэньня файлу \"%s\": %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Збой стварэньня файлу \"%s\": %s" # glib/gdir.c:79 -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s" +# glib/gfileutils.c:745 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Немагчыма прачытаць сымбалічную спасылку \"%s\": %s" + # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Памылка ў часе пераўтварэньня: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1670,118 +1691,118 @@ msgid "Error setting extended attribute '%s': %s" msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 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:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Памылка ў часе пераўтварэньня: %s" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, 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:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Памылка ў часе пераўтварэньня: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" # glib/gmarkup.c:303 -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Памылка ў радку %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Памылка ў часе пераўтварэньня: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 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:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Памылка ў часе пераўтварэньня: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" # glib/gfileutils.c:348 -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1873,49 +1894,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1924,11 +1945,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -2079,7 +2100,7 @@ msgid "GSocketControlMessage not supported on windows" msgstr "" # glib/gfileutils.c:348 -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" diff --git a/po/be@latin.po b/po/be@latin.po index 1cf5a25..e20b670 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2008-02-16 23:33+0200\n" "Last-Translator: Ihar Hrachyshka \n" "Language-Team: Belarusian Latin \n" @@ -91,13 +91,13 @@ msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Prablema z razhortvańniem radka zapusku '%s' z URI '%s'" # glib/gconvert.c:390 -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Kanversija naboru znakaÅ­ '%s' na '%s' nie padtrymlivajecca" # glib/gconvert.c:394 -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Niemahčyma adčynić kanverter z '%s' na '%s'" @@ -105,7 +105,7 @@ msgstr "Niemahčyma adčynić kanverter z '%s' na '%s'" # glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282 # glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875 # glib/gutf8.c:1320 -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" @@ -113,7 +113,7 @@ msgstr "Niapravilnaja paśladoÅ­naść bajtaÅ­ na Å­vachodzie kanversii" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" @@ -121,56 +121,56 @@ msgstr "Pamyłka padčas kanversii: %s" # glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212 # glib/gutf8.c:1316 -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "NiapoÅ­ny znak u kancy Å­vachodnaha radka" # glib/gconvert.c:788 -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Niemahčyma pierakanvertavać surahat znaku '%s' na nabor znakaÅ­ '%s'" # glib/gconvert.c:1593 -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "URI '%s' nie źjaÅ­lajucca absalutnym URI vykarystańnia \"fajłavaj\" schiemy" # glib/gconvert.c:1603 -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI '%s' miascovaha fajłu nia moža Å­klučać '#'" # glib/gconvert.c:1620 -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' niapravilny" # glib/gconvert.c:1632 -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Niapravilnaja nazva hostu Å­ URI '%s' " # glib/gconvert.c:1648 -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' utrymlivaje nieadpaviedna cytavanyja znaki" # glib/gconvert.c:1719 -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Ściežka '%s nie źjaÅ­lajecca absalutnaj" # glib/gconvert.c:1729 -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Niapravilnaja nazva kamputara" @@ -181,49 +181,49 @@ msgid "Error opening directory '%s': %s" msgstr "Pamyłka pry adčynieńni katalohu '%s': %s" # glib/gfileutils.c:337 glib/gfileutils.c:402 -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nie atrymałasia raźmierkavać %lu bajtaÅ­ dla adčytańnia fajłu \"%s\"" # glib/gfileutils.c:348 -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Pamyłka adčytańnia fajłu '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" # glib/gfileutils.c:426 -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Pamyłka čytańnia z fajłu '%s': %s" # glib/gfileutils.c:465 glib/gfileutils.c:533 -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Niemahčyma adčynić fajł '%s': %s" # glib/gfileutils.c:479 -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Niemahčyma atrymać atrybuty fajłu '%s': funkcyja fstat() vyvieła pamyłku: %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Niemahčyma adčynić fajł '%s': funkcyja fdopen() vyvieła pamyłku: %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" @@ -231,61 +231,61 @@ msgstr "" "pamyłku: %s" # glib/gfileutils.c:745 -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Niemahčyma stvaryć fajł '%s': %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Niemahčyma adčynic fajł %s' dla zapisu: funkcyja fdopen() vyvieła pamyłku: %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Niemahčyma zapisać fajł '%s': funkcyja fwrite() vyvieła pamyłku: %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Niemahčyma zapisać fajł '%s': funkcyja fwrite() vyvieła pamyłku: %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Niemahčyma zapisać fajł '%s': funkcyja fwrite() vyvieła pamyłku: %s" # glib/gfileutils.c:505 -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Niemahčyma začynić fajł %s': funkcyja fclose() vyvieła pamyłku: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Niemahčyma vydalić najaÅ­ny fajł '%s': funkcyja g_unlink() vyvieła pamyłku: %s" # glib/gfileutils.c:712 -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Å ablon '%s' niapravilny, u im nie pavinna być '%s'" # glib/gfileutils.c:724 -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "U Å¡ablonie '%s' niama XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -293,28 +293,43 @@ msgstr[0] "%u bajt" msgstr[1] "%u bajty" msgstr[2] "%u bajtaÅ­" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + # glib/gfileutils.c:745 -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Niemahčyma pračytać symbalnuju spasyłku '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Symbalnyja spasyłki nie padtrymlivajucca" @@ -613,7 +628,7 @@ msgstr "" "Å¡ablon utrymlivaje elementy, jakija nie padtrymvajucca dla častkovaj " "adpaviadnaści" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "unutranaja pamyłka" @@ -1252,17 +1267,17 @@ msgstr "Ličbavuju vartaść '%s' niemahčyma interpretavać jak lahičnuju vart #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Funkcyi %s pieradadzieny nadta vialiki ličylnik" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Płyń užo začynienaja" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Aperacyja anulavanaja" @@ -1285,35 +1300,35 @@ msgstr "typ %s" msgid "Unexpected early end-of-stream" msgstr "Zaŭčasny kaniec płyni" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nienazvany" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Fajł stała nie akreślivaje pola Exec" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Niemahčyma znajści terminału, vymahanaha dla aplikacyi" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Niemahčyma stvaryć fajł stała %s dla karystalnika" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Asablivaje aznačeńnie dla %s" @@ -1368,13 +1383,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Aperacyja nie padtrymlivajecca" @@ -1387,50 +1402,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Źmiaščalnaje mantavańnie nie isnuje" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Niemahčyma skapijavać zamiest katalohu" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Niemahčyma skapijavać kataloh zamiest inÅ¡aha katalohu" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Metavy fajł isnuje" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Niemahčyma rekursiÅ­na skapijavać kataloh" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 #, fuzzy msgid "Can't copy special file" msgstr "Niemahčyma skapijavać zamiest katalohu" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Padadzienaja niapravilnaja vartaść symbalnaj spasyłki" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Śmietnica nie padtrymlivajacca" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Nazvy fajłaÅ­ nia mohuć utrymlivać \"%c\"" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "masiÅ­ nie zaimplementavaÅ­ mantavańnia (mount)" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Nivodnaja aplikacyja nie zarehistravanaja dla pracy z hetym fajłam" @@ -1519,7 +1534,7 @@ msgstr "Uvachodnaja płyń nie zaimplementavała čytańnia (read)" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Dla płyni jość važkaja aperacyja" @@ -1532,129 +1547,135 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 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:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Niapravilnaja nazva fajłu %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Pamyłka atrymańnia źviestak ab fajłavaj systemie: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Niemahčyma źmianić nazvu dla karaniovaha katalohu" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Pamyłka adčytańnia fajłu: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 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:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Niapravilnaja nazva fajłu" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Pamyłka adčynieńnia fajłu: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Niemahčyma adčynić kataloh" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Pamyłka vydaleńnia fajłu: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Pamyłka vykidańnia Å­ śmietnicu fajłu: %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Niemahčyma stvaryć kataloh śmietnicy %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Niemahčyma znajści najvyÅ¡ejÅ¡y kataloh dziela śmiećcia" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 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:1985 +#: gio/glocalfile.c:1979 #, 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:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Niemahčyma vykinuć u śmietnicu fajł: %s" # glib/gdir.c:79 -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Pamyłka pry adčynieńni katalohu '%s': %s" +# glib/gfileutils.c:745 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Niemahčyma pračytać symbalnuju spasyłku '%s': %s" + # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Pamyłka stvareńnia symbalnaj spasyłki: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Pamyłka pieranosu fajłu: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Niemahčyma pieranieści kataloh zamiest inÅ¡aha katalohu" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "NiaÅ­dałaje stvareńnie zapasnoha fajłu" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Pamyłka vydaleńnia metavaha fajłu: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Pieranos pamiž punktami mantavańnia nie padtrymlivajecca" @@ -1678,66 +1699,66 @@ msgid "Error setting extended attribute '%s': %s" msgstr "Pamyłka akreśleńnia paÅ¡yranaha atrybutu '%s': %s" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Pamyłka atrymańnia stat() dla fajłu '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (niapravilnaje kadavańnie)" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Pamyłka atrymańnia stat() dla fajłavaha deskryptara: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Niapravilny typ atrybutu (čakaÅ­sia uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Niapravilny typ atrybutu (čakaÅ­sia uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 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:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" 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:1902 +#: gio/glocalfileinfo.c:1905 #, 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:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Pamyłka akreśleńnia ŭładalnika: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symbalnaja spasyłka musić być nia-NULL" # glib/gmarkup.c:303 -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Pamyłka akreśleńnia symbalnaj spasyłki: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" "Pamyłka akreśleńnia symbalnaj spasyłki: fajł nie źjaÅ­lajecca symbalnaj " @@ -1745,54 +1766,54 @@ msgstr "" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Pamyłka akreśleńnia pravoÅ­: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 #, 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:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Pamyłka akreśleńnia ŭładalnika: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Akreśleńnie atrybutu %s nie padtrymlivajecca" # glib/gfileutils.c:348 -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Pamyłka adčytańnia z fajłu: %s" # glib/gfileutils.c:348 -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Pamyłka zruchu Å­ fajle: %s" # glib/gfileutils.c:348 -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Pamyłka začynieńnia fajłu: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Niemahčyma znajści zmoŭčany typ manitora dla lakalnaha fajłu" @@ -1882,44 +1903,47 @@ msgstr "Nie Å­dałosia źmianić pamier płyni vyjścia Å­ pamiaci" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mantavańnie nie zaimplementavała admantavańnia (unmount)" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mantavańnie nie zaimplementavała vysoÅ­vańnia (eject)" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "mantavańnie nie zaimplementavała admantavańnia (unmount)" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "mantavańnie nie zaimplementavała vysoÅ­vańnia (eject)" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mantavańnie nie zaimplementavała pieramantavańnia (remount)" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 #, fuzzy msgid "mount doesn't implement content type guessing" msgstr "mantavańnie nie zaimplementavała admantavańnia (unmount)" @@ -1927,7 +1951,7 @@ msgstr "mantavańnie nie zaimplementavała admantavańnia (unmount)" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 #, fuzzy msgid "mount doesn't implement synchronous content type guessing" msgstr "mantavańnie nie zaimplementavała admantavańnia (unmount)" @@ -1937,11 +1961,11 @@ msgstr "mantavańnie nie zaimplementavała admantavańnia (unmount)" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Vyjściovaja płyń nie zaimplementavała zapisu (write)" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Kryničnaja płyń užo začynienaja" @@ -2093,7 +2117,7 @@ msgid "GSocketControlMessage not supported on windows" msgstr "źmieny asacyjacyjaÅ­ nie padtrymlivajucca dla win32" # glib/gfileutils.c:348 -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Pamyłka vydaleńnia fajłu: %s" diff --git a/po/bg.po b/po/bg.po index c7b388e..80ee268 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-08 07:40+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -86,72 +86,72 @@ msgstr "Никоя програма „%s“ не е регистрирала о msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Неуспех при дописването на реда за изпълнение „%s“ с адреса „%s“" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Преобразуването от набора знаци „%s“ към „%s“ не се поддържа" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не може да се отвори конвертор от „%s“ към „%s“" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Грешна байтова последователност на входа за преобразуване" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Грешка по време на преобразуване: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Непълна знакова последователност в края на входните данни" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Заместващият знак „%s“ не може да бъде преобразуван към знак от набора „%s“" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "Адресът „%s“ не е абсолютен при използване на схемата „file“ (файлова " "система)" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Адресът „%s“ на локален файл не може да включва „#“" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Адресът „%s“ е неправилен" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Името на хоста в адреса „%s“ е неправилно" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Адресът „%s“ съдържа грешни екраниращи последователности" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Пътят „%s“ не е абсолютен" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Неправилно име на хост" @@ -160,129 +160,144 @@ msgstr "Неправилно име на хост" msgid "Error opening directory '%s': %s" msgstr "Грешка при отваряне на папка „%s“: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Неуспех при заделянето на %lu байта за четене на файла „%s“" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Грешка при четене на файл „%s“: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Файлът „%s“ е прекалено голям" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Неуспех при четене от файл „%s“: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Неуспех при отваряне на файл „%s“: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Неуспех при получаване на атрибутите на файл „%s“: неуспешно изпълнение на " "fstat(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "" "Неуспех при отваряне на файл „%s“: неуспешно изпълнение на fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Неуспех при преименуване на файл „%s“ на „%s“: неуспешно изпълнение на " "g_rename(): %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Неуспех при създаване на файл „%s“: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Неуспех при отваряне на файл „%s“ за писане: неуспешно изпълнение на fdopen" "(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Неуспех при запис на файл „%s“: неуспешно изпълнение на fwrite(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Неуспех при запис на файл „%s“: неуспешно изпълнение на fflush(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Неуспех при запис на файл „%s“: неуспешно изпълнение на fsync(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "" "Неуспех при затваряне на файл „%s“: неуспешно изпълнение на fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Неуспех при изтриването на съществуващия файл „%s“: неуспешно изпълнение на " "g_unlink(): %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Шаблонът „%s“ е неправилен, не трябва да съдържа „%s“" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Шаблонът „%s“ не съдържа XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u B" msgstr[1] "%u B" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Неуспех при четене на символната връзка „%s“: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Символни връзки не се поддържат" @@ -546,7 +561,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "шаблонът съдържа елементи, които не се поддържат при частично съвпадение" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "вътрешна грешка" @@ -1149,17 +1164,17 @@ msgstr "Стойността „%s“ не може да се интерпрет #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Подадена е прекалено голяма стойност на %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Потокът вече е затворен" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Действието е прекратено" @@ -1182,34 +1197,34 @@ msgstr "Вид на %s" msgid "Unexpected early end-of-stream" msgstr "Неочаквано ранен край на поток" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без име" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Във файла .desktop липсва поле за изпълнение" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Не може да се открие терминал за приложението" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не може да се създаде папката с потребителските настройки %s: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не може да се създаде папката с настройките за MIME %s: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Не може да се създаде файл .desktop — „%s“" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Потребителска дефиниция за %s" @@ -1261,13 +1276,13 @@ msgstr "Неправилен брой лексеми (%d) в кодиранет msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Очакваше се GEmblem за GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Действието не се поддържа" @@ -1280,49 +1295,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Съдържащият монтиран обект не съществува" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Не може да се копира върху папка" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Папка не може да се копира върху папка" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Целевият файл съществува" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Папката не може да се копира рекурсивно" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Не може да се копира специален файл" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Зададена е неправилна стойност на символна връзка" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Не се поддържа кошче" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Файловите имена не могат да съдържат „%c“" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "томът не поддържа монтиране" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Не е регистрирано приложение за обработка на този вид файлове" @@ -1411,7 +1426,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Действията върху потока не са привършили" @@ -1424,115 +1439,120 @@ msgstr "Няма достатъчно място за адреса на гнез msgid "Unsupported socket address" msgstr "Неподдържан адрес на гнездо" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" "Стандартният датчик за монтиране на локални папки не може да се открие " -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Неправилно име на файл: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при получаване на информация за файловата система: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Кореновата папка не може да се преименува" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Грешка при преименуване на файл: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Файлът не може да се преименува — съществува друг файл с такова име" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Неправилно име на файл" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Грешка при отваряне на файл: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Папката не може да бъде отворена" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Грешка при изтриване на файл: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Грешка при преместване на файл в кошчето: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Неуспех при създаване на папката за кошче „%s“: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Не може да се открие най-горната папка за кошче" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Не може да се създаде папката за кошче" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Неуспех при създаване на файл с информация за кошчето: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Неуспех при преместване на файл в кошчето: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Грешка при създаване на папка: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Неуспех при четене на символната връзка „%s“: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при създаване на символна връзка: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Грешка при преместване на файл: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Папка не може да бъде преместена върху папка" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Неуспешно създаване на резервен файл" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Грешка при премахване на целевия файл: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Не се поддържа местене между монтирани местоположения" @@ -1553,102 +1573,102 @@ msgstr "Неправилно име на допълнителен атрибут msgid "Error setting extended attribute '%s': %s" msgstr "Грешка при задаване на допълнителен атрибут „%s“: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Грешка при получаване на състоянието на файл „%s“: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (неправилно кодиране)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при получаване на състоянието на файловия дескриптор: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Неправилен вид на атрибут (очакваше се uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Неправилен вид на атрибут (очакваше се uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Неправилен вид на атрибут (очакваше се низ от байтове)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Грешка при задаване на правата за достъп на символната връзка" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Грешка при задаване на правата за достъп: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Грешка при задаване на собственик: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "символната връзка трябва да не е NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Грешка при задаване на символна връзка: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "Грешка при задаване на символна връзка: файлът не е такава" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Грешка при задаване на времето на промяна или достъп: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "Контекстът на SELinux трябва да не е NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Грешка при задаване на контекста на SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux не е включен на тази система" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Не се поддържа задаването на атрибута %s" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Грешка при четене от файл: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Грешка при търсене във файл: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Грешка при затваряне на файл: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Стандартният датчик за локални файлове не може да се открие " @@ -1729,51 +1749,56 @@ msgstr "Неуспех при преоразмеряването на изход #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "монтираният обект не поддържа демонтиране" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "монтираният обект не поддържа изваждане" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "монтираният обект не поддържа нито демонтиране, нито демонтиране с действие" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "монтираният обект не поддържа нито изваждане, нито изваждане с действие" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "монтираният обект не поддържа откриване на вида" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "монтираният обект не поддържа синхронно откриване на вида" @@ -1782,11 +1807,11 @@ msgstr "монтираният обект не поддържа синхронн msgid "Hostname '%s' contains '[' but not ']'" msgstr "Името на хоста „%s“ съдържа „[“, но липсва „]“" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Изходният поток не поддържа запис" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Изходният поток вече е затворен" @@ -1918,7 +1943,7 @@ msgstr "Грешка при изпращане на съобщение: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage не се поддържа под Уиндоус" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Грешка при изпращане на съобщение: %s" diff --git a/po/bn.po b/po/bn.po index 2f8eae9..3fe18e9 100644 --- a/po/bn.po +++ b/po/bn.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: bn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-25 20:54+0600\n" "Last-Translator: Saad M Niamatullah \n" "Language-Team: Bengali \n" @@ -93,70 +93,70 @@ msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনে msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec লাইন '%s'-টির URI '%s' সহ প্রসারণ করতে ব্যর্থ" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' অক্ষরমালা থেকে '%s'-এ রূপান্তর করা সমর্থিত নয়" # sam: রুপান্তরকারক -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' থেকে '%s' রুপান্তরকারক খোলা যায়নি" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "রূপান্তর করার জন্য প্রদত্ত ইনপুটের মধ্যে বাইটের অনুক্রম সঠিক নয়" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "রূপান্তর কর্ম সঞ্চালনকালের উৎপন্ন ত্রুটি: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "প্রদত্ত ইনপুটের অন্তে আংশিক অক্ষর অনুক্রম" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "ফলব্যাক '%s' থেকে '%s' কোড-সেটে পরিবর্তন করা যায়নি" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s'-টি \"file\" স্কিম ব্যবহারকারী সুনিশ্চিত URI নয়" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "স্থানীয় ফাইল URI '%s'-এর মধ্যে '#' চিহ্ন অন্তর্ভুক্ত করা যাবে না" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' বৈধ নয়" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s'-এর হোস্ট-নেম বৈধ নয়" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s'-এর মধ্যে অবৈধরূপে এস্কেপ অক্ষর ব্যবহার করা হয়েছে" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' পাথটি সুনিশ্চিত নয়" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "হোস্ট-নেম বৈধ নয়" @@ -165,119 +165,134 @@ msgstr "হোস্ট-নেম বৈধ নয়" msgid "Error opening directory '%s': %s" msgstr "'%s' ডিরেক্টরি খুলতে ব্যর্থ: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu বাইট, \"%s\" ফাইল পড়ার জন্য বরাদ্দ করা যায়নি" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' ফাইল পড়তে সমস্যা: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "\"%s\" ফাইল অত্যাধিক বড়" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' ফাইল থেকে পড়তে ব্যর্থ: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' ফাইল খুলতে ব্যর্থ: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' ফাইলের বৈশিষ্ট্য প্রাপ্ত করতে ব্যর্থ: fstat() ব্যর্থ: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' ফাইল খুলতে ব্যর্থ: fdopen() ব্যর্থ: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "'%s' ফাইলের নাম '%s'-এ পরিবর্তন করতে ব্যর্থ: g_rename() ব্যর্থ: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' ফাইল তৈরি করতে ব্যর্থ: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "লেখার উদ্দেশ্যে '%s' খুলতে ব্যর্থ: fdopen() ব্যর্থ: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' ফাইলে লিখতে ব্যর্থ: fwrite() ব্যর্থ: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "'%s' ফাইলে লিখতে ব্যর্থ: fflush() ব্যর্থ: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "'%s' ফাইলে লিখতে ব্যর্থ: fsync() ব্যর্থ: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' ফাইল বন্ধ করতে ব্যর্থ: fclose() ব্যর্থ: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "বিদ্যমান ফাইল '%s' অপসারিত করা যায়নি: g_unlink() ব্যর্থ: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "নমুনা '%s' সঠিক নয়, '%s' থাকা উচিত নয়" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' টেমপ্লেটের মধ্যে XXXXXX অন্তর্ভুক্ত নেই" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' সিম্বোলিঙ্ক লিঙ্ক পড়তে ব্যর্থ: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "সিম্বোলিক লিঙ্ক সমর্থিত নয়" @@ -539,7 +554,7 @@ msgstr "ব্যাক-ট্যাক করার সুনির্দিষ msgid "the pattern contains items not supported for partial matching" msgstr "উল্লিখিত বিন্যাসটির মধ্যে অন্তর্ভুক্ত সামগ্রী, আংশিক মিল অনুসন্ধানে সমর্থিত নয়" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "অভ্যন্তরীণ ত্রুটি" @@ -1122,17 +1137,17 @@ msgstr "'%s' মান বুলিয়ান রূপে ব্যাখ্য #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%s-এর জন্য উল্লিখিত গণনার মান অত্যাধিক বড়" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "স্ট্রিম বর্তমান বন্ধ হয়েছে" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "কর্ম বাতিল করা হয়েছে" @@ -1155,34 +1170,34 @@ msgstr "%s ধরন" msgid "Unexpected early end-of-stream" msgstr "স্ট্রিমের সমাপ্তিস্থল অপ্রত্যাশিতভাবে শীঘ্র পাওয়া গিয়েছে" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "নামবিহীন" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "ডেস্কটপ ফাইলের মধ্যে Exec ফিল্ড উল্লেখ করা নেই" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "অ্যাপ্লিকেশনের জন্য আবশ্যক টার্মিনাল পাওয়া যায়নি" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "উইজার অ্যাপ্লিকেশনের কনফিগারেশন ফোল্ডার %s তৈরি করতে ব্যর্থ: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ইউজার MIME কনফিগারেশন ফোল্ডার %s তৈরি করতে ব্যর্থ: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "ইউজার ডেস্কটপ ফাইল %s তৈরি করতে ব্যর্থ" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s-এর জন্য স্বনির্ধারত ব্যাখ্যা" @@ -1234,13 +1249,13 @@ msgstr "GEmblemedIcon এনকোডিং-এর মধ্যে উপস্ msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon-এর জন্য একটি GEmblem প্রত্যাশিত" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "কর্ম সমর্থিত নয়" @@ -1253,49 +1268,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "ধারণকারী মাউন্ট উপস্থিত নেই" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "ডিরেক্টরির উপরে কপি করা যাবে না" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "ডিরেক্টরির উপর ডিরেক্টরি কপি করা যায়নি" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "উদ্দিষ্ট ফাইল উপস্থিত রয়েছে" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "রিকার্সিভ ভাবে ডিরেক্টরি কপি করা যাবে না" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "বিশেষ ফাইল কপি করা যাবে না" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "অবৈধ symlink মান উপলব্ধ করা হয়েছে" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "আবর্জনা সমর্থিত নয়" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "ফাইলের নামের মধ্যে '%c' ব্যবহার করা যাবে না" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "ভলিউম দ্বারা mount ব্যবহার করা হয় না" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "চিহ্নিত ফাইল ব্যবস্থাপনার উদ্দেশ্যে কোনো অ্যাপ্লিকেশন নিবন্ধিত হয়নি" @@ -1384,7 +1399,7 @@ msgstr "ইনপুট স্ট্রিম দ্বারা read বাস #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "স্ট্রিমের ক্ষেত্রে অসমাপ্ত কর্ম উপস্থিত রয়েছে" @@ -1397,115 +1412,120 @@ msgstr "সকেটের ঠিকানার জন্য পর্যাপ msgid "Unsupported socket address" msgstr "সকেটের ঠিকানা সমর্থিত নয়" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "স্থানীয় ডিরেক্টরি নিয়ন্ত্রণের ডিফল্ট ধরন সন্ধান করতে ব্যর্থ" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "ফাইলের নাম অবৈধ: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "ফাইল-সিস্টেম সংক্রান্ত তথ্য প্রাপ্ত করতে সমস্যা: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "root ডিরেক্টরির নাম পরিবর্তন করা সম্ভব নয়" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "ফাইলের নাম পরিবর্তনে সমস্যা: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" "ফাইলের নাম পরিবর্তন করা যায়নি, নতুন নামের একটি ফাইলের নাম বর্তমানে উপস্থিত রয়েছে" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "ফাইলের নাম বৈধ নয়" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "ফাইল খুলতে সমস্যা: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "ডিরেক্টরি খুলতে সমস্যা" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "ফাইল মুছে ফেলতে সমস্যা: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "ফাইলটি আবর্জনায় স্থানান্তর করতে সমস্যা: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "আবর্জনার ডিরেক্টরি %s তৈরি করতে সমস্যা: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "আবর্জনার ঊর্ধ্বতন ডিরেক্টরি সনাক্ত করতে ব্যর্থ" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "আবর্জনার ডিরেক্টরি সনাক্ত অথবা তৈরি করতে ব্যর্থ" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "trashing info ফাইল তৈরি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "ফাইল বর্জন করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "ডিরেক্টরি তৈরি করতে ত্রুটি: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "'%s' সিম্বোলিঙ্ক লিঙ্ক পড়তে ব্যর্থ: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "সিম্‌বলিক লিঙ্ক তৈরি করতে ত্রুটি: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "ফাইল স্থানান্তর করতে ত্রুটি: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "ডিরেক্টরির উপর ডিরেক্টরি স্থানান্তর করা যাবে না" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "ব্যাক-আপ ফাইল তৈরি করতে ব্যর্থ" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "উদ্দিষ্ট ফাইল মুছে ফেলতে সমস্যা: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "মাউন্ট করা অবস্থানের মধ্যে স্থানান্তর করা সম্ভব নয়" @@ -1526,102 +1546,102 @@ msgstr "প্রসারিত অ্যাট্রিবিউটের ন msgid "Error setting extended attribute '%s': %s" msgstr "প্রসারিত অ্যাট্রিবিউট '%s'-কে নির্ধারণ করতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "ফাইল '%s' stat করতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (অবৈধ এনকোডিং)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "ফাইলের বিবরণ stat করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (byte string প্রত্যাশিত)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "সিমলিংকের অনুমতি নির্ধারণ করতে ব্যর্থ" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "অনুমতি নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "মালিকানা নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "সিম্‌-লিঙ্ক NULL-ব্যাতীত মান হওয়া আবশ্যক" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে ত্রুটি: ফাইলটি সিম্‌-লিঙ্ক নয়" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "পরিবর্তন অথবা ব্যবহারের সময় নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux কনটেক্সটের NULL-ব্যাতীত মান হওয়া আবশ্যক" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux কনটেক্সট নির্ধারণ করতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "এই সিস্টেমে SELinux সক্রিয় করা হয়নি" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "%s অ্যাট্রিবিউটের মান নির্ধারণ সমর্থিত নয়" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "ফাইল থেকে পড়তে সমস্যা: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "ফাইলের মধ্যে seek করতে সমস্যা: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "ফাইল বন্ধ করতে সমস্যা: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "স্থানীয় ডিরেক্টরি নিয়ন্ত্রণের ডিফল্ট ধরন সন্ধান করতে ব্যর্থ" @@ -1702,51 +1722,56 @@ msgstr "মেমরি আউটপুট স্ট্রিমের মাপ #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount করা বস্তুর ক্ষেত্রে unmount ব্যবহার করা সম্ভব নয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount করা বস্তুর ক্ষেত্রে eject ব্যবহার করা সম্ভব নয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "mount করা বস্তুর ক্ষেত্রে unmount অথবা unmount_with_operation ব্যবহার করা সম্ভব নয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "mount করা বস্তুর ক্ষেত্রে eject অথবা eject_with_operation ব্যবহার করা সম্ভব নয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount করা বস্তুর ক্ষেত্রে remount ব্যবহার করা সম্ভব নয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount দ্বারা সামগ্রীর ধরন অনুমান করা সম্ভব নয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount দ্বারা সুসংগতভাবে সামগ্রীর ধরন অনুমান করা সম্ভব নয়" @@ -1755,11 +1780,11 @@ msgstr "mount দ্বারা সুসংগতভাবে সামগ্ msgid "Hostname '%s' contains '[' but not ']'" msgstr "'%s' হোস্ট-নেমের মধ্যে '[' উপস্থিত রয়েছে কিন্তু ']' অনুপস্থিত" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "আউটপুট স্ট্রিম দ্বারা write বাস্তবায়িত হয় না" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "মূল স্ট্রিম বর্তমানে বন্ধ করা হয়েছে" @@ -1891,7 +1916,7 @@ msgstr "বার্তা পাঠাতে ব্যর্থ: %s" msgid "GSocketControlMessage not supported on windows" msgstr "উইন্ডোতে GSocketControlMessage সমর্থিত নয়" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "বার্তা প্রাপ্ত করতে ত্রুটি: %s" diff --git a/po/bn_IN.po b/po/bn_IN.po index 1299e99..1fe212c 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-15 18:31+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali INDIA \n" @@ -93,70 +93,70 @@ msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনে msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec পংক্তি '%s'-টি URI '%s' সহ প্রসারণ করতে ব্যর্থ" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' অক্ষরমালা থেকে '%s'-এ রূপান্তর করা যাবে না" # sam: রুপান্তরকারক -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' থেকে '%s' রূপান্তর ব্যবস্থা খোলা যায়নি" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "রূপান্তর করার জন্য প্রদত্ত ইনপুটের মধ্যে বাইটের অনুক্রম সঠিক নয়" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "রূপান্তর কর্ম সঞ্চালনকালের উৎপন্ন সমস্যা: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "প্রদত্ত ইনপুটের অন্তে আংশিক অক্ষর অনুক্রম" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "ফলব্যাক '%s' থেকে '%s' কোড-সেটে পরিবর্তন করা যায়নি" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s'-টি \"file\" স্কিম প্রয়োগকারী সুনিশ্চিত URI নয়" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "স্থানীয় ফাইল URI '%s'-র মধ্যে '#' চিহ্ন অন্তর্ভুক্ত করা যাবে না" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' বৈধ নয়" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s'-র হোস্ট-নেম বৈধ নয়" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s'-র মধ্যে অবৈধরূপে এস্কেপ অক্ষর প্রয়োগ করা হয়েছে" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' পাথটি সুনিশ্চিত নয়" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "হোস্ট-নেম বৈধ নয়" @@ -165,119 +165,134 @@ msgstr "হোস্ট-নেম বৈধ নয়" msgid "Error opening directory '%s': %s" msgstr "'%s' ডিরেক্টরি খুলতে ব্যর্থ: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu বাইট, \"%s\" ফাইল পড়ার জন্য বরাদ্দ করা যায়নি" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' ফাইল পড়তে সমস্যা: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "\"%s\" ফাইল অত্যাধিক বড়" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' ফাইল থেকে পড়তে ব্যর্থ: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' ফাইল খুলতে ব্যর্থ: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' ফাইলের বৈশিষ্ট্য প্রাপ্ত করতে ব্যর্থ: fstat() বিফল: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' ফাইল খুলতে ব্যর্থ: fdopen() বিফল: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "'%s' ফাইলের নাম '%s'-এ পরিবর্তন করতে ব্যর্থ: g_rename() বিফল: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' ফাইল নির্মাণ করতে ব্যর্থ: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "লেখার উদ্দেশ্যে '%s' খুলতে ব্যর্থ: fdopen() বিফল: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' ফাইলে লিখতে ব্যর্থ: fwrite() বিফল: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "'%s' ফাইলে লিখতে ব্যর্থ: fflush() বিফল: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "'%s' ফাইলে লিখতে ব্যর্থ: fsync() বিফল: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' ফাইল বন্ধ করতে ব্যর্থ: fclose() বিফল: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "বিদ্যমান ফাইল '%s' অপসারিত করা যায়নি: g_unlink() ব্যর্থ: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "নমুনা '%s' সঠিক নয়, '%s' থাকা উচিত নয়" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' টেমপ্লেটের মধ্যে XXXXXX অন্তর্ভুক্ত নেই" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f কিলোবাইট" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f মেগাবাইট" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f গিগাবাইট" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f কিলোবাইট" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f কিলোবাইট" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f কিলোবাইট" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' সিম্বোলিঙ্ক লিঙ্ক পড়তে ব্যর্থ: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "সিম্বোলিক লিঙ্ক সমর্থিত হয় না" @@ -538,7 +553,7 @@ msgstr "ব্যাক-ট্যাক করার সুনির্দিষ msgid "the pattern contains items not supported for partial matching" msgstr "উল্লিখিত বিন্যাসটির মধ্যে অন্তর্ভুক্ত সামগ্রী, আংশিক মিল অনুসন্ধানে সমর্থিত নয়" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "অভ্যন্তরীণ সমস্যা" @@ -1122,17 +1137,17 @@ msgstr "'%s' মান বুলিয়ান রূপে ব্যাখ্য #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%s-র জন্য উল্লিখিত গণনার মান অত্যাধিক বড়" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "স্ট্রিম বর্তমান বন্ধ হয়েছে" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "কর্ম বাতিল করা হয়েছে" @@ -1155,34 +1170,34 @@ msgstr "%s ধরন" msgid "Unexpected early end-of-stream" msgstr "স্ট্রিমের সমাপ্তিস্থল অপ্রত্যাশিতভাবে শীঘ্র পাওয়া গিয়েছে" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "নামবিহীন" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "ডেস্কটপ ফাইলের মধ্যে Exec ফিল্ড" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "অ্যাপ্লিকেশনের জন্য আবশ্যক টার্মিনাল পাওয়া যায়নি" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "উইজার অ্যাপ্লিকেশনের কনফিগারেশন ফোল্ডার %s নির্মাণ করতে ব্যর্থ: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ইউজার MIME কনফিগারেশন ফোল্ডার %s নির্মাণ করতে ব্যর্থ: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "ইউজার ডেস্কটপ ফাইল %s নির্মাণ করতে ব্যর্থ" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s-র জন্য স্বনির্ধারত ব্যাখ্যা" @@ -1234,13 +1249,13 @@ msgstr "GEmblemedIcon এনকোডিং-র মধ্যে উপস্থ msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon-র জন্য একটি GEmblem প্রত্যাশিত" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "কর্ম সমর্থিত হয় না" @@ -1253,49 +1268,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "ধারণকারী মাউন্ট উপস্থিত নেই" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "ডিরেক্টরির উপরে কপি করা যাবে না" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "ডিরেক্টরির উপর ডিরেক্টরি কপি করা যায়নি" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "উদ্দিষ্ট ফাইল উপস্থিত রয়েছে" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "রিকার্সিভ ভাবে ডিরেক্টরি কপি করা যাবে না" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "বিশেষ ফাইল কপি করা যাবে না" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "অবৈধ সিম-লিঙ্ক মান উপলব্ধ করা হয়েছে" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "আবর্জনা সমর্থিত হয় না" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "ফাইলের নামের মধ্যে '%c' ব্যবহার করা যাবে না" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "ভলিউম দ্বারা mount প্রয়োগ করা হয় না" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "চিহ্নিত ফাইল ব্যবস্থাপনার উদ্দেশ্যে কোনো অ্যাপ্লিকেশন নিবন্ধিত হয়নি" @@ -1384,7 +1399,7 @@ msgstr "ইনপুট স্ট্রিম দ্বারা read বাস #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "স্ট্রিমের ক্ষেত্রে অসমাপ্ত কর্ম উপস্থিত রয়েছে" @@ -1397,115 +1412,120 @@ msgstr "সকেটের ঠিকানার জন্য পর্যাপ msgid "Unsupported socket address" msgstr "সকেটের ঠিকানা সমর্থিত নয়" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "স্থানীয় ডিরেক্টরি নিয়ন্ত্রণের ডিফল্ট ধরন সন্ধান করতে ব্যর্থ" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "ফাইলের নাম অবৈধ: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "ফাইল-সিস্টেম সংক্রান্ত তথ্য প্রাপ্ত করতে সমস্যা: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "root ডিরেক্টরির নাম পরিবর্তন করা সম্ভব নয়" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "ফাইলের নাম পরিবর্তনে সমস্যা: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" "ফাইলের নাম পরিবর্তন করা যায়নি, নতুন নামের একটি ফাইলের নাম বর্তমানে উপস্থিত রয়েছে" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "ফাইলের নাম বৈধ নয়" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "ফাইল খুলতে সমস্যা: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "ডিরেক্টরি খুলতে সমস্যা" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "ফাইল মুছে ফেলতে সমস্যা: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "ফাইলটি আবর্জনায় স্থানান্তর করতে সমস্যা: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "আবর্জনার ডিরেক্টরি %s নির্মাণ করতে সমস্যা: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "আবর্জনার ঊর্ধ্বতন ডিরেক্টরি সনাক্ত করতে ব্যর্থ" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "আবর্জনার ডিরেক্টরি সনাক্ত অথবা নির্মাণ করতে ব্যর্থ" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "trashing info ফাইল নির্মাণ করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "ফাইল বর্জন করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "ডিরেক্টরি নির্মাণ করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "'%s' সিম্বোলিঙ্ক লিঙ্ক পড়তে ব্যর্থ: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "সিম্‌বলিক লিঙ্ক নির্মাণ করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "ফাইল স্থানান্তর করতে সমস্যা: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "ডিরেক্টরির উপর ডিরেক্টরি স্থানান্তর করা যাবে না" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "ব্যাক-আপ ফাইল নির্মাণ করতে ব্যর্থ" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "উদ্দিষ্ট ফাইল মুছে ফেলতে সমস্যা: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "মাউন্ট করা অবস্থানের মধ্যে স্থানান্তর করা সম্ভব নয়" @@ -1526,102 +1546,102 @@ msgstr "প্রসারিত অ্যাট্রিবিউটের ন msgid "Error setting extended attribute '%s': %s" msgstr "প্রসারিত অ্যাট্রিবিউট '%s'-কে নির্ধারণ করতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "ফাইল '%s' stat করতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (অবৈধ এনকোডিং)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "ফাইলের বিবরণ stat করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (byte string প্রত্যাশিত)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "সিমলিংকের অনুমতি নির্ধারণ করতে ব্যর্থ" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "অনুমতি নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "মালিকানা নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "সিম্‌-লিঙ্ক NULL-ব্যাতীত মান হওয়া আবশ্যক" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে ত্রুটি: ফাইলটি সিম্‌-লিঙ্ক নয়" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "পরিবর্তন অথবা ব্যবহারের সময় নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux কনটেক্সটের NULL-ব্যাতীত মান হওয়া আবশ্যক" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux কনটেক্সট নির্ধারণ করতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "এই সিস্টেমে SELinux সক্রিয় করা হয়নি" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "%s অ্যাট্রিবিউটের মান নির্ধারণ সমর্থিত নয়" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "ফাইল থেকে পড়তে সমস্যা: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "ফাইলের মধ্যে seek করতে সমস্যা: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "ফাইল বন্ধ করতে সমস্যা: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "স্থানীয় ডিরেক্টরি নিয়ন্ত্রণের ডিফল্ট ধরন সন্ধান করতে ব্যর্থ" @@ -1702,51 +1722,56 @@ msgstr "মেমরি আউটপুট স্ট্রিমের মাপ #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount করা বস্তুর ক্ষেত্রে unmount প্রয়োগ করা সম্ভব হয়নি" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount করা বস্তুর ক্ষেত্রে eject প্রয়োগ করা সম্ভব হয়নি" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "mount করা বস্তুর ক্ষেত্রে unmount অথবা unmount_with_operation প্রয়োগ করা সম্ভব নয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "mount করা বস্তুর ক্ষেত্রে eject অথবা eject_with_operation প্রয়োগ করা সম্ভব নয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount করা বস্তুর ক্ষেত্রে remount প্রয়োগ করা সম্ভব হয়নি" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount দ্বারা সামগ্রীর ধরন অনুমান করা সম্ভব নয়" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount দ্বারা সুসংগতভাবে সামগ্রীর ধরন অনুমান করা সম্ভব নয়" @@ -1755,11 +1780,11 @@ msgstr "mount দ্বারা সুসংগতভাবে সামগ্ msgid "Hostname '%s' contains '[' but not ']'" msgstr "'%s' হোস্ট-নেমের মধ্যে '[' উপস্থিত রয়েছে কিন্তু ']' অনুপস্থিত" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "আউটপুট স্ট্রিম দ্বারা write বাস্তবায়িত হয় না" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "মূল স্ট্রিম বর্তমানে বন্ধ করা হয়েছে" @@ -1891,7 +1916,7 @@ msgstr "বার্তা পাঠাতে ত্রুটি: %s" msgid "GSocketControlMessage not supported on windows" msgstr "উইন্ডোর GSocketControlMessage মধ্যে সমর্থিত নয়" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "বার্তা প্রাপ্ত করতে ত্রুটি: %s" diff --git a/po/bs.po b/po/bs.po index dc47180..e8f9280 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2004-05-17 01:30+0000\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" @@ -86,69 +86,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "NeuspjeÅ¡no čitanje simboličkog linka '%s': %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Pretvaranje iz skupa znakova '%s' u '%s' nije podržano" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nisam mogao pokrenuti pretvaranje iz '%s' u '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Nevažeći niz bajtova u ulaznim podacima za pretvaranje" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Djelimičan niz znakova na kraju ulaznih podataka" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ne mogu pretvoriti '%s' u znakovni skup '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' nije apsolutni URI koristeći Å¡emu datoteka" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI lokalne datoteke '%s' ne smije sadržavati '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' je nevažeći" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ime računara URI-ja '%s' je nevažeće" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' sadrži nevažeće escape znakove" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Putanja '%s' nije absolutna putanja" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Nevažeće ime računara" @@ -157,119 +157,134 @@ msgstr "Nevažeće ime računara" msgid "Error opening directory '%s': %s" msgstr "GreÅ¡ka tokom otvaranja direktorija '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nisam mogao dodijeliti %lu bajtova za čitanje datoteke \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "NeuspjeÅ¡no čitanje datoteke '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "NeuspjeÅ¡no otvaranje datoteke '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "NeuspjeÅ¡no preuzimanje osobina datoteke '%s': fstat() neuspjeÅ¡an: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "NeuspjeÅ¡no otvaranje datoteke '%s': fdopen() neuspjeÅ¡an: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "NeuspjeÅ¡no otvaranje datoteke '%s': fdopen() neuspjeÅ¡an: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "NeuspjeÅ¡no otvaranje datoteke '%s': fdopen() neuspjeÅ¡an: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "NeuspjeÅ¡no otvaranje datoteke '%s': fdopen() neuspjeÅ¡an: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "NeuspjeÅ¡no otvaranje datoteke '%s': fdopen() neuspjeÅ¡an: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "NeuspjeÅ¡no otvaranje datoteke '%s': fdopen() neuspjeÅ¡an: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "NeuspjeÅ¡no otvaranje datoteke '%s': fdopen() neuspjeÅ¡an: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Nevažeći Å¡ablon '%s', ne bi trebao sadržavati '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Å ablon '%s' ne zavrÅ¡ava sa XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "NeuspjeÅ¡no čitanje simboličkog linka '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Simbolički linkovi nisu podržani" @@ -530,7 +545,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1120,17 +1135,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1153,34 +1168,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1232,13 +1247,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1252,50 +1267,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Simbolički linkovi nisu podržani" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1384,7 +1399,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1397,115 +1412,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nevažeće ime računara" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Nevažeće ime računara" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "GreÅ¡ka tokom otvaranja direktorija '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "NeuspjeÅ¡no čitanje simboličkog linka '%s': %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1527,103 +1547,103 @@ msgstr "Neočekivan kraj dokumenta unutar imena osobine" msgid "Error setting extended attribute '%s': %s" msgstr "GreÅ¡ka tokom otvaranja direktorija '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simbolički linkovi nisu podržani" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1705,49 +1725,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1756,11 +1776,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1894,7 +1914,7 @@ msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" diff --git a/po/ca.po b/po/ca.po index 3cab1e9..0362654 100644 --- a/po/ca.po +++ b/po/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-11-29 19:26+0100\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-11-29 19:26+0100\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" @@ -18,349 +18,348 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "No s'esperava l'atribut «%s» per a l'element «%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 "No s'ha trobat l'atribut «%s» de l'element «%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 "No s'esperava l'etiqueta «%s», s'esperava «%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 "No s'esperava l'etiqueta «%s» dins «%s»" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "" "No s'ha trobat cap fitxer d'adreces d'interès dins dels directoris de dades" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Ja existeix una adreça d'interès per a l'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 s'ha trobat cap adreça d'interès per a l'URI «%s»" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "No hi ha cap tipus MIME definit a l'adreça d'interès per a l'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 hi ha cap senyalador privat definit a l'adreça d'interès per a l'URI «%s»" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "No hi ha cap grup establert a l'adreça d'interès per a l'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 "" "No hi ha cap aplicació amb el nom «%s» que hagi registrat l'adreça d'interès «%" "s»" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "No s'ha pogut expandir la línia d'execució «%s» amb URI «%s»" -#: ../glib/gconvert.c:437 ../glib/gconvert.c:515 ../glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "No es permet la conversió entre els jocs de caràcters «%s» a «%s»" -#: ../glib/gconvert.c:441 ../glib/gconvert.c:519 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:1031 ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964 -#: ../glib/gutf8.c:1419 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 +#: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "La seqüència de bytes a l'entrada de conversió no és vàlida" -#: ../glib/gconvert.c:646 ../glib/gconvert.c:956 ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "S'ha produït un error durant la conversió: %s" -#: ../glib/gconvert.c:678 ../glib/gutf8.c:960 ../glib/gutf8.c:1170 -#: ../glib/gutf8.c:1311 ../glib/gutf8.c:1415 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Seqüència de caràcters parcial al final de l'entrada" # FIXME: fallback -#: ../glib/gconvert.c:928 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "No es pot convertir el «fallback» «%s» al joc de codis «%s»" -#: ../glib/gconvert.c:1751 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "L'URI «%s» no és un URI absolut que utilitzi l'esquema «file»" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Pot ser que l'URI del fitxer local «%s» no inclogui cap «#»" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "L'URI «%s» no és vàlid" -#: ../glib/gconvert.c:1790 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "El nom de l'ordinador de l'URI «%s» no és vàlid" -#: ../glib/gconvert.c:1806 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "L'URI «%s» conté caràcters d'escapada invàlids" -#: ../glib/gconvert.c:1901 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "El nom de camí «%s» no és un camí absolut" -#: ../glib/gconvert.c:1911 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "El nom de l'ordinador no és vàlid" -#: ../glib/gdir.c:112 ../glib/gdir.c:135 +#: glib/gdir.c:112 glib/gdir.c:135 #, c-format msgid "Error opening directory '%s': %s" msgstr "S'ha produït un error en obrir el directori «%s»: %s" -#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "No s'han pogut assignar %lu bytes per llegir el fitxer «%s»" -#: ../glib/gfileutils.c:551 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: ../glib/gfileutils.c:565 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "El fitxer «%s» és massa gran" -#: ../glib/gfileutils.c:648 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "No s'ha pogut llegir del fitxer «%s»: %s" -#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "No s'ha pogut obrir el fitxer «%s»: %s" -#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "No s'ha pogut obtenir els atributs del fitxer «%s»: ha fallat la funció fstat" "(): %s" -#: ../glib/gfileutils.c:750 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "No s'ha pogut obrir el fitxer «%s»: ha fallat la funció fdopen(): %s" -#: ../glib/gfileutils.c:858 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "No s'ha pogut canviar el nom del fitxer «%s» a «%s»: ha fallat la funció " "g_rename(): %s" -#: ../glib/gfileutils.c:900 ../glib/gfileutils.c:1366 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "No s'ha pogut crear el fitxer «%s»: %s" -#: ../glib/gfileutils.c:914 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "No s'ha pogut obrir el fitxer «%s» per a escriptura: ha fallat la funció " "fdopen(): %s" -#: ../glib/gfileutils.c:939 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fwrite(): %s" -#: ../glib/gfileutils.c:958 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fflush(): %s" -#: ../glib/gfileutils.c:987 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fsync(): %s" -#: ../glib/gfileutils.c:1006 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "No s'ha pogut tancar el fitxer «%s»: ha fallat la funció fclose(): %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "No s'ha pogut suprimir el fitxer existent «%s»: ha fallat la funció g_unlink" "(): %s" -#: ../glib/gfileutils.c:1328 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "La plantilla «%s» no és vàlida, no hauria de tenir cap «%s»" -#: ../glib/gfileutils.c:1341 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "La plantilla «%s» no conté XXXXXX" -#: ../glib/gfileutils.c:1774 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: ../glib/gfileutils.c:1782 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1787 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1792 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1797 +#: glib/gfileutils.c:1797 #, c-format msgid "%.1f TB" msgstr "%.1f TB" -#: ../glib/gfileutils.c:1802 +#: glib/gfileutils.c:1802 #, c-format msgid "%.1f PB" msgstr "%.1f PB" -#: ../glib/gfileutils.c:1807 +#: glib/gfileutils.c:1807 #, c-format msgid "%.1f EB" msgstr "%.1f EB" -#: ../glib/gfileutils.c:1850 +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s" -#: ../glib/gfileutils.c:1871 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "No es poden utilitzar els enllaços simbòlics" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»: %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "No es pot fer una lectura bàsica a g_io_channel_read_line_string" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "A la memòria intermèdia de lectura hi ha dades sobrants no convertides" -#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "El canal acaba en un caràcter parcial" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "No es pot fer una lectura bàsica a g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:123 +#: glib/gmappedfile.c:123 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "No s'ha pogut obrir el fitxer «%s»: ha fallat la funció open(): %s" -#: ../glib/gmappedfile.c:201 +#: glib/gmappedfile.c:201 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "No s'ha pogut mapar el fitxer «%s»: ha fallat la funció mmap(): %s" -#: ../glib/gmarkup.c:303 ../glib/gmarkup.c:343 +#: glib/gmarkup.c:303 glib/gmarkup.c:343 #, c-format msgid "Error on line %d char %d: " msgstr "S'ha produït un error a la línia %d caràcter %d:" -#: ../glib/gmarkup.c:363 ../glib/gmarkup.c:441 +#: glib/gmarkup.c:363 glib/gmarkup.c:441 #, c-format msgid "Invalid UTF-8 encoded text in name - not valid '%s'" msgstr "El nom conté caràcters UTF-8 no vàlids: «%s»" -#: ../glib/gmarkup.c:374 +#: glib/gmarkup.c:374 #, c-format msgid "'%s' is not a valid name " msgstr "«%s» no és un nom vàlid " -#: ../glib/gmarkup.c:390 +#: glib/gmarkup.c:390 #, c-format msgid "'%s' is not a valid name: '%c' " msgstr "«%s» no és un nom vàlid: «%c» " -#: ../glib/gmarkup.c:494 +#: glib/gmarkup.c:494 #, c-format msgid "Error on line %d: %s" msgstr "S'ha produït un error a la línia %d: %s" -#: ../glib/gmarkup.c:578 +#: glib/gmarkup.c:578 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -369,7 +368,7 @@ msgstr "" "No s'ha pogut analitzar «%-.*s», hi hauria d'haver hagut un dígit dins un " "caràcter de referència (per exemple ê) - potser el dígit és massa llarg" -#: ../glib/gmarkup.c:590 +#: glib/gmarkup.c:590 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -379,24 +378,24 @@ msgstr "" "utilitzat un caràcter «&» sense intenció d'iniciar una entitat. Substituïu el " "caràcter «&» per &" -#: ../glib/gmarkup.c:616 +#: glib/gmarkup.c:616 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "El caràcter de referència «%-.*s» no codifica un caràcter permès" -#: ../glib/gmarkup.c:654 +#: glib/gmarkup.c:654 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "S'ha vist una entitat buida «&;». Les entitats vàlides són: & " < " "> '" -#: ../glib/gmarkup.c:662 +#: glib/gmarkup.c:662 #, c-format msgid "Entity name '%-.*s' is not known" msgstr "Es desconeix el nom d'entitat «%-.*s»" -#: ../glib/gmarkup.c:667 +#: glib/gmarkup.c:667 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -404,11 +403,11 @@ msgstr "" "L'entitat no acaba amb un punt i coma. Segurament heu utilitzat un caràcter " "«&» sense intenció d'iniciar una entitat. Substituïu el caràcter «&» per &" -#: ../glib/gmarkup.c:1014 +#: glib/gmarkup.c:1014 msgid "Document must begin with an element (e.g. )" msgstr "El document ha de començar amb un element (p.ex. )" -#: ../glib/gmarkup.c:1054 +#: glib/gmarkup.c:1054 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -417,7 +416,7 @@ msgstr "" "«%s» no és un caràcter vàlid després d'un caràcter «<». No pot començar un nom " "d'element" -#: ../glib/gmarkup.c:1122 +#: glib/gmarkup.c:1122 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -426,7 +425,7 @@ msgstr "" "S'ha trobat un caràcter estrany «%s». S'esperava el caràcter «>» per acabar " "l'etiqueta d'element buit «%s»" -#: ../glib/gmarkup.c:1206 +#: glib/gmarkup.c:1206 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -434,7 +433,7 @@ msgstr "" "S'ha trobat un caràcter estrany «%s». S'esperava un «=» després del nom " "d'atribut «%s» de l'element «%s»" -#: ../glib/gmarkup.c:1247 +#: glib/gmarkup.c:1247 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -445,7 +444,7 @@ msgstr "" "finalitzar l'etiqueta d'inici de l'element «%s», o opcionalment un atribut. " "Potser heu utilitzat un caràcter no vàlid en un nom d'atribut" -#: ../glib/gmarkup.c:1291 +#: glib/gmarkup.c:1291 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -454,7 +453,7 @@ msgstr "" "S'ha trobat un caràcter estrany «%s». S'esperaven unes cometes d'obertura " "després del signe «=» en donar valor a l'atribut «%s» de l'element «%s»" -#: ../glib/gmarkup.c:1425 +#: glib/gmarkup.c:1425 #, c-format msgid "" "'%s' is not a valid character following the characters '»" -#: ../glib/gmarkup.c:1472 +#: glib/gmarkup.c:1472 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "L'element «%s» estava tancat. Actualment no hi ha cap element obert" -#: ../glib/gmarkup.c:1481 +#: glib/gmarkup.c:1481 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "L'element «%s» estava tancat. L'element obert actualment és «%s»" -#: ../glib/gmarkup.c:1648 +#: glib/gmarkup.c:1648 msgid "Document was empty or contained only whitespace" msgstr "El document era buit o només contenia espais en blanc" -#: ../glib/gmarkup.c:1662 +#: glib/gmarkup.c:1662 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "El document ha acabat de manera inesperada immediatament després del símbol " "«<»" -#: ../glib/gmarkup.c:1670 ../glib/gmarkup.c:1715 +#: glib/gmarkup.c:1670 glib/gmarkup.c:1715 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -501,7 +500,7 @@ msgstr "" "El document ha acabat de manera inesperada amb elements encara oberts. «%s» " "era l'últim element obert" -#: ../glib/gmarkup.c:1678 +#: glib/gmarkup.c:1678 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -510,21 +509,21 @@ msgstr "" "El document ha acabat de manera inesperada. S'esperava trobar un símbol «>» " "que acabés l'etiqueta <%s/>" -#: ../glib/gmarkup.c:1684 +#: glib/gmarkup.c:1684 msgid "Document ended unexpectedly inside an element name" msgstr "El document ha acabat de manera inesperada enmig d'un nom d'element" -#: ../glib/gmarkup.c:1690 +#: glib/gmarkup.c:1690 msgid "Document ended unexpectedly inside an attribute name" msgstr "El document ha acabat de manera inesperada enmig d'un nom d'atribut" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "El document ha acabat de manera inesperada enmig d'una etiqueta d'obertura " "d'un element." -#: ../glib/gmarkup.c:1701 +#: glib/gmarkup.c:1701 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -532,409 +531,407 @@ msgstr "" "El document ha acabat de manera inesperada després d'un signe d'igual " "després d'un nom d'atribut. No hi ha cap valor d'atribut" -#: ../glib/gmarkup.c:1708 +#: glib/gmarkup.c:1708 msgid "Document ended unexpectedly while inside an attribute value" msgstr "El document ha acabat de manera inesperada enmig d'un valor d'atribut" -#: ../glib/gmarkup.c:1724 +#: glib/gmarkup.c:1724 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "El document ha acabat de manera inesperada enmig de l'etiqueta de tancament " "de l'element «%s»" -#: ../glib/gmarkup.c:1730 +#: glib/gmarkup.c:1730 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "El document ha acabat de manera inesperada enmig d'un comentari o una " "instrucció de processament" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "objecte malmès" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "error intern o objecte malmès" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "no hi ha prou memòria" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "s'ha arribat al límit de tornades enrere" -#: ../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ó conté elements que no estan implementats en les concordances " "parcials" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "error intern" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "no s'ha implementat l'ús de referències anteriors per a coincidències " "parcials" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "s'ha arribat al límit de recurrències" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "s'ha arribat al límit d'espais de treball per a subcadenes buides" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "la combinació de senyaladors de línia nova no és vàlida" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "error desconegut" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ al final del patró" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c al final del patró" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "caràcter no reconegut despré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 es permeten els escapaments (\\l,\\L, \\u, \\U)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "nombres fora del rang en el quantificador {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "nombre massa gran en el quantificador {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "falta el «]» per a la classe de caràcter" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "la seqüència d'escapada en la classe de caràcter no és vàlida" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "s'ha sortit del rang en la classe de caràcter" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "no hi ha res a repetir" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "no es reconeix el caràcter després de «(?»" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "no es reconeix el caràcter després de «(?<»" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "no es reconeix el caràcter després de «(?P»" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "" "només es permeten les classes amb nom de POSIX dins de la pròpia classe" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "falta un «)»" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr "hi ha un «)» sense el corresponent «(»" #. 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 «(?[+-]dígits» han d'anar seguits per «)»" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referència a un subpatró que no existeix" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "falta un «)» després del comentari" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "l'expressió regular és massa llarga" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "no s'ha pogut obtenir memòria" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "l'asserció cap enrera no té llargada fixa" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "nombre o nom malformats després de «(?(»" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "el grup condicional conté més de dues branques" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "s'esperava una asserció després de «(?(»" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "nom de classe POSIX desconeguda" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "no es poden utilitzar els elements d'ordenació de POSIX" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "el valor del caràcter a la seqüència «\\x{...}» és massa llarg" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "condició «(?(0)» no vàlida" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "no es permet \\C en assercions cap enrera" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "la crida recursiva podria entrar en bucle indefinidament" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "falta la finalització en el nom del subpatró" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "dos noms de subpatró tenen el mateix nom" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "la seqüència «\\P» o «\\p» és malformada" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "es desconeix el nom de la propietat després de «\\P» o «\\p»" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "el nom del subpatró és massa llarg (32 caràcters com a màxim)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "hi ha massa subpatrons amb nom (màxim de 10.000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "el valor octal és més gran que \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "el grup «DEFINE» conté més d'una branca" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "no es permet repetir un grup «DEFINE»" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "opcions «NEWLINE» inconsistents" -#: ../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 és seguit per un nom entre claus o un nombre opcional diferent de " "zero entre claus" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "repetició no esperada" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "desbordament del codi" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "s'ha produït un desbordament en compilar l'espai de treball" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "no s'ha trobat el subpatró referenciat comprovat anteriorment" -#: ../glib/gregex.c:522 ../glib/gregex.c:1603 +#: glib/gregex.c:522 glib/gregex.c:1603 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "S'ha produït un error en fer coincidir l'expressió regular %s: %s" -#: ../glib/gregex.c:1094 +#: glib/gregex.c:1094 msgid "PCRE library is compiled without UTF8 support" msgstr "La biblioteca PCRE no està compilada per interpretar UTF8" -#: ../glib/gregex.c:1103 +#: glib/gregex.c:1103 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" "La biblioteca PCRE no està compilada per interpretar les propietats UTF8" -#: ../glib/gregex.c:1157 +#: glib/gregex.c:1157 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "" "S'ha produït un error en compilar l'expressió regular %s al caràcter %d: %s" -#: ../glib/gregex.c:1193 +#: glib/gregex.c:1193 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "S'ha produït un error en optimitzar l'expressió regular %s: %s" -#: ../glib/gregex.c:2031 +#: glib/gregex.c:2031 msgid "hexadecimal digit or '}' expected" msgstr "s'esperava un dígit hexadecimal o bé «}»" -#: ../glib/gregex.c:2047 +#: glib/gregex.c:2047 msgid "hexadecimal digit expected" msgstr "s'esperava un dígit hexadecimal" -#: ../glib/gregex.c:2087 +#: glib/gregex.c:2087 msgid "missing '<' in symbolic reference" msgstr "falta un «<» en la referència simbòlica" -#: ../glib/gregex.c:2096 +#: glib/gregex.c:2096 msgid "unfinished symbolic reference" msgstr "la referència simbòlica no està acabada" -#: ../glib/gregex.c:2103 +#: glib/gregex.c:2103 msgid "zero-length symbolic reference" msgstr "referència simbòlica de longitud zero" -#: ../glib/gregex.c:2114 +#: glib/gregex.c:2114 msgid "digit expected" msgstr "s'esperava un dígit" -#: ../glib/gregex.c:2132 +#: glib/gregex.c:2132 msgid "illegal symbolic reference" msgstr "la referència simbòlica no és vàlida" -#: ../glib/gregex.c:2194 +#: glib/gregex.c:2194 msgid "stray final '\\'" msgstr "«\\» final extraviat" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 msgid "unknown escape sequence" msgstr "no es reconeix la seqüència d'escapament" -#: ../glib/gregex.c:2208 +#: glib/gregex.c:2208 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" "S'ha produït un error en analitzar el text de reemplaçament «%s» al caràcter %" "lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "El text citat no comença amb cometes" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "S'han trobat unes cometes desaparellades en una línia d'ordres o en un altre " "text entre cometes" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "El text acaba just després d'un caràcter «\\». (El text 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 text ha acabat abans de trobar les cometes corresponents a %c. (El text " "era «%s»)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "El text era buit (o només contenia espais en blanc)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "No s'ha pogut llegir dades del procés fill" -#: ../glib/gspawn-win32.c:300 ../glib/gspawn.c:1480 +#: glib/gspawn-win32.c:300 glib/gspawn.c:1480 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "No s'ha pogut crear el conducte per comunicar-se amb el procés fill (%s)" -#: ../glib/gspawn-win32.c:339 ../glib/gspawn-win32.c:347 ../glib/gspawn.c:1139 +#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "No s'ha pogut llegir des del conducte fill (%s)" -#: ../glib/gspawn-win32.c:370 ../glib/gspawn.c:1346 +#: glib/gspawn-win32.c:370 glib/gspawn.c:1346 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "No s'ha pogut canviar al directori «%s» (%s)" -#: ../glib/gspawn-win32.c:376 ../glib/gspawn-win32.c:495 +#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495 #, c-format msgid "Failed to execute child process (%s)" msgstr "No s'ha pogut executar el procés fill (%s)" -#: ../glib/gspawn-win32.c:445 +#: glib/gspawn-win32.c:445 #, c-format msgid "Invalid program name: %s" msgstr "El nom del programa no és vàlid: %s" -#: ../glib/gspawn-win32.c:455 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1279 +#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "La cadena en el vector d'argument no és vàlida a %d: %s" -#: ../glib/gspawn-win32.c:466 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1312 +#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312 #, c-format msgid "Invalid string in environment: %s" msgstr "Cadena no vàlida a l'entorn: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1260 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260 #, c-format msgid "Invalid working directory: %s" msgstr "El directori de treball no és vàlid: %s" -#: ../glib/gspawn-win32.c:784 +#: glib/gspawn-win32.c:784 #, c-format msgid "Failed to execute helper program (%s)" msgstr "No s'ha pogut executar el programa d'ajuda (%s)" -#: ../glib/gspawn-win32.c:998 +#: glib/gspawn-win32.c:998 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -942,140 +939,140 @@ msgstr "" "S'ha produït un error inesperat a g_io_chanel_win32_poll() en llegir dades " "d'un procés fill" -#: ../glib/gspawn.c:190 +#: glib/gspawn.c:190 #, c-format msgid "Failed to read data from child process (%s)" msgstr "No s'ha pogut llegir dades des del procés fill (%s)" -#: ../glib/gspawn.c:329 +#: glib/gspawn.c:329 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "S'ha produït un error inesperat a select() en llegir dades des d'un procés " "fill (%s)" -#: ../glib/gspawn.c:414 +#: glib/gspawn.c:414 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "S'ha produït un error inesperat en waitpid() (%s)" -#: ../glib/gspawn.c:1206 +#: glib/gspawn.c:1206 #, c-format msgid "Failed to fork (%s)" msgstr "No s'ha pogut bifurcar-se (%s)" -#: ../glib/gspawn.c:1356 +#: glib/gspawn.c:1356 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "No s'ha pogut executar el procés fill «%s» (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "No s'ha pogut redirigir l'entrada o la sortida del procés fill (%s)" -#: ../glib/gspawn.c:1375 +#: glib/gspawn.c:1375 #, c-format msgid "Failed to fork child process (%s)" msgstr "No s'ha pogut bifurcar el procés fill (%s)" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "S'ha produït un error desconegut en executar el procés fill «%s»" -#: ../glib/gspawn.c:1407 +#: glib/gspawn.c:1407 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "No s'han pogut llegir prou dades del conducte de l'identificador del procés " "fill (%s)" -#: ../glib/gutf8.c:1038 +#: glib/gutf8.c:1038 msgid "Character out of range for UTF-8" msgstr "El caràcter és fora del rang per a UTF-8" -#: ../glib/gutf8.c:1138 ../glib/gutf8.c:1147 ../glib/gutf8.c:1279 -#: ../glib/gutf8.c:1288 ../glib/gutf8.c:1429 ../glib/gutf8.c:1525 +#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288 +#: glib/gutf8.c:1429 glib/gutf8.c:1525 msgid "Invalid sequence in conversion input" msgstr "Seqüència no vàlida a l'entrada de la conversió" -#: ../glib/gutf8.c:1440 ../glib/gutf8.c:1536 +#: glib/gutf8.c:1440 glib/gutf8.c:1536 msgid "Character out of range for UTF-16" msgstr "El caràcter és fora del rang per a UTF-16" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "Usage:" msgstr "Forma d'ús:" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "[OPTION...]" msgstr "[OPCIÓ...]" -#: ../glib/goption.c:861 +#: glib/goption.c:861 msgid "Help Options:" msgstr "Opcions d'ajuda:" -#: ../glib/goption.c:862 +#: glib/goption.c:862 msgid "Show help options" msgstr "Mostra les opcions d'ajuda" -#: ../glib/goption.c:868 +#: glib/goption.c:868 msgid "Show all help options" msgstr "Mostra totes les opcions d'ajuda" -#: ../glib/goption.c:930 +#: glib/goption.c:930 msgid "Application Options:" msgstr "Opcions de l'aplicació:" -#: ../glib/goption.c:992 ../glib/goption.c:1062 +#: glib/goption.c:992 glib/goption.c:1062 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "No es pot analitzar el valor enter «%s» per a %s" -#: ../glib/goption.c:1002 ../glib/goption.c:1070 +#: glib/goption.c:1002 glib/goption.c:1070 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "El valor enter «%s» per a %s és fora del rang" -#: ../glib/goption.c:1027 +#: glib/goption.c:1027 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "No es pot analitzar el valor doble «%s» per a %s" -#: ../glib/goption.c:1035 +#: glib/goption.c:1035 #, c-format msgid "Double value '%s' for %s out of range" msgstr "El valor doble «%s» per a %s és fora del rang" -#: ../glib/goption.c:1298 ../glib/goption.c:1377 +#: glib/goption.c:1298 glib/goption.c:1377 #, c-format msgid "Error parsing option %s" msgstr "S'ha produït un error en analitzar l'opció %s" -#: ../glib/goption.c:1408 ../glib/goption.c:1522 +#: glib/goption.c:1408 glib/goption.c:1522 #, c-format msgid "Missing argument for %s" msgstr "Manca un argument per a %s" -#: ../glib/goption.c:1917 +#: glib/goption.c:1917 #, c-format msgid "Unknown option %s" msgstr "Es desconeix l'opció %s" -#: ../glib/gkeyfile.c:362 +#: glib/gkeyfile.c:362 msgid "Valid key file could not be found in search dirs" msgstr "No s'ha pogut trobar cap fitxer de claus vàlid als directoris de cerca" -#: ../glib/gkeyfile.c:397 +#: glib/gkeyfile.c:397 msgid "Not a regular file" msgstr "No és un fitxer regular" -#: ../glib/gkeyfile.c:405 +#: glib/gkeyfile.c:405 msgid "File is empty" msgstr "El fitxer és buit" -#: ../glib/gkeyfile.c:764 +#: glib/gkeyfile.c:764 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1083,56 +1080,56 @@ msgstr "" "El fitxer de claus conté la línia «%s» que no és una parella clau-valor, grup " "o comentari" -#: ../glib/gkeyfile.c:824 +#: glib/gkeyfile.c:824 #, c-format msgid "Invalid group name: %s" msgstr "El nom del grup no és vàlid: %s" -#: ../glib/gkeyfile.c:846 +#: glib/gkeyfile.c:846 msgid "Key file does not start with a group" msgstr "El fitxer de claus no comença amb un grup" -#: ../glib/gkeyfile.c:872 +#: glib/gkeyfile.c:872 #, c-format msgid "Invalid key name: %s" msgstr "El nom de la clau no és vàlid: %s" -#: ../glib/gkeyfile.c:899 +#: glib/gkeyfile.c:899 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "El fitxer de claus conté la codificació no implementada «%s»" -#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2506 -#: ../glib/gkeyfile.c:2572 ../glib/gkeyfile.c:2707 ../glib/gkeyfile.c:2840 -#: ../glib/gkeyfile.c:2993 ../glib/gkeyfile.c:3180 ../glib/gkeyfile.c:3241 +#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506 +#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840 +#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241 #, c-format msgid "Key file does not have group '%s'" msgstr "El fitxer de claus no té el grup «%s»" -#: ../glib/gkeyfile.c:1289 +#: glib/gkeyfile.c:1289 #, c-format msgid "Key file does not have key '%s'" msgstr "El fitxer de claus no té la clau «%s»" -#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511 +#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511 #, 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:1416 ../glib/gkeyfile.c:1910 +#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910 #, 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:1531 +#: glib/gkeyfile.c:1531 #, c-format msgid "" "Key file contains key '%s' which has a 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:2125 ../glib/gkeyfile.c:2337 +#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1141,172 +1138,169 @@ msgstr "" "El fitxer de claus conté la clau «%s» en el grup «%s», que té un valor no " "interpretable." -#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:3252 +#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252 #, 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:3486 +#: glib/gkeyfile.c:3486 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:3508 +#: glib/gkeyfile.c:3508 #, 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:3650 +#: glib/gkeyfile.c:3650 #, 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:3664 +#: glib/gkeyfile.c:3664 #, c-format msgid "Integer value '%s' out of range" msgstr "El valor enter «%s» és fora del rang" -#: ../glib/gkeyfile.c:3697 +#: glib/gkeyfile.c:3697 #, 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:3721 +#: glib/gkeyfile.c:3721 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no es pot interpretar com un booleà." -#: ../gio/gbufferedinputstream.c:415 ../gio/gbufferedinputstream.c:496 -#: ../gio/ginputstream.c:186 ../gio/ginputstream.c:318 -#: ../gio/ginputstream.c:557 ../gio/ginputstream.c:682 -#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:657 +#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 +#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "El valor de comptatge passat a %s és massa llarg" -#: ../gio/gbufferedinputstream.c:883 ../gio/ginputstream.c:892 -#: ../gio/giostream.c:305 ../gio/goutputstream.c:1108 +#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Ja està tancat el flux" -#: ../gio/gcancellable.c:433 ../gio/glocalfile.c:2095 -#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 +#: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "S'ha cancel·lat l'operació" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "Tipus desconegut" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "tipus de fitxer %s" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "tipus %s" -#: ../gio/gdatainputstream.c:311 +#: gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" msgstr "No s'esperava un final de flux tant aviat" -#: ../gio/gdesktopappinfo.c:468 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sense nom" -#: ../gio/gdesktopappinfo.c:725 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "El fitxer d'escriptori no especificava el camp d'execució" -#: ../gio/gdesktopappinfo.c:905 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "No s'ha pogut trobar el terminal que demanava l'aplicació" -#: ../gio/gdesktopappinfo.c:1113 +#: gio/gdesktopappinfo.c:1113 #, 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:1117 +#: gio/gdesktopappinfo.c:1117 #, 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:1525 +#: gio/gdesktopappinfo.c:1525 #, 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:1639 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Definició personalitzada per a %s" -#: ../gio/gdrive.c:409 +#: gio/gdrive.c:409 msgid "drive doesn't implement eject" msgstr "la unitat no implementa l'expulsió" #. Translators: This is an error #. * message for drive objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gdrive.c:489 +#: gio/gdrive.c:489 msgid "drive doesn't implement eject or eject_with_operation" msgstr "la unitat no implementa l'expulsió o «eject_with_operation»" -#: ../gio/gdrive.c:566 +#: gio/gdrive.c:566 msgid "drive doesn't implement polling for media" msgstr "la unitat no implementa el sondeig per si hi ha un suport" -#: ../gio/gdrive.c:771 +#: gio/gdrive.c:771 msgid "drive doesn't implement start" msgstr "la unitat no implementa la inicialització" -#: ../gio/gdrive.c:873 +#: gio/gdrive.c:873 msgid "drive doesn't implement stop" msgstr "la unitat no implementa l'aturada" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "No es pot gestionar la versió %d de la codificació del GEmblem" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "" "Un nombre de testimonis (%d) de la codificació del GEmblem no són formats " "correctament" -#: ../gio/gemblemedicon.c:296 +#: gio/gemblemedicon.c:296 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "No es pot gestionar la versió %d de la codificació del GEmblemedIcon" -#: ../gio/gemblemedicon.c:306 +#: gio/gemblemedicon.c:306 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "" "Un nombre de testimonis (%d) en la codificació del GEmblemedIcon no són " "formats correctament" -#: ../gio/gemblemedicon.c:329 +#: gio/gemblemedicon.c:329 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "S'esperava un GEmblem per a un GEmblemedIcon" -#: ../gio/gfile.c:903 ../gio/gfile.c:1133 ../gio/gfile.c:1268 -#: ../gio/gfile.c:1504 ../gio/gfile.c:1558 ../gio/gfile.c:1615 -#: ../gio/gfile.c:1698 ../gio/gfile.c:1753 ../gio/gfile.c:1813 -#: ../gio/gfile.c:1867 ../gio/gfile.c:3192 ../gio/gfile.c:3246 -#: ../gio/gfile.c:3377 ../gio/gfile.c:3417 ../gio/gfile.c:3744 -#: ../gio/gfile.c:4146 ../gio/gfile.c:4232 ../gio/gfile.c:4321 -#: ../gio/gfile.c:4419 ../gio/gfile.c:4506 ../gio/gfile.c:4599 -#: ../gio/gfile.c:4929 ../gio/gfile.c:5209 ../gio/gfile.c:5278 -#: ../gio/gfile.c:6869 ../gio/gfile.c:6959 ../gio/gfile.c:7045 -#: ../gio/win32/gwinhttpfile.c:441 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 +#: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "L'operació no està implementada" @@ -1318,130 +1312,130 @@ 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:1389 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077 -#: ../gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "No existeix el punt de muntatge contenidor" -#: ../gio/gfile.c:2441 ../gio/glocalfile.c:2251 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "No es pot copiar al directori" -#: ../gio/gfile.c:2501 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "No es pot copiar el directori al directori" -#: ../gio/gfile.c:2509 ../gio/glocalfile.c:2260 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Ja existeix el fitxer de destinació" -#: ../gio/gfile.c:2527 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "No es pot copiar el directori de forma recursiva" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "No es pot copiar el fitxer especial" -#: ../gio/gfile.c:3367 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "El valor donat per a l'enllaç simbòlic no és vàlid" -#: ../gio/gfile.c:3460 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "No es pot utilitzar la paperera" -#: ../gio/gfile.c:3509 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "En els noms de fitxers no pot haver-hi «%c»" -#: ../gio/gfile.c:5926 ../gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "el volum no implementa el muntatge" -#: ../gio/gfile.c:6037 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" "No hi ha cap aplicació que s'hagi registrat per a gestionar aquest fitxer" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "L'enumerador està tancat" -#: ../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 "L'enumerador de fitxer té una operació pendent" -#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "Ja està tancat l'enumerador de fitxer" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "No es pot gestionar la versió %d de la codificació del GFileIcon" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "Les dades d'entrada pel GFileIcon no són formades correctament" -#: ../gio/gfileinputstream.c:155 ../gio/gfileinputstream.c:422 -#: ../gio/gfileiostream.c:171 ../gio/gfileoutputstream.c:170 -#: ../gio/gfileoutputstream.c:525 +#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422 +#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170 +#: gio/gfileoutputstream.c:525 msgid "Stream doesn't support query_info" msgstr "El flux no implementa «query_info»" -#: ../gio/gfileinputstream.c:337 ../gio/gfileiostream.c:389 -#: ../gio/gfileoutputstream.c:383 +#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389 +#: gio/gfileoutputstream.c:383 msgid "Seek not supported on stream" msgstr "No està implementada la cerca en el flux" -#: ../gio/gfileinputstream.c:381 +#: gio/gfileinputstream.c:381 msgid "Truncate not allowed on input stream" msgstr "No es permet truncar en els fluxs d'entrada" -#: ../gio/gfileiostream.c:465 ../gio/gfileoutputstream.c:459 +#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459 msgid "Truncate not supported on stream" msgstr "No es permet truncar en els fluxos" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Nombre de testimonis erroni (%d)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "El nom de classe %s no té tipus" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "El tipus %s no implementa la interfície GIcon" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "El tipus %s no té classe" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "El número de versió no és format correctament: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "El tipus %s no implementa «from_tokens()» a la interfície GIcon" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "" "No es pot gestionar la versió proporcionada de la codificació de la icona" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 msgid "Input stream doesn't implement read" msgstr "El flux d'entrada no té implementada la lectura" @@ -1451,354 +1445,353 @@ msgstr "El flux d'entrada no té implementada 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:902 ../gio/giostream.c:315 -#: ../gio/goutputstream.c:1118 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "El flux té una operació pendent" -#: ../gio/ginetsocketaddress.c:182 ../gio/ginetsocketaddress.c:199 -#: ../gio/gunixsocketaddress.c:174 +#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199 +#: gio/gunixsocketaddress.c:174 msgid "Not enough space for socket address" msgstr "No hi ha prou espai per a l'adreça del sòcol" -#: ../gio/ginetsocketaddress.c:212 +#: gio/ginetsocketaddress.c:212 msgid "Unsupported socket address" msgstr "L'adreça de sòcol no és compatible" -#: ../gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 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:600 ../gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "El nom del fitxer no és vàlid: %s" -#: ../gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, 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:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "No es pot canviar el nom del directori arrel" -#: ../gio/glocalfile.c:1130 ../gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, 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 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "No es pot canviar el nom del fitxer, ja existeix aquest nom" -#: ../gio/glocalfile.c:1152 ../gio/glocalfile.c:2124 ../gio/glocalfile.c:2153 -#: ../gio/glocalfile.c:2313 ../gio/glocalfileoutputstream.c:550 -#: ../gio/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648 -#: ../gio/glocalfileoutputstream.c:1130 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 +#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 +#: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Nom de fitxer no vàlid" -#: ../gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "S'ha produït un error en obrir el fitxer: %s" -#: ../gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "No s'ha pogut obrir el directori" -#: ../gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "S'ha produït un error en suprimir el fitxer: %s" -#: ../gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, 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:1831 +#: gio/glocalfile.c:1825 #, 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:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "No s'ha pogut trobar el directori superior per a la paperera" -#: ../gio/glocalfile.c:1931 ../gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "No s'ha pogut trobar o crear el directori de la paperera" -#: ../gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, 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:2014 ../gio/glocalfile.c:2019 ../gio/glocalfile.c:2094 -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "No s'ha pogut enviar el fitxer a la paperera: %s" -#: ../gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "S'ha produït un error en crear el directori: %s" -#: ../gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 #, c-format msgid "Filesystem does not support symbolic links" msgstr "El sistema de fitxers no implementa enllaços simbòlics" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2155 #, 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:2223 ../gio/glocalfile.c:2317 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "S'ha produït un error en moure el fitxer: %s" -#: ../gio/glocalfile.c:2246 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "No s'ha pogut moure el directori al directori" -#: ../gio/glocalfile.c:2273 ../gio/glocalfileoutputstream.c:928 -#: ../gio/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957 -#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 +#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 +#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Ha fallat la creació del fitxer de còpia de seguretat" -#: ../gio/glocalfile.c:2292 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "S'ha produït un error en suprimir el fitxer objectiu: %s" -#: ../gio/glocalfile.c:2306 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "No està implementat el moure entre muntatges" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 msgid "Attribute value must be non-NULL" msgstr "El valor de l'atribut no pot ser nul" -#: ../gio/glocalfileinfo.c:728 +#: gio/glocalfileinfo.c:728 msgid "Invalid attribute type (string expected)" msgstr "Tipus d'atribut no vàlid (s'esperava una cadena)" -#: ../gio/glocalfileinfo.c:735 +#: gio/glocalfileinfo.c:735 msgid "Invalid extended attribute name" msgstr "El nom de l'atribut estés no és vàlid" -#: ../gio/glocalfileinfo.c:775 +#: gio/glocalfileinfo.c:775 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "S'ha produït un error en establir l'atribut estés «%s»: %s" -#: ../gio/glocalfileinfo.c:1482 ../gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "" "S'ha produït un error en executar la funció «stat()» en el fitxer «%s»: %s" -#: ../gio/glocalfileinfo.c:1555 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (codificació no vàlida)" -#: ../gio/glocalfileinfo.c:1753 +#: gio/glocalfileinfo.c:1753 #, 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:1798 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint32)" -#: ../gio/glocalfileinfo.c:1816 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint64)" -#: ../gio/glocalfileinfo.c:1835 ../gio/glocalfileinfo.c:1854 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Tipus d'atribut no vàlid (s'esperava una cadena de bytes)" -#: ../gio/glocalfileinfo.c:1889 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "No es poden establir permisos en els enllaços simbòlics" -#: ../gio/glocalfileinfo.c:1905 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "S'ha produït un error en establir els permisos: %s" -#: ../gio/glocalfileinfo.c:1956 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "S'ha produït un error en establir el propietari: %s" -#: ../gio/glocalfileinfo.c:1979 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "l'enllaç simbòlic no pot ser nul" -#: ../gio/glocalfileinfo.c:1989 ../gio/glocalfileinfo.c:2008 -#: ../gio/glocalfileinfo.c:2019 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "S'ha produït un error en establir l'enllaç simbòlic: %s" -#: ../gio/glocalfileinfo.c:1998 +#: gio/glocalfileinfo.c:1998 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:2124 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "" "S'ha produït un error en establir el temps de modificació o d'accés: %s" -#: ../gio/glocalfileinfo.c:2147 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "El context del SELinux no pot ser nul" -#: ../gio/glocalfileinfo.c:2162 +#: gio/glocalfileinfo.c:2162 #, 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:2169 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "Aquest sistema no té habilitat el SELinux" -#: ../gio/glocalfileinfo.c:2261 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "No està implementat establir l'atribut %s" -#: ../gio/glocalfileinputstream.c:165 ../gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "S'ha produït un error en llegir des del fitxer: %s" -#: ../gio/glocalfileinputstream.c:196 ../gio/glocalfileinputstream.c:208 -#: ../gio/glocalfileinputstream.c:320 ../gio/glocalfileoutputstream.c:449 -#: ../gio/glocalfileoutputstream.c:1005 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "S'ha produït un error en cercar en el fitxer: %s" -#: ../gio/glocalfileinputstream.c:241 ../gio/glocalfileoutputstream.c:235 -#: ../gio/glocalfileoutputstream.c:330 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "S'ha produït un error en tancar el fitxer: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" "No s'ha pogut trobar el tipus de monitorització de fitxer local predeterminat" -#: ../gio/glocalfileoutputstream.c:181 ../gio/glocalfileoutputstream.c:214 -#: ../gio/glocalfileoutputstream.c:722 +#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:722 #, c-format msgid "Error writing to file: %s" msgstr "S'ha produït un error en escriure al fitxer: %s" -#: ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:262 #, c-format msgid "Error removing old backup link: %s" msgstr "" "S'ha produït un error en suprimir l'enllaç de còpia de seguretat antic: %s" -#: ../gio/glocalfileoutputstream.c:276 ../gio/glocalfileoutputstream.c:289 +#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289 #, c-format msgid "Error creating backup copy: %s" msgstr "S'ha produït un error en crear la còpia de seguretat: %s" -#: ../gio/glocalfileoutputstream.c:307 +#: gio/glocalfileoutputstream.c:307 #, c-format msgid "Error renaming temporary file: %s" msgstr "S'ha produït un error en canviar el nom del fitxer temporal: %s" -#: ../gio/glocalfileoutputstream.c:495 ../gio/glocalfileoutputstream.c:1056 +#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056 #, c-format msgid "Error truncating file: %s" msgstr "S'ha produït un error en truncar el fitxer: %s" -#: ../gio/glocalfileoutputstream.c:556 ../gio/glocalfileoutputstream.c:609 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:794 -#: ../gio/glocalfileoutputstream.c:1037 ../gio/glocalfileoutputstream.c:1136 +#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794 +#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136 #, c-format msgid "Error opening file '%s': %s" msgstr "S'ha produït un error en obrir el fitxer «%s»: %s" -#: ../gio/glocalfileoutputstream.c:825 +#: gio/glocalfileoutputstream.c:825 msgid "Target file is a directory" msgstr "El fitxer objectiu és un directori" -#: ../gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:830 msgid "Target file is not a regular file" msgstr "El fitxer objectiu no és un fitxer regular" -#: ../gio/glocalfileoutputstream.c:842 +#: gio/glocalfileoutputstream.c:842 msgid "The file was externally modified" msgstr "El fitxer ha estat modificat des d'alguna aplicació externa" -#: ../gio/glocalfileoutputstream.c:1021 +#: gio/glocalfileoutputstream.c:1021 #, c-format msgid "Error removing old file: %s" msgstr "S'ha produït un error en suprimir el fitxer vell: %s" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:553 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553 msgid "Invalid GSeekType supplied" msgstr "El GSeekType proporcionat no és vàlid" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:563 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563 msgid "Invalid seek request" msgstr "La sol·licitud de cerca és invàlida" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "No es pot truncar el GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:290 +#: gio/gmemoryoutputstream.c:290 msgid "Reached maximum data array limit" msgstr "S'ha arribat al màxim del límit de la matriu de dades" -#: ../gio/gmemoryoutputstream.c:325 +#: gio/gmemoryoutputstream.c:325 msgid "Memory output stream not resizable" msgstr "El flux de sortida de memòria no és modificable" -#: ../gio/gmemoryoutputstream.c:341 +#: gio/gmemoryoutputstream.c:341 msgid "Failed to resize memory output stream" msgstr "Ha fallat el redimensionament de la memòria del flux de sortida" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:409 +#: gio/gmount.c:409 msgid "mount doesn't implement \"unmount\"" msgstr "el muntatge no implementa el desmuntatge («unmount»)" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:488 +#: gio/gmount.c:488 msgid "mount doesn't implement \"eject\"" msgstr "el muntatge no implementa l'expulsió («eject»)" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: ../gio/gmount.c:568 +#: gio/gmount.c:568 msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "el muntatge no implementa el desmuntatge («unmount») o " @@ -1807,7 +1800,7 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gmount.c:655 +#: gio/gmount.c:655 msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "el muntatge no implementa l'expulsió («eject») o l'«eject_with_operation»" @@ -1815,260 +1808,260 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:744 +#: gio/gmount.c:744 msgid "mount doesn't implement \"remount\"" msgstr "el muntatge no implementa el tornar-se a muntar («remount»)" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:828 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "el muntatge no implementa l'estimació de tipus de contingut" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:917 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "el muntatge no implementa l'estimació de tipus de contingut síncron" -#: ../gio/gnetworkaddress.c:295 +#: gio/gnetworkaddress.c:295 #, c-format msgid "Hostname '%s' contains '[' but not ']'" msgstr "El nom de l'ordinador «%s» conté «[» però no «]»" -#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "El flux de sortida no implementa l'escriptura" -#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:781 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "El flux font ja està tancat" -#: ../gio/gresolver.c:736 +#: gio/gresolver.c:736 #, c-format msgid "Error resolving '%s': %s" msgstr "S'ha produït un error en resoldre «%s»: %s" -#: ../gio/gresolver.c:786 +#: gio/gresolver.c:786 #, c-format msgid "Error reverse-resolving '%s': %s" msgstr "S'ha produït un error en resoldre a la inversa «%s»: %s" -#: ../gio/gresolver.c:821 ../gio/gresolver.c:899 +#: gio/gresolver.c:821 gio/gresolver.c:899 #, c-format msgid "No service record for '%s'" msgstr "No hi ha cap registre de servei per a «%s»" -#: ../gio/gresolver.c:826 ../gio/gresolver.c:904 +#: gio/gresolver.c:826 gio/gresolver.c:904 #, c-format msgid "Temporarily unable to resolve '%s'" msgstr "No s'ha pogut resoldre «%s» de forma temporal" -#: ../gio/gresolver.c:831 ../gio/gresolver.c:909 +#: gio/gresolver.c:831 gio/gresolver.c:909 #, c-format msgid "Error resolving '%s'" msgstr "S'ha produït un error en resoldre «%s»" -#: ../gio/gsocket.c:277 +#: gio/gsocket.c:277 msgid "Invalid socket, not initialized" msgstr "El sòcol no és vàlid, no està inicialitzat" -#: ../gio/gsocket.c:284 +#: gio/gsocket.c:284 #, c-format msgid "Invalid socket, initialization failed due to: %s" msgstr "El sòcol no és vàlid, ha fallat la inicialització degut a: %s" -#: ../gio/gsocket.c:292 +#: gio/gsocket.c:292 msgid "Socket is already closed" msgstr "El sòcol ja és tancat" -#: ../gio/gsocket.c:405 +#: gio/gsocket.c:405 #, c-format msgid "creating GSocket from fd: %s" msgstr "s'està creant un GSocket a partir del descriptor de fitxer: %s" -#: ../gio/gsocket.c:439 ../gio/gsocket.c:453 ../gio/gsocket.c:1911 +#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911 #, c-format msgid "Unable to create socket: %s" msgstr "No s'ha pogut crear el sòcol: %s" -#: ../gio/gsocket.c:439 +#: gio/gsocket.c:439 msgid "Unknown protocol was specified" msgstr "S'ha especificat un protocol desconegut" -#: ../gio/gsocket.c:758 +#: gio/gsocket.c:758 msgid "Cancellable initialization not supported" msgstr "No està implementada la cancel·lació de la inicialització" -#: ../gio/gsocket.c:1112 +#: gio/gsocket.c:1112 #, c-format msgid "could not get local address: %s" msgstr "no s'ha pogut obtenir l'adreça local: %s" -#: ../gio/gsocket.c:1145 +#: gio/gsocket.c:1145 #, c-format msgid "could not get remote address: %s" msgstr "no s'ha pogut obtenir l'adreça remota: %s" -#: ../gio/gsocket.c:1203 +#: gio/gsocket.c:1203 #, c-format msgid "could not listen: %s" msgstr "no s'ha pogut escoltar: %s" -#: ../gio/gsocket.c:1277 +#: gio/gsocket.c:1277 #, c-format msgid "Error binding to address: %s" msgstr "S'ha produït un error en vincular-se a l'adreça: %s" -#: ../gio/gsocket.c:1397 +#: gio/gsocket.c:1397 #, c-format msgid "Error accepting connection: %s" msgstr "S'ha produït un error en acceptar la connexió: %s" -#: ../gio/gsocket.c:1510 +#: gio/gsocket.c:1510 msgid "Error connecting: " msgstr "S'ha produït un error en connectar-se: " -#: ../gio/gsocket.c:1514 +#: gio/gsocket.c:1514 msgid "Connection in progress" msgstr "Connexió en procés" -#: ../gio/gsocket.c:1519 +#: gio/gsocket.c:1519 #, c-format msgid "Error connecting: %s" msgstr "S'ha produït un error en connectar-se: %s" -#: ../gio/gsocket.c:1559 +#: gio/gsocket.c:1559 #, c-format msgid "Unable to get pending error: %s" msgstr "No s'ha pogut obtenir l'error pendent: %s" -#: ../gio/gsocket.c:1655 +#: gio/gsocket.c:1655 #, c-format msgid "Error receiving data: %s" msgstr "S'ha produït un error en rebre les dades: %s" -#: ../gio/gsocket.c:1798 +#: gio/gsocket.c:1798 #, c-format msgid "Error sending data: %s" msgstr "S'ha produït un error en enviar les dades: %s" -#: ../gio/gsocket.c:1990 +#: gio/gsocket.c:1990 #, c-format msgid "Error closing socket: %s" msgstr "S'ha produït un error en tancar el sòcol: %s" -#: ../gio/gsocket.c:2475 +#: gio/gsocket.c:2475 #, c-format msgid "Waiting for socket condition: %s" msgstr "S'està esperant la condició del sòcol: %s" -#: ../gio/gsocket.c:2714 ../gio/gsocket.c:2795 +#: gio/gsocket.c:2714 gio/gsocket.c:2795 #, c-format msgid "Error sending message: %s" msgstr "S'ha produït un error en enviar el missatge: %s" -#: ../gio/gsocket.c:2739 +#: gio/gsocket.c:2739 msgid "GSocketControlMessage not supported on windows" msgstr "El GSocketControlMessage no està implementat a Windows" -#: ../gio/gsocket.c:2997 ../gio/gsocket.c:3135 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "S'ha produït un error en rebre un missatge: %s" -#: ../gio/gsocketclient.c:521 ../gio/gsocketclient.c:770 +#: gio/gsocketclient.c:521 gio/gsocketclient.c:770 msgid "Unknown error on connect" msgstr "S'ha produït un error desconegut en connectar-se" -#: ../gio/gsocketlistener.c:192 +#: gio/gsocketlistener.c:192 msgid "Listener is already closed" msgstr "Ja està tancat el receptor de connexions" -#: ../gio/gsocketlistener.c:233 +#: gio/gsocketlistener.c:233 msgid "Added socket is closed" msgstr "El sòcol que s'ha afegit és tancat" -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "No es pot gestionar la versió %d de la codificació del GThemedIcon" -#: ../gio/gunixconnection.c:151 +#: gio/gunixconnection.c:151 #, c-format msgid "Expecting 1 control message, got %d" msgstr "S'esperava un missatge de control però se n'han obtingut %d" # FIXME -#: ../gio/gunixconnection.c:164 +#: gio/gunixconnection.c:164 msgid "Unexpected type of ancillary data" msgstr "Tipus de dades extres no esperades" -#: ../gio/gunixconnection.c:182 +#: gio/gunixconnection.c:182 #, c-format msgid "Expecting one fd, but got %d\n" msgstr "S'esperava un descriptor de fitxer però se n'han obtingut %d\n" -#: ../gio/gunixconnection.c:198 +#: gio/gunixconnection.c:198 msgid "Received invalid fd" msgstr "S'ha rebut un descriptor de fitxer no vàlid" -#: ../gio/gunixinputstream.c:354 ../gio/gunixinputstream.c:374 -#: ../gio/gunixinputstream.c:452 ../gio/gunixoutputstream.c:439 +#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374 +#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439 #, c-format msgid "Error reading from unix: %s" msgstr "S'ha produït un error en llegir des de UNIX: %s" -#: ../gio/gunixinputstream.c:407 ../gio/gunixinputstream.c:589 -#: ../gio/gunixoutputstream.c:394 ../gio/gunixoutputstream.c:545 +#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589 +#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545 #, c-format msgid "Error closing unix: %s" msgstr "S'ha produït un error en tancar des de UNIX: %s" -#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883 +#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883 msgid "Filesystem root" msgstr "Arrel del sistema de fitxers" -#: ../gio/gunixoutputstream.c:340 ../gio/gunixoutputstream.c:361 +#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361 #, c-format msgid "Error writing to unix: %s" msgstr "S'ha produït un error en escriure a UNIX: %s" -#: ../gio/gunixsocketaddress.c:182 +#: gio/gunixsocketaddress.c:182 msgid "Abstract unix domain socket addresses not supported on this system" msgstr "Aquest sistema no admet adreces de sòcol de domini UNIX abstractes" -#: ../gio/gvolume.c:452 +#: gio/gvolume.c:452 msgid "volume doesn't implement eject" msgstr "el volum no implementa l'expulsió" #. Translators: This is an error #. * message for volume objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gvolume.c:531 +#: gio/gvolume.c:531 msgid "volume doesn't implement eject or eject_with_operation" msgstr "el volum no implementa l'expulsió o «eject_with_operation»" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "No es pot trobar l'aplicació" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "S'ha produït un error en executar l'aplicació: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "No estan implementats els URI" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "els canvis associatius no estan implementats a win32" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "La creació associativa no està implementada a win32" diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 5882378..47fe72b 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-20\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-08-09 08:38+0200\n" "Last-Translator: Carles Ferrando Garcia \n" "Language-Team: catalan \n" @@ -95,70 +95,70 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "No s'ha pogut expandir la línia d'execució «%s» amb URI «%s»" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "No es permet la conversió entre els jocs de caràcters «%s» a «%s»" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "La seqüència de bytes a l'entrada de conversió no és vàlida" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "S'ha produït un error durant la conversió: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Seqüència de caràcters parcial al final de l'entrada" # FIXME: fallback -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "No es pot convertir el «fallback» «%s» al joc de codis «%s»" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "L'URI «%s» no és un URI absolut que utilitze l'esquema «file»" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Pot ser que l'URI del fitxer local «%s» no incloga cap «#»" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "L'URI «%s» no és vàlid" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "El nom de l'ordinador de l'URI «%s» no és vàlid" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "L'URI «%s» conté caràcters d'escapada invàlids" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "El nom de camí «%s» no és un camí absolut" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "El nom de l'ordinador no és vàlid" @@ -167,127 +167,142 @@ msgstr "El nom de l'ordinador no és vàlid" msgid "Error opening directory '%s': %s" msgstr "S'ha produït un error en obrir el directori «%s»: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "No s'ha pogut assignar %lu bytes per a llegir el fitxer «%s»" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "El fitxer «%s» és massa gran" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "No s'ha pogut llegir del fitxer «%s»: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "No s'ha pogut obrir el fitxer «%s»: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "No s'ha pogut obtindre els atributs del fitxer «%s»: ha fallat la funció fstat" "(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "No s'ha pogut obrir el fitxer «%s»: ha fallat la funció fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "No s'ha pogut canviar el nom del fitxer «%s» a «%s»: ha fallat la funció " "g_rename(): %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "No s'ha pogut crear el fitxer «%s»: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "No s'ha pogut obrir el fitxer «%s» per a escriptura: ha fallat la funció " "fdopen(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fwrite(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fflush(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fsync(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "No s'ha pogut tancar el fitxer «%s»: ha fallat la funció fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "No s'ha pogut suprimir el fitxer existent «%s»: ha fallat la funció g_unlink" "(): %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "La plantilla «%s» no és vàlida, no hauria de tindre cap «%s»" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "La plantilla «%s» no conté XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "No es poden utilitzar els enllaços simbòlics" @@ -559,7 +574,7 @@ msgstr "" "el patró conté elements que no estan implementats en les concordances " "parcials" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "error intern" @@ -1163,17 +1178,17 @@ msgstr "El valor «%s» no es pot interpretar com un booleà." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "El valor de comptatge passat a %s és massa llarg" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Ja està tancat el flux" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "S'ha cancel·lat l'operació" @@ -1196,37 +1211,37 @@ msgstr "tipus %s" msgid "Unexpected early end-of-stream" msgstr "No s'esperava un final de flux tant prompte" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sense nom" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "El fitxer d'escriptori no especificava el camp d'execució" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "No s'ha pogut trobar el terminal que demanava l'aplicació" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, 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:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Definició personalitzada per a %s" @@ -1285,13 +1300,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "S'esperava un GEmblem per a un GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "L'operació no està implementada" @@ -1304,49 +1319,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "No existeix el punt de muntatge contenidor" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "No es pot copiar al directori" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "No es pot copiar el directori al directori" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Ja existeix el fitxer de destinació" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "No es pot copiar el directori de forma recursiva" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "No es pot copiar el fitxer especial" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "El valor donat per a l'enllaç simbòlic no és vàlid" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "No es pot utilitzar la paperera" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "En els noms de fitxers no pot haver-hi «%c»" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "el volum no implementa el muntatge" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" "No hi ha cap aplicació que s'haja registrat per a gestionar este fitxer" @@ -1437,7 +1452,7 @@ msgstr "El flux d'entrada no té implementada 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "El flux té una operació pendent" @@ -1450,116 +1465,121 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 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:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "El nom del fitxer no és vàlid: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "" "S'ha produït un error en obtindre la informació del sistema de fitxers: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "No es pot canviar el nom del directori arrel" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, 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 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "No es pot canviar el nom del fitxer, ja existeix este nom" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Nom de fitxer no vàlid" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "S'ha produït un error en obrir el fitxer: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "No s'ha pogut obrir el directori" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "S'ha produït un error en suprimir el fitxer: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, 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:1831 +#: gio/glocalfile.c:1825 #, 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:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "No s'ha pogut trobar el directori superior per a la paperera" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "No s'ha pogut trobar o crear el directori de la paperera" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, 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:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "No s'ha pogut enviar el fitxer a la paperera: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "S'ha produït un error en crear el directori: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s" + +#: gio/glocalfile.c:2155 #, 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:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "S'ha produït un error en moure el fitxer: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "No s'ha pogut moure el directori al directori" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Ha fallat la creació del fitxer de còpia de seguretat" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "S'ha produït un error en suprimir el fitxer objectiu: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "No està implementat el moure entre muntatges" @@ -1580,108 +1600,108 @@ msgstr "El nom de l'atribut estés no és vàlid" msgid "Error setting extended attribute '%s': %s" msgstr "S'ha produït un error en establir l'atribut estés «%s»: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "" "S'ha produït un error en executar la funció «stat()» en el fitxer «%s»: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (codificació no vàlida)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, 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:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Tipus d'atribut no vàlid (s'esperava una cadena de bytes)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "S'ha produït un error en establir els permisos: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "S'ha produït un error en establir els permisos: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "S'ha produït un error en establir el propietari: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "l'enllaç simbòlic no pot ser nul" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "S'ha produït un error en establir l'enllaç simbòlic: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 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:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "S'ha produït un error en establir els permisos: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "El context del SELinux no pot ser nul" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, 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:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "Este sistema no té habilitat el SELinux" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "No està implementat establir l'atribut %s" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "S'ha produït un error en llegir des del fitxer: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "S'ha produït un error en cercar en el fitxer: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "S'ha produït un error en tancar el fitxer: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" "No s'ha pogut trobar el tipus de monitorització de fitxer local predeterminat" @@ -1764,51 +1784,54 @@ msgstr "Ha fallat el redimensionament de la memòria del flux d'eixida" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "el muntatge no implementa el desmuntatge" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "el muntatge no implementa l'expulsió" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "el muntatge no implementa el desmuntatge" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "el muntatge no implementa l'expulsió" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "el muntatge no implementa el tornar-se a muntar" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "el muntatge no implementa l'estimació de tipus de contingut" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "el muntatge no implementa l'estimació de tipus de contingut síncron" @@ -1817,11 +1840,11 @@ msgstr "el muntatge no implementa l'estimació de tipus de contingut síncron" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "El flux d'eixida no implementa l'escriptura" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "El flux font ja està tancat" @@ -1957,7 +1980,7 @@ msgstr "S'ha produït un error en obrir el fitxer: %s" msgid "GSocketControlMessage not supported on windows" msgstr "els canvis associatius no estan implementats a win32" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "S'ha produït un error en suprimir el fitxer: %s" diff --git a/po/cs.po b/po/cs.po index a7446a2..f32e9d1 100644 --- a/po/cs.po +++ b/po/cs.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-20 20:32+0200\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" @@ -92,69 +92,69 @@ msgstr "Žádná aplikace s názvem \"%s\" nezaregistrovala záložku \"%s\"" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Nelze rozšířit řádek exec \"%s\" pomocí URI \"%s\"" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Převod ze znakové sady \"%s\" do \"%s\" není podporován" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nelze otevřít převaděč z \"%s\" do \"%s\"" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Neplatná posloupnost bajtů na vstupu převodu" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Chyba při převodu: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Částečná posloupnost znaků na konci vstupu" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nelze převést ukončení \"%s\" do znakové sady \"%s\"" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI \"%s\" není absolutní URI používající schéma \"file\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI \"%s\" místního souboru nesmí obsahovat \"#\"" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI \"%s\" je neplatné" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Název počítače v URI \"%s\" je neplatný" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI \"%s\" obsahuje nesprávně změněné znaky" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "\"%s\" není absolutní cestou" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Neplatný název počítače" @@ -163,92 +163,92 @@ msgstr "Neplatný název počítače" msgid "Error opening directory '%s': %s" msgstr "Chyba při otevírání adresáře \"%s\": %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nelze alokovat %lu bajtů k přečtení souboru \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Chyba čtení souboru \"%s\": %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Soubor \"%s\" je příliÅ¡ velký" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Chyba při čtení ze souboru \"%s\": %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nelze otevřít soubor \"%s\": %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nelze získat atributy souboru \"%s\": fstat() selhalo: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nelze otevřít soubor \"%s\": fdopen() selhalo: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Nelze přejmenovat soubor \"%s\" na \"%s\": g_rename() selhalo: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nelze vytvořit soubor \"%s\": %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Nelze otevřít soubor \"%s\" k zápisu: fdopen() selhalo: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Nelze zapisovat do souboru \"%s\": fwrite() selhalo: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Nelze zapisovat do souboru \"%s\": fflush() selhalo: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Nelze zapisovat do souboru \"%s\": fsync() selhalo: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Nelze zavřít soubor \"%s\": fclose() selhalo: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Existující soubor \"%s\" nelze odstranit: g_unlink() selhalo: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Å ablona \"%s\" je neplatná, neměla by obsahovat \"%s\"" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Å ablona \"%s\" neobsahuje XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -256,27 +256,42 @@ msgstr[0] "%u bajt" msgstr[1] "%u bajty" msgstr[2] "%u bajtů" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nelze přečíst symbolický odkaz \"%s\": %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Symbolické odkazy nejsou podporovány" @@ -535,7 +550,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "vnitřní chyba" @@ -1127,17 +1142,17 @@ msgstr "Hodnotu \"%s\" nelze interpretovat jako booleovskou hodnotu." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%s poskytnut příliÅ¡ vysoký počet" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Proud je již uzavřen" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Operace byla zruÅ¡ena" @@ -1160,34 +1175,34 @@ msgstr "typ %s" msgid "Unexpected early end-of-stream" msgstr "Neočekávaný časný konec proudu" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Bez názvu" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "V souboru desktop nezadáno pole Exec" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Nelze nalézt terminál vyžadovaný pro aplikaci" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Nelze vytvořit uživatelský soubor desktop %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Vlastní definice %s" @@ -1239,13 +1254,13 @@ msgstr "Chybný počet tokenů (%d) v kódování GEmblemedIcon" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Očekáváno GEmblem u GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operace není podporována" @@ -1258,49 +1273,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Obsahující připojené neexistuje" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Nelze kopírovat nad adresář" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Nelze kopírovat adresář nad adresář" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Cílový soubor existuje" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Adresář nelze kopírovat rekurzivně" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Nelze kopírovat zvláštní soubor" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Zadaný symbolický odkaz je neplatný" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Zahozené není podporováno" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Názvy souborů nemohou obsahovat \"%c\"" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "svazek neprovádí připojení" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Žádná aplikace není zaregistrována k obsluze tohoto souboru" @@ -1389,7 +1404,7 @@ msgstr "Vstupní proud neprovádí čtení" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Proud má otevřenou operaci" @@ -1402,114 +1417,119 @@ msgstr "Adresa socketu nemá dostatek místa" msgid "Unsupported socket address" msgstr "Nepodporovaná adresa socketu" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 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:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Neplatný název souboru %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, 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:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Nelze přejmenovat kořenový adresář" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Chyba při přejmenovávání souboru: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Soubor nelze přejmenovat, název souboru již existuje" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Neplatný název souboru" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Chyba při otevírání souboru: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Nelze otevřít adresář" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Chyba při odstraňování souboru: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Chyba při zahazování souboru: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nelze vytvořit adresář koÅ¡e %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Ke koÅ¡i nelze nalézt adresář nejvyšší úrovně" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Nelze nalézt nebo vytvořit adresář koÅ¡e" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nelze vytvořit informační soubor o zahozeném: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Nelze zahodit soubor: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Chyba při vytváření adresáře: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Nelze přečíst symbolický odkaz \"%s\": %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Chyba při vytváření symbolického odkazu: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Chyba při přesunování souboru: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Adresář nelze přesunout nad adresář" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Vytvoření záložního souboru selhalo" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Chyba při odstraňování cílového souboru: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Přesunování mezi připojeními není podporováno" @@ -1530,103 +1550,103 @@ msgstr "Neplatný název rozšířeného atributu" msgid "Error setting extended attribute '%s': %s" msgstr "Chyba při nastavování rozšířeného atributu \"%s\": %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Chyba při prohledávání souboru \"%s\" s fstat(): %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (neplatné kódování)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Chyba při prohledávání popisovače souboru s fstat(): %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Neplatný typ atributu (očekáván uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Neplatný typ atributu (očekáván uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Neplatný typ atributu (očekáván bajtový řetězec)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Nelze nastavit oprávnění na symbolických odkazech" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Chyba při nastavování oprávnění: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Chyba při nastavování vlastníka: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symbolický odkaz nesmí být prázdný" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Chyba při nastavování symbolického odkazu: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 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:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Chyba při nastavování změny nebo času přístupu: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "Kontext SELinux nesmí být prázdný" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Chyba při nastavování kontextu SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "V tomto systému není SELinux povolen" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Nastavení atributu %s není podporováno" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Chyba při čtení ze souboru: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Chyba při hledání v souboru: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Chyba při zavírání souboru: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Nelze nalézt výchozí typ sledování místního souboru" @@ -1707,49 +1727,54 @@ msgstr "Nelze změnit velikost výstupního proudu paměti" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "připojené neprovádí odpojení" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "připojené neprovádí vysouvání" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "připojené neprovádí unmount (odpojení) nebo unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "připojené neprovádí eject (vysouvání) nebo eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "připojené neprovádí opakované připojení" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "připojené neprovádí odhad typu obsahu" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "připojené neprovádí synchronní odhad typu obsahu" @@ -1758,11 +1783,11 @@ msgstr "připojené neprovádí synchronní odhad typu obsahu" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Název počítače \"%s\" obsahuje \"[\", ale nikoliv \"]\"" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Výstupní proud neprovádí zápis" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Zdrojový proud je již ukončen" @@ -1894,7 +1919,7 @@ msgstr "Chyba při odesílání zprávy: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage nepodporováno na Windows" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Chyba při získávání zprávy: %s" diff --git a/po/cy.po b/po/cy.po index fcc00da..ff7ee25 100644 --- a/po/cy.po +++ b/po/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2006-06-29 19:38+0100\n" "Last-Translator: Rhys Jones \n" "Language-Team: Welsh \n" @@ -87,69 +87,69 @@ msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Ni chynhelir trawsnewidiad o set nodau '%s' i '%s'" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Methwyd agor trawsnewidydd rhwng '%s' a '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Gwall wrth drawsnewid: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Dilyniant nod rhannol ar ddiwedd y mewnbwn" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Methu trawsnewid '%s' wrth gefn i'r set godau '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Nid yw'r LAU '%s' yn LAU absoliwt yn y cynllun \"file\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Ni chaniateir i'r LAU ffeil lleol '%s' gynnwys '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Mae'r LAU '%s' yn annilys" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Mae'r enw gwesteiwr yn y LAU '%s' yn annilys" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Mae'r LAU '%s' yn cynnwys nodau wedi eu dianc mewn modd annilys" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Nid yw'r llwybr '%s' yn llwybr gosodedig" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Enw gwesteiwr annilys" @@ -158,119 +158,134 @@ msgstr "Enw gwesteiwr annilys" msgid "Error opening directory '%s': %s" msgstr "Gwall y cyfeiriadur '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Methwyd canfod %lu beit er mwyn darllen y ffeil \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Methwyd darllen o'r ffeil '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Methwyd agor y ffeil '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Methwyd darllen agweddau ffeil '%s': methiant fstat(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Methwyd agor y ffeil '%s': methiant yn fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Methwyd ail-enwi'r ffeil'%s' i '%s': methodd g_rename(): %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Methu agor y ffeil '%s' er mwyn ysgrifennu iddi: methodd fdopen(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Methwyd ysgrifennu i'r ffeil '%s': methodd fwrite(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Methwyd ysgrifennu i'r ffeil '%s': methodd fwrite(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Methwyd ysgrifennu i'r ffeil '%s': methodd fwrite(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Methwyd cau'r ffeil '%s': methodd fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Methu tynnu'r ffeil '%s' oedd eisoes yn bodoli: methodd g_unlink(): %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Mae'r patrymlun '%s' yn annilys: ni ddylai gynnwys '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Nid yw'r patrymlun '%s' yn cynnwys XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Ni chynhelir cysylltion symbolaidd" @@ -528,7 +543,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1127,17 +1142,17 @@ msgstr "Ni ellir darllen '%s' fel gwerth Boole." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1161,34 +1176,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1240,13 +1255,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1260,50 +1275,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Ni chynhelir cysylltion symbolaidd" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 #, fuzzy msgid "No application is registered as handling this file" msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'" @@ -1393,7 +1408,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1406,115 +1421,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Enw rhaglen annilys: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Enw gwesteiwr annilys" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Gwall y cyfeiriadur '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Gwall wrth ramadegu opsiwn %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1536,103 +1556,103 @@ msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd" msgid "Error setting extended attribute '%s': %s" msgstr "Gwall y cyfeiriadur '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Gwall ar linell %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Ni chynhelir cysylltion symbolaidd" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1715,49 +1735,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1766,11 +1786,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1904,7 +1924,7 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s " msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " diff --git a/po/da.po b/po/da.po index a761e41..c1ea3ce 100644 --- a/po/da.po +++ b/po/da.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-12 19:24+0200\n" "Last-Translator: Ask Hjorth Larsen \n" "Language-Team: Danish \n" @@ -96,69 +96,69 @@ msgstr "Intet program med navnet \"%s\" har registreret et bogmærke for \"%s\"" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Kunne ikke udvide eksekveringslinjen \"%s\" med URI'en \"%s\"" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertering fra tegnsæt \"%s\" til \"%s\" er ikke understøttet" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikke konvertere fra \"%s\" til \"%s\"" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Ugyldig bytesekvens i konverteringsinddata" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Fejl under konvertering: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Delvis tegnsekvens ved slutningen af inddata" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan ikke konvertere tilbagefaldet \"%s\" til tegnsæt \"%s\"" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI'en \"%s\" er ikke en absolut URI, ved brug af \"fil\"-metoden" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Den lokale fil-URI \"%s\" mÃ¥ ikke indeholde en \"#\"" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI'en \"%s\" er ugyldig" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Værtsnavnet for URI'en \"%s\" er ugyldig" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI'en \"%s\" indeholder ugyldigt beskyttede tegn" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Stinavnet \"%s\" er ikke en absolut sti" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Ugyldigt værtsnavn" @@ -167,120 +167,135 @@ msgstr "Ugyldigt værtsnavn" msgid "Error opening directory '%s': %s" msgstr "Fejl ved Ã¥bning af mappen \"%s\": %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Kunne ikke allokere %lu byte til at læse filen \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Filen \"%s\" er for stor" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Kunne ikke læse fra filen \"%s\": %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Kunne ikke Ã¥bne filen \"%s\": %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Kunne ikke læse egenskaber for filen \"%s\": fstat() mislykkedes: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Kunne ikke Ã¥bne filen \"%s\": fdopen() mislykkedes: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Kunne ikke omdøbe filen \"%s\" til \"%s\": g_rename() mislykkedes: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Fejl under oprettelse af filen \"%s\": %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Kunne ikke Ã¥bne filen \"%s\" til skrivning: fdopen() mislykkedes: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Kunne ikke skrive filen \"%s\": fwrite() mislykkedes: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Kunne ikke skrive filen \"%s\": fflush() mislykkedes: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Kunne ikke skrive filen \"%s\": fsync() mislykkedes: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Kunne ikke lukke filen \"%s\": fclose() mislykkedes: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Den eksisterende fil \"%s\" kunne ikke fjernes: g_unlink() mislykkedes: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Skabelonen \"%s\" er ugyldig, mÃ¥ ikke indeholde en \"%s\"" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Skabelonen \"%s\" indeholder ikke XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Kunne ikke læse den symbolske henvisning \"%s\": %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Symbolske henvisninger er ikke understøttet" @@ -546,7 +561,7 @@ msgstr "" "mønsteret indeholder elementer der ikke understøttes i forbindelse med " "partiel træfning" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "intern fejl" @@ -1145,17 +1160,17 @@ msgstr "Værdien \"%s\" kan ikke fortolkes som en sandhedsværdi." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "For stor talværdi givet til %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Strømmen er allerede lukket" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Operationen blev afbrudt" @@ -1178,34 +1193,34 @@ msgstr "%s-type" msgid "Unexpected early end-of-stream" msgstr "Uventet tidlig strømafslutning" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unavngivet" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Skrivebordsfil angav intet Exec-felt" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Kan ikke finde terminal krævet af dette program" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan ikke oprette konfigurationsfolder %s for brugerprogram: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan ikke oprette bruger-MIME-konfigurationsfolder %s: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan ikke oprette brugerskrivebords-fil %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Tilpasset definition for %s" @@ -1257,13 +1272,13 @@ msgstr "Forkert antal symboler (%d) i GEmblemedIcon-kodning" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Forventede et GEmblem til GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operationen understøttes ikke" @@ -1276,50 +1291,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Indeholdende montering findes ikke" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Kan ikke kopiere over mappe" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Kan ikke kopiere mappe over mappe" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "MÃ¥lfilen findes" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Kan ikke kopiere mappe rekursivt" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Kan ikke kopiere specialfil" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Ugyldig værdi givet for symbolsk henvisning" # ved ikke om det er papirkurv eller blot affald, eller om det er et udsagnsord. Vi skriver det sikreste... -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Affald understøttes ikke" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnavne kan ikke indeholder \"%c\"" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "diskenheden implementerer ikke montering" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Intet program er registreret til hÃ¥ndtering af denne fil" @@ -1410,7 +1425,7 @@ msgstr "Inputstrøm implementerer ikke læsning" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Strøm arbejder stadig" @@ -1423,114 +1438,119 @@ msgstr "Utilstrækkelig plads til sokkeladresse" msgid "Unsupported socket address" msgstr "Sokkeladresse understøttes ikke" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Kan ikke finde standardmonitortype for lokal mappe" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Ugyldigt filnavn %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fejl ved læsning af filsysteminformation: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Kan ikke omdøbe rodmappen" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Fejl ved omdøbning af fil: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Kan ikke omdøbe fil, filnavn findes allerede" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Ugyldigt filnavn" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Fejl ved Ã¥bning af fil: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Kan ikke Ã¥bne mappe" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Fejl under fjernelse af fil: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Fejl ved udsmidning af fil: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan ikke oprette affaldsmappe %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Kan ikke finde topniveau-mappe til affald" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Kan ikke finde eller oprette affaldsmappe" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan ikke oprette affalds-infofil: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Kan ikke smide fil ud: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Fejl ved oprettelse af mappen: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Kunne ikke læse den symbolske henvisning \"%s\": %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Fejl under oprettelse af symbolsk henvisning: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Fejl ved flytning af fil: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Kan ikke flytte mappe over mappe" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Oprettelse af sikkerhedskopi mislykkedes" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Fejl ved fjernelse af mÃ¥lfil: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Flytning mellem monteringer understøttes ikke" @@ -1551,104 +1571,104 @@ msgstr "Ugyldigt udvidet attributnavn" msgid "Error setting extended attribute '%s': %s" msgstr "Fejl ved instilling af udvidet attribut \"%s\": %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Fejl ved stat for filen \"%s\": %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (ugyldig kodning)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fejl ved stat af fildeskriptor: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig attributtype (uint32 forventet)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig attributtype (uint64 forventet)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig attributtype (byte-streng forventet)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Kan ikke ændre rettigheder pÃ¥ symlænker" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Fejl ved ændring af rettigheder: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Fejl ved ændring af ejer: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symbolsk henvisning mÃ¥ ikke være NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Fejl ved manipulation af symbolsk henvisning: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 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:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Fejl ved ændring af tidspunkt for ændring eller tilgang: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux-kontekst skal være forskellig fra NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Fejl ved ændring af SELinux-kontekst: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux er ikke aktiveret pÃ¥ dette system" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Indstilling af attributten %s understøttes ikke" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Fejl ved læsning fra filen: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Fejl under søgning i filen: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Fejl ved lukning af filen: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Kan ikke finde standardmonitortype for lokal fil" @@ -1729,50 +1749,55 @@ msgstr "Kunne ikke ændre størrelse for hukommelses-uddatastrøm" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "montering implementerer ikke unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "montering implementerer ikke eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "monteringsobjekt implementerer ikke unmount eller unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "monteringsobjekt implementerer ikke eject eller eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "montering implementerer ikke remount" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount implementerer ikke gæt pÃ¥ indholdstype" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount implementerer ikke synkrone gæt pÃ¥ indholdstype" @@ -1781,11 +1806,11 @@ msgstr "mount implementerer ikke synkrone gæt pÃ¥ indholdstype" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Værtsnavnet \"%s\" indeholder \"[\", men ikke \"]\"" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Uddatastrøm implementerer ikke write" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Kildestrømmen er allerede lukket" @@ -1917,7 +1942,7 @@ msgstr "Fejl ved afsendelse af meddelelse: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage understøttes ikke af windows" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Fejl ved modtagelse af meddelelse: %s" diff --git a/po/de.po b/po/de.po index 173e007..056bfb9 100644 --- a/po/de.po +++ b/po/de.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-04 13:40+0200\n" "Last-Translator: Christian Kirbach \n" "Language-Team: German \n" @@ -96,71 +96,71 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Die Befehlzeile »%s« konnte nicht mit der Adresse »%s« verknüpft werden." -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Ungültige Bytefolge in Konvertierungseingabe" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Fehler bei der Umwandlung: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Bruchstückhafte Zeichenfolge am Eingabeende" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Notnagel »%s« kann nicht in Kodierung »%s« umgewandelt werden" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "Die Adresse »%s« ist keine absolute Adresse, die das »file«-Schema verwendet" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Die lokale Adresse »%s« darf kein »#« enthalten" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Die Adresse »%s« ist ungültig" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Der Rechnername der Adresse »%s« ist ungültig" # CHECK -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Die Adresse »%s« enthält ungültige Escape-Zeichen" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Der Pfadname »%s« ist kein absoluter Pfad" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Ungültiger Rechnername" @@ -169,130 +169,145 @@ msgstr "Ungültiger Rechnername" msgid "Error opening directory '%s': %s" msgstr "Fehler beim Öffnen des Ordners »%s«: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu byte konnten nicht alloziiert werden, um Datei »%s« zu lesen" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Fehler beim Lesen der Datei »%s«: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Datei »%s« ist zu groß" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Aus der Datei »%s« konnte nicht gelesen werden: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Datei »%s« konnte nicht geöffnet werden: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Attribute der Datei »%s« konnten nicht ermittelt werden: fstat() gescheitert: " "%s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Datei »%s« konnte nicht geöffnet werden: fdopen() gescheitert: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Datei »%s« konnte nicht in »%s« umbenannt werden: g_rename() ist gescheitert: %" "s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Datei »%s« konnte nicht angelegt werden: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Datei »%s« konnte nicht im Schreibmodus geöffnet werden: fdopen() ist " "gescheitert: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "" "Datei »%s« konnte nicht geschrieben werden: fwrite() ist gescheitert: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "" "Datei »%s« konnte nicht geschrieben werden: fflush() ist gescheitert: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Datei »%s« konnte nicht geschrieben werden: fsync() ist gescheitert: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "" "Datei »%s« konnte nicht geschlossen werden: fclose() ist gescheitert: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Die vorhandene Datei »%s« konnte nicht entfernt werden: g_unlink() ist " "gescheitert: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Vorlage »%s« ungültig, sollte kein »%s« enthalten" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Vorlage »%s« enthält nicht XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u Byte" msgstr[1] "%u Bytes" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Die symbolische Verknüpfung »%s« konnte nicht gelesen werden: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Symbolische Verknüpfungen nicht unterstützt" @@ -559,7 +574,7 @@ msgstr "" "Der Ausdruck enthält Elemente, die teilweise Übereinstimmung nicht " "unterstützen" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "Interner Fehler" @@ -1170,17 +1185,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Zu großer Zählwert an %s übermittelt" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Datenstrom ist bereits geschlossen" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Vorgang wurde abgebrochen" @@ -1203,37 +1218,37 @@ msgstr "%s-Typ" msgid "Unexpected early end-of-stream" msgstr "Unerwartet frühes Datenstromende" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unbenannt" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Desktop-Datei hat kein Exec-Feld angegeben" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Für die Anwendung benötigtes Terminal konnte nicht gefunden werden" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Benutzer-Desktop-Datei %s kann nicht erstellt werden" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Benutzerdefinition für %s" @@ -1285,13 +1300,13 @@ msgstr "Ungültige Symbolanzahl (%d) in GEmblemedIcon encoding" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Es wurde ein GEmblem für GEmblemedIcon erwartet" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Vorgang nicht unterstützt" @@ -1304,49 +1319,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Enthaltender Einhängepunkt existiert nicht" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Es kann nicht über den Ordner kopiert werden" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Ordner kann nicht über Ordner kopiert werden" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Zieldatei existiert" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Ordner kann nicht rekursiv kopiert werden" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Spezielle Datei kann nicht kopiert werden" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Ungültiger Wert für symbolische Verknüpfung angegeben" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Müll nicht unterstützt" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Dateinamen dürfen kein »%c« enthalten" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "Datenträger unterstützt Einhängen nicht" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Es wurde keine Anwendung gefunden, die diese Datei verarbeiten kann" @@ -1435,7 +1450,7 @@ msgstr "Eingabedatenstrom unterstützt kein Lesen" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Datenstrom hat noch einen ausstehenden Vorgang" @@ -1448,115 +1463,120 @@ msgstr "Nicht genug Platz für eine Socket-Adresse" msgid "Unsupported socket address" msgstr "Nicht unterstützte Socket-Adresse" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" "Vorgegebener Überwachungstyp für lokale Ordner konnte nicht gefunden werden" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Ungültiger Dateiname %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fehler beim Einlesen der Dateisystem-Information: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Wurzelordner kann nicht umbenannt werden" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Fehler beim Umbenennen der Datei: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Datei kann nicht umbenannt werden, da der Dateiname bereits existiert" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Ungültiger Dateiname" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Fehler beim Öffnen der Datei: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Ordner kann nicht geöffnet werden" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Fehler beim Entfernen der Datei: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Fehler beim Verschieben der Datei in den Müll: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Müll-Ordner %s konnte nicht angelegt werden: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Elternordner für den Müll konnte nicht gefunden werden" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Müll-Ordner konnte nicht gefunden oder angelegt werden" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Löschprotokoll-Datei konnte nicht angelegt werden: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Datei konnte nicht in den Müll verschoben werden: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Fehler beim Erstellen des Ordners: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Die symbolische Verknüpfung »%s« konnte nicht gelesen werden: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Fehler beim Erstellen der symbolischen Verknüpfung: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Fehler beim Verschieben der Datei: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Ordner kann nicht über Ordner verschoben werden" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Erstellen der Sicherungsdatei gescheitert" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Fehler beim Entfernen der Zieldatei: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Verschieben zwischen Einhängepunkten nicht unterstützt" @@ -1577,105 +1597,105 @@ msgstr "Ungültiger erweiterter Attributname" msgid "Error setting extended attribute '%s': %s" msgstr "Fehler beim Setzen des erweiterten Attributs »%s«: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Fehler beim Untersuchen der Datei %s mit fstat(): %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (ungültige Kodierung)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fehler beim Untersuchen des Datei-Deskriptors mit fstat(): %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Ungültiger Attributtyp (»uint32« erwartet)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Ungültiger Attributtyp (»uint64« erwartet)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Ungültiger Attributtyp (»byte string« erwartet)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "" "Zugriffsrechte für symbolische Verknüpfungen können nicht gesetzt werden" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Fehler beim Setzen der Zugriffsrechte: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Fehler beim Setzen des Besitzers: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "Symbolische Verknüpfung darf nicht NULL sein" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Fehler beim Setzen der symbolischen Verknüpfung: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 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:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Fehler beim Setzen der Zugriffsrechte oder der Zugriffszeit: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux-Kontext darf nicht NULL sein" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Fehler beim Setzen des SELinux-Kontexts: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux ist auf diesem System nicht aktiviert" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Setzen des Attributs %s nicht unterstützt" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Fehler beim Lesen aus Datei: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Fehler beim Suchen in Datei: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Fehler beim Schließen der Datei: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" "Vorgegebener Überwachungstyp für lokale Dateien konnte nicht gefunden werden" @@ -1757,50 +1777,55 @@ msgstr "Größe des Speicherausgabestroms konnte nicht geändert werden" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "Einhängepunkt unterstützt Aushängen nicht" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "Einhängepunkt unterstützt Auswerfen nicht" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "Einhängepunkt unterstützt nicht das Aushängen oder »unmount_with_operation«" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "Einhängepunkt unterstützt Auswerfen oder »eject_with_operation« nicht" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "Einhängepunkt unterstützt erneutes Einhängen nicht" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "Einhängepunkt unterstützt Erraten des Inhaltstyps nicht" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "Einhängepunkt unterstützt synchrones Erraten des Inhaltstyps nicht" @@ -1809,11 +1834,11 @@ msgstr "Einhängepunkt unterstützt synchrones Erraten des Inhaltstyps nicht" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Rechnername »%s« enthält »[«, aber nicht »]«" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Ausgabedatenstrom unterstützt kein Schreiben" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Quelldatenstrom ist bereits geschlossen" @@ -1945,7 +1970,7 @@ msgstr "Fehler beim Senden der Nachricht: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage wird unter Windows nicht unterstützt" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Fehler beim Empfang der Nachricht: %s" diff --git a/po/dz.po b/po/dz.po index 3887076..2df631b 100644 --- a/po/dz.po +++ b/po/dz.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.dz\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2006-08-09 10:23+0530\n" "Last-Translator: Mindu Dorji\n" "Language-Team: DZONGKHA \n" @@ -88,70 +88,70 @@ msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱི msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ ’%s’:%s ལྷག་མ་ཚུགས།" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "ཡིག་འབྲུའི་ཆ་ཚན་ ‘%s’ ལས་ ‘%s’ ལུ་གཞི་བསྒྱུར་འབད་ནི་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "‘%s’ ལས་ '%s' ལུ་ སྒྱུར་བྱེད་ཁ་ཕྱེ་མ་ཚུགས།" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "གཞི་བསྒྱུར་གྱི་ཨིན་པུཊི་ནང་ བའིཊི་གི་འབྱུང་རིམ་ ནུས་མེད་ཨིན་པས།" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "ཨིན་པུཊི་མཇུག་ལུ་ ཡི་གུའི་འབྱུང་རིམ་ཆ་ཤས།" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "གློ་བུར་རྒྱབ་ཐག ’%s’ ལས་ ཀོཌི་སེཊི་ ’%s’ ལུ་ གཞི་བསྒྱུར་འབད་མི་ཚུགས། " -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "ཡུ་ཨར་ཨའི་ ’%s’ འབད་མི་དེ་ \"file\" འཆར་ལས་ལག་ལེན་འཐབ་པའི་ ཡུ་ཨར་ཨའི་ཡང་དག་ཅིག་མེན།" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "ཉེ་གནས་་ཀྱི་ཡིག་སྣོད་ ཡུ་ཨར་ཨའི་ ’%s’ འབད་མི་དེ་ནང་ '#' ཅིག་མེདཔ་འོང༌།" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "ཡུ་ཨར་ཨའི་ ’%s’ ནུས་མེད་ཨིན་པས།" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "ཡུ་ཨར་ཨའི་ ’%s’ གི་ ཧོསཊི་ནེམ་དེ་ ནུས་མེད་ཨིན་པས།" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "ཡུ་ཨར་ཨའི་ ’%s’ གི་ནང་ན་ ནུས་མེད་ཐོག་ལས་ཐར་མི་ ཡིག་འབྲུ་་ཚུ་འདུག" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "འགྲུལ་ལམ་གྱི་མིང་ ’%s’ འབད་མི་དེ་ འགྲུལ་ལམ་ཡང་དག་ཅིག་མེན།" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།" @@ -160,119 +160,134 @@ msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།" msgid "Error opening directory '%s': %s" msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "བཱཡིཊི་ %lu བསྐལ་སྤྲོད་འབད་མ་ཚུགས་ \"%s\" ལྷག་ནི་ལུ།" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ནང་ལས་ ལྷག་མ་ཚུགས།" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ཁ་ཕྱེ་མ་ཚུགས།" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "ཡིག་སྣོད་ '%s': fstat() གི་ཁྱད་ཆོས་ཚུ་ ལེན་མ་ཚུགས་ :%sམ་བཏུབ།" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "ཡིག་སྣོད་ ’%s’:fdopen() ཁ་ཕྱེ་མ་ཚུགས། %s་མ་བཏུབ།" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "ཡིག་སྣོད་ ’%s’ལས་'%s' ལུ་ བསྐྱར་མིང་བཏགས་མ་ཚུགས། g_rename() གིས་ %s ལུ་མ་བཏུབ།" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "ཡིག་སྣོད་’%s’ འབྲི་ནིའི་དོན་ལུ་ ཁ་ཕྱེ་མ་ཚུགས་: fdopen() མ་བཏུབ་:%s།" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "ཡིག་སྣོད་ ’%s’འབྲི་མ་ཚུགས་: fwrite() མ་བཏུབ་:%s།" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "ཡིག་སྣོད་ ’%s’འབྲི་མ་ཚུགས་: fwrite() མ་བཏུབ་:%s།" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "ཡིག་སྣོད་ ’%s’འབྲི་མ་ཚུགས་: fwrite() མ་བཏུབ་:%s།" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "ཡིག་སྣོད་ ’%s’ཁ་བསྡམས་མ་ཚུགས་: fclose() མ་བཏུབ་:%s།" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "ཡོད་བཞིན་པའི་ཡིག་སྣོད་'%s' དེ་ རྩ་བསྐྲད་གཏང་མ་ཚུགས་: g_unlink() མ་བཏུབ་:%s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "ཊེམ་པེ་ལེཊི་ '%s' དེ་ནུས་མེད་ཨིན། དེ་ནང་ '%s' འབད་མི་ བཞག་ནི་མི་འོང༌།" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "ཊེམ་པེལེཊི་ ’%s’ འབད་མི་དེ་ནང་ XXXXXX མིན་འདུག།" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ ’%s’:%s ལྷག་མ་ཚུགས།" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" @@ -531,7 +546,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1125,17 +1140,17 @@ msgstr "བེ་ལུ་'%s'དེ་ བུ་ལིན་ཅིག་སྦ #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1159,34 +1174,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1238,13 +1253,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1258,50 +1273,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 #, fuzzy msgid "No application is registered as handling this file" msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱིས་ '%s དོན་ལུ་ དེབ་རྟགས་ཅིག་ཐོ་འགོད་མ་འབད་བས། " @@ -1391,7 +1406,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1404,115 +1419,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ ’%s’:%s ལྷག་མ་ཚུགས།" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1534,103 +1554,103 @@ msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མི msgid "Error setting extended attribute '%s': %s" msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1713,49 +1733,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1764,11 +1784,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1902,7 +1922,7 @@ msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་ msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" diff --git a/po/el.po b/po/el.po index 60098a4..6d36d38 100644 --- a/po/el.po +++ b/po/el.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-09 18:38+0200\n" "Last-Translator: Kostas Papadimas \n" "Language-Team: Greek\n" @@ -98,71 +98,71 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Αποτυχία ανάπτυξης της γραμμής exec '%s' με URI '%s'" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Η μετατροπή από την ομάδα χαρακτήρων '%s' σε '%s' δεν υποστηρίζεται" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από '%s' σε '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Μη έγκυρη σειρά στην είσοδο μετατροπής" # gconf/gconftool.c:1181 -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Ημιτελής σειρά χαρακτήρα στο τέλος της εισόδου" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Αδυναμία μετατροπής fallback '%s' σε codeset '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "Το URI '%s' δεν είναι ένα απόλυτο URI με την χρήση του σχήματος \"αρχείου\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Το URI τοπικού αρχείου '%s' μπορεί να μην περιέχει ένα '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Το URI '%s' δεν είναι έγκυρο" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Το URI '%s' περιέχει μη έγκυρους χαρακτήρες διαφυγής" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Το όνομα διαδρομής '%s' δεν αντιστοιχεί σε απόλυτη διαδρομή" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Ακατάλληλο όνομα συστήματος" @@ -173,134 +173,149 @@ msgid "Error opening directory '%s': %s" msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s" # -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Αδύνατη η διάθεση %lu bytes στην ανάγνωση αρχείου \"%s\"" # -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Το αρχείο \"%s\" είναι υπερβολικά μεγάλο" # gconf/gconf-internals.c:2416 -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Αποτυχία ανάγνωσης από το αρχείο '%s': %s" # gconf/gconf-internals.c:2416 -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Αποτυχία ανοίγματος αρχείου '%s': %s" # gconf/gconfd.c:1701 -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Αποτυχία λήψης ιδιοτήτων του αρχείου '%s': fstat() απέτυχε: %s" # gconf/gconf-internals.c:2416 -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Αδυναμία ανοίγματος αρχείου '%s': fdopen() απέτυχε: %s" # gconf/gconf-internals.c:2416 -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Αδυναμία μετονομασίας αρχείου '%s' σε '%s': g_rename() failed: %s" # gconf/gconf-internals.c:2416 -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Αδυναμία ανοίγματος αρχείου '%s' για εγγραφή: fdopen() απέτυχε: %s" # gconf/gconf-internals.c:2416 -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Αδυναμία εγγραφής αρχείου '%s': fwrite() απέτυχε: %s" # gconf/gconf-internals.c:2416 -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Αδυναμία εγγραφής αρχείου '%s': fflush() απέτυχε: %s" # gconf/gconf-internals.c:2416 -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Αδυναμία εγγραφής αρχείου '%s': fsync() απέτυχε: %s" # gconf/gconf-internals.c:2416 -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Αδυναμία κλεισίματος αρχείου '%s': fclose() απέτυχε: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Δεν είναι δυνατή η απομάκρυνση του υπάρχοντος αρχείου '%s': g_unlink() " "απέτυχε: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Το πρότυπο '%s' δεν είναι έγκυρο, θα πρέπει να περιέχει ένα '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Το πρότυπο '%s' δεν περιέχει XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + # gconf/gconf-internals.c:2416 -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Αποτυχία ανάγνωσης συμβολικού συνδέσμου '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Οι συμβολικοί σύνδεσμοι δεν υποστηρίζονται" @@ -569,7 +584,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "το υπόδειγμα περιέχει αντικείμενα που δεν υποστηρίζονται για μερικό ταίριασμα" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "εσωτερικό σφάλμα" @@ -1186,17 +1201,17 @@ msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως bool #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Η τιμή που διαβιβάστηκε στο %s είναι υπερβολικά μεγάλη" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Η ροή έχει ήδη κλείσει" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Η λειτουργία ακυρώθηκε" @@ -1219,34 +1234,34 @@ msgstr "τύπος %s" msgid "Unexpected early end-of-stream" msgstr "Μη αναμενόμενο πρόωρο τέλος ροής" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Ανώνυμο" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Το αρχείο επιφάνειας εργασίας δεν αναφέρει συγκεκριμένο πεδίο Exec" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Αδυναμία εύρεσης του τερματικού που απαιτείται για την εφαρμογή" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Αδυναμία δημιουργίας φακέλου ρυθμίσεων εφαρμογής %s: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Αδυναμία δημιουργίας φακέλου ρυθμίσεων MIME %s: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Αδυναμία δημιουργίας αρχείου επιφάνειας εργασίας %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Προσαρμοσμένος ορισμός του %s" @@ -1302,13 +1317,13 @@ msgstr "Λανθασμένος αριθμός token (%d) στην κωδικοπ msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Αναμενόταν GEmblem για το GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Δεν υποστηρίζεται η λειτουργία" @@ -1321,49 +1336,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Δεν υπάρχει η περιέχουσα προσάρτηση" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Αδύνατη η αντιγραφή επί καταλόγου" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Αδύνατη η αντιγραφή καταλόγου επί καταλόγου" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Το αρχείο προορισμού υπάρχει" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Αδύνατη η αναδρομική αντιγραφή καταλόγου" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Αδύνατη η αντιγραφή του ειδικού αρχείου" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Μη έγκυρη τιμή συμβολικού συνδέσμου" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Δεν υποστηρίζεται η ύπαρξη απορριμάτων" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Τα ονόματα των αρχείων δεν επιτρέπεται να περιέχουν '%c'" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "ο τόμος δεν υποστηρίζει την προσάρτηση" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Δεν έχουν οριστεί εφαρμογές για το χειρισμό αυτού του αρχείου" @@ -1455,7 +1470,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Εκκρεμεί μία ενέργεια για τη ροή" @@ -1468,118 +1483,124 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Δε βρέθηκε ο τύπος monitor του προεπιλεγμένου τοπικού καταλόγου" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Μη έγκυρο όνομα αρχείου: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Σφάλμα λήψης πληροφοριών συστήματος αρχείων: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Αδύνατη η μετονομασία του καταλόγου root" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Σφάλμα μετονομασίας αρχείου: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Αδύνατη η μετονομασία του αρχείου, το όνομα αρχείου υπάρχει ήδη" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Μη έγκυρο όνομα αρχείου" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Σφάλμα ανοίγματος αρχείου: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Αδυναμία ανοίγματος καταλόγου" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Σφάλμα αφαίρεσης αρχείου: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Σφάλμα μεταφοράς αρχείου στα απορρίμματα: %s" # gconf/gconf-internals.c:2416 -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Αποτυχία δημιουργίας καταλόγου απορριμμάτων %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Αδυναμία εύρεσης καταλόγου ανώτατου επιπέδου για τα απορρίμματα" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Αδύνατη η εύρεση ή δημιουργία του καταλόγου απορριμμάτων" # gconf/gconf-internals.c:2416 -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Αποτυχία δημιουργίας αρχείου πληροφοριών απορριμμάτων: %s" # gconf/gconf-internals.c:2416 -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Αδύνατη η μεταφορά του αρχείου στα απορρίμματα: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Σφάλμα δημιουργίας καταλόγου: %s" +# gconf/gconf-internals.c:2416 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Αποτυχία ανάγνωσης συμβολικού συνδέσμου '%s': %s" + # gconf/gconftool.c:1181 -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Σφάλμα δημιουργίας συμβολικού συνδέσμου: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Σφάλμα κατά τη μετακίνηση του αρχείου: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Αδύνατη η μετακίνηση καταλόγου επί καταλόγου" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Απέτυχε η δημιουργία αντιγράφου ασφαλείας" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Σφάλμα αφαίρεσης του αρχείου προορισμού: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Δεν υποστηρίζεται η μετακίνηση μεταξύ προσαρτήσεων" @@ -1600,110 +1621,110 @@ msgstr "Μη έγκυρο εκτεταμένο όνομα γνωρίσματος msgid "Error setting extended attribute '%s': %s" msgstr "Σφάλμα ορισμού εκτεταμένου ονόματος γνωρίσματος '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Σφάλμα δήλωσης αρχείου '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (μη έγκυρη κωδικοποίηση)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Σφάλμα δήλωσης περιγραφέα αρχείου: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Μη έγκυρος τύπος γνωρίσματος (αναμένεται uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Μη έγκυρος τύπος γνωρίσματος (αναμένεται uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Μη έγκυρος τύπος γνωρίσματος (αναμένεται byte string)" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Σφάλμα κατά τη ρύθμιση των δικαιωμάτων: %s" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Σφάλμα κατά τη ρύθμιση των δικαιωμάτων: %s" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Σφάλμα κατά τη ρύθμιση του ιδιοκτήτη: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "ο συμβολικός σύνδεσμος δεν επιτρέπεται να είναι κενός" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Σφάλμα κατά τον ορισμό του συμβολικού συνδέσμου: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" "Σφάλμα κατά τον ορισμό του συμβολικού συνδέσμου: το αρχείο δεν είναι " "συμβολικός σύνδεσμος" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Σφάλμα κατά τη ρύθμιση τροποποίησης ή χρόνου πρόσβασης: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "Το περιεχόμενο SELinux δεν επιτρέπεται να είναι κενό" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Σφάλμα κατά τη ρύθμιση του περιεχομένου SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "Το SELinux δεν έχει ενεργοποιηθεί στο σύστημά σας" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Δεν υποστηρίζεται ο ορισμός του γνωρίσματος %s" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Σφάλμα ανάγνωσης από το αρχείο: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Σφάλμα αναζήτησης στο αρχείο: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Σφάλμα κατά το κλείσιμο του αρχείου: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Δε βρέθηκε ο τύπος monitor του προεπιλεγμένου τοπικού αρχείου" @@ -1789,51 +1810,54 @@ msgstr "Απέτυχε η αλλαγή διαστάσεων της ροής εξ #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "η προσάρτηση δεν υποστηρίζει την αποπροσάρτηση" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "η προσάρτηση δεν υποστηρίζει την εξαγωγή" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "η προσάρτηση δεν υποστηρίζει την αποπροσάρτηση" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "η προσάρτηση δεν υποστηρίζει την εξαγωγή" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "η προσάρτηση δεν υποστηρίζει το μάντεμα του τύπου περιεχομένων" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" "η προσάρτηση δεν υποστηρίζει το μάντεμα του τύπου σύγχρονων περιεχομένων" @@ -1843,11 +1867,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Η ροή εξόδου δεν υποστηρίζει την εγγραφή" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Η ροή πηγής έχει ήδη κλείσει" @@ -1988,7 +2012,7 @@ msgstr "Σφάλμα ανοίγματος αρχείου: %s" msgid "GSocketControlMessage not supported on windows" msgstr "οι αλλαγές στις συσχετίσεις δεν υποστηρίζονται στα win32" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Σφάλμα λήψης μηνύματος: %s" diff --git a/po/en@shaw.po b/po/en@shaw.po index 84875f2..bf971c9 100644 --- a/po/en@shaw.po +++ b/po/en@shaw.po @@ -6,9 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=glib&component=general\n" -"POT-Creation-Date: 2009-10-27 20:38+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Thomas Thurman \n" "Language-Team: Shavian \n" @@ -16,314 +15,335 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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 𐑑𐑲𐑐 𐑛𐑦𐑓𐑲𐑯𐑛 𐑦𐑯 𐑞 𐑚𐑫𐑒𐑥𐑸𐑒 𐑓𐑹 𐑘𐑻𐑰 '%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:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "𐑒𐑩𐑯𐑝𐑻𐑖𐑩𐑯 𐑓𐑮𐑪𐑥 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑕𐑧𐑑 '%s' 𐑑 '%s' 𐑦𐑟 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑴𐑐𐑩𐑯 𐑒𐑩𐑯𐑝𐑻𐑑𐑻 𐑓𐑮𐑪𐑥 '%s' 𐑑 '%s'" -#: ../glib/gconvert.c:640 ../glib/gconvert.c:1035 ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964 -#: ../glib/gutf8.c:1419 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 +#: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑚𐑲𐑑 𐑕𐑰𐑒𐑢𐑩𐑯𐑕 𐑦𐑯 𐑒𐑩𐑯𐑝𐑻𐑖𐑩𐑯 𐑦𐑯𐑐𐑫𐑑" -#: ../glib/gconvert.c:648 ../glib/gconvert.c:960 ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "𐑻𐑼 𐑛𐑘𐑫𐑼𐑦𐑙 𐑒𐑩𐑯𐑝𐑻𐑖𐑩𐑯: %s" -#: ../glib/gconvert.c:680 ../glib/gutf8.c:960 ../glib/gutf8.c:1170 -#: ../glib/gutf8.c:1311 ../glib/gutf8.c:1415 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "𐑐𐑸𐑑𐑦𐑨𐑤 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑕𐑰𐑒𐑢𐑩𐑯𐑕 𐑨𐑑 𐑧𐑯𐑛 𐑝 𐑦𐑯𐑐𐑫𐑑" -#: ../glib/gconvert.c:932 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "𐑒𐑨𐑯𐑪𐑑 𐑒𐑩𐑯𐑝𐑻𐑑 𐑓𐑪𐑤𐑚𐑨𐑒 '%s' 𐑑 𐑒𐑴𐑛𐑕𐑧𐑑 '%s'" -#: ../glib/gconvert.c:1755 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "𐑞 URI '%s' 𐑦𐑟 𐑯𐑪𐑑 𐑩𐑯 𐑨𐑚𐑕𐑴𐑤𐑵𐑑 URI 𐑿𐑟𐑦𐑙 𐑞 \"file\" 𐑕𐑒𐑰𐑥" -#: ../glib/gconvert.c:1765 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "𐑞 𐑤𐑴𐑒𐑩𐑤 𐑓𐑲𐑤 URI '%s' 𐑥𐑱 𐑯𐑪𐑑 𐑦𐑯𐑒𐑤𐑵𐑛 𐑩 '#'" -#: ../glib/gconvert.c:1782 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "𐑞 URI '%s' 𐑦𐑟 𐑦𐑯𐑝𐑨𐑤𐑦𐑛" -#: ../glib/gconvert.c:1794 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "𐑞 𐑣𐑴𐑕𐑑𐑯𐑱𐑥 𐑝 𐑞 URI '%s' 𐑦𐑟 𐑦𐑯𐑝𐑨𐑤𐑦𐑛" -#: ../glib/gconvert.c:1810 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "𐑞 URI '%s' 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 𐑦𐑯𐑝𐑨𐑤𐑦𐑛𐑤𐑦 𐑦𐑕𐑒𐑱𐑐𐑑 𐑒𐑨𐑮𐑩𐑒𐑑𐑼𐑟" -#: ../glib/gconvert.c:1905 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "𐑞 𐑐𐑭𐑔𐑯𐑱𐑥 '%s' 𐑦𐑟 𐑯𐑪𐑑 𐑩𐑯 𐑨𐑚𐑕𐑴𐑤𐑵𐑑 𐑐𐑭𐑔" -#: ../glib/gconvert.c:1915 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑣𐑴𐑕𐑑𐑯𐑱𐑥" -#: ../glib/gdir.c:112 ../glib/gdir.c:135 +#: glib/gdir.c:112 glib/gdir.c:135 #, c-format msgid "Error opening directory '%s': %s" msgstr "𐑻𐑼 𐑴𐑐𐑩𐑯𐑦𐑙 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 '%s': %s" -#: ../glib/gfileutils.c:529 ../glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑨𐑤𐑴𐑒𐑱𐑑 %lu 𐑚𐑲𐑑𐑕 𐑑 𐑮𐑰𐑛 𐑓𐑲𐑤 \"%s\"" -#: ../glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "𐑻𐑼 𐑮𐑰𐑛𐑦𐑙 𐑓𐑲𐑤 '%s': %s" -#: ../glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "𐑓𐑲𐑤 \"%s\" 𐑦𐑟 𐑑𐑵 𐑤𐑸𐑡" -#: ../glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑮𐑰𐑛 𐑓𐑮𐑪𐑥 𐑓𐑲𐑤 '%s': %s" -#: ../glib/gfileutils.c:692 ../glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑴𐑐𐑩𐑯 𐑓𐑲𐑤 '%s': %s" -#: ../glib/gfileutils.c:709 ../glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑜𐑧𐑑 𐑨𐑑𐑮𐑦𐑚𐑿𐑑𐑕 𐑝 𐑓𐑲𐑤 '%s': fstat() 𐑓𐑱𐑤𐑛: %s" -#: ../glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑴𐑐𐑩𐑯 𐑓𐑲𐑤 '%s': fdopen() 𐑓𐑱𐑤𐑛: %s" -#: ../glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑮𐑰𐑯𐑱𐑥 𐑓𐑲𐑤 '%s' 𐑑 '%s': g_rename() 𐑓𐑱𐑤𐑛: %s" -#: ../glib/gfileutils.c:893 ../glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑒𐑮𐑦𐑱𐑑 𐑓𐑲𐑤 '%s': %s" -#: ../glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑴𐑐𐑩𐑯 𐑓𐑲𐑤 '%s' 𐑓𐑹 𐑮𐑲𐑑𐑦𐑙: fdopen() 𐑓𐑱𐑤𐑛: %s" -#: ../glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑮𐑲𐑑 𐑓𐑲𐑤 '%s': fwrite() 𐑓𐑱𐑤𐑛: %s" -#: ../glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑮𐑲𐑑 𐑓𐑲𐑤 '%s': fflush() 𐑓𐑱𐑤𐑛: %s" -#: ../glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑮𐑲𐑑 𐑓𐑲𐑤 '%s': fsync() 𐑓𐑱𐑤𐑛: %s" -#: ../glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑒𐑤𐑴𐑕 𐑓𐑲𐑤 '%s': fclose() 𐑓𐑱𐑤𐑛: %s" -#: ../glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "𐑧𐑒𐑟𐑦𐑕𐑑𐑦𐑙 𐑓𐑲𐑤 '%s' 𐑒𐑫𐑛 𐑯𐑪𐑑 𐑚𐑰 𐑮𐑦𐑥𐑵𐑝𐑛: g_unlink() 𐑓𐑱𐑤𐑛: %s" -#: ../glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "𐑑𐑧𐑥𐑐𐑤𐑱𐑑 '%s' 𐑦𐑯𐑝𐑨𐑤𐑦𐑛, 𐑖𐑫𐑛 𐑯𐑪𐑑 𐑒𐑩𐑯𐑑𐑱𐑯 𐑩 '%s'" -#: ../glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "𐑑𐑧𐑥𐑐𐑤𐑱𐑑 '%s' 𐑛𐑳𐑟𐑯𐑑 𐑒𐑩𐑯𐑑𐑱𐑯 XXXXXX" -#: ../glib/gfileutils.c:1772 +#: glib/gfileutils.c:1774 +#, c-format +msgid "%u byte" +msgid_plural "%u bytes" +msgstr[0] "" +msgstr[1] "" + +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑮𐑰𐑛 𐑞 𐑕𐑦𐑥𐑚𐑪𐑤𐑦𐑒 𐑤𐑦𐑙𐑒 '%s': %s" -#: ../glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "𐑕𐑦𐑥𐑚𐑪𐑤𐑦𐑒 𐑤𐑦𐑙𐑒𐑕 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑴𐑐𐑩𐑯 𐑒𐑩𐑯𐑝𐑻𐑑𐑻 𐑓𐑮𐑪𐑥 '%s' 𐑑 '%s': %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "𐑒𐑨𐑯𐑑 𐑛𐑵 𐑩 𐑮𐑷 𐑮𐑧𐑛 𐑦𐑯 g_io_channel_read_line_string" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "𐑤𐑧𐑓𐑑𐑴𐑝𐑻 𐑩𐑯𐑒𐑩𐑯𐑝𐑻𐑑𐑦𐑛 𐑛𐑱𐑑𐑩 𐑦𐑯 𐑮𐑰𐑛 𐑚𐑳𐑓𐑼" -#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "𐑗𐑨𐑯𐑩𐑤 𐑑𐑻𐑥𐑦𐑯𐑱𐑑𐑕 𐑦𐑯 𐑩 𐑐𐑸𐑑𐑦𐑨𐑤 𐑒𐑨𐑮𐑩𐑒𐑑𐑼" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "𐑒𐑨𐑯𐑑 𐑛𐑵 𐑩 𐑮𐑷 𐑮𐑧𐑛 𐑦𐑯 g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:123 +#: glib/gmappedfile.c:123 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑴𐑐𐑩𐑯 𐑓𐑲𐑤 '%s': open() 𐑓𐑱𐑤𐑛: %s" -#: ../glib/gmappedfile.c:201 +#: glib/gmappedfile.c:201 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑥𐑨𐑐 𐑓𐑲𐑤 '%s': mmap() 𐑓𐑱𐑤𐑛: %s" -#: ../glib/gmarkup.c:303 ../glib/gmarkup.c:343 +#: glib/gmarkup.c:303 glib/gmarkup.c:343 #, c-format msgid "Error on line %d char %d: " msgstr "𐑻𐑼 𐑪𐑯 𐑤𐑲𐑯 %d 𐑗𐑸 %d: " -#: ../glib/gmarkup.c:363 ../glib/gmarkup.c:441 +#: glib/gmarkup.c:363 glib/gmarkup.c:441 #, c-format msgid "Invalid UTF-8 encoded text in name - not valid '%s'" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 UTF-8 𐑧𐑯𐑒𐑴𐑛𐑩𐑛 𐑑𐑧𐑒𐑕𐑑 𐑦𐑯 𐑯𐑱𐑥 - 𐑯𐑪𐑑 𐑝𐑨𐑤𐑦𐑛 '%s'" -#: ../glib/gmarkup.c:374 +#: glib/gmarkup.c:374 #, c-format msgid "'%s' is not a valid name " msgstr "'%s' 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑝𐑨𐑤𐑦𐑛 𐑯𐑱𐑥 " -#: ../glib/gmarkup.c:390 +#: glib/gmarkup.c:390 #, c-format msgid "'%s' is not a valid name: '%c' " msgstr "'%s' 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑝𐑨𐑤𐑦𐑛 𐑯𐑱𐑥: '%c' " -#: ../glib/gmarkup.c:494 +#: glib/gmarkup.c:494 #, c-format msgid "Error on line %d: %s" msgstr "𐑻𐑼 𐑪𐑯 𐑤𐑲𐑯 %d: %s" -#: ../glib/gmarkup.c:578 +#: glib/gmarkup.c:578 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -332,43 +352,45 @@ msgstr "" "𐑓𐑱𐑤𐑛 𐑑 𐑐𐑸𐑕 '%-.*s', 𐑢𐑦𐑗 𐑖𐑫𐑛 𐑣𐑨𐑝 𐑚𐑰𐑯 𐑩 𐑛𐑦𐑡𐑦𐑑 𐑦𐑯𐑕𐑲𐑛 𐑩 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑮𐑧𐑓𐑼𐑩𐑯𐑕 (ê " "𐑓𐑹 𐑦𐑜𐑟𐑭𐑥𐑐𐑩𐑤) - 𐑐𐑼𐑣𐑨𐑐𐑕 𐑞 𐑛𐑦𐑡𐑦𐑑 𐑦𐑟 𐑑𐑵 𐑤𐑸𐑡" -#: ../glib/gmarkup.c:590 +#: glib/gmarkup.c:590 +#, fuzzy msgid "" -"Character reference did not end with a 𐑕𐑧𐑥𐑦𐑒𐑴𐑤𐑩𐑯; most likely you used an " +"Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" msgstr "" "𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑮𐑧𐑓𐑼𐑩𐑯𐑕 𐑛𐑦𐑛 𐑯𐑪𐑑 𐑧𐑯𐑛 𐑢𐑦𐑞 𐑩 𐑕𐑧𐑥𐑦𐑒𐑴𐑤𐑩𐑯; 𐑥𐑴𐑕𐑑 𐑤𐑲𐑒𐑤𐑦 𐑿 𐑿𐑕𐑑 𐑩𐑯 𐑨𐑥𐑐𐑻𐑕𐑨𐑯𐑛 " "𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑢𐑦𐑞𐑬𐑑 𐑦𐑯𐑑𐑧𐑯𐑛𐑦𐑙 𐑑 𐑕𐑑𐑸𐑑 𐑩𐑯 𐑧𐑯𐑑𐑦𐑑𐑦 - 𐑦𐑕𐑒𐑱𐑐 𐑨𐑥𐑐𐑻𐑕𐑨𐑯𐑛 𐑨𐑟 &" -#: ../glib/gmarkup.c:616 +#: glib/gmarkup.c:616 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑮𐑧𐑓𐑼𐑩𐑯𐑕 '%-.*s' 𐑛𐑳𐑟 𐑯𐑪𐑑 𐑧𐑯𐑒𐑴𐑛 𐑩 𐑐𐑼𐑥𐑦𐑑𐑩𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼" -#: ../glib/gmarkup.c:654 +#: glib/gmarkup.c:654 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "𐑧𐑥𐑐𐑑𐑦 𐑧𐑯𐑑𐑦𐑑𐑦 '&;' 𐑕𐑰𐑯; 𐑝𐑨𐑤𐑦𐑛 𐑧𐑯𐑑𐑦𐑑𐑦𐑟 𐑸: & " < > '" -#: ../glib/gmarkup.c:662 +#: glib/gmarkup.c:662 #, c-format msgid "Entity name '%-.*s' is not known" msgstr "𐑧𐑯𐑑𐑦𐑑𐑦 𐑯𐑱𐑥 '%-.*s' 𐑦𐑟 𐑯𐑪𐑑 𐑯𐑴𐑯" -#: ../glib/gmarkup.c:667 +#: glib/gmarkup.c:667 +#, fuzzy msgid "" -"Entity did not end with a 𐑕𐑧𐑥𐑦𐑒𐑴𐑤𐑩𐑯; most likely you used an ampersand " +"Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" msgstr "" "𐑧𐑯𐑑𐑦𐑑𐑦 𐑛𐑦𐑛 𐑯𐑪𐑑 𐑧𐑯𐑛 𐑢𐑦𐑞 𐑩 𐑕𐑧𐑥𐑦𐑒𐑴𐑤𐑩𐑯; 𐑥𐑴𐑕𐑑 𐑤𐑲𐑒𐑤𐑦 𐑿 𐑿𐑕𐑑 𐑩𐑯 𐑨𐑥𐑐𐑻𐑕𐑨𐑯𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 " "𐑢𐑦𐑞𐑬𐑑 𐑦𐑯𐑑𐑧𐑯𐑛𐑦𐑙 𐑑 𐑕𐑑𐑸𐑑 𐑩𐑯 𐑧𐑯𐑑𐑦𐑑𐑦 - 𐑦𐑕𐑒𐑱𐑐 𐑨𐑥𐑐𐑻𐑕𐑨𐑯𐑛 𐑨𐑟 &𐑨𐑥𐑐;" -#: ../glib/gmarkup.c:1014 +#: glib/gmarkup.c:1014 msgid "Document must begin with an element (e.g. )" msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑥𐑳𐑕𐑑 𐑚𐑩𐑜𐑦𐑯 𐑢𐑦𐑞 𐑩𐑯 𐑧𐑤𐑩𐑥𐑩𐑯𐑑 (e.g. <𐑚𐑫𐑒>)" -#: ../glib/gmarkup.c:1054 +#: glib/gmarkup.c:1054 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -377,7 +399,7 @@ msgstr "" "'%s' 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑝𐑨𐑤𐑦𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑓𐑪𐑤𐑴𐑦𐑙 𐑩 '<' 𐑒𐑨𐑮𐑩𐑒𐑑𐑼; 𐑦𐑑 𐑥𐑱 𐑯𐑪𐑑 𐑚𐑩𐑜𐑦𐑯 𐑩𐑯 𐑧𐑤𐑩𐑥𐑩𐑯𐑑 " "𐑯𐑱𐑥" -#: ../glib/gmarkup.c:1122 +#: glib/gmarkup.c:1122 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -385,23 +407,23 @@ msgid "" msgstr "" "𐑪𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 '%s', 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑩 '>' 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑑 𐑧𐑯𐑛 𐑞 𐑧𐑥𐑐𐑑𐑦-𐑧𐑤𐑩𐑥𐑩𐑯𐑑 𐑑𐑨𐑜 '%s'" -#: ../glib/gmarkup.c:1206 +#: glib/gmarkup.c:1206 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "𐑪𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 '%s', 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑩 '=' 𐑭𐑓𐑑𐑼 𐑨𐑑𐑮𐑦𐑚𐑿𐑑 𐑯𐑱𐑥 '%s' 𐑝 𐑧𐑤𐑩𐑥𐑩𐑯𐑑 '%s'" -#: ../glib/gmarkup.c:1247 +#: glib/gmarkup.c:1247 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " "element '%s', or optionally an attribute; perhaps you used an invalid " "character in an attribute name" msgstr "" -"𐑪𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 '%s', 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑩 '>' 𐑹 '/' 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑑 𐑧𐑯𐑛 𐑞 𐑕𐑑𐑸𐑑 𐑑𐑨𐑜 𐑝 𐑧𐑤𐑩𐑥𐑩𐑯𐑑 '%s'," -"𐑹 𐑪𐑐𐑖𐑩𐑯𐑩𐑤𐑦 𐑩𐑯 𐑨𐑑𐑮𐑦𐑚𐑿𐑑; 𐑐𐑼𐑣𐑨𐑐𐑕 𐑿 𐑿𐑕𐑑 𐑩𐑯 𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑦𐑯 𐑩𐑯 𐑨𐑑𐑮𐑦𐑚𐑿𐑑 𐑯𐑱𐑥" +"𐑪𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 '%s', 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑩 '>' 𐑹 '/' 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑑 𐑧𐑯𐑛 𐑞 𐑕𐑑𐑸𐑑 𐑑𐑨𐑜 𐑝 𐑧𐑤𐑩𐑥𐑩𐑯𐑑 '%" +"s',𐑹 𐑪𐑐𐑖𐑩𐑯𐑩𐑤𐑦 𐑩𐑯 𐑨𐑑𐑮𐑦𐑚𐑿𐑑; 𐑐𐑼𐑣𐑨𐑐𐑕 𐑿 𐑿𐑕𐑑 𐑩𐑯 𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑦𐑯 𐑩𐑯 𐑨𐑑𐑮𐑦𐑚𐑿𐑑 𐑯𐑱𐑥" -#: ../glib/gmarkup.c:1291 +#: glib/gmarkup.c:1291 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -410,7 +432,7 @@ msgstr "" "𐑪𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 '%s', 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑩𐑯 𐑴𐑐𐑩𐑯 𐑒𐑢𐑴𐑑 ·𐑥𐑸𐑒 𐑭𐑓𐑑𐑼 𐑞 𐑰𐑒𐑢𐑩𐑤𐑟 𐑕𐑲𐑯 𐑢𐑧𐑯 𐑜𐑦𐑝𐑦𐑙 " "𐑝𐑨𐑤𐑿 𐑓𐑹 𐑨𐑑𐑮𐑦𐑚𐑿𐑑 '%s' 𐑝 𐑧𐑤𐑩𐑥𐑩𐑯𐑑 '%s'" -#: ../glib/gmarkup.c:1425 +#: glib/gmarkup.c:1425 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1472 +#: glib/gmarkup.c:1472 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "𐑧𐑤𐑩𐑥𐑩𐑯𐑑 '%s' 𐑢𐑪𐑟 𐑒𐑤𐑴𐑟𐑛, 𐑯𐑴 𐑧𐑤𐑩𐑥𐑩𐑯𐑑 𐑦𐑟 𐑒𐑳𐑮𐑩𐑯𐑑𐑤𐑦 𐑴𐑐𐑩𐑯" -#: ../glib/gmarkup.c:1481 +#: glib/gmarkup.c:1481 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "𐑧𐑤𐑩𐑥𐑩𐑯𐑑 '%s' 𐑢𐑪𐑟 𐑒𐑤𐑴𐑟𐑛, 𐑚𐑳𐑑 𐑞 𐑒𐑳𐑮𐑩𐑯𐑑𐑤𐑦 𐑴𐑐𐑩𐑯 𐑧𐑤𐑩𐑥𐑩𐑯𐑑 𐑦𐑟 '%s'" -#: ../glib/gmarkup.c:1648 +#: glib/gmarkup.c:1648 msgid "Document was empty or contained only whitespace" msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑢𐑪𐑟 𐑧𐑥𐑐𐑑𐑦 𐑹 𐑒𐑩𐑯𐑑𐑱𐑯𐑛 𐑴𐑯𐑤𐑦 𐑢𐑲𐑑𐑕𐑐𐑱𐑕" -#: ../glib/gmarkup.c:1662 +#: glib/gmarkup.c:1662 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑧𐑯𐑛𐑩𐑛 𐑩𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑦𐑛𐑤𐑰 𐑡𐑳𐑕𐑑 𐑭𐑓𐑑𐑼 𐑩𐑯 𐑴𐑐𐑩𐑯 𐑨𐑙𐑜𐑤 𐑚𐑮𐑨𐑒𐑩𐑑 '<'" -#: ../glib/gmarkup.c:1670 ../glib/gmarkup.c:1715 +#: glib/gmarkup.c:1670 glib/gmarkup.c:1715 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -455,28 +477,28 @@ msgstr "" "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑧𐑯𐑛𐑩𐑛 𐑩𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑦𐑛𐑤𐑰 𐑢𐑦𐑞 𐑧𐑤𐑩𐑥𐑩𐑯𐑑𐑕 𐑕𐑑𐑦𐑤 𐑴𐑐𐑩𐑯 - '%s' 𐑢𐑪𐑟 𐑞 𐑤𐑭𐑕𐑑 " "𐑧𐑤𐑩𐑥𐑩𐑯𐑑 𐑴𐑐𐑩𐑯𐑛" -#: ../glib/gmarkup.c:1678 +#: glib/gmarkup.c:1678 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "" -"𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑧𐑯𐑛𐑩𐑛 𐑩𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑦𐑛𐑤𐑰, 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑑 𐑕𐑰 𐑩 𐑒𐑤𐑴𐑕 𐑨𐑙𐑜𐑤 𐑚𐑮𐑨𐑒𐑩𐑑 𐑧𐑯𐑛𐑦𐑙 𐑞 𐑑𐑨𐑜 " -"<%s/>" +"𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑧𐑯𐑛𐑩𐑛 𐑩𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑦𐑛𐑤𐑰, 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑑 𐑕𐑰 𐑩 𐑒𐑤𐑴𐑕 𐑨𐑙𐑜𐑤 𐑚𐑮𐑨𐑒𐑩𐑑 𐑧𐑯𐑛𐑦𐑙 𐑞 𐑑𐑨𐑜 <" +"%s/>" -#: ../glib/gmarkup.c:1684 +#: glib/gmarkup.c:1684 msgid "Document ended unexpectedly inside an element name" msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑧𐑯𐑛𐑩𐑛 𐑩𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑦𐑛𐑤𐑰 𐑦𐑯𐑕𐑲𐑛 𐑩𐑯 𐑧𐑤𐑩𐑥𐑩𐑯𐑑 𐑯𐑱𐑥" -#: ../glib/gmarkup.c:1690 +#: glib/gmarkup.c:1690 msgid "Document ended unexpectedly inside an attribute name" msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑧𐑯𐑛𐑩𐑛 𐑩𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑦𐑛𐑤𐑰 𐑦𐑯𐑕𐑲𐑛 𐑩𐑯 𐑨𐑑𐑮𐑦𐑚𐑿𐑑 𐑯𐑱𐑥" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑧𐑯𐑛𐑩𐑛 𐑩𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑦𐑛𐑤𐑰 𐑦𐑯𐑕𐑲𐑛 𐑩𐑯 𐑧𐑤𐑩𐑥𐑩𐑯𐑑-𐑴𐑐𐑩𐑯𐑦𐑙 𐑑𐑨𐑜." -#: ../glib/gmarkup.c:1701 +#: glib/gmarkup.c:1701 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -484,578 +506,576 @@ msgstr "" "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑧𐑯𐑛𐑩𐑛 𐑩𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑦𐑛𐑤𐑰 𐑭𐑓𐑑𐑼 𐑞 𐑰𐑒𐑢𐑩𐑤𐑟 𐑕𐑲𐑯 𐑓𐑪𐑤𐑴𐑦𐑙 𐑩𐑯 𐑨𐑑𐑮𐑦𐑚𐑿𐑑 𐑯𐑱𐑥; 𐑯𐑴 " "𐑨𐑑𐑮𐑦𐑚𐑿𐑑 𐑝𐑨𐑤𐑿" -#: ../glib/gmarkup.c:1708 +#: glib/gmarkup.c:1708 msgid "Document ended unexpectedly while inside an attribute value" msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑧𐑯𐑛𐑩𐑛 𐑩𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑦𐑛𐑤𐑰 𐑢𐑲𐑤 𐑦𐑯𐑕𐑲𐑛 𐑩𐑯 𐑨𐑑𐑮𐑦𐑚𐑿𐑑 𐑝𐑨𐑤𐑿" -#: ../glib/gmarkup.c:1724 +#: glib/gmarkup.c:1724 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "𐑛𐑪𐑒𐑿𐑥𐑩𐑯𐑑 𐑧𐑯𐑛𐑩𐑛 𐑩𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑦𐑛𐑤𐑰 𐑦𐑯𐑕𐑲𐑛 𐑞 𐑒𐑤𐑴𐑕 𐑑𐑨𐑜 𐑓𐑹 𐑧𐑤𐑩𐑥𐑩𐑯𐑑 '%s'" -#: ../glib/gmarkup.c:1730 +#: glib/gmarkup.c:1730 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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "𐑦𐑯𐑑𐑻𐑯𐑩𐑤 𐑻𐑼" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "𐑚𐑨𐑒 𐑮𐑧𐑓𐑼𐑩𐑯𐑕𐑩𐑟 𐑨𐑟 𐑒𐑩𐑯𐑛𐑦𐑖𐑩𐑯𐑟 𐑸 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑓𐑹 𐑐𐑸𐑑𐑦𐑨𐑤 𐑥𐑨𐑗𐑦𐑙" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "𐑮𐑦𐑒𐑻𐑖𐑩𐑯 𐑤𐑦𐑥𐑦𐑑 𐑮𐑰𐑗𐑑" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "𐑢𐑻𐑒𐑕𐑐𐑱𐑕 𐑤𐑦𐑥𐑦𐑑 𐑓𐑹 𐑧𐑥𐑐𐑑𐑦 𐑕𐑳𐑚𐑕𐑑𐑮𐑦𐑙𐑟 𐑮𐑰𐑗𐑑" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑒𐑪𐑥𐑚𐑦𐑯𐑱𐑖𐑩𐑯 𐑝 𐑯𐑿𐑤𐑲𐑯 𐑓𐑤𐑨𐑜𐑟" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "𐑳𐑯𐑴𐑯 𐑻𐑼" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ 𐑨𐑑 𐑧𐑯𐑛 𐑝 𐑐𐑨𐑑𐑼𐑯" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c 𐑨𐑑 𐑧𐑯𐑛 𐑝 𐑐𐑨𐑑𐑼𐑯" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "𐑩𐑯𐑮𐑧𐑒𐑩𐑜𐑯𐑲𐑟𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑓𐑪𐑤𐑴𐑟 \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "𐑒𐑱𐑕-𐑗𐑱𐑯𐑡𐑦𐑙 𐑦𐑕𐑒𐑱𐑐𐑕 (\\l, \\L, \\u, \\U) 𐑸 𐑯𐑪𐑑 𐑩𐑤𐑬𐑛 𐑣𐑽" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "𐑯𐑳𐑥𐑚𐑼𐑟 𐑬𐑑 𐑝 𐑹𐑛𐑼 𐑦𐑯 {} 𐑒𐑢𐑪𐑯𐑑𐑦𐑓𐑲𐑼" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "𐑯𐑳𐑥𐑚𐑼 𐑑𐑵 𐑚𐑦𐑜 𐑦𐑯 {} 𐑒𐑢𐑪𐑯𐑑𐑦𐑓𐑲𐑼" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "𐑥𐑦𐑕𐑦𐑙 𐑑𐑻𐑥𐑩𐑯𐑱𐑑𐑦𐑙 ] 𐑓𐑹 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑒𐑤𐑭𐑕" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑦𐑕𐑒𐑱𐑐 𐑕𐑰𐑒𐑢𐑩𐑯𐑕 𐑦𐑯 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑒𐑤𐑭𐑕" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "𐑮𐑱𐑯𐑡 𐑬𐑑 𐑝 𐑹𐑛𐑼 𐑦𐑯 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑒𐑤𐑭𐑕" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "𐑯𐑳𐑔𐑦𐑙 𐑑 𐑮𐑦𐑐𐑰𐑑" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "𐑩𐑯𐑮𐑧𐑒𐑩𐑜𐑯𐑲𐑟𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑭𐑓𐑑𐑼 (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "𐑩𐑯𐑮𐑧𐑒𐑩𐑜𐑯𐑲𐑟𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑭𐑓𐑑𐑼 (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "𐑩𐑯𐑮𐑧𐑒𐑩𐑜𐑯𐑲𐑟𐑛 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑭𐑓𐑑𐑼 (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX 𐑯𐑱𐑥𐑛 𐑒𐑤𐑭𐑕𐑩𐑟 𐑸 𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑴𐑯𐑤𐑦 𐑢𐑦𐑞𐑦𐑯 𐑩 𐑒𐑤𐑭𐑕" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "𐑥𐑦𐑕𐑦𐑙 𐑑𐑻𐑥𐑩𐑯𐑱𐑑𐑦𐑙 )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") 𐑢𐑦𐑞𐑬𐑑 𐑴𐑐𐑩𐑯𐑦𐑙 (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?𐑭𐑮 𐑹 (?[+-]𐑛𐑦𐑡𐑩𐑑𐑕 𐑥𐑳𐑕𐑑 𐑚𐑰 𐑓𐑪𐑤𐑴𐑛 𐑚𐑲 )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "𐑮𐑧𐑓𐑼𐑩𐑯𐑕 𐑑 𐑯𐑪𐑯-𐑧𐑜𐑟𐑦𐑕𐑑𐑩𐑯𐑑 𐑕𐑳𐑚𐑐𐑨𐑑𐑼𐑯" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "𐑥𐑦𐑕𐑦𐑙 ) 𐑭𐑓𐑑𐑼 𐑒𐑳𐑥𐑥𐑩𐑯𐑑" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "𐑮𐑧𐑜𐑘𐑫𐑤𐑼 𐑦𐑒𐑕𐑐𐑮𐑧𐑖𐑩𐑯 𐑑𐑵 𐑤𐑸𐑡" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑜𐑧𐑑 𐑥𐑧𐑥𐑼𐑦" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "𐑤𐑫𐑒𐑚𐑩𐑣𐑦𐑯𐑛 𐑩𐑕𐑻𐑕𐑩𐑯 𐑦𐑟 𐑯𐑪𐑑 𐑓𐑦𐑒𐑕𐑑 𐑤𐑧𐑙𐑔" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "𐑥𐑨𐑤𐑓𐑹𐑥𐑛 𐑯𐑳𐑥𐑚𐑼 𐑹 𐑯𐑱𐑥 𐑭𐑓𐑑𐑼 (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "𐑒𐑩𐑯𐑛𐑦𐑖𐑩𐑯𐑩𐑤 𐑜𐑮𐑵𐑐 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 𐑥𐑹 𐑞𐑨𐑯 𐑑𐑵 𐑚𐑮𐑭𐑯𐑗𐑩𐑟" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "𐑩𐑕𐑻𐑕𐑩𐑯 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑭𐑓𐑑𐑼 (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "𐑳𐑯𐑴𐑯 POSIX 𐑒𐑤𐑭𐑕 𐑯𐑱𐑥" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX 𐑒𐑪𐑤𐑱𐑑𐑦𐑙 𐑧𐑤𐑩𐑥𐑩𐑯𐑑𐑕 𐑸 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑝𐑨𐑤𐑿 𐑦𐑯 \\x{...} 𐑕𐑰𐑒𐑢𐑩𐑯𐑕 𐑦𐑟 𐑑𐑵 𐑤𐑸𐑡" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑒𐑩𐑯𐑛𐑦𐑖𐑩𐑯 (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C 𐑯𐑪𐑑 𐑩𐑤𐑬𐑛 𐑦𐑯 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:522 ../glib/gregex.c:1603 +#: glib/gregex.c:522 glib/gregex.c:1603 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "𐑻𐑼 𐑢𐑲𐑤 𐑥𐑨𐑗𐑦𐑙 𐑮𐑧𐑜𐑘𐑫𐑤𐑼 𐑦𐑒𐑕𐑐𐑮𐑧𐑖𐑩𐑯 %s: %s" -#: ../glib/gregex.c:1094 +#: glib/gregex.c:1094 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE 𐑤𐑲𐑚𐑮𐑼𐑦 𐑦𐑟 𐑒𐑩𐑥𐑐𐑲𐑤𐑛 𐑢𐑦𐑞𐑬𐑑 UTF8 𐑕𐑩𐑐𐑹𐑑" -#: ../glib/gregex.c:1103 +#: glib/gregex.c:1103 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE 𐑤𐑲𐑚𐑮𐑼𐑦 𐑦𐑟 𐑒𐑩𐑥𐑐𐑲𐑤𐑛 𐑢𐑦𐑞𐑬𐑑 UTF8 𐑐𐑮𐑪𐑐𐑼𐑑𐑦𐑟 𐑕𐑩𐑐𐑹𐑑" -#: ../glib/gregex.c:1157 +#: glib/gregex.c:1157 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "𐑻𐑼 𐑢𐑲𐑤 𐑒𐑩𐑥𐑐𐑲𐑤𐑦𐑙 𐑮𐑧𐑜𐑘𐑫𐑤𐑼 𐑦𐑒𐑕𐑐𐑮𐑧𐑖𐑩𐑯 %s 𐑨𐑑 𐑗𐑸 %d: %s" -#: ../glib/gregex.c:1193 +#: glib/gregex.c:1193 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "𐑻𐑼 𐑢𐑲𐑤 𐑪𐑐𐑑𐑦𐑥𐑲𐑟𐑦𐑙 𐑮𐑧𐑜𐑘𐑫𐑤𐑼 𐑦𐑒𐑕𐑐𐑮𐑧𐑖𐑩𐑯 %s: %s" -#: ../glib/gregex.c:2031 +#: glib/gregex.c:2031 msgid "hexadecimal digit or '}' expected" msgstr "𐑣𐑧𐑒𐑕𐑩𐑛𐑧𐑕𐑦𐑥𐑩𐑤 𐑛𐑦𐑡𐑦𐑑 𐑹 '}' 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛" -#: ../glib/gregex.c:2047 +#: glib/gregex.c:2047 msgid "hexadecimal digit expected" msgstr "𐑣𐑧𐑒𐑕𐑩𐑛𐑧𐑕𐑦𐑥𐑩𐑤 𐑛𐑦𐑡𐑦𐑑 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛" -#: ../glib/gregex.c:2087 +#: glib/gregex.c:2087 msgid "missing '<' in symbolic reference" msgstr "𐑥𐑦𐑕𐑦𐑙 '<' 𐑦𐑯 𐑕𐑦𐑥𐑚𐑪𐑤𐑦𐑒 𐑮𐑧𐑓𐑼𐑩𐑯𐑕" -#: ../glib/gregex.c:2096 +#: glib/gregex.c:2096 msgid "unfinished symbolic reference" msgstr "𐑩𐑯𐑓𐑦𐑯𐑦𐑖𐑑 𐑕𐑦𐑥𐑚𐑪𐑤𐑦𐑒 𐑮𐑧𐑓𐑼𐑩𐑯𐑕" -#: ../glib/gregex.c:2103 +#: glib/gregex.c:2103 msgid "zero-length symbolic reference" msgstr "𐑟𐑽𐑴-𐑤𐑧𐑙𐑔 𐑕𐑦𐑥𐑚𐑪𐑤𐑦𐑒 𐑮𐑧𐑓𐑼𐑩𐑯𐑕" -#: ../glib/gregex.c:2114 +#: glib/gregex.c:2114 msgid "digit expected" msgstr "𐑛𐑦𐑡𐑦𐑑 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛" -#: ../glib/gregex.c:2132 +#: glib/gregex.c:2132 msgid "illegal symbolic reference" msgstr "𐑦𐑤𐑰𐑜𐑩𐑤 𐑕𐑦𐑥𐑚𐑪𐑤𐑦𐑒 𐑮𐑧𐑓𐑼𐑩𐑯𐑕" -#: ../glib/gregex.c:2194 +#: glib/gregex.c:2194 msgid "stray final '\\'" msgstr "𐑕𐑑𐑮𐑱 𐑓𐑲𐑯𐑩𐑤 '\\'" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 msgid "unknown escape sequence" msgstr "𐑳𐑯𐑴𐑯 𐑦𐑕𐑒𐑱𐑐 𐑕𐑰𐑒𐑢𐑩𐑯𐑕" -#: ../glib/gregex.c:2208 +#: glib/gregex.c:2208 #, 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:300 ../glib/gspawn.c:1480 +#: glib/gspawn-win32.c:300 glib/gspawn.c:1480 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑒𐑮𐑦𐑱𐑑 𐑐𐑲𐑐 𐑓𐑹 𐑒𐑩𐑥𐑿𐑯𐑦𐑒𐑱𐑑𐑦𐑙 𐑢𐑦𐑞 𐑗𐑲𐑤𐑛 𐑐𐑮𐑴𐑕𐑧𐑕 (%s)" -#: ../glib/gspawn-win32.c:339 ../glib/gspawn-win32.c:347 ../glib/gspawn.c:1139 +#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑮𐑰𐑛 𐑓𐑮𐑪𐑥 𐑗𐑲𐑤𐑛 𐑐𐑲𐑐 (%s)" -#: ../glib/gspawn-win32.c:370 ../glib/gspawn.c:1346 +#: glib/gspawn-win32.c:370 glib/gspawn.c:1346 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑗𐑱𐑯𐑡 𐑑 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 '%s' (%s)" -#: ../glib/gspawn-win32.c:376 ../glib/gspawn-win32.c:495 +#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495 #, c-format msgid "Failed to execute child process (%s)" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑧𐑒𐑕𐑩𐑒𐑿𐑑 𐑗𐑲𐑤𐑛 𐑐𐑮𐑴𐑕𐑧𐑕 (%s)" -#: ../glib/gspawn-win32.c:445 +#: glib/gspawn-win32.c:445 #, c-format msgid "Invalid program name: %s" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑐𐑮𐑴𐑜𐑮𐑨𐑥 𐑯𐑱𐑥: %s" -#: ../glib/gspawn-win32.c:455 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1279 +#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑕𐑑𐑮𐑦𐑙 𐑦𐑯 𐑸𐑜𐑿𐑥𐑩𐑯𐑑 𐑝𐑧𐑒𐑑𐑼 𐑨𐑑 %d: %s" -#: ../glib/gspawn-win32.c:466 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1312 +#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312 #, c-format msgid "Invalid string in environment: %s" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑕𐑑𐑮𐑦𐑙 𐑦𐑯 𐑧𐑯𐑝𐑲𐑼𐑯𐑥𐑩𐑯𐑑: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1260 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260 #, c-format msgid "Invalid working directory: %s" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑢𐑻𐑒𐑦𐑙 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦: %s" -#: ../glib/gspawn-win32.c:784 +#: glib/gspawn-win32.c:784 #, c-format msgid "Failed to execute helper program (%s)" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑧𐑒𐑕𐑩𐑒𐑿𐑑 𐑣𐑧𐑤𐑐𐑼 𐑐𐑮𐑴𐑜𐑮𐑨𐑥 (%s)" -#: ../glib/gspawn-win32.c:998 +#: glib/gspawn-win32.c:998 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "" "𐑳𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑻𐑼 𐑦𐑯 g_io_channel_win32_poll() 𐑮𐑰𐑛𐑦𐑙 𐑛𐑱𐑑𐑩 𐑓𐑮𐑪𐑥 𐑩 𐑗𐑲𐑤𐑛 𐑐𐑮𐑴𐑕𐑧𐑕" -#: ../glib/gspawn.c:190 +#: glib/gspawn.c:190 #, c-format msgid "Failed to read data from child process (%s)" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑮𐑰𐑛 𐑛𐑱𐑑𐑩 𐑓𐑮𐑪𐑥 𐑗𐑲𐑤𐑛 𐑐𐑮𐑴𐑕𐑧𐑕 (%s)" -#: ../glib/gspawn.c:329 +#: glib/gspawn.c:329 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "𐑳𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑻𐑼 𐑦𐑯 select() 𐑮𐑰𐑛𐑦𐑙 𐑛𐑱𐑑𐑩 𐑓𐑮𐑪𐑥 𐑩 𐑗𐑲𐑤𐑛 𐑐𐑮𐑴𐑕𐑧𐑕 (%s)" -#: ../glib/gspawn.c:414 +#: glib/gspawn.c:414 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "𐑳𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑻𐑼 𐑦𐑯 waitpid() (%s)" -#: ../glib/gspawn.c:1206 +#: glib/gspawn.c:1206 #, c-format msgid "Failed to fork (%s)" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑓𐑹𐑒 (%s)" -#: ../glib/gspawn.c:1356 +#: glib/gspawn.c:1356 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑧𐑒𐑕𐑩𐑒𐑿𐑑 𐑗𐑲𐑤𐑛 𐑐𐑮𐑴𐑕𐑧𐑕 \"%s\" (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑮𐑰𐑛𐑻𐑧𐑒𐑑 𐑬𐑑𐑐𐑫𐑑 𐑹 𐑦𐑯𐑐𐑫𐑑 𐑝 𐑗𐑲𐑤𐑛 𐑐𐑮𐑴𐑕𐑧𐑕 (%s)" -#: ../glib/gspawn.c:1375 +#: glib/gspawn.c:1375 #, c-format msgid "Failed to fork child process (%s)" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑓𐑹𐑒 𐑗𐑲𐑤𐑛 𐑐𐑮𐑴𐑕𐑧𐑕 (%s)" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "𐑳𐑯𐑴𐑯 𐑻𐑼 𐑧𐑒𐑕𐑩𐑒𐑿𐑑𐑦𐑙 𐑗𐑲𐑤𐑛 𐑐𐑮𐑴𐑕𐑧𐑕 \"%s\"" -#: ../glib/gspawn.c:1407 +#: glib/gspawn.c:1407 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑮𐑰𐑛 𐑦𐑯𐑳𐑓 𐑛𐑱𐑑𐑩 𐑓𐑮𐑪𐑥 𐑗𐑲𐑤𐑛 pid 𐑐𐑲𐑐 (%s)" -#: ../glib/gutf8.c:1038 +#: glib/gutf8.c:1038 msgid "Character out of range for UTF-8" msgstr "𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑬𐑑 𐑝 𐑮𐑱𐑯𐑡 𐑓𐑹 UTF-8" -#: ../glib/gutf8.c:1138 ../glib/gutf8.c:1147 ../glib/gutf8.c:1279 -#: ../glib/gutf8.c:1288 ../glib/gutf8.c:1429 ../glib/gutf8.c:1525 +#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288 +#: glib/gutf8.c:1429 glib/gutf8.c:1525 msgid "Invalid sequence in conversion input" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑕𐑰𐑒𐑢𐑩𐑯𐑕 𐑦𐑯 𐑒𐑩𐑯𐑝𐑻𐑖𐑩𐑯 𐑦𐑯𐑐𐑫𐑑" -#: ../glib/gutf8.c:1440 ../glib/gutf8.c:1536 +#: glib/gutf8.c:1440 glib/gutf8.c:1536 msgid "Character out of range for UTF-16" msgstr "𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑬𐑑 𐑝 𐑮𐑱𐑯𐑡 𐑓𐑹 UTF-16" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "Usage:" msgstr "𐑿𐑕𐑦𐑡:" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "[OPTION...]" msgstr "[𐑪𐑐𐑖𐑩𐑯...]" -#: ../glib/goption.c:861 +#: glib/goption.c:861 msgid "Help Options:" msgstr "𐑣𐑧𐑤𐑐 𐑪𐑐𐑖𐑩𐑯𐑟:" -#: ../glib/goption.c:862 +#: glib/goption.c:862 msgid "Show help options" msgstr "𐑖𐑴 𐑣𐑧𐑤𐑐 𐑪𐑐𐑖𐑩𐑯𐑟" -#: ../glib/goption.c:868 +#: glib/goption.c:868 msgid "Show all help options" msgstr "𐑖𐑴 𐑷𐑤 𐑣𐑧𐑤𐑐 𐑪𐑐𐑖𐑩𐑯𐑟" -#: ../glib/goption.c:930 +#: glib/goption.c:930 msgid "Application Options:" msgstr "𐑩𐑐𐑤𐑦𐑒𐑱𐑕𐑩𐑯 𐑪𐑐𐑖𐑩𐑯𐑟:" -#: ../glib/goption.c:992 ../glib/goption.c:1062 +#: glib/goption.c:992 glib/goption.c:1062 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "𐑒𐑨𐑯𐑪𐑑 𐑐𐑸𐑕 𐑦𐑯𐑑𐑩𐑡𐑼 𐑝𐑨𐑤𐑿 '%s' 𐑓𐑹 %s" -#: ../glib/goption.c:1002 ../glib/goption.c:1070 +#: glib/goption.c:1002 glib/goption.c:1070 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "𐑦𐑯𐑑𐑩𐑡𐑼 𐑝𐑨𐑤𐑿 '%s' 𐑓𐑹 %s 𐑬𐑑 𐑝 𐑮𐑱𐑯𐑡" -#: ../glib/goption.c:1027 +#: glib/goption.c:1027 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "𐑒𐑨𐑯𐑪𐑑 𐑐𐑸𐑕 𐑛𐑳𐑚𐑩𐑤 𐑝𐑨𐑤𐑿 '%s' 𐑓𐑹 %s" -#: ../glib/goption.c:1035 +#: glib/goption.c:1035 #, c-format msgid "Double value '%s' for %s out of range" msgstr "𐑛𐑳𐑚𐑩𐑤 𐑝𐑨𐑤𐑿 '%s' 𐑓𐑹 %s 𐑬𐑑 𐑝 𐑮𐑱𐑯𐑡" -#: ../glib/goption.c:1298 ../glib/goption.c:1377 +#: glib/goption.c:1298 glib/goption.c:1377 #, c-format msgid "Error parsing option %s" msgstr "𐑻𐑼 𐑐𐑸𐑕𐑦𐑙 𐑪𐑐𐑖𐑩𐑯 %s" -#: ../glib/goption.c:1408 ../glib/goption.c:1522 +#: glib/goption.c:1408 glib/goption.c:1522 #, c-format msgid "Missing argument for %s" msgstr "𐑥𐑦𐑕𐑦𐑙 𐑸𐑜𐑿𐑥𐑩𐑯𐑑 𐑓𐑹 %s" -#: ../glib/goption.c:1917 +#: glib/goption.c:1917 #, c-format msgid "Unknown option %s" msgstr "𐑳𐑯𐑴𐑯 𐑪𐑐𐑖𐑩𐑯 %s" -#: ../glib/gkeyfile.c:362 +#: glib/gkeyfile.c:362 msgid "Valid key file could not be found in search dirs" msgstr "𐑝𐑨𐑤𐑦𐑛 𐑒𐑰 𐑓𐑲𐑤 𐑒𐑫𐑛 𐑯𐑪𐑑 𐑚𐑰 𐑓𐑬𐑯𐑛 𐑦𐑯 𐑕𐑻𐑗 𐑛𐑻𐑟" -#: ../glib/gkeyfile.c:397 +#: glib/gkeyfile.c:397 msgid "Not a regular file" msgstr "𐑯𐑪𐑑 𐑩 𐑮𐑧𐑜𐑘𐑫𐑤𐑼 𐑓𐑲𐑤" -#: ../glib/gkeyfile.c:405 +#: glib/gkeyfile.c:405 msgid "File is empty" msgstr "𐑓𐑲𐑤 𐑦𐑟 𐑧𐑥𐑐𐑑𐑦" -#: ../glib/gkeyfile.c:764 +#: glib/gkeyfile.c:764 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "𐑒𐑰 𐑓𐑲𐑤 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 𐑤𐑲𐑯 '%s' 𐑢𐑦𐑗 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑒𐑰-𐑝𐑨𐑤𐑿 𐑐𐑺, 𐑜𐑮𐑵𐑐, 𐑹 𐑒𐑳𐑥𐑥𐑩𐑯𐑑" -#: ../glib/gkeyfile.c:824 +#: glib/gkeyfile.c:824 #, c-format msgid "Invalid group name: %s" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑜𐑮𐑵𐑐 𐑯𐑱𐑥: %s" -#: ../glib/gkeyfile.c:846 +#: glib/gkeyfile.c:846 msgid "Key file does not start with a group" msgstr "𐑒𐑰 𐑓𐑲𐑤 𐑛𐑳𐑟 𐑯𐑪𐑑 𐑕𐑑𐑸𐑑 𐑢𐑦𐑞 𐑩 𐑜𐑮𐑵𐑐" -#: ../glib/gkeyfile.c:872 +#: glib/gkeyfile.c:872 #, c-format msgid "Invalid key name: %s" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑒𐑰 𐑯𐑱𐑥: %s" -#: ../glib/gkeyfile.c:899 +#: glib/gkeyfile.c:899 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "𐑒𐑰 𐑓𐑲𐑤 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 𐑳𐑯𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑧𐑯𐑒𐑴𐑛𐑦𐑙 '%s'" -#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2506 -#: ../glib/gkeyfile.c:2572 ../glib/gkeyfile.c:2707 ../glib/gkeyfile.c:2840 -#: ../glib/gkeyfile.c:2993 ../glib/gkeyfile.c:3180 ../glib/gkeyfile.c:3241 +#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506 +#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840 +#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241 #, c-format msgid "Key file does not have group '%s'" msgstr "𐑒𐑰 𐑓𐑲𐑤 𐑛𐑳𐑟 𐑯𐑪𐑑 𐑣𐑨𐑝 𐑜𐑮𐑵𐑐 '%s'" -#: ../glib/gkeyfile.c:1289 +#: glib/gkeyfile.c:1289 #, c-format msgid "Key file does not have key '%s'" msgstr "𐑒𐑰 𐑓𐑲𐑤 𐑛𐑳𐑟 𐑯𐑪𐑑 𐑣𐑨𐑝 𐑒𐑰 '%s'" -#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511 +#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "𐑒𐑰 𐑓𐑲𐑤 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 𐑒𐑰 '%s' 𐑢𐑦𐑞 𐑝𐑨𐑤𐑿 '%s' 𐑢𐑦𐑗 𐑦𐑟 𐑯𐑪𐑑 UTF-8" -#: ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1910 +#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "𐑒𐑰 𐑓𐑲𐑤 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 𐑒𐑰 '%s' 𐑢𐑦𐑗 𐑣𐑨𐑟 𐑝𐑨𐑤𐑿 𐑞𐑨𐑑 𐑒𐑨𐑯𐑪𐑑 𐑚𐑰 𐑦𐑯𐑑𐑻𐑐𐑮𐑩𐑑𐑩𐑛." -#: ../glib/gkeyfile.c:1531 +#: glib/gkeyfile.c:1531 #, c-format msgid "" "Key file contains key '%s' which has a value that cannot be interpreted." msgstr "𐑒𐑰 𐑓𐑲𐑤 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 𐑒𐑰 '%s' 𐑢𐑦𐑗 𐑣𐑨𐑟 𐑩 𐑝𐑨𐑤𐑿 𐑞𐑨𐑑 𐑒𐑨𐑯𐑪𐑑 𐑚𐑰 𐑦𐑯𐑑𐑻𐑐𐑮𐑩𐑑𐑩𐑛." -#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2337 +#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1063,165 +1083,162 @@ msgid "" msgstr "" "𐑒𐑰 𐑓𐑲𐑤 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 𐑒𐑰 '%s' 𐑦𐑯 𐑜𐑮𐑵𐑐 '%s' 𐑢𐑦𐑗 𐑣𐑨𐑟 𐑝𐑨𐑤𐑿 𐑞𐑨𐑑 𐑒𐑨𐑯𐑪𐑑 𐑚𐑰 𐑦𐑯𐑑𐑻𐑐𐑮𐑩𐑑𐑩𐑛." -#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:3252 +#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "𐑒𐑰 𐑓𐑲𐑤 𐑛𐑳𐑟 𐑯𐑪𐑑 𐑣𐑨𐑝 𐑒𐑰 '%s' 𐑦𐑯 𐑜𐑮𐑵𐑐 '%s'" -#: ../glib/gkeyfile.c:3486 +#: glib/gkeyfile.c:3486 msgid "Key file contains escape character at end of line" msgstr "𐑒𐑰 𐑓𐑲𐑤 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 𐑦𐑕𐑒𐑱𐑐 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑨𐑑 𐑧𐑯𐑛 𐑝 𐑤𐑲𐑯" -#: ../glib/gkeyfile.c:3508 +#: glib/gkeyfile.c:3508 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "𐑒𐑰 𐑓𐑲𐑤 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑦𐑕𐑒𐑱𐑐 𐑕𐑰𐑒𐑢𐑩𐑯𐑕 '%s'" -#: ../glib/gkeyfile.c:3650 +#: glib/gkeyfile.c:3650 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "𐑝𐑨𐑤𐑿 '%s' 𐑒𐑨𐑯𐑪𐑑 𐑚𐑰 𐑦𐑯𐑑𐑻𐑐𐑮𐑩𐑑𐑩𐑛 𐑨𐑟 𐑩 𐑯𐑳𐑥𐑚𐑼." -#: ../glib/gkeyfile.c:3664 +#: glib/gkeyfile.c:3664 #, c-format msgid "Integer value '%s' out of range" msgstr "𐑦𐑯𐑑𐑩𐑡𐑼 𐑝𐑨𐑤𐑿 '%s' 𐑬𐑑 𐑝 𐑮𐑱𐑯𐑡" -#: ../glib/gkeyfile.c:3697 +#: glib/gkeyfile.c:3697 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "𐑝𐑨𐑤𐑿 '%s' 𐑒𐑨𐑯𐑪𐑑 𐑚𐑰 𐑦𐑯𐑑𐑻𐑐𐑮𐑩𐑑𐑩𐑛 𐑨𐑟 𐑩 𐑓𐑤𐑴𐑑 𐑯𐑳𐑥𐑚𐑼." -#: ../glib/gkeyfile.c:3721 +#: glib/gkeyfile.c:3721 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "𐑝𐑨𐑤𐑿 '%s' 𐑒𐑨𐑯𐑪𐑑 𐑚𐑰 𐑦𐑯𐑑𐑻𐑐𐑮𐑩𐑑𐑩𐑛 𐑨𐑟 𐑩 𐑚𐑵𐑤𐑰𐑩𐑯." -#: ../gio/gbufferedinputstream.c:415 ../gio/gbufferedinputstream.c:496 -#: ../gio/ginputstream.c:186 ../gio/ginputstream.c:318 -#: ../gio/ginputstream.c:557 ../gio/ginputstream.c:682 -#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:652 +#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 +#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "𐑑𐑵 𐑤𐑸𐑡 𐑒𐑬𐑯𐑑 𐑝𐑨𐑤𐑿 𐑐𐑭𐑕𐑑 𐑑 %s" -#: ../gio/gbufferedinputstream.c:883 ../gio/ginputstream.c:892 -#: ../gio/giostream.c:305 ../gio/goutputstream.c:1081 +#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "𐑕𐑑𐑮𐑰𐑥 𐑦𐑟 𐑷𐑤𐑮𐑧𐑛𐑦 𐑒𐑤𐑴𐑟𐑛" -#: ../gio/gcancellable.c:420 ../gio/glocalfile.c:2095 -#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 +#: gio/gsimpleasyncresult.c:674 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:311 +#: gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" msgstr "𐑳𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑻𐑤𐑰 𐑧𐑯𐑛-𐑝-𐑕𐑑𐑮𐑰𐑥" -#: ../gio/gdesktopappinfo.c:463 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "𐑩𐑯𐑯𐑱𐑥𐑛" -#: ../gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "𐑛𐑧𐑕𐑒𐑑𐑪𐑐 𐑓𐑲𐑤 𐑛𐑦𐑛𐑯𐑑 𐑕𐑐𐑧𐑕𐑦𐑓𐑲 Exec 𐑓𐑰𐑤𐑛" -#: ../gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑓𐑲𐑯𐑛 𐑑𐑻𐑥𐑦𐑯𐑩𐑤 𐑮𐑦𐑒𐑢𐑲𐑼𐑛 𐑓𐑹 𐑩𐑐𐑤𐑦𐑒𐑱𐑕𐑩𐑯" -#: ../gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "𐑒𐑨𐑯𐑑 𐑒𐑮𐑦𐑱𐑑 𐑿𐑟𐑼 𐑩𐑐𐑤𐑦𐑒𐑱𐑕𐑩𐑯 𐑒𐑩𐑯𐑓𐑦𐑜𐑘𐑼𐑱𐑖𐑩𐑯 𐑓𐑴𐑤𐑛𐑼 %s: %s" -#: ../gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "𐑒𐑨𐑯𐑑 𐑒𐑮𐑦𐑱𐑑 𐑿𐑟𐑼 MIME 𐑒𐑩𐑯𐑓𐑦𐑜𐑘𐑼𐑱𐑖𐑩𐑯 𐑓𐑴𐑤𐑛𐑼 %s: %s" -#: ../gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "𐑒𐑨𐑯𐑑 𐑒𐑮𐑦𐑱𐑑 𐑿𐑟𐑼 𐑛𐑧𐑕𐑒𐑑𐑪𐑐 𐑓𐑲𐑤 %s" -#: ../gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "𐑒𐑳𐑕𐑑𐑩𐑥 𐑛𐑧𐑓𐑩𐑯𐑦𐑖𐑩𐑯 𐑓𐑹 %s" -#: ../gio/gdrive.c:409 +#: gio/gdrive.c:409 msgid "drive doesn't implement eject" msgstr "𐑛𐑮𐑲𐑝 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑦𐑡𐑧𐑒𐑑" #. Translators: This is an error #. * message for drive objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gdrive.c:489 +#: gio/gdrive.c:489 msgid "drive doesn't implement eject or eject_with_operation" msgstr "𐑛𐑮𐑲𐑝 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 eject 𐑹 eject_with_operation" -#: ../gio/gdrive.c:566 +#: gio/gdrive.c:566 msgid "drive doesn't implement polling for media" msgstr "𐑛𐑮𐑲𐑝 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑐𐑴𐑤𐑦𐑙 𐑓𐑹 𐑥𐑰𐑛𐑦𐑩" -#: ../gio/gdrive.c:771 +#: gio/gdrive.c:771 msgid "drive doesn't implement start" msgstr "𐑛𐑮𐑲𐑝 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑕𐑑𐑸𐑑" -#: ../gio/gdrive.c:873 +#: gio/gdrive.c:873 msgid "drive doesn't implement stop" msgstr "𐑛𐑮𐑲𐑝 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑕𐑑𐑪𐑐" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "𐑒𐑨𐑯𐑑 𐑣𐑨𐑯𐑛𐑩𐑤 𐑝𐑻𐑠𐑩𐑯 %d 𐑝 GEmblem 𐑧𐑯𐑒𐑴𐑛𐑦𐑙" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "𐑥𐑨𐑤𐑓𐑹𐑥𐑛 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑑𐑴𐑒𐑩𐑯𐑟 (%d) 𐑦𐑯 GEmblem 𐑧𐑯𐑒𐑴𐑛𐑦𐑙" -#: ../gio/gemblemedicon.c:296 +#: gio/gemblemedicon.c:296 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "𐑒𐑨𐑯𐑑 𐑣𐑨𐑯𐑛𐑩𐑤 𐑝𐑻𐑠𐑩𐑯 %d 𐑝 GEmblemedIcon 𐑧𐑯𐑒𐑴𐑛𐑦𐑙" -#: ../gio/gemblemedicon.c:306 +#: gio/gemblemedicon.c:306 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "𐑥𐑨𐑤𐑓𐑹𐑥𐑛 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑑𐑴𐑒𐑩𐑯𐑟 (%d) 𐑦𐑯 GEmblemedIcon 𐑧𐑯𐑒𐑴𐑛𐑦𐑙" -#: ../gio/gemblemedicon.c:329 +#: gio/gemblemedicon.c:329 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑩 GEmblem 𐑓𐑹 GEmblemedIcon" -#: ../gio/gfile.c:861 ../gio/gfile.c:1091 ../gio/gfile.c:1226 -#: ../gio/gfile.c:1462 ../gio/gfile.c:1516 ../gio/gfile.c:1573 -#: ../gio/gfile.c:1656 ../gio/gfile.c:1711 ../gio/gfile.c:1771 -#: ../gio/gfile.c:1825 ../gio/gfile.c:3150 ../gio/gfile.c:3204 -#: ../gio/gfile.c:3335 ../gio/gfile.c:3375 ../gio/gfile.c:3702 -#: ../gio/gfile.c:4104 ../gio/gfile.c:4190 ../gio/gfile.c:4279 -#: ../gio/gfile.c:4377 ../gio/gfile.c:4464 ../gio/gfile.c:4557 -#: ../gio/gfile.c:4887 ../gio/gfile.c:5167 ../gio/gfile.c:5236 -#: ../gio/gfile.c:6827 ../gio/gfile.c:6917 ../gio/gfile.c:7003 -#: ../gio/win32/gwinhttpfile.c:441 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 +#: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "𐑪𐑐𐑼𐑱𐑖𐑩𐑯 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛" @@ -1233,128 +1250,128 @@ 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:1347 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077 -#: ../gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "𐑒𐑩𐑯𐑑𐑱𐑯𐑦𐑙 𐑥𐑬𐑯𐑑 𐑛𐑳𐑟 𐑯𐑪𐑑 𐑧𐑒𐑟𐑦𐑕𐑑" -#: ../gio/gfile.c:2399 ../gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "𐑒𐑨𐑯𐑑 𐑒𐑪𐑐𐑦 𐑴𐑝𐑼 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦" -#: ../gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "𐑒𐑨𐑯𐑑 𐑒𐑪𐑐𐑦 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 𐑴𐑝𐑼 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦" -#: ../gio/gfile.c:2467 ../gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "𐑑𐑸𐑜𐑧𐑑 𐑓𐑲𐑤 𐑧𐑒𐑟𐑦𐑕𐑑𐑕" -#: ../gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "𐑒𐑨𐑯𐑑 𐑮𐑦𐑒𐑻𐑕𐑦𐑝𐑤𐑦 𐑒𐑪𐑐𐑦 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦" -#: ../gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "𐑒𐑨𐑯𐑑 𐑒𐑪𐑐𐑦 𐑕𐑐𐑧𐑖𐑩𐑤 𐑓𐑲𐑤" -#: ../gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑕𐑦𐑥𐑤𐑦𐑙𐑒 𐑝𐑨𐑤𐑿 𐑜𐑦𐑝𐑩𐑯" -#: ../gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "𐑑𐑮𐑨𐑖 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛" -#: ../gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "𐑓𐑲𐑤 𐑯𐑱𐑥𐑟 𐑒𐑨𐑯𐑪𐑑 𐑒𐑩𐑯𐑑𐑱𐑯 '%c'" -#: ../gio/gfile.c:5884 ../gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "𐑝𐑪𐑤𐑿𐑥 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑥𐑬𐑯𐑑" -#: ../gio/gfile.c:5995 +#: gio/gfile.c:6037 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: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:155 ../gio/gfileinputstream.c:422 -#: ../gio/gfileiostream.c:171 ../gio/gfileoutputstream.c:170 -#: ../gio/gfileoutputstream.c:525 +#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422 +#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170 +#: gio/gfileoutputstream.c:525 msgid "Stream doesn't support query_info" msgstr "𐑕𐑑𐑮𐑰𐑥 𐑛𐑳𐑟𐑯𐑑 𐑕𐑩𐑐𐑹𐑑 query_info" -#: ../gio/gfileinputstream.c:337 ../gio/gfileiostream.c:389 -#: ../gio/gfileoutputstream.c:383 +#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389 +#: gio/gfileoutputstream.c:383 msgid "Seek not supported on stream" msgstr "𐑕𐑰𐑒 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑪𐑯 𐑕𐑑𐑮𐑰𐑥" -#: ../gio/gfileinputstream.c:381 +#: gio/gfileinputstream.c:381 msgid "Truncate not allowed on input stream" msgstr "𐑑𐑮𐑩𐑙𐑒𐑱𐑑 𐑯𐑪𐑑 𐑩𐑤𐑬𐑛 𐑪𐑯 𐑦𐑯𐑐𐑫𐑑 𐑕𐑑𐑮𐑰𐑥" -#: ../gio/gfileiostream.c:465 ../gio/gfileoutputstream.c:459 +#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459 msgid "Truncate not supported on stream" msgstr "𐑑𐑮𐑩𐑙𐑒𐑱𐑑 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑪𐑯 𐑕𐑑𐑮𐑰𐑥" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "𐑮𐑪𐑙 𐑯𐑳𐑥𐑚𐑼 𐑝 𐑑𐑴𐑒𐑩𐑯𐑟 (%d)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "𐑯𐑴 𐑑𐑲𐑐 𐑓𐑹 𐑒𐑤𐑭𐑕 𐑯𐑱𐑥 %s" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "𐑑𐑲𐑐 %s 𐑛𐑳𐑟 𐑯𐑪𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑞 GIcon 𐑦𐑯𐑑𐑼𐑓𐑱𐑕" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "𐑑𐑲𐑐 %s 𐑦𐑟 𐑯𐑪𐑑 𐑒𐑤𐑨𐑕𐑑" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "𐑥𐑨𐑤𐑓𐑹𐑥𐑛 𐑝𐑻𐑠𐑩𐑯 𐑯𐑳𐑥𐑚𐑼: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "𐑑𐑲𐑐 %s 𐑛𐑳𐑟 𐑯𐑪𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 from_tokens() 𐑪𐑯 𐑞 GIcon 𐑦𐑯𐑑𐑼𐑓𐑱𐑕" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "𐑒𐑨𐑯𐑑 𐑣𐑨𐑯𐑛𐑩𐑤 𐑞 𐑕𐑩𐑐𐑤𐑲𐑛 𐑝𐑻𐑠𐑩𐑯 𐑞 𐑲𐑒𐑪𐑯 𐑧𐑯𐑒𐑴𐑛𐑦𐑙" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 msgid "Input stream doesn't implement read" msgstr "𐑦𐑯𐑐𐑫𐑑 𐑕𐑑𐑮𐑰𐑥 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑮𐑧𐑛" @@ -1364,604 +1381,613 @@ 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:902 ../gio/giostream.c:315 -#: ../gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "𐑕𐑑𐑮𐑰𐑥 𐑣𐑨𐑟 𐑶𐑑𐑕𐑑𐑨𐑯𐑛𐑦𐑙 𐑪𐑐𐑼𐑱𐑖𐑩𐑯" -#: ../gio/ginetsocketaddress.c:182 ../gio/ginetsocketaddress.c:199 -#: ../gio/gunixsocketaddress.c:174 +#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199 +#: gio/gunixsocketaddress.c:174 msgid "Not enough space for socket address" msgstr "𐑯𐑪𐑑 𐑦𐑯𐑳𐑓 𐑕𐑐𐑱𐑕 𐑓𐑹 𐑕𐑪𐑒𐑩𐑑 𐑩𐑛𐑮𐑧𐑕" -#: ../gio/ginetsocketaddress.c:212 +#: gio/ginetsocketaddress.c:212 msgid "Unsupported socket address" msgstr "𐑳𐑯𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑕𐑪𐑒𐑩𐑑 𐑩𐑛𐑮𐑧𐑕" -#: ../gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑓𐑲𐑯𐑛 𐑛𐑦𐑓𐑷𐑤𐑑 𐑤𐑴𐑒𐑩𐑤 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 𐑥𐑪𐑯𐑦𐑑𐑼 𐑑𐑲𐑐" -#: ../gio/glocalfile.c:600 ../gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑓𐑲𐑤𐑯𐑱𐑥 %s" -#: ../gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "𐑻𐑼 𐑜𐑧𐑑𐑦𐑙 𐑓𐑲𐑤𐑕𐑦𐑕𐑑𐑩𐑥 𐑦𐑯𐑓𐑴: %s" -#: ../gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "𐑒𐑨𐑯𐑑 𐑮𐑰𐑯𐑱𐑥 𐑮𐑵𐑑 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦" -#: ../gio/glocalfile.c:1130 ../gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "𐑻𐑼 𐑮𐑰𐑯𐑱𐑥𐑦𐑙 𐑓𐑲𐑤: %s" -#: ../gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "𐑒𐑨𐑯𐑑 𐑮𐑰𐑯𐑱𐑥 𐑓𐑲𐑤, 𐑓𐑲𐑤𐑯𐑱𐑥 𐑷𐑤𐑮𐑧𐑛𐑦 𐑧𐑒𐑟𐑦𐑕𐑑" -#: ../gio/glocalfile.c:1152 ../gio/glocalfile.c:2124 ../gio/glocalfile.c:2153 -#: ../gio/glocalfile.c:2309 ../gio/glocalfileoutputstream.c:550 -#: ../gio/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648 -#: ../gio/glocalfileoutputstream.c:1130 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 +#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 +#: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑓𐑲𐑤𐑯𐑱𐑥" -#: ../gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "𐑻𐑼 𐑴𐑐𐑩𐑯𐑦𐑙 𐑓𐑲𐑤: %s" -#: ../gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "𐑒𐑨𐑯𐑑 𐑴𐑐𐑩𐑯 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦" -#: ../gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "𐑻𐑼 𐑮𐑦𐑥𐑵𐑝𐑦𐑙 𐑓𐑲𐑤: %s" -#: ../gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "𐑻𐑼 𐑑𐑮𐑨𐑖𐑦𐑙 𐑓𐑲𐑤: %s" -#: ../gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑒𐑮𐑦𐑱𐑑 𐑑𐑮𐑨𐑖 𐑛𐑻 %s: %s" -#: ../gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑓𐑲𐑯𐑛 𐑑𐑪𐑐𐑤𐑧𐑝𐑩𐑤 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 𐑓𐑹 𐑑𐑮𐑨𐑖" -#: ../gio/glocalfile.c:1931 ../gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑓𐑲𐑯𐑛 𐑹 𐑒𐑮𐑦𐑱𐑑 𐑑𐑮𐑨𐑖 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦" -#: ../gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑒𐑮𐑦𐑱𐑑 𐑑𐑮𐑨𐑖𐑦𐑙 𐑦𐑯𐑓𐑴 𐑓𐑲𐑤: %s" -#: ../gio/glocalfile.c:2014 ../gio/glocalfile.c:2019 ../gio/glocalfile.c:2094 -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑑𐑮𐑨𐑖 𐑓𐑲𐑤: %s" -#: ../gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "𐑻𐑼 𐑒𐑮𐑦𐑱𐑑𐑦𐑙 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦: %s" -#: ../gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "𐑓𐑱𐑤𐑛 𐑑 𐑮𐑰𐑛 𐑞 𐑕𐑦𐑥𐑚𐑪𐑤𐑦𐑒 𐑤𐑦𐑙𐑒 '%s': %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "𐑻𐑼 𐑥𐑱𐑒𐑦𐑙 𐑕𐑦𐑥𐑚𐑪𐑤𐑦𐑒 𐑤𐑦𐑙𐑒: %s" -#: ../gio/glocalfile.c:2219 ../gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "𐑻𐑼 𐑥𐑵𐑝𐑦𐑙 𐑓𐑲𐑤: %s" -#: ../gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "𐑒𐑨𐑯𐑑 𐑥𐑵𐑝 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦 𐑴𐑝𐑼 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦" -#: ../gio/glocalfile.c:2269 ../gio/glocalfileoutputstream.c:928 -#: ../gio/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957 -#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 +#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 +#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "𐑚𐑨𐑒𐑳𐑐 𐑓𐑲𐑤 𐑒𐑮𐑰𐑱𐑖𐑩𐑯 𐑓𐑱𐑤𐑛" -#: ../gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "𐑻𐑼 𐑮𐑦𐑥𐑵𐑝𐑦𐑙 𐑑𐑸𐑜𐑧𐑑 𐑓𐑲𐑤: %s" -#: ../gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "𐑥𐑵𐑝 𐑚𐑦𐑑𐑢𐑰𐑯 𐑥𐑶𐑯𐑑𐑕 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 msgid "Attribute value must be non-NULL" msgstr "𐑩𐑑𐑮𐑦𐑚𐑿𐑑 𐑝𐑨𐑤𐑿 𐑥𐑳𐑕𐑑 𐑚𐑰 𐑯𐑪𐑯-NULL" -#: ../gio/glocalfileinfo.c:728 +#: gio/glocalfileinfo.c:728 msgid "Invalid attribute type (string expected)" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑩𐑑𐑮𐑦𐑚𐑿𐑑 𐑑𐑲𐑐 (𐑕𐑑𐑮𐑦𐑙 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛)" -#: ../gio/glocalfileinfo.c:735 +#: gio/glocalfileinfo.c:735 msgid "Invalid extended attribute name" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑦𐑒𐑕𐑑𐑧𐑯𐑛𐑩𐑛 𐑩𐑑𐑮𐑦𐑚𐑿𐑑 𐑯𐑱𐑥" -#: ../gio/glocalfileinfo.c:775 +#: gio/glocalfileinfo.c:775 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "𐑻𐑼 𐑕𐑧𐑑𐑦𐑙 𐑦𐑒𐑕𐑑𐑧𐑯𐑛𐑩𐑛 𐑩𐑑𐑮𐑦𐑚𐑿𐑑 '%s': %s" -#: ../gio/glocalfileinfo.c:1481 ../gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "𐑻𐑼 𐑕𐑑𐑨𐑑𐑦𐑙 𐑓𐑲𐑤 '%s': %s" -#: ../gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑧𐑯𐑒𐑴𐑛𐑦𐑙)" -#: ../gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "𐑻𐑼 𐑕𐑑𐑱𐑑𐑦𐑙 𐑓𐑲𐑤 𐑛𐑧𐑕𐑒𐑮𐑦𐑐𐑑𐑼: %s" -#: ../gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑩𐑑𐑮𐑦𐑚𐑿𐑑 𐑑𐑲𐑐 (uint32 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛)" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑩𐑑𐑮𐑦𐑚𐑿𐑑 𐑑𐑲𐑐 (uint64 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛)" -#: ../gio/glocalfileinfo.c:1832 ../gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑩𐑑𐑮𐑦𐑚𐑿𐑑 𐑑𐑲𐑐 (𐑚𐑲𐑑 𐑕𐑑𐑮𐑦𐑙 𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛)" -#: ../gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "𐑒𐑨𐑯𐑪𐑑 𐑕𐑧𐑑 𐑐𐑻𐑥𐑦𐑖𐑪𐑯𐑟 𐑪𐑯 𐑕𐑦𐑥𐑤𐑦𐑙𐑒𐑕" -#: ../gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "𐑻𐑼 𐑕𐑧𐑑𐑦𐑙 𐑐𐑻𐑥𐑦𐑖𐑪𐑯𐑟: %s" -#: ../gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "𐑻𐑼 𐑕𐑧𐑑𐑦𐑙 𐑴𐑯𐑼: %s" -#: ../gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "𐑕𐑦𐑥𐑤𐑦𐑙𐑒 𐑥𐑳𐑕𐑑 𐑚𐑰 𐑯𐑪𐑯-NULL" -#: ../gio/glocalfileinfo.c:1986 ../gio/glocalfileinfo.c:2005 -#: ../gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "𐑻𐑼 𐑕𐑧𐑑𐑦𐑙 𐑕𐑦𐑥𐑤𐑦𐑙𐑒: %s" -#: ../gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "𐑻𐑼 𐑕𐑧𐑑𐑦𐑙 𐑕𐑦𐑥𐑤𐑦𐑙𐑒: 𐑓𐑲𐑤 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑕𐑦𐑥𐑤𐑦𐑙𐑒" -#: ../gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "𐑻𐑼 𐑕𐑧𐑑𐑦𐑙 𐑥𐑪𐑛𐑦𐑓𐑦𐑒𐑱𐑖𐑩𐑯 𐑹 𐑨𐑒𐑕𐑧𐑕 𐑑𐑲𐑥: %s" -#: ../gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux 𐑒𐑪𐑯𐑑𐑧𐑒𐑕𐑑 𐑥𐑳𐑕𐑑 𐑚𐑰 𐑯𐑪𐑯-NULL" -#: ../gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "𐑻𐑼 𐑕𐑧𐑑𐑦𐑙 SELinux 𐑒𐑪𐑯𐑑𐑧𐑒𐑕𐑑: %s" -#: ../gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux 𐑦𐑟 𐑯𐑪𐑑 𐑦𐑯𐑱𐑚𐑩𐑤𐑛 𐑪𐑯 𐑞𐑦𐑕 𐑕𐑦𐑕𐑑𐑩𐑥" -#: ../gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "𐑕𐑧𐑑𐑦𐑙 𐑨𐑑𐑮𐑦𐑚𐑿𐑑 %s 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛" -#: ../gio/glocalfileinputstream.c:165 ../gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "𐑻𐑼 𐑮𐑰𐑛𐑦𐑙 𐑓𐑮𐑪𐑥 𐑓𐑲𐑤: %s" -#: ../gio/glocalfileinputstream.c:196 ../gio/glocalfileinputstream.c:208 -#: ../gio/glocalfileinputstream.c:320 ../gio/glocalfileoutputstream.c:449 -#: ../gio/glocalfileoutputstream.c:1005 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "𐑻𐑼 𐑕𐑰𐑒𐑦𐑙 𐑦𐑯 𐑓𐑲𐑤: %s" -#: ../gio/glocalfileinputstream.c:241 ../gio/glocalfileoutputstream.c:235 -#: ../gio/glocalfileoutputstream.c:330 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "𐑻𐑼 𐑒𐑤𐑴𐑟𐑦𐑙 𐑓𐑲𐑤: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑓𐑲𐑯𐑛 𐑛𐑦𐑓𐑷𐑤𐑑 𐑤𐑴𐑒𐑩𐑤 𐑓𐑲𐑤 𐑥𐑪𐑯𐑦𐑑𐑼 𐑑𐑲𐑐" -#: ../gio/glocalfileoutputstream.c:181 ../gio/glocalfileoutputstream.c:214 -#: ../gio/glocalfileoutputstream.c:722 +#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:722 #, c-format msgid "Error writing to file: %s" msgstr "𐑻𐑼 𐑮𐑲𐑑𐑦𐑙 𐑑 𐑓𐑲𐑤: %s" -#: ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:262 #, c-format msgid "Error removing old backup link: %s" msgstr "𐑻𐑼 𐑮𐑦𐑥𐑵𐑝𐑦𐑙 𐑴𐑤𐑛 𐑚𐑨𐑒𐑳𐑐 𐑤𐑦𐑙𐑒: %s" -#: ../gio/glocalfileoutputstream.c:276 ../gio/glocalfileoutputstream.c:289 +#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289 #, c-format msgid "Error creating backup copy: %s" msgstr "𐑻𐑼 𐑒𐑮𐑦𐑱𐑑𐑦𐑙 𐑚𐑨𐑒𐑳𐑐 𐑒𐑪𐑐𐑦: %s" -#: ../gio/glocalfileoutputstream.c:307 +#: gio/glocalfileoutputstream.c:307 #, c-format msgid "Error renaming temporary file: %s" msgstr "𐑻𐑼 𐑮𐑰𐑯𐑱𐑥𐑦𐑙 𐑑𐑧𐑥𐑐𐑼𐑼𐑦 𐑓𐑲𐑤: %s" -#: ../gio/glocalfileoutputstream.c:495 ../gio/glocalfileoutputstream.c:1056 +#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056 #, c-format msgid "Error truncating file: %s" msgstr "𐑻𐑼 𐑑𐑮𐑩𐑙𐑒𐑱𐑑𐑦𐑙 𐑓𐑲𐑤: %s" -#: ../gio/glocalfileoutputstream.c:556 ../gio/glocalfileoutputstream.c:609 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:794 -#: ../gio/glocalfileoutputstream.c:1037 ../gio/glocalfileoutputstream.c:1136 +#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794 +#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136 #, c-format msgid "Error opening file '%s': %s" msgstr "𐑻𐑼 𐑴𐑐𐑩𐑯𐑦𐑙 𐑓𐑲𐑤 '%s': %s" -#: ../gio/glocalfileoutputstream.c:825 +#: gio/glocalfileoutputstream.c:825 msgid "Target file is a directory" msgstr "𐑑𐑸𐑜𐑧𐑑 𐑓𐑲𐑤 𐑦𐑟 𐑩 𐑛𐑲𐑮𐑧𐑒𐑑𐑼𐑦" -#: ../gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:830 msgid "Target file is not a regular file" msgstr "𐑑𐑸𐑜𐑧𐑑 𐑓𐑲𐑤 𐑦𐑟 𐑯𐑪𐑑 𐑩 𐑮𐑧𐑜𐑘𐑫𐑤𐑼 𐑓𐑲𐑤" -#: ../gio/glocalfileoutputstream.c:842 +#: gio/glocalfileoutputstream.c:842 msgid "The file was externally modified" msgstr "𐑞 𐑓𐑲𐑤 𐑢𐑪𐑟 𐑦𐑒𐑕𐑑𐑻𐑯𐑩𐑤𐑦 𐑥𐑪𐑛𐑦𐑓𐑲𐑛" -#: ../gio/glocalfileoutputstream.c:1021 +#: gio/glocalfileoutputstream.c:1021 #, c-format msgid "Error removing old file: %s" msgstr "𐑻𐑼 𐑮𐑦𐑥𐑵𐑝𐑦𐑙 𐑴𐑤𐑛 𐑓𐑲𐑤: %s" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:553 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553 msgid "Invalid GSeekType supplied" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 GSeekType 𐑕𐑩𐑐𐑤𐑲𐑛" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:563 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563 msgid "Invalid seek request" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑕𐑰𐑒 𐑮𐑦𐑒𐑢𐑧𐑕𐑑" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "𐑒𐑨𐑯𐑪𐑑 𐑑𐑮𐑩𐑙𐑒𐑱𐑑 GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:290 +#: gio/gmemoryoutputstream.c:290 msgid "Reached maximum data array limit" msgstr "𐑮𐑰𐑗𐑑 𐑥𐑨𐑒𐑕𐑦𐑥𐑩𐑥 𐑛𐑱𐑑𐑩 𐑼𐑱 𐑤𐑦𐑥𐑦𐑑" -#: ../gio/gmemoryoutputstream.c:325 +#: gio/gmemoryoutputstream.c:325 msgid "Memory output stream not resizable" msgstr "𐑥𐑧𐑥𐑼𐑦 𐑬𐑑𐑐𐑫𐑑 𐑕𐑑𐑮𐑰𐑥 𐑯𐑪𐑑 𐑮𐑧𐑕𐑲𐑟𐑩𐑚𐑩𐑤" -#: ../gio/gmemoryoutputstream.c:341 +#: gio/gmemoryoutputstream.c:341 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:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "𐑥𐑬𐑯𐑑 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑳𐑯𐑥𐑬𐑯𐑑" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "𐑥𐑬𐑯𐑑 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑦𐑡𐑧𐑒𐑑" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: ../gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "𐑥𐑬𐑯𐑑 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 unmount 𐑹 unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "𐑥𐑬𐑯𐑑 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 eject 𐑹 eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "𐑥𐑬𐑯𐑑 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑒𐑪𐑯𐑑𐑧𐑯𐑑 𐑑𐑲𐑐 𐑜𐑧𐑕𐑦𐑙" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "𐑥𐑬𐑯𐑑 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑕𐑦𐑯𐑒𐑮𐑩𐑯𐑩𐑕 𐑒𐑪𐑯𐑑𐑧𐑯𐑑 𐑑𐑲𐑐 𐑜𐑧𐑕𐑦𐑙" -#: ../gio/gnetworkaddress.c:295 +#: gio/gnetworkaddress.c:295 #, c-format msgid "Hostname '%s' contains '[' but not ']'" msgstr "𐑣𐑴𐑕𐑑𐑯𐑱𐑥 '%s' 𐑒𐑩𐑯𐑑𐑱𐑯𐑟 '[' 𐑚𐑳𐑑 𐑯𐑪𐑑 ']'" -#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "𐑬𐑑𐑐𐑫𐑑 𐑕𐑑𐑮𐑰𐑥 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑮𐑲𐑑" -#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "𐑕𐑹𐑕 𐑕𐑑𐑮𐑰𐑥 𐑦𐑟 𐑷𐑤𐑮𐑧𐑛𐑦 𐑒𐑤𐑴𐑟𐑛" -#: ../gio/gresolver.c:736 +#: gio/gresolver.c:736 #, c-format msgid "Error resolving '%s': %s" msgstr "𐑻𐑼 𐑮𐑦𐑟𐑪𐑤𐑝𐑦𐑙 '%s': %s" -#: ../gio/gresolver.c:786 +#: gio/gresolver.c:786 #, c-format msgid "Error reverse-resolving '%s': %s" msgstr "𐑻𐑼 𐑮𐑰𐑝𐑻𐑕-𐑮𐑦𐑟𐑪𐑤𐑝𐑦𐑙 '%s': %s" -#: ../gio/gresolver.c:821 ../gio/gresolver.c:899 +#: gio/gresolver.c:821 gio/gresolver.c:899 #, c-format msgid "No service record for '%s'" msgstr "𐑯𐑴 𐑕𐑻𐑝𐑦𐑕 𐑮𐑩𐑒𐑹𐑛 𐑓𐑹 '%s'" -#: ../gio/gresolver.c:826 ../gio/gresolver.c:904 +#: gio/gresolver.c:826 gio/gresolver.c:904 #, c-format msgid "Temporarily unable to resolve '%s'" msgstr "𐑑𐑧𐑥𐑐𐑼𐑼𐑦𐑤𐑦 𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑮𐑦𐑟𐑪𐑤𐑝 '%s'" -#: ../gio/gresolver.c:831 ../gio/gresolver.c:909 +#: gio/gresolver.c:831 gio/gresolver.c:909 #, c-format msgid "Error resolving '%s'" msgstr "𐑻𐑼 𐑮𐑦𐑟𐑪𐑤𐑝𐑦𐑙 '%s'" -#: ../gio/gsocket.c:277 +#: gio/gsocket.c:277 msgid "Invalid socket, not initialized" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑕𐑪𐑒𐑩𐑑, 𐑯𐑪𐑑 𐑦𐑯𐑦𐑖𐑩𐑤𐑲𐑟𐑛" -#: ../gio/gsocket.c:284 +#: gio/gsocket.c:284 #, c-format msgid "Invalid socket, initialization failed due to: %s" msgstr "𐑦𐑯𐑝𐑨𐑤𐑦𐑛 𐑕𐑪𐑒𐑩𐑑, 𐑦𐑯𐑦𐑑𐑦𐑩𐑤𐑲𐑟𐑨𐑖𐑩𐑯 𐑓𐑱𐑤𐑛 𐑛𐑿 𐑑: %s" -#: ../gio/gsocket.c:292 +#: gio/gsocket.c:292 msgid "Socket is already closed" msgstr "𐑕𐑪𐑒𐑩𐑑 𐑦𐑟 𐑷𐑤𐑮𐑧𐑛𐑦 𐑒𐑤𐑴𐑟𐑛" -#: ../gio/gsocket.c:405 +#: gio/gsocket.c:405 #, c-format msgid "creating GSocket from fd: %s" msgstr "𐑒𐑮𐑦𐑱𐑑𐑦𐑙 GSocket 𐑓𐑮𐑪𐑥 fd: %s" -#: ../gio/gsocket.c:439 ../gio/gsocket.c:453 ../gio/gsocket.c:1911 +#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911 #, c-format msgid "Unable to create socket: %s" msgstr "𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑒𐑮𐑦𐑱𐑑 𐑕𐑪𐑒𐑩𐑑: %s" -#: ../gio/gsocket.c:439 +#: gio/gsocket.c:439 msgid "Unknown protocol was specified" msgstr "𐑳𐑯𐑴𐑯 𐑐𐑮𐑴𐑑𐑩𐑒𐑪𐑤 𐑢𐑪𐑟 𐑕𐑐𐑧𐑕𐑦𐑓𐑲𐑛" -#: ../gio/gsocket.c:758 +#: gio/gsocket.c:758 msgid "Cancellable initialization not supported" msgstr "𐑒𐑨𐑯𐑕𐑧𐑤𐑩𐑚𐑩𐑤 𐑦𐑯𐑦𐑑𐑦𐑩𐑤𐑲𐑟𐑨𐑖𐑩𐑯 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛" -#: ../gio/gsocket.c:1112 +#: gio/gsocket.c:1112 #, c-format msgid "could not get local address: %s" msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑜𐑧𐑑 𐑤𐑴𐑒𐑩𐑤 𐑩𐑛𐑮𐑧𐑕: %s" -#: ../gio/gsocket.c:1145 +#: gio/gsocket.c:1145 #, c-format msgid "could not get remote address: %s" msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑜𐑧𐑑 𐑮𐑦𐑥𐑴𐑑 𐑩𐑛𐑮𐑧𐑕: %s" -#: ../gio/gsocket.c:1203 +#: gio/gsocket.c:1203 #, c-format msgid "could not listen: %s" msgstr "𐑒𐑫𐑛 𐑯𐑪𐑑 𐑤𐑦𐑕𐑩𐑯: %s" -#: ../gio/gsocket.c:1277 +#: gio/gsocket.c:1277 #, c-format msgid "Error binding to address: %s" msgstr "𐑻𐑼 𐑚𐑲𐑯𐑛𐑦𐑙 𐑑 𐑩𐑛𐑮𐑧𐑕: %s" -#: ../gio/gsocket.c:1397 +#: gio/gsocket.c:1397 #, c-format msgid "Error accepting connection: %s" msgstr "𐑻𐑼 𐑨𐑒𐑕𐑧𐑐𐑑𐑦𐑙 𐑒𐑩𐑯𐑧𐑒𐑖𐑩𐑯: %s" -#: ../gio/gsocket.c:1510 +#: gio/gsocket.c:1510 msgid "Error connecting: " msgstr "𐑻𐑼 𐑒𐑩𐑯𐑧𐑒𐑑𐑦𐑙: " -#: ../gio/gsocket.c:1514 +#: gio/gsocket.c:1514 msgid "Connection in progress" msgstr "𐑒𐑩𐑯𐑧𐑒𐑖𐑩𐑯 𐑦𐑯 𐑐𐑮𐑴𐑜𐑮𐑧𐑕" -#: ../gio/gsocket.c:1519 +#: gio/gsocket.c:1519 #, c-format msgid "Error connecting: %s" msgstr "𐑻𐑼 𐑒𐑩𐑯𐑧𐑒𐑑𐑦𐑙: %s" -#: ../gio/gsocket.c:1559 +#: gio/gsocket.c:1559 #, c-format msgid "Unable to get pending error: %s" msgstr "𐑳𐑯𐑱𐑚𐑩𐑤 𐑑 𐑜𐑧𐑑 𐑐𐑧𐑯𐑛𐑦𐑙 𐑻𐑼: %s" -#: ../gio/gsocket.c:1655 +#: gio/gsocket.c:1655 #, c-format msgid "Error receiving data: %s" msgstr "𐑻𐑼 𐑮𐑦𐑕𐑰𐑝𐑦𐑙 𐑛𐑱𐑑𐑩: %s" -#: ../gio/gsocket.c:1798 +#: gio/gsocket.c:1798 #, c-format msgid "Error sending data: %s" msgstr "𐑻𐑼 𐑕𐑧𐑯𐑛𐑦𐑙 𐑛𐑱𐑑𐑩: %s" -#: ../gio/gsocket.c:1990 +#: gio/gsocket.c:1990 #, c-format msgid "Error closing socket: %s" msgstr "𐑻𐑼 𐑒𐑤𐑴𐑟𐑦𐑙 𐑕𐑪𐑒𐑩𐑑: %s" -#: ../gio/gsocket.c:2475 +#: gio/gsocket.c:2475 #, c-format msgid "Waiting for socket condition: %s" msgstr "𐑢𐑱𐑑𐑦𐑙 𐑓𐑹 𐑕𐑪𐑒𐑩𐑑 𐑒𐑩𐑯𐑛𐑦𐑖𐑩𐑯: %s" -#: ../gio/gsocket.c:2714 ../gio/gsocket.c:2795 +#: gio/gsocket.c:2714 gio/gsocket.c:2795 #, c-format msgid "Error sending message: %s" msgstr "𐑻𐑼 𐑕𐑧𐑯𐑛𐑦𐑙 𐑥𐑧𐑕𐑦𐑡: %s" -#: ../gio/gsocket.c:2739 +#: gio/gsocket.c:2739 msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑪𐑯 ·𐑢𐑦𐑯𐑛𐑴𐑟" -#: ../gio/gsocket.c:2997 ../gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "𐑻𐑼 𐑮𐑦𐑕𐑰𐑝𐑦𐑙 𐑥𐑧𐑕𐑦𐑡: %s" -#: ../gio/gsocketclient.c:521 ../gio/gsocketclient.c:770 +#: gio/gsocketclient.c:521 gio/gsocketclient.c:770 msgid "Unknown error on connect" msgstr "𐑳𐑯𐑴𐑯 𐑻𐑼 𐑪𐑯 𐑒𐑩𐑯𐑧𐑒𐑑" -#: ../gio/gsocketlistener.c:192 +#: gio/gsocketlistener.c:192 msgid "Listener is already closed" msgstr "𐑤𐑦𐑕𐑩𐑯𐑻 𐑦𐑟 𐑷𐑤𐑮𐑧𐑛𐑦 𐑒𐑤𐑴𐑟𐑛" -#: ../gio/gsocketlistener.c:233 +#: gio/gsocketlistener.c:233 msgid "Added socket is closed" msgstr "𐑨𐑛𐑩𐑛 𐑕𐑪𐑒𐑩𐑑 𐑦𐑟 𐑒𐑤𐑴𐑟𐑛" -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "𐑒𐑨𐑯𐑑 𐑣𐑨𐑯𐑛𐑩𐑤 𐑝𐑻𐑠𐑩𐑯 %d 𐑝 GThemedIcon 𐑧𐑯𐑒𐑴𐑛𐑦𐑙" -#: ../gio/gunixconnection.c:151 +#: gio/gunixconnection.c:151 #, c-format msgid "Expecting 1 control message, got %d" msgstr "𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑦𐑙 1 𐑒𐑩𐑯𐑑𐑮𐑴𐑤 𐑥𐑧𐑕𐑦𐑡, 𐑜𐑪𐑑 %d" -#: ../gio/gunixconnection.c:164 +#: gio/gunixconnection.c:164 msgid "Unexpected type of ancillary data" msgstr "𐑳𐑯𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑩𐑛 𐑑𐑲𐑐 𐑝 𐑨𐑯𐑕𐑩𐑤𐑧𐑮𐑰 𐑛𐑱𐑑𐑩" -#: ../gio/gunixconnection.c:182 +#: gio/gunixconnection.c:182 #, c-format msgid "Expecting one fd, but got %d\n" msgstr "𐑦𐑒𐑕𐑐𐑧𐑒𐑑𐑦𐑙 𐑢𐑳𐑯 fd, 𐑚𐑳𐑑 𐑜𐑪𐑑 %d\n" -#: ../gio/gunixconnection.c:198 +#: gio/gunixconnection.c:198 msgid "Received invalid fd" msgstr "𐑮𐑦𐑕𐑰𐑝𐑛 𐑦𐑯𐑝𐑨𐑤𐑦𐑛 fd" -#: ../gio/gunixinputstream.c:354 ../gio/gunixinputstream.c:374 -#: ../gio/gunixinputstream.c:452 ../gio/gunixoutputstream.c:439 +#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374 +#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439 #, c-format msgid "Error reading from unix: %s" msgstr "𐑻𐑼 𐑮𐑰𐑛𐑦𐑙 𐑓𐑮𐑪𐑥 ·𐑿𐑯𐑦𐑒𐑕: %s" -#: ../gio/gunixinputstream.c:407 ../gio/gunixinputstream.c:589 -#: ../gio/gunixoutputstream.c:394 ../gio/gunixoutputstream.c:545 +#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589 +#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545 #, c-format msgid "Error closing unix: %s" msgstr "𐑻𐑼 𐑒𐑤𐑴𐑟𐑦𐑙 ·𐑿𐑯𐑦𐑒𐑕: %s" -#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883 +#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883 msgid "Filesystem root" msgstr "𐑓𐑲𐑤𐑕𐑦𐑕𐑑𐑩𐑥 𐑮𐑵𐑑" -#: ../gio/gunixoutputstream.c:340 ../gio/gunixoutputstream.c:361 +#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361 #, c-format msgid "Error writing to unix: %s" msgstr "𐑻𐑼 𐑮𐑲𐑑𐑦𐑙 𐑑 ·𐑿𐑯𐑦𐑒𐑕: %s" -#: ../gio/gunixsocketaddress.c:182 +#: gio/gunixsocketaddress.c:182 msgid "Abstract unix domain socket addresses not supported on this system" msgstr "𐑨𐑚𐑕𐑑𐑮𐑨𐑒𐑑 ·𐑿𐑯𐑦𐑒𐑕 𐑛𐑴𐑥𐑱𐑯 𐑕𐑪𐑒𐑩𐑑 𐑩𐑛𐑮𐑧𐑕𐑩𐑟 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑪𐑯 𐑞𐑦𐑕 𐑕𐑦𐑕𐑑𐑩𐑥" -#: ../gio/gvolume.c:452 +#: gio/gvolume.c:452 msgid "volume doesn't implement eject" msgstr "𐑝𐑪𐑤𐑿𐑥 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑦𐑡𐑧𐑒𐑑" #. Translators: This is an error #. * message for volume objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gvolume.c:531 +#: gio/gvolume.c:531 msgid "volume doesn't implement eject or eject_with_operation" msgstr "𐑝𐑪𐑤𐑿𐑥 𐑛𐑳𐑟𐑯𐑑 𐑦𐑥𐑐𐑤𐑧𐑥𐑧𐑯𐑑 𐑦𐑡𐑧𐑒𐑑 𐑹 eject_with_operation" -#: ../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" diff --git a/po/en_CA.po b/po/en_CA.po index 224ebcd..6c2624b 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2005-08-27 16:20-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" @@ -87,69 +87,69 @@ msgstr "No application with name '%s' registered a bookmark for '%s'" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Failed to expand exec line '%s' with URI '%s'" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Conversion from character set '%s' to '%s' is not supported" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Error during conversion: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Cannot convert fallback '%s' to codeset '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "The URI '%s' is not an absolute URI using the \"file\" scheme" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "The local file URI '%s' may not include a '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "The URI '%s' is invalid" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "The hostname of the URI '%s' is invalid" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "The URI '%s' contains invalidly escaped characters" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Invalid hostname" @@ -158,119 +158,134 @@ msgstr "Invalid hostname" msgid "Error opening directory '%s': %s" msgstr "Error opening directory '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Could not allocate %lu bytes to read file \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Error reading file '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Failed to read from file '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Failed to open file '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Failed to get attributes of file '%s': fstat() failed: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Failed to open file '%s': fdopen() failed: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Failed to rename file '%s' to '%s': g_rename() failed: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Failed to create file '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Failed to open file '%s' for writing: fdopen() failed: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Failed to write file '%s': fwrite() failed: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Failed to write file '%s': fwrite() failed: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Failed to write file '%s': fwrite() failed: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Failed to close file '%s': fclose() failed: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Existing file '%s' could not be removed: g_unlink() failed: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Template '%s' invalid, should not contain a '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Template '%s' does not contain XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Failed to read the symbolic link '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Symbolic links not supported" @@ -529,7 +544,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "internal error" @@ -1113,17 +1128,17 @@ msgstr "Value '%s' cannot be interpreted as a boolean." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Stream is already closed" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Operation was cancelled" @@ -1146,34 +1161,34 @@ msgstr "%s type" msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" @@ -1228,13 +1243,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operation not supported" @@ -1247,50 +1262,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Can't copy over directory" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Target file exists" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Can't recursively copy directory" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 #, fuzzy msgid "Can't copy special file" msgstr "Can't copy over directory" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Invalid symlink value given" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Trash not supported" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "No application is registered as handling this file" @@ -1379,7 +1394,7 @@ msgstr "Input stream doesn't implement read" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" @@ -1392,114 +1407,119 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Error renaming file: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Can't rename file: filename already exist" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Invalid filename" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Can't open directory" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Error trashing file: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create trash dir %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for trash" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Unable to find or create trash directory" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create trashing info file: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to trash file: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Error opening directory '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Failed to read the symbolic link '%s': %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Backup file creation failed" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Move between mounts not supported" @@ -1520,104 +1540,104 @@ msgstr "Invalid extended attribute name" msgid "Error setting extended attribute '%s': %s" msgstr "Error setting extended attribute '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Error reading from file: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Error seeking in file: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Error closing file: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Unable to find default local file monitor type" @@ -1698,44 +1718,47 @@ msgstr "Failed to resize memory output stream" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount doesn't implement unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount doesn't implement eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "mount doesn't implement unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "mount doesn't implement eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount doesn't implement remount" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 #, fuzzy msgid "mount doesn't implement content type guessing" msgstr "mount doesn't implement unmount" @@ -1743,7 +1766,7 @@ msgstr "mount doesn't implement unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 #, fuzzy msgid "mount doesn't implement synchronous content type guessing" msgstr "mount doesn't implement unmount" @@ -1753,11 +1776,11 @@ msgstr "mount doesn't implement unmount" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Output stream doesn't implement write" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Source stream is already closed" @@ -1893,7 +1916,7 @@ msgstr "Error opening file: %s" msgid "GSocketControlMessage not supported on windows" msgstr "association changes not supported on win32" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Error removing file: %s" diff --git a/po/en_GB.po b/po/en_GB.po index d897ae0..5d82c9d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-08 14:43+0100\n" "Last-Translator: Bruce Cowan \n" "Language-Team: British English \n" @@ -86,69 +86,69 @@ msgstr "No application with name '%s' registered a bookmark for '%s'" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Failed to expand exec line '%s' with URI '%s'" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Conversion from character set '%s' to '%s' is not supported" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Error during conversion: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Cannot convert fallback '%s' to codeset '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "The URI '%s' is not an absolute URI using the \"file\" scheme" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "The local file URI '%s' may not include a '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "The URI '%s' is invalid" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "The hostname of the URI '%s' is invalid" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "The URI '%s' contains invalidly escaped characters" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Invalid hostname" @@ -157,119 +157,134 @@ msgstr "Invalid hostname" msgid "Error opening directory '%s': %s" msgstr "Error opening directory '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Could not allocate %lu bytes to read file \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Error reading file '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "File \"%s\" is too large" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Failed to read from file '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Failed to open file '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Failed to get attributes of file '%s': fstat() failed: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Failed to open file '%s': fdopen() failed: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Failed to rename file '%s' to '%s': g_rename() failed: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Failed to create file '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Failed to open file '%s' for writing: fdopen() failed: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Failed to write file '%s': fwrite() failed: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Failed to write file '%s': fflush() failed: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Failed to write file '%s': fsync() failed: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Failed to close file '%s': fclose() failed: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Existing file '%s' could not be removed: g_unlink() failed: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Template '%s' invalid, should not contain a '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Template '%s' doesn't contain XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Failed to read the symbolic link '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Symbolic links not supported" @@ -528,7 +543,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "internal error" @@ -1113,17 +1128,17 @@ msgstr "Value '%s' cannot be interpreted as a boolean." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Stream is already closed" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Operation was cancelled" @@ -1146,34 +1161,34 @@ msgstr "%s type" msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" @@ -1225,13 +1240,13 @@ msgstr "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Expected a GEmblem for GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operation not supported" @@ -1244,49 +1259,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Can't copy over directory" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Target file exists" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Can't recursively copy directory" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Can't copy special file" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Invalid symlink value given" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Wastebasket not supported" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "No application is registered as handling this file" @@ -1375,7 +1390,7 @@ msgstr "Input stream doesn't implement read" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" @@ -1388,114 +1403,119 @@ msgstr "Not enough space for socket address" msgid "Unsupported socket address" msgstr "Unsupported socket address" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Error renaming file: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Can't rename file, filename already exist" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Invalid filename" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Can't open directory" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Error moving file to wastebasket: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create wastebasket dir %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for wastebasket" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Unable to find or create wastebasket directory" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create wastebasket info file: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to move file to the wastebasket: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Error creating directory: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Failed to read the symbolic link '%s': %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Backup file creation failed" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Move between mounts not supported" @@ -1516,102 +1536,102 @@ msgstr "Invalid extended attribute name" msgid "Error setting extended attribute '%s': %s" msgstr "Error setting extended attribute '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Cannot set permissions on symlinks" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Error setting modification or access time: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux context must be non-NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Error setting SELinux context: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux is not enabled on this system" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Error reading from file: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Error seeking in file: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Error closing file: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Unable to find default local file monitor type" @@ -1692,49 +1712,54 @@ msgstr "Failed to resize memory output stream" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount doesn't implement unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount doesn't implement eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "mount doesn't implement unmount or unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "mount doesn't implement eject or eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount doesn't implement remount" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount doesn't implement content type guessing" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount doesn't implement synchronous content type guessing" @@ -1743,11 +1768,11 @@ msgstr "mount doesn't implement synchronous content type guessing" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Hostname '%s' contains '[' but not ']'" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Output stream doesn't implement write" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Source stream is already closed" @@ -1879,7 +1904,7 @@ msgstr "Error sending message: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage not supported on Windows" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Error receiving message: %s" diff --git a/po/eo.po b/po/eo.po index 8ceee24..92ca02d 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2003-07-01 15:10-0500\n" "Last-Translator: Charles Voelger \n" "Language-Team: Esperanto \n" @@ -87,69 +87,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Malsukcesis krei dosieron '%s': %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konverto de signaro '%s' el '%s' ne estas subtenata" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ne eblas malfermi konvertilon de '%s' to '%s': %s" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Nevalida bitokosekvenco en konverta enigo" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Eraro dum konverto: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Parta signosekvenco je enigofino" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ne povas konverti fallback '%s' al kodaro '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "La URI '%s' ne estas absolutan URI uzanta la dosiermodelo" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "La loka dosiera URI '%s' eble ne enhavas '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "La URI '%s' estas nevalida" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "La komputilnomo de la URI '%s' ne estas valida" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "La URI '%s' enhavas nevalidajn eskapajn signojn" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "La padnomo '%s' ne estas absolutan padon" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Nevalida komputilnomo" @@ -158,119 +158,134 @@ msgstr "Nevalida komputilnomo" msgid "Error opening directory '%s': %s" msgstr "Eraro dum malfermado de dosierujo '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ne eblis akiri %lu bitokojn por lego de dosiero \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Malsukcesis legi de dosieron '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Malsukcesis malfermi dosieron '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Malsukcesis ricevi atributojn de dosiero '%s': fstat() malsukcesis: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Ŝablono '%s' ne estas valida, ĝi devus ne enhavi '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Ŝablono '%s' ne finiĝas je XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, fuzzy, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "" @@ -529,7 +544,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1114,17 +1129,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1147,34 +1162,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1226,13 +1241,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "" @@ -1245,49 +1260,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1376,7 +1391,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1389,115 +1404,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nevalida komputilnomo" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Nevalida komputilnomo" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Eraro dum malfermado de dosierujo '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Malsukcesis krei dosieron '%s': %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1519,103 +1539,103 @@ msgstr "Dokumento neatendite finis en atributa nomo" msgid "Error setting extended attribute '%s': %s" msgstr "Eraro dum malfermado de dosierujo '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Eraro ĉe linio %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1697,49 +1717,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1748,11 +1768,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1885,7 +1905,7 @@ msgstr "Eraro dum legado de dosiero '%s': %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Eraro dum legado de dosiero '%s': %s" diff --git a/po/es.po b/po/es.po index dd26bec..bbe6d7e 100644 --- a/po/es.po +++ b/po/es.po @@ -9,9 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=glib&component=general\n" -"POT-Creation-Date: 2009-11-27 00:38+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-11-28 13:25+0100\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" @@ -21,334 +20,340 @@ 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:437 ../glib/gconvert.c:515 ../glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, 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:441 ../glib/gconvert.c:519 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, 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:638 ../glib/gconvert.c:1031 ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964 -#: ../glib/gutf8.c:1419 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 +#: glib/gutf8.c:1419 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:646 ../glib/gconvert.c:956 ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Falló durante la conversión: %s" -#: ../glib/gconvert.c:678 ../glib/gutf8.c:960 ../glib/gutf8.c:1170 -#: ../glib/gutf8.c:1311 ../glib/gutf8.c:1415 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Hay una secuencia parcial de caracteres en el final de la entrada" -#: ../glib/gconvert.c:928 +#: glib/gconvert.c:928 #, 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:1751 +#: glib/gconvert.c:1751 #, 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:1761 +#: glib/gconvert.c:1761 #, 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:1778 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "El URI «%s» es inválida" -#: ../glib/gconvert.c:1790 +#: glib/gconvert.c:1790 #, 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:1806 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "El URI «%s» contiene caracteres de escape inválidos" -#: ../glib/gconvert.c:1901 +#: glib/gconvert.c:1901 #, 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:1911 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "El nombre del host es inválido" -#: ../glib/gdir.c:112 ../glib/gdir.c:135 +#: glib/gdir.c:112 glib/gdir.c:135 #, c-format msgid "Error opening directory '%s': %s" msgstr "Falló al abrir el directorio «%s»: %s" -#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, 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:551 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Falló al leer el archivo «%s»: %s" -#: ../glib/gfileutils.c:565 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "El archivo «%s» es demasiado grande" -#: ../glib/gfileutils.c:648 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Falló al leer del archivo «%s»: %s" -#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Falló al abrir el archivo «%s»: %s" -#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, 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:750 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Falló al abrir el archivo «%s»: fdopen() falló: %s" -#: ../glib/gfileutils.c:858 +#: glib/gfileutils.c:858 #, 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:900 ../glib/gfileutils.c:1366 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Falló al crear el archivo «%s»: %s" -#: ../glib/gfileutils.c:914 +#: glib/gfileutils.c:914 #, 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:939 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Falló al escribir el archivo «%s»: falló fwrite(): %s" -#: ../glib/gfileutils.c:958 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Falló al escribir el archivo «%s»: falló fflush(): %s" -#: ../glib/gfileutils.c:987 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Falló al escribir el archivo «%s»: falló fsync(): %s" -#: ../glib/gfileutils.c:1006 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Falló al cerrar el archivo «%s»: falló fclose(): %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, 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:1328 +#: glib/gfileutils.c:1328 #, 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:1341 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "La plantilla «%s» no contiene XXXXXX" -#: ../glib/gfileutils.c:1782 +#: glib/gfileutils.c:1774 +#, c-format +msgid "%u byte" +msgid_plural "%u bytes" +msgstr[0] "" +msgstr[1] "" + +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KiB" -#: ../glib/gfileutils.c:1787 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MiB" -#: ../glib/gfileutils.c:1792 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GiB" -#: ../glib/gfileutils.c:1797 +#: glib/gfileutils.c:1797 #, c-format msgid "%.1f TB" msgstr "%.1f TiB" -#: ../glib/gfileutils.c:1802 +#: glib/gfileutils.c:1802 #, c-format msgid "%.1f PB" msgstr "%.1f PiB" -#: ../glib/gfileutils.c:1807 +#: glib/gfileutils.c:1807 #, c-format msgid "%.1f EB" msgstr "%.1f EiB" -#: ../glib/gfileutils.c:1850 +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Falló al leer el enlace simbólico «%s»: %s" -#: ../glib/gfileutils.c:1871 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Enlaces simbólicos no soportados" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, 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:1579 +#: glib/giochannel.c:1579 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:1626 ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "Se han dejado datos no convertidos en el búfer de lectura" -#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "El canal termina en un carácter parcial" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 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:123 +#: glib/gmappedfile.c:123 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Falló al abrir el archivo «%s»: open() falló: %s" -#: ../glib/gmappedfile.c:201 +#: glib/gmappedfile.c:201 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Falló al mapear el archivo «%s»: mmap() falló: %s" -#: ../glib/gmarkup.c:303 ../glib/gmarkup.c:343 +#: glib/gmarkup.c:303 glib/gmarkup.c:343 #, c-format msgid "Error on line %d char %d: " msgstr "Error en la línea %d, carácter %d: " -#: ../glib/gmarkup.c:363 ../glib/gmarkup.c:441 +#: glib/gmarkup.c:363 glib/gmarkup.c:441 #, c-format msgid "Invalid UTF-8 encoded text in name - not valid '%s'" msgstr "Texto codificado como UTF-8 en el nombre no válido; «%s» no es válido" -#: ../glib/gmarkup.c:374 +#: glib/gmarkup.c:374 #, c-format msgid "'%s' is not a valid name " msgstr "«%s» no es un nombre válido " -#: ../glib/gmarkup.c:390 +#: glib/gmarkup.c:390 #, c-format msgid "'%s' is not a valid name: '%c' " msgstr "«%s» no es un nombre válido: «%c» " -#: ../glib/gmarkup.c:494 +#: glib/gmarkup.c:494 #, c-format msgid "Error on line %d: %s" msgstr "Error en la línea %d: %s" -#: ../glib/gmarkup.c:578 +#: glib/gmarkup.c:578 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -358,7 +363,7 @@ msgstr "" "carácter de referencia( por ejemplo ê) - tal vez el dígito es demasiado " "grande" -#: ../glib/gmarkup.c:590 +#: glib/gmarkup.c:590 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,24 +373,24 @@ msgstr "" "un carácter «&» sin pretender iniciar una entidad, escape el carácter \"&\" " "como &" -#: ../glib/gmarkup.c:616 +#: glib/gmarkup.c:616 #, 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:654 +#: glib/gmarkup.c:654 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "La entidad '&;' está vacía; las entidades válidas son: & " < " "> '" -#: ../glib/gmarkup.c:662 +#: glib/gmarkup.c:662 #, c-format msgid "Entity name '%-.*s' is not known" msgstr "El nombre de la entidad «%-.*s» es desconocido" -#: ../glib/gmarkup.c:667 +#: glib/gmarkup.c:667 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -394,11 +399,11 @@ msgstr "" "\"&\" sin la intención de indicar una entidad, escape el signo \"&\" como " "&" -#: ../glib/gmarkup.c:1014 +#: glib/gmarkup.c:1014 msgid "Document must begin with an element (e.g. )" msgstr "El documento debe comenzar con un elemento (por ejemplo: )" -#: ../glib/gmarkup.c:1054 +#: glib/gmarkup.c:1054 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -407,7 +412,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:1122 +#: glib/gmarkup.c:1122 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -416,7 +421,7 @@ msgstr "" "Carácter «%s» impropio, se esperaba un carácter «>» para terminar la etiqueta " "vacía del elemento «%s»" -#: ../glib/gmarkup.c:1206 +#: glib/gmarkup.c:1206 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -424,7 +429,7 @@ msgstr "" "Carácter «%s» impropio, se esperaba el carácter '=' después del nombre de " "atributo «%s» del elemento «%s»" -#: ../glib/gmarkup.c:1247 +#: glib/gmarkup.c:1247 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -435,7 +440,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:1291 +#: glib/gmarkup.c:1291 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -444,7 +449,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:1425 +#: glib/gmarkup.c:1425 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1472 +#: glib/gmarkup.c:1472 #, 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:1481 +#: glib/gmarkup.c:1481 #, 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:1648 +#: glib/gmarkup.c:1648 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:1662 +#: glib/gmarkup.c:1662 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "El documento termina inesperadamente justo después de un '<'" -#: ../glib/gmarkup.c:1670 ../glib/gmarkup.c:1715 +#: glib/gmarkup.c:1670 glib/gmarkup.c:1715 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -491,7 +496,7 @@ msgstr "" "El documento termina inesperadamente con elementos todavía abiertos - «%s» " "fue el último elemento abierto" -#: ../glib/gmarkup.c:1678 +#: glib/gmarkup.c:1678 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -500,21 +505,21 @@ msgstr "" "El documento termina inesperadamente, se esperaba un carácter '>' " "finalizando la etiqueta <%s/>" -#: ../glib/gmarkup.c:1684 +#: glib/gmarkup.c:1684 msgid "Document ended unexpectedly inside an element name" msgstr "El documento termina inesperadamente dentro de un nombre de elemento" -#: ../glib/gmarkup.c:1690 +#: glib/gmarkup.c:1690 msgid "Document ended unexpectedly inside an attribute name" msgstr "El documento termina inesperadamente dentro de un nombre de atributo" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 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:1701 +#: glib/gmarkup.c:1701 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -522,407 +527,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:1708 +#: glib/gmarkup.c:1708 msgid "Document ended unexpectedly while inside an attribute value" msgstr "El documento termina inesperadamente dentro del valor de un atributo" -#: ../glib/gmarkup.c:1724 +#: glib/gmarkup.c:1724 #, 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:1730 +#: glib/gmarkup.c:1730 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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 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:522 ../glib/gregex.c:1603 +#: glib/gregex.c:522 glib/gregex.c:1603 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Error al coincidir con la expresión regular %s: %s" -#: ../glib/gregex.c:1094 +#: glib/gregex.c:1094 msgid "PCRE library is compiled without UTF8 support" msgstr "La biblioteca PCRE está compilada sin soporte para UTF8" -#: ../glib/gregex.c:1103 +#: glib/gregex.c:1103 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:1157 +#: glib/gregex.c:1157 #, 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:1193 +#: glib/gregex.c:1193 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Error al optimizar la expresión regular %s: %s" -#: ../glib/gregex.c:2031 +#: glib/gregex.c:2031 msgid "hexadecimal digit or '}' expected" msgstr "se esperaba un dígito hexadecimal o «}»" -#: ../glib/gregex.c:2047 +#: glib/gregex.c:2047 msgid "hexadecimal digit expected" msgstr "se esperaba un dígito hexadecimal" -#: ../glib/gregex.c:2087 +#: glib/gregex.c:2087 msgid "missing '<' in symbolic reference" msgstr "falta «<» en la referencia simbólica" -#: ../glib/gregex.c:2096 +#: glib/gregex.c:2096 msgid "unfinished symbolic reference" msgstr "referencia de símbolo sin terminar" -#: ../glib/gregex.c:2103 +#: glib/gregex.c:2103 msgid "zero-length symbolic reference" msgstr "referencia simbólica de longitud cero" -#: ../glib/gregex.c:2114 +#: glib/gregex.c:2114 msgid "digit expected" msgstr "se esperaba un dígito" -#: ../glib/gregex.c:2132 +#: glib/gregex.c:2132 msgid "illegal symbolic reference" msgstr "referencia simbólica ilegal" -#: ../glib/gregex.c:2194 +#: glib/gregex.c:2194 msgid "stray final '\\'" msgstr "«\\» al final de la cadena" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 msgid "unknown escape sequence" msgstr "secuencia de escape desconocida" -#: ../glib/gregex.c:2208 +#: glib/gregex.c:2208 #, 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:300 ../glib/gspawn.c:1480 +#: glib/gspawn-win32.c:300 glib/gspawn.c:1480 #, 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:339 ../glib/gspawn-win32.c:347 ../glib/gspawn.c:1139 +#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Falló al leer desde el conducto hijo (%s)" -#: ../glib/gspawn-win32.c:370 ../glib/gspawn.c:1346 +#: glib/gspawn-win32.c:370 glib/gspawn.c:1346 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Falló al cambiar al directorio «%s» (%s)" -#: ../glib/gspawn-win32.c:376 ../glib/gspawn-win32.c:495 +#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495 #, c-format msgid "Failed to execute child process (%s)" msgstr "Falló al ejecutar el proceso hijo (%s)" -#: ../glib/gspawn-win32.c:445 +#: glib/gspawn-win32.c:445 #, c-format msgid "Invalid program name: %s" msgstr "Nombre de programa inválido: %s" -#: ../glib/gspawn-win32.c:455 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1279 +#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279 #, 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:466 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1312 +#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312 #, c-format msgid "Invalid string in environment: %s" msgstr "Cadena inválida en el entorno: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1260 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260 #, c-format msgid "Invalid working directory: %s" msgstr "Directorio de trabajo inválido: %s" -#: ../glib/gspawn-win32.c:784 +#: glib/gspawn-win32.c:784 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Falló al ejecutar el programa auxiliar (%s)" -#: ../glib/gspawn-win32.c:998 +#: glib/gspawn-win32.c:998 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -930,138 +933,138 @@ msgstr "" "Falló inesperado en g_io_channel_win32_poll() al leer datos desde un proceso " "hijo" -#: ../glib/gspawn.c:190 +#: glib/gspawn.c:190 #, 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:329 +#: glib/gspawn.c:329 #, 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:414 +#: glib/gspawn.c:414 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Falló inesperado en waitpid() (%s)" -#: ../glib/gspawn.c:1206 +#: glib/gspawn.c:1206 #, c-format msgid "Failed to fork (%s)" msgstr "Falló al bifurcar (fork) (%s)" -#: ../glib/gspawn.c:1356 +#: glib/gspawn.c:1356 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Falló al ejecutar el proceso hijo «%s» (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, 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:1375 +#: glib/gspawn.c:1375 #, c-format msgid "Failed to fork child process (%s)" msgstr "Falló al bifurcar el proceso hijo (%s)" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Falló desconocido al ejecutar el proceso hijo «%s»" -#: ../glib/gspawn.c:1407 +#: glib/gspawn.c:1407 #, 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:1038 +#: glib/gutf8.c:1038 msgid "Character out of range for UTF-8" msgstr "El carácter se sale del rango para UTF-8" -#: ../glib/gutf8.c:1138 ../glib/gutf8.c:1147 ../glib/gutf8.c:1279 -#: ../glib/gutf8.c:1288 ../glib/gutf8.c:1429 ../glib/gutf8.c:1525 +#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288 +#: glib/gutf8.c:1429 glib/gutf8.c:1525 msgid "Invalid sequence in conversion input" msgstr "Secuencia inválida en la entrada de conversión" -#: ../glib/gutf8.c:1440 ../glib/gutf8.c:1536 +#: glib/gutf8.c:1440 glib/gutf8.c:1536 msgid "Character out of range for UTF-16" msgstr "El carácter se sale del rango para UTF-16" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "Usage:" msgstr "Uso:" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "[OPTION...]" msgstr "[OPCIÓN…]" -#: ../glib/goption.c:861 +#: glib/goption.c:861 msgid "Help Options:" msgstr "Opciones de ayuda:" -#: ../glib/goption.c:862 +#: glib/goption.c:862 msgid "Show help options" msgstr "Mostrar opciones de ayuda" -#: ../glib/goption.c:868 +#: glib/goption.c:868 msgid "Show all help options" msgstr "Muestra todas las opciones de ayuda" -#: ../glib/goption.c:930 +#: glib/goption.c:930 msgid "Application Options:" msgstr "Opciones de la aplicación:" -#: ../glib/goption.c:992 ../glib/goption.c:1062 +#: glib/goption.c:992 glib/goption.c:1062 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "No se puede analizar el valor entero «%s» para %s" -#: ../glib/goption.c:1002 ../glib/goption.c:1070 +#: glib/goption.c:1002 glib/goption.c:1070 #, 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:1027 +#: glib/goption.c:1027 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "No se puede analizar el valor doble «%s» para %s" -#: ../glib/goption.c:1035 +#: glib/goption.c:1035 #, 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:1298 ../glib/goption.c:1377 +#: glib/goption.c:1298 glib/goption.c:1377 #, c-format msgid "Error parsing option %s" msgstr "Error al analizar la opción: %s" -#: ../glib/goption.c:1408 ../glib/goption.c:1522 +#: glib/goption.c:1408 glib/goption.c:1522 #, c-format msgid "Missing argument for %s" msgstr "Falta un argumento para %s" -#: ../glib/goption.c:1917 +#: glib/goption.c:1917 #, c-format msgid "Unknown option %s" msgstr "Opción desconocida %s" -#: ../glib/gkeyfile.c:362 +#: glib/gkeyfile.c:362 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:397 +#: glib/gkeyfile.c:397 msgid "Not a regular file" msgstr "No es un archivo regular" -#: ../glib/gkeyfile.c:405 +#: glib/gkeyfile.c:405 msgid "File is empty" msgstr "El archivo está vacío" -#: ../glib/gkeyfile.c:764 +#: glib/gkeyfile.c:764 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1069,52 +1072,52 @@ msgstr "" "El archivo de claves contiene la línea «%s» que no es un par valor-clave, " "grupo o comentario" -#: ../glib/gkeyfile.c:824 +#: glib/gkeyfile.c:824 #, c-format msgid "Invalid group name: %s" msgstr "Nombre de grupo no válido: %s" -#: ../glib/gkeyfile.c:846 +#: glib/gkeyfile.c:846 msgid "Key file does not start with a group" msgstr "El archivo de claves no empieza por un grupo" -#: ../glib/gkeyfile.c:872 +#: glib/gkeyfile.c:872 #, c-format msgid "Invalid key name: %s" msgstr "Nombre de clave no válida: %s" -#: ../glib/gkeyfile.c:899 +#: glib/gkeyfile.c:899 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "El archivo de claves contiene una codificación «%s» no soportada" -#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2506 -#: ../glib/gkeyfile.c:2572 ../glib/gkeyfile.c:2707 ../glib/gkeyfile.c:2840 -#: ../glib/gkeyfile.c:2993 ../glib/gkeyfile.c:3180 ../glib/gkeyfile.c:3241 +#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506 +#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840 +#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241 #, c-format msgid "Key file does not have group '%s'" msgstr "El archivo de claves no tiene el grupo «%s»" -#: ../glib/gkeyfile.c:1289 +#: glib/gkeyfile.c:1289 #, c-format msgid "Key file does not have key '%s'" msgstr "El archivo de claves no tiene la clave «%s»" -#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511 +#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511 #, 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:1416 ../glib/gkeyfile.c:1910 +#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910 #, 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:1531 +#: glib/gkeyfile.c:1531 #, c-format msgid "" "Key file contains key '%s' which has a value that cannot be interpreted." @@ -1122,7 +1125,7 @@ msgstr "" "El archivo de claves contiene la clave «%s» que tiene un valor que no se " "puede interpretar." -#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2337 +#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1131,168 +1134,165 @@ msgstr "" "El archivo de claves contiene la clave «%s» en el grupo «%s» que tiene un " "valor que no puede interpretarse." -#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:3252 +#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252 #, 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:3486 +#: glib/gkeyfile.c:3486 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:3508 +#: glib/gkeyfile.c:3508 #, 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:3650 +#: glib/gkeyfile.c:3650 #, 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:3664 +#: glib/gkeyfile.c:3664 #, c-format msgid "Integer value '%s' out of range" msgstr "El valor entero «%s» está fuera de rango" -#: ../glib/gkeyfile.c:3697 +#: glib/gkeyfile.c:3697 #, 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:3721 +#: glib/gkeyfile.c:3721 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no puede interpretarse como un booleano." -#: ../gio/gbufferedinputstream.c:415 ../gio/gbufferedinputstream.c:496 -#: ../gio/ginputstream.c:186 ../gio/ginputstream.c:318 -#: ../gio/ginputstream.c:557 ../gio/ginputstream.c:682 -#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:657 +#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 +#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "El valor de conteo pasado a %s es demasiado largo" -#: ../gio/gbufferedinputstream.c:883 ../gio/ginputstream.c:892 -#: ../gio/giostream.c:305 ../gio/goutputstream.c:1108 +#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "El flujo ya se cerró" -#: ../gio/gcancellable.c:433 ../gio/glocalfile.c:2095 -#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 +#: gio/gsimpleasyncresult.c:674 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:311 +#: gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" msgstr "Final de flujo inesperadamente prematuro" -#: ../gio/gdesktopappinfo.c:468 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sin nombre" -#: ../gio/gdesktopappinfo.c:725 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "El archivo de escritorio no especificó el campo Exec" -#: ../gio/gdesktopappinfo.c:905 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Imposible encontrar el terminal requerido por la aplicación" -#: ../gio/gdesktopappinfo.c:1113 +#: gio/gdesktopappinfo.c:1113 #, 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:1117 +#: gio/gdesktopappinfo.c:1117 #, 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:1525 +#: gio/gdesktopappinfo.c:1525 #, 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:1639 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Definición personalizada para %s" -#: ../gio/gdrive.c:409 +#: gio/gdrive.c:409 msgid "drive doesn't implement eject" msgstr "la unidad no implementa la expulsión" #. Translators: This is an error #. * message for drive objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gdrive.c:489 +#: gio/gdrive.c:489 msgid "drive doesn't implement eject or eject_with_operation" msgstr "la unidad no implementa la expulsión o expulsión con operación" -#: ../gio/gdrive.c:566 +#: gio/gdrive.c:566 msgid "drive doesn't implement polling for media" msgstr "la unidad no implementa el sondeo para medios" -#: ../gio/gdrive.c:771 +#: gio/gdrive.c:771 msgid "drive doesn't implement start" msgstr "la unidad no implementa reproducir" -#: ../gio/gdrive.c:873 +#: gio/gdrive.c:873 msgid "drive doesn't implement stop" msgstr "la unidad no implementa detener" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, 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:335 +#: gio/gemblem.c:335 #, 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/gemblemedicon.c:296 +#: gio/gemblemedicon.c:296 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "No se puede manejar la versión %d de la codificación GEmblemedIcon" -#: ../gio/gemblemedicon.c:306 +#: gio/gemblemedicon.c:306 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "Número de tokens (%d) mal formados en la codificación GEmblemedIcon" -#: ../gio/gemblemedicon.c:329 +#: gio/gemblemedicon.c:329 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Se esperaba un GEmblem para GEmblemedIconjo" -#: ../gio/gfile.c:903 ../gio/gfile.c:1133 ../gio/gfile.c:1268 -#: ../gio/gfile.c:1504 ../gio/gfile.c:1558 ../gio/gfile.c:1615 -#: ../gio/gfile.c:1698 ../gio/gfile.c:1753 ../gio/gfile.c:1813 -#: ../gio/gfile.c:1867 ../gio/gfile.c:3192 ../gio/gfile.c:3246 -#: ../gio/gfile.c:3377 ../gio/gfile.c:3417 ../gio/gfile.c:3744 -#: ../gio/gfile.c:4146 ../gio/gfile.c:4232 ../gio/gfile.c:4321 -#: ../gio/gfile.c:4419 ../gio/gfile.c:4506 ../gio/gfile.c:4599 -#: ../gio/gfile.c:4929 ../gio/gfile.c:5209 ../gio/gfile.c:5278 -#: ../gio/gfile.c:6869 ../gio/gfile.c:6959 ../gio/gfile.c:7045 -#: ../gio/win32/gwinhttpfile.c:441 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 +#: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operación no soportada" @@ -1304,129 +1304,129 @@ 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:1389 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077 -#: ../gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "El punto de montaje contenido no existe" -#: ../gio/gfile.c:2441 ../gio/glocalfile.c:2251 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "No se puede copiar sobre el directorio" -#: ../gio/gfile.c:2501 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "No se puede copiar directorio sobre directorio" -#: ../gio/gfile.c:2509 ../gio/glocalfile.c:2260 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "El archivo destino ya existe" -#: ../gio/gfile.c:2527 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "No se puede copiar el directorio recursivamente" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "No se puede copiar el archivo especial" -#: ../gio/gfile.c:3367 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "El valor del enlace simbólico dado no es válido" -#: ../gio/gfile.c:3460 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "No se soporta mover a la papelera" -#: ../gio/gfile.c:3509 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Los nombres de archivo no pueden contener «%c»" -#: ../gio/gfile.c:5926 ../gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "el volumen no implementa el montado" -#: ../gio/gfile.c:6037 +#: gio/gfile.c:6037 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: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:155 ../gio/gfileinputstream.c:422 -#: ../gio/gfileiostream.c:171 ../gio/gfileoutputstream.c:170 -#: ../gio/gfileoutputstream.c:525 +#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422 +#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170 +#: gio/gfileoutputstream.c:525 msgid "Stream doesn't support query_info" msgstr "El flujo no soporta query_info" -#: ../gio/gfileinputstream.c:337 ../gio/gfileiostream.c:389 -#: ../gio/gfileoutputstream.c:383 +#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389 +#: gio/gfileoutputstream.c:383 msgid "Seek not supported on stream" msgstr "No se permite buscar en el flujo" -#: ../gio/gfileinputstream.c:381 +#: gio/gfileinputstream.c:381 msgid "Truncate not allowed on input stream" msgstr "No se permite truncar en el flujo de entrada" -#: ../gio/gfileiostream.c:465 ../gio/gfileoutputstream.c:459 +#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459 msgid "Truncate not supported on stream" msgstr "No se soporta el truncamiento en el flujo" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Número de tokens (%d) incorrecto" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "No existe el tipo para la clase de nombre %s" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "El tipo %s no implementa la interfaz GIcon" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "El tipo %s no tiene clase" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "Número de versión mal formado: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, 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:469 +#: gio/gicon.c:469 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:195 +#: gio/ginputstream.c:195 msgid "Input stream doesn't implement read" msgstr "El flujo de entrada no implementa la lectura" @@ -1436,354 +1436,350 @@ 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:902 ../gio/giostream.c:315 -#: ../gio/goutputstream.c:1118 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "El flujo tiene una operación excepcional" -#: ../gio/ginetsocketaddress.c:182 ../gio/ginetsocketaddress.c:199 -#: ../gio/gunixsocketaddress.c:174 +#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199 +#: gio/gunixsocketaddress.c:174 msgid "Not enough space for socket address" msgstr "No hay suficiente espacio para la dirección del socket" -#: ../gio/ginetsocketaddress.c:212 +#: gio/ginetsocketaddress.c:212 msgid "Unsupported socket address" msgstr "Dirección del socket no soportada" -#: ../gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 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:600 ../gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Nombre de archivo no válido %s" -#: ../gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error al obtener la información del sistema de archivos: %s" -#: ../gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "No se puede renombrar el directorio raíz" -#: ../gio/glocalfile.c:1130 ../gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Error al renombrar el archivo: %s" -#: ../gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "No se puede renombrar el archivo, el nombre ya existe" -#: ../gio/glocalfile.c:1152 ../gio/glocalfile.c:2124 ../gio/glocalfile.c:2153 -#: ../gio/glocalfile.c:2313 ../gio/glocalfileoutputstream.c:550 -#: ../gio/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648 -#: ../gio/glocalfileoutputstream.c:1130 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 +#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 +#: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Nombre de archivo inválido" -#: ../gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Error al abrir el archivo: %s" -#: ../gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "No se puede abrir el directorio" -#: ../gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Error al eliminar el archivo: %s" -#: ../gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Error al mover a la papelera el archivo: %s" -#: ../gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "No se pudo crear el directorio papelera %s: %s" -#: ../gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 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:1931 ../gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "No se pudo encontrar o crear el directorio de la papelera" -#: ../gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, 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:2014 ../gio/glocalfile.c:2019 ../gio/glocalfile.c:2094 -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "No se pudo enviar a la papelera el archivo: %s" -#: ../gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Error al crear el directorio: %s" -#: ../gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 #, c-format msgid "Filesystem does not support symbolic links" msgstr "El sistema de archivos no soporta enlaces simbólicos" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Error al crear el enlace simbólico: %s" -#: ../gio/glocalfile.c:2223 ../gio/glocalfile.c:2317 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Error al mover el archivo: %s" -#: ../gio/glocalfile.c:2246 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "No se puede mover un directorio sobre un directoro" -#: ../gio/glocalfile.c:2273 ../gio/glocalfileoutputstream.c:928 -#: ../gio/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957 -#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 +#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 +#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Falló la creación del archivo de respaldo" -#: ../gio/glocalfile.c:2292 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Error al eliminar el archivo destino: %s" -#: ../gio/glocalfile.c:2306 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "No se soporta mover archivos entre puntos de montaje" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 msgid "Attribute value must be non-NULL" msgstr "El valor del atributo de ser no nulo" -#: ../gio/glocalfileinfo.c:728 +#: gio/glocalfileinfo.c:728 msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo no válido (se esperaba una cadena)" -#: ../gio/glocalfileinfo.c:735 +#: gio/glocalfileinfo.c:735 msgid "Invalid extended attribute name" msgstr "Nombre extendido del atributo no válido" -#: ../gio/glocalfileinfo.c:775 +#: gio/glocalfileinfo.c:775 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error al establecer el atributo extendido «%s»: %s" -#: ../gio/glocalfileinfo.c:1482 ../gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Error al mostrar información del estado del archivo «%s»: %s" -#: ../gio/glocalfileinfo.c:1555 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (codificación no válida)" -#: ../gio/glocalfileinfo.c:1753 +#: gio/glocalfileinfo.c:1753 #, 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:1798 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo no válido (se esperaba uint32)" -#: ../gio/glocalfileinfo.c:1816 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo no válido (se esperaba uint64)" -#: ../gio/glocalfileinfo.c:1835 ../gio/glocalfileinfo.c:1854 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo no válido (se esperaba una cadena byte)" -#: ../gio/glocalfileinfo.c:1889 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "No se pueden establecer permisos en enlaces simbólicos" -#: ../gio/glocalfileinfo.c:1905 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Error al establecer permisos: %s" -#: ../gio/glocalfileinfo.c:1956 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Error al establecer el propietario: %s" -#: ../gio/glocalfileinfo.c:1979 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "el enlace simbólico debe ser no nulo" -#: ../gio/glocalfileinfo.c:1989 ../gio/glocalfileinfo.c:2008 -#: ../gio/glocalfileinfo.c:2019 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Error al establecer el enlace simbólico: %s" -#: ../gio/glocalfileinfo.c:1998 +#: gio/glocalfileinfo.c:1998 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:2124 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Error al establecer o modificar el tiempo de acceso: %s" -#: ../gio/glocalfileinfo.c:2147 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "El contexto SELinux debe ser no nulo" -#: ../gio/glocalfileinfo.c:2162 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Error al establecer el contexto SELinux: %s" -#: ../gio/glocalfileinfo.c:2169 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux no está activado en este sistema" -#: ../gio/glocalfileinfo.c:2261 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Establecer el atributo %s no está soportado" -#: ../gio/glocalfileinputstream.c:165 ../gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Error al leer del archivo: %s" -#: ../gio/glocalfileinputstream.c:196 ../gio/glocalfileinputstream.c:208 -#: ../gio/glocalfileinputstream.c:320 ../gio/glocalfileoutputstream.c:449 -#: ../gio/glocalfileoutputstream.c:1005 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Error al buscar en el archivo: %s" -#: ../gio/glocalfileinputstream.c:241 ../gio/glocalfileoutputstream.c:235 -#: ../gio/glocalfileoutputstream.c:330 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Error al cerrar el archivo: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 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:181 ../gio/glocalfileoutputstream.c:214 -#: ../gio/glocalfileoutputstream.c:722 +#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:722 #, c-format msgid "Error writing to file: %s" msgstr "Error al escribir en el archivo: %s" -#: ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:262 #, c-format msgid "Error removing old backup link: %s" msgstr "Error al eliminar el enlace de respaldo antiguo: %s" -#: ../gio/glocalfileoutputstream.c:276 ../gio/glocalfileoutputstream.c:289 +#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289 #, c-format msgid "Error creating backup copy: %s" msgstr "Error al crear una copia de respaldo: %s" -#: ../gio/glocalfileoutputstream.c:307 +#: gio/glocalfileoutputstream.c:307 #, c-format msgid "Error renaming temporary file: %s" msgstr "Error al renombrar el archivo temporal: %s" -#: ../gio/glocalfileoutputstream.c:495 ../gio/glocalfileoutputstream.c:1056 +#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056 #, c-format msgid "Error truncating file: %s" msgstr "Error al truncar el archivo: %s" -#: ../gio/glocalfileoutputstream.c:556 ../gio/glocalfileoutputstream.c:609 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:794 -#: ../gio/glocalfileoutputstream.c:1037 ../gio/glocalfileoutputstream.c:1136 +#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794 +#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136 #, c-format msgid "Error opening file '%s': %s" msgstr "Error al abrir el archivo «%s»: %s" -#: ../gio/glocalfileoutputstream.c:825 +#: gio/glocalfileoutputstream.c:825 msgid "Target file is a directory" msgstr "El archivo destino es un directorio" -#: ../gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:830 msgid "Target file is not a regular file" msgstr "El archivo destino no es un archivo regular" -#: ../gio/glocalfileoutputstream.c:842 +#: gio/glocalfileoutputstream.c:842 msgid "The file was externally modified" msgstr "El archivo se modificó externamente" -#: ../gio/glocalfileoutputstream.c:1021 +#: gio/glocalfileoutputstream.c:1021 #, c-format msgid "Error removing old file: %s" msgstr "Error al eliminar el archivo antiguo: %s" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:553 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553 msgid "Invalid GSeekType supplied" msgstr "Se proporcionó un GSeekType no válido" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:563 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563 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:290 +#: gio/gmemoryoutputstream.c:290 msgid "Reached maximum data array limit" msgstr "Se alcanzó el límite máximo del array de datos" -#: ../gio/gmemoryoutputstream.c:325 +#: gio/gmemoryoutputstream.c:325 msgid "Memory output stream not resizable" msgstr "El flujo de salida de la memoria no es redimensionable" -#: ../gio/gmemoryoutputstream.c:341 +#: gio/gmemoryoutputstream.c:341 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:409 -#| msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 msgid "mount doesn't implement \"unmount\"" msgstr "el punto de montaje no implementa el desmontado («unmount»)" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:488 -#| msgid "mount doesn't implement eject" +#: gio/gmount.c:488 msgid "mount doesn't implement \"eject\"" msgstr "el punto de montaje no implementa la expulsión («eject»)" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: ../gio/gmount.c:568 -#| msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "el punto de montaje no implementa desmontado («umount») o desmontado con " @@ -1792,8 +1788,7 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gmount.c:655 -#| msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "el punto de montaje no implementa la expulsión («eject») o expulsión con " @@ -1802,262 +1797,261 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:744 -#| msgid "mount doesn't implement remount" +#: gio/gmount.c:744 msgid "mount doesn't implement \"remount\"" msgstr "el punto de montaje no implementa el remontado («remount»)" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:828 +#: gio/gmount.c:828 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:917 +#: gio/gmount.c:917 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/gnetworkaddress.c:295 +#: gio/gnetworkaddress.c:295 #, c-format msgid "Hostname '%s' contains '[' but not ']'" msgstr "El nombre del equipo «%s» contiene «[» pero no «]»" -#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "El flujo de salida no implementa la escritura" -#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:781 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "El flujo de origen ya está cerrado" -#: ../gio/gresolver.c:736 +#: gio/gresolver.c:736 #, c-format msgid "Error resolving '%s': %s" msgstr "Error al resolver «%s»: %s" -#: ../gio/gresolver.c:786 +#: gio/gresolver.c:786 #, c-format msgid "Error reverse-resolving '%s': %s" msgstr "Error al resolver «%s» de forma invertida: %s" -#: ../gio/gresolver.c:821 ../gio/gresolver.c:899 +#: gio/gresolver.c:821 gio/gresolver.c:899 #, c-format msgid "No service record for '%s'" msgstr "No hay registro de servicio para «%s»" -#: ../gio/gresolver.c:826 ../gio/gresolver.c:904 +#: gio/gresolver.c:826 gio/gresolver.c:904 #, c-format msgid "Temporarily unable to resolve '%s'" msgstr "No se puede resolver «%s» temporalmente" -#: ../gio/gresolver.c:831 ../gio/gresolver.c:909 +#: gio/gresolver.c:831 gio/gresolver.c:909 #, c-format msgid "Error resolving '%s'" msgstr "Error al resolver «%s»" -#: ../gio/gsocket.c:277 +#: gio/gsocket.c:277 msgid "Invalid socket, not initialized" msgstr "Socket no válido, no inicializado" -#: ../gio/gsocket.c:284 +#: gio/gsocket.c:284 #, c-format msgid "Invalid socket, initialization failed due to: %s" msgstr "Socket no válido, falló la instalación debido a: %s" -#: ../gio/gsocket.c:292 +#: gio/gsocket.c:292 msgid "Socket is already closed" msgstr "El socket ya está cerrado" -#: ../gio/gsocket.c:405 +#: gio/gsocket.c:405 #, c-format msgid "creating GSocket from fd: %s" msgstr "creando el GSocket desde fd: %s" -#: ../gio/gsocket.c:439 ../gio/gsocket.c:453 ../gio/gsocket.c:1911 +#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911 #, c-format msgid "Unable to create socket: %s" msgstr "No se pudo crear el socket: %s" -#: ../gio/gsocket.c:439 +#: gio/gsocket.c:439 msgid "Unknown protocol was specified" msgstr "Se especificó un protocolo desconocido" -#: ../gio/gsocket.c:758 +#: gio/gsocket.c:758 msgid "Cancellable initialization not supported" msgstr "La inicialización cancelable no eestá soportada" -#: ../gio/gsocket.c:1112 +#: gio/gsocket.c:1112 #, c-format msgid "could not get local address: %s" msgstr "no se pudo obtener la dirección local: %s" -#: ../gio/gsocket.c:1145 +#: gio/gsocket.c:1145 #, c-format msgid "could not get remote address: %s" msgstr "no se pudo obtener la dirección remota: %s" -#: ../gio/gsocket.c:1203 +#: gio/gsocket.c:1203 #, c-format msgid "could not listen: %s" msgstr "no se pudo escuchar: %s" -#: ../gio/gsocket.c:1277 +#: gio/gsocket.c:1277 #, c-format msgid "Error binding to address: %s" msgstr "Error al vincular con la dirección: %s" -#: ../gio/gsocket.c:1397 +#: gio/gsocket.c:1397 #, c-format msgid "Error accepting connection: %s" msgstr "Error al aceptar la conexión: %s" -#: ../gio/gsocket.c:1510 +#: gio/gsocket.c:1510 msgid "Error connecting: " msgstr "Error al conectar: " -#: ../gio/gsocket.c:1514 +#: gio/gsocket.c:1514 msgid "Connection in progress" msgstr "Conexión en progreso" -#: ../gio/gsocket.c:1519 +#: gio/gsocket.c:1519 #, c-format msgid "Error connecting: %s" msgstr "Error al conectar: %s" -#: ../gio/gsocket.c:1559 +#: gio/gsocket.c:1559 #, c-format msgid "Unable to get pending error: %s" msgstr "No se pudo obtener el error pendiente: %s" -#: ../gio/gsocket.c:1655 +#: gio/gsocket.c:1655 #, c-format msgid "Error receiving data: %s" msgstr "Error al recibir los datos: %s" -#: ../gio/gsocket.c:1798 +#: gio/gsocket.c:1798 #, c-format msgid "Error sending data: %s" msgstr "Error al enviar los datos: %s" -#: ../gio/gsocket.c:1990 +#: gio/gsocket.c:1990 #, c-format msgid "Error closing socket: %s" msgstr "Error al cerrar el socket: %s" -#: ../gio/gsocket.c:2475 +#: gio/gsocket.c:2475 #, c-format msgid "Waiting for socket condition: %s" msgstr "Esperando la condición del socket: %s" -#: ../gio/gsocket.c:2714 ../gio/gsocket.c:2795 +#: gio/gsocket.c:2714 gio/gsocket.c:2795 #, c-format msgid "Error sending message: %s" msgstr "Error al enviar el mensaje: %s" -#: ../gio/gsocket.c:2739 +#: gio/gsocket.c:2739 msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage no está soportado en win32" -#: ../gio/gsocket.c:2997 ../gio/gsocket.c:3135 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Error al recibir el mensaje: %s" -#: ../gio/gsocketclient.c:521 ../gio/gsocketclient.c:770 +#: gio/gsocketclient.c:521 gio/gsocketclient.c:770 msgid "Unknown error on connect" msgstr "Error desconocido al conectar" -#: ../gio/gsocketlistener.c:192 +#: gio/gsocketlistener.c:192 msgid "Listener is already closed" msgstr "El «listener» ya está cerrado" -#: ../gio/gsocketlistener.c:233 +#: gio/gsocketlistener.c:233 msgid "Added socket is closed" msgstr "El socket añadido está cerrado" -#: ../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/gunixconnection.c:151 +#: gio/gunixconnection.c:151 #, c-format msgid "Expecting 1 control message, got %d" msgstr "Se esperaba un mensaje de control, se obtuvieron %d" -#: ../gio/gunixconnection.c:164 +#: gio/gunixconnection.c:164 msgid "Unexpected type of ancillary data" msgstr "Tipos de datos complementarios inesperados" -#: ../gio/gunixconnection.c:182 +#: gio/gunixconnection.c:182 #, c-format msgid "Expecting one fd, but got %d\n" msgstr "Se esperaba un fd pero se obtuvieron %d\n" -#: ../gio/gunixconnection.c:198 +#: gio/gunixconnection.c:198 msgid "Received invalid fd" msgstr "Se recibió un fd no válido" -#: ../gio/gunixinputstream.c:354 ../gio/gunixinputstream.c:374 -#: ../gio/gunixinputstream.c:452 ../gio/gunixoutputstream.c:439 +#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374 +#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439 #, c-format msgid "Error reading from unix: %s" msgstr "Error al leer de unix: %s" -#: ../gio/gunixinputstream.c:407 ../gio/gunixinputstream.c:589 -#: ../gio/gunixoutputstream.c:394 ../gio/gunixoutputstream.c:545 +#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589 +#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545 #, c-format msgid "Error closing unix: %s" msgstr "Error al cerrar unix: %s" -#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883 +#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883 msgid "Filesystem root" msgstr "Sistema de archivos raíz" -#: ../gio/gunixoutputstream.c:340 ../gio/gunixoutputstream.c:361 +#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361 #, c-format msgid "Error writing to unix: %s" msgstr "Error al escribir en unix: %s" -#: ../gio/gunixsocketaddress.c:182 +#: gio/gunixsocketaddress.c:182 msgid "Abstract unix domain socket addresses not supported on this system" msgstr "" "Este sistema no soporta direcciones de socket de dominio UNIX abstracto" -#: ../gio/gvolume.c:452 +#: gio/gvolume.c:452 msgid "volume doesn't implement eject" msgstr "el volumen no implementa la expulsión" #. Translators: This is an error #. * message for volume objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gvolume.c:531 +#: gio/gvolume.c:531 msgid "volume doesn't implement eject or eject_with_operation" msgstr "el volumen no implementa la expulsión o expulsión con operació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" diff --git a/po/et.po b/po/et.po index 9a5eda0..aa43b6d 100644 --- a/po/et.po +++ b/po/et.po @@ -13,9 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: GLib MASTER\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=glib&component=general\n" -"POT-Creation-Date: 2009-11-05 14:59+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-11-06 17:16+0200\n" "Last-Translator: Ivar Smolin \n" "Language-Team: Estonian \n" @@ -24,237 +23,335 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Ootamatu rekvisiit '%s' elemendile '%s'" +#: 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 "Elemendil '%2$s' ei leitud rekvisiiti '%1$s'" +#: 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 "Ootamatu silt '%s', oodati silti '%s'" +#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 +#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' on ootamatu silt '%1$s'" +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "Andmekataloogidest ei leitud korrektset järjehoidjafaili" +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI-le '%s' on juba järjehoidja olemas" +#: 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-le '%s' ei leitud järjehoidjat" +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s' järjehoidjas pole MIME tüüpe määratud" +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s' järjehoidjas pole privaatlippu kirjeldatud" +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s' järjehoidjas pole gruppe määratud" +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Rakendus nimega '%s' pole '%s' kohta järjehoidjat registreerinud" +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Tõrge rea '%s' käivitamisel koos URI-ga '%s'" +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Teisendamine koodistikust '%s' koodistikku '%s' ei ole toetatud" +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada" +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 +#: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Vigane baidijada sisendi teisendamisel" +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Viga teisendamisel: %s" +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Osaline märgijada sisendi lõpus" +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Taandresiimi '%s' pole võimalik teisendada kooditabelisse '%s'" +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' ei ole failiskeemi (\"file\") jaoks absoluutne URI" +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Kohaliku faili URI '%s' ei või sisaldada märki '#'" +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' on vigane" +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s' hostinimi on vigane" +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' sisaldab vigaseid paomärke" +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Rajanimi '%s' ei ole absoluutne rada" +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Vigane hostinimi" +#: glib/gdir.c:112 glib/gdir.c:135 #, c-format msgid "Error opening directory '%s': %s" msgstr "Viga kataloogi '%s' avamisel: %s" +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ei saa eraldada %lu faili \"%s\" lugemiseks" +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Viga failist '%s' lugemisel: %s" +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Fail \"%s\" on liiga suur" +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Tõrge failist '%s' lugemisel: %s" +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Tõrge faili '%s' avamisel: %s" +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Tõrge faili '%s' rekvisiitide hankimisel: fstat() nurjus: %s" +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Tõrge faili '%s' avamisel: fdopen() nurjus: %s" +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Tõrge faili '%s' ümbernimetamisel nimega '%s': g_rename() nurjus: %s" +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Tõrge faili '%s' loomisel: %s" +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Tõrge faili '%s' avamisel kirjutamiseks: fdopen() nurjus: %s" +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Tõrge faili '%s' kirjutamisel: fwrite() nurjus: %s" +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Tõrge faili '%s' kirjutamisel: fflush() nurjus: %s" +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Tõrge faili '%s' kirjutamisel: fsync() nurjus: %s" +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Tõrge faili '%s' sulgemisel: fclose() nurjus: %s" +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Olemasolevat faili '%s' pole võimalik eemaldada: g_unlink() nurjus: %s" +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Mall '%s' vigane, see ei tohiks sisaldada '%s'" +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Mall '%s' ei sisalda XXXXXX-i" +#: glib/gfileutils.c:1774 +#, c-format +msgid "%u byte" +msgid_plural "%u bytes" +msgstr[0] "" +msgstr[1] "" + +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Tõrge nimeviida '%s' lugemisel: %s" +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Nimeviidad ei ole toetatud" +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada: %s" +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Ei saa teostada toorest lugemise g_io_channel_read_line_string'i sees" +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "Lugemispuhvrisse jäi teisendamata andmeid" +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "Kanali katkestus poole märgi pealt" +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ei saa teostada toorest lugemise g_io_channel_read_to_end'i sees" +#: glib/gmappedfile.c:123 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Tõrge faili '%s' avamisel: open() nurjus: %s" +#: glib/gmappedfile.c:201 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Tõrge faili '%s' avamisel: mmap() nurjus: %s" +#: glib/gmarkup.c:303 glib/gmarkup.c:343 #, c-format msgid "Error on line %d char %d: " msgstr "Viga real %d märgil %d: " +#: glib/gmarkup.c:363 glib/gmarkup.c:441 #, c-format msgid "Invalid UTF-8 encoded text in name - not valid '%s'" msgstr "Nimes on vigaselt kodeeritud UTF-8 tekst - vigane '%s'" +#: glib/gmarkup.c:374 #, c-format msgid "'%s' is not a valid name " msgstr "'%s' pole korrektne nimi " +#: glib/gmarkup.c:390 #, c-format msgid "'%s' is not a valid name: '%c' " msgstr "'%s' pole korrektne nimi: '%c' " +#: glib/gmarkup.c:494 #, c-format msgid "Error on line %d: %s" msgstr "Viga real %d: %s" +#: glib/gmarkup.c:578 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -263,6 +360,7 @@ msgstr "" "Viga '%-.*s' parsimisel. See võiks olla märgiviites olev number (näiteks " "ê) - võibolla on number liiga suur" +#: glib/gmarkup.c:590 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -271,19 +369,23 @@ msgstr "" "Märgiviide ei lõpe semikooloniga. Enamasti kasutatakse ampersand märki ilma " "kavatsuseta olemit alustada - märgi see kui &" +#: glib/gmarkup.c:616 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Märgiviide '%-.*s' ei teisendu lubatud märgiks" +#: glib/gmarkup.c:654 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Avastati tühi olem '&'; lubatud olemid on: & " < > '" +#: glib/gmarkup.c:662 #, c-format msgid "Entity name '%-.*s' is not known" msgstr "Olemi nimi '%-.*s' on tundmatu" +#: glib/gmarkup.c:667 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -291,9 +393,11 @@ msgstr "" "Olem ei lõppenud semikooloniga; kõige tõenäolisemalt ei kavatsenud sa " "ampersandi kasutades olemit alustada - märgi see kui &" +#: glib/gmarkup.c:1014 msgid "Document must begin with an element (e.g. )" msgstr "Dokument peab algama elemendiga (nt: )" +#: glib/gmarkup.c:1054 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -301,6 +405,7 @@ msgid "" msgstr "" "Märk '%s' ei ole märgi '<' järel lubatud, see võib mitte olla elemendi nimi" +#: glib/gmarkup.c:1122 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -308,6 +413,7 @@ msgid "" msgstr "" "Veider märk '%s', elemendi '%s' lõpusildi lõpetamiseks oodatakse märki '>'" +#: glib/gmarkup.c:1206 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -315,6 +421,7 @@ msgstr "" "Veider märk '%1$s', pärast elemendi '%3$s' tunnust nimega '%2$s' oodatakse " "märki '='" +#: glib/gmarkup.c:1247 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -325,6 +432,7 @@ msgstr "" "sildi algust või lõppu, ühe võimalusena ka rekvisiiti. Võib-olla kasutad sa " "rekvisiidi nimes vigast märki?" +#: glib/gmarkup.c:1291 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -333,6 +441,7 @@ msgstr "" "Veider märk '%s', oodatakse võrdusmärgi järel tulevat jutumärki, mis aitaks " "rekvisiidile '%s' väärtust seada (element '%s')" +#: glib/gmarkup.c:1425 #, c-format msgid "" "'%s' is not a valid character following the characters ''" +#: glib/gmarkup.c:1472 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' on suletud, avatud elemente ei ole" +#: glib/gmarkup.c:1481 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' on suletud, kuid praegu avatud element on '%s'" +#: glib/gmarkup.c:1648 msgid "Document was empty or contained only whitespace" msgstr "Dokument on tühi või sisaldab ainult tühja ruumi" +#: glib/gmarkup.c:1662 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokument lõppes ootamatult ilma avatud nurksulgu '<' sulgemata" +#: glib/gmarkup.c:1670 glib/gmarkup.c:1715 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -371,6 +486,7 @@ msgstr "" "Dokument lõppes ootamatult ilma, et avatud elemente sulgemata - '%s' oli " "viimane avatud element" +#: glib/gmarkup.c:1678 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -379,15 +495,19 @@ msgstr "" "Dokument lõppes ootamatult, sildi <%s/> lõpetamiseks loodetakse näha " "nurksulgu" +#: glib/gmarkup.c:1684 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument lõppes ootamatult elemendi nime sees" +#: glib/gmarkup.c:1690 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument lõppes ootamatult rekvisiidi nime sees" +#: glib/gmarkup.c:1695 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokument lõppes ootamatult elemendi avamise sildi sees" +#: glib/gmarkup.c:1701 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -395,299 +515,390 @@ msgstr "" "Dokument lõppes ootamatult pärast rekvisiidi nime järel olevat võrdusmärki, " "rekvisiidi väärtus on puudu" +#: glib/gmarkup.c:1708 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument lõppes ootamatult keset attribuudi väärtust" +#: glib/gmarkup.c:1724 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokument lõppes ootamatult elementi '%s' sulgemissildi sees" +#: glib/gmarkup.c:1730 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Dokument lõppes ootamatult kommentaaride või töötlemis juhiste sees" +#: glib/gregex.c:131 msgid "corrupted object" msgstr "rikutud objekt" +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "sisemine viga või rikutud objekt" +#: glib/gregex.c:135 msgid "out of memory" msgstr "mälu lõppes" +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "tagasiviidete limiit saavutatud" +#: glib/gregex.c:152 glib/gregex.c:160 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:2096 msgid "internal error" msgstr "sisemine viga" +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "osaliste vastete otsimisel pole tingimuslikud tagasiviited toetatud" +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "suurim rekursioonide arv saavutatud" +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "töötsooni suurim tühjade alamstringide arv saavutatud" +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "vigane reavahetusmärgiste kombinatsioon" +#: glib/gregex.c:179 msgid "unknown error" msgstr "tundmatu viga" +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ mustri lõpus" +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c mustri lõpus" +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "\\ järel on tundmatu märk" +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "tõstumuutmise märgid (\\l, \\L, \\u, \\U) pole siin lubatud" +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "{} kvantori numbrid pole järjekorras" +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "{} kvantori number liiga suur" +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "märgiklassil puudub sulgev ]" +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "märgiklassis on vigane paojada" +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "märgiklassi vahemik pole järjekorras" +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "pole midagi korrata" +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "tundmatu märk pärast (?" +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "tundmatu märk pärast (?<" +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "tundmatu märk pärast (?P" +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX-i nimelised klassid on toetatud ainult klassi sees" +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "puudub lõpetav sulg )" +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") ilma algussuluta (" #. 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 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R või (?[+-]digits järel peab olema )" +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "viide olematule alammustrile" +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "kommentaari järel puudub sulg )" +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "regulaaravaldis on liiga suur" +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "tõrge mälu hankimisel" +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "tagasivaate esitus ei oma kindlat suurust" +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "vigane number või nimi pärast (?(" +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "tingimusgrupp sisaldab rohkem kui kahte haru" +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "(?( järel oodatakse esitust" +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "tundmatu POSIX-klassi nimi" +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX-i koondavad elemendid pole toetatud" +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "märgi väärtus \\x{...} jadas on liiga suur" +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "vigane tingimus (?(0)" +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C ei ole tagasivaate esituses lubatud" +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "rekursiivne kutsung võib jääda lõpmatusse tsüklisse" +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "alammustri nimes puudub katkestaja" +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "kaks nimelist alammustrit on sama nimega" +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "vigane \\P või \\p jada" +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "tundmatu omaduse nimi \\P või \\p järel" +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "alammustri nimi on liiga pikk (maksimaalselt 32 märki)" +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "liiga palju alammustreid (suurim lubatud arv on 10 000)" +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "kaheksandväärtus on suurem kui \\377" +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE grupp sisaldab rohkem kui ühte haru" +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "DEFINE grupi kordused pole lubatud" +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "NEWLINE võtmed pole kooskõlalised" +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "võtmele \\g ei järgne looksulgudes nimi või (soovi korral looksulgudes) " "nullist erinev number" +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "ootamatu kordus" +#: glib/gregex.c:342 msgid "code overflow" msgstr "koodi ületäitumine" +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "kompilaatori tööruumi ületäitumine" +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "varem kontrollitud viidatud alammustrid ei leitud" +#: glib/gregex.c:522 glib/gregex.c:1603 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Viga regulaaravaldise %s vastavuse otsimisel: %s" +#: glib/gregex.c:1094 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE teek on kompileeritud ilma UTF8 toeta" +#: glib/gregex.c:1103 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE teek on kompileeritud ilma UTF8 omaduste toeta" +#: glib/gregex.c:1157 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Viga regulaaravaldise %s kompileerimisel %d. märgi juures: %s" +#: glib/gregex.c:1193 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Viga regulaaravaldise %s optimeerimisel: %s" +#: glib/gregex.c:2031 msgid "hexadecimal digit or '}' expected" msgstr "oodati kuueteistkümnendsüsteemi numbrit või '}' märki" +#: glib/gregex.c:2047 msgid "hexadecimal digit expected" msgstr "oodati kuueteistkümnendsüsteemi numbrit" +#: glib/gregex.c:2087 msgid "missing '<' in symbolic reference" msgstr "puuduv '<' märgiviites" +#: glib/gregex.c:2096 msgid "unfinished symbolic reference" msgstr "lõpetamata märgiviide" +#: glib/gregex.c:2103 msgid "zero-length symbolic reference" msgstr "nullpikkusega märgiviide" +#: glib/gregex.c:2114 msgid "digit expected" msgstr "oodati numbrit" +#: glib/gregex.c:2132 msgid "illegal symbolic reference" msgstr "keelatud märgiviide" +#: glib/gregex.c:2194 msgid "stray final '\\'" msgstr "liigne lõpp '\\'" +#: glib/gregex.c:2198 msgid "unknown escape sequence" msgstr "tundmatu paojada" +#: glib/gregex.c:2208 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Viga asendusteksti \"%s\" parsimisel märgi %lu kohal: %s" +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Tsiteeritav tekst ei alga jutumärgiga" +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Vastavuseta jutumärk käsureal või kestprogrammi tsiteeritud tekstis" +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Tekst lõppes pärast '\\' märki. (Tekst on '%s')" +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Tekst lõppes enne kui leiti vastav jutumärk %c jaoks. (Tekst oli '%s')" +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "Tekst puudus (või sisaldas ainult tühja ruumi)" +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "Tõrge andmete lugemisel alamprotsessilt" +#: glib/gspawn-win32.c:300 glib/gspawn.c:1480 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Tõrge toru loomisel alamprotsessiga suhtlemiseks (%s)" +#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Tõrge alamprotsessi torust lugemisel (%s)" +#: glib/gspawn-win32.c:370 glib/gspawn.c:1346 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Tõrge kataloogi '%s' muutmisel (%s)" +#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495 #, c-format msgid "Failed to execute child process (%s)" msgstr "Tõrge alamprotsessi käivitamisel (%s)" +#: glib/gspawn-win32.c:445 #, c-format msgid "Invalid program name: %s" msgstr "Vigane programmi nimi: %s" +#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Vigane string argumendivektoris %d: %s" +#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312 #, c-format msgid "Invalid string in environment: %s" msgstr "Vigane string keskkonnamuutujates: %s" +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260 #, c-format msgid "Invalid working directory: %s" msgstr "Vigane töökataloog: %s" +#: glib/gspawn-win32.c:784 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Tõrge abiprogrammi käivitamisel (%s)" +#: glib/gspawn-win32.c:998 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -695,107 +906,137 @@ msgstr "" "Ootamatu viga, kui g_io_channel_win32_poll() funktsioon luges " "lapsprotsessilt andmeid" +#: glib/gspawn.c:190 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Tõrge andmete lugemisel alamprotsessilt (%s)" +#: glib/gspawn.c:329 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Ootamatu funktsiooni select() viga andmete lugemisel alamprotsessilt (%s)" +#: glib/gspawn.c:414 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Ootamatu viga funktsioonis waitpid() (%s)" +#: glib/gspawn.c:1206 #, c-format msgid "Failed to fork (%s)" msgstr "Viga poolitamisel funktsiooniga fork() (%s)" +#: glib/gspawn.c:1356 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Tõrge alamprotsessi \"%s\" käivitamisel (%s)" +#: glib/gspawn.c:1366 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Tõrge alamprotsessi sisendi või väljundi ümbersuunamisel (%s)" +#: glib/gspawn.c:1375 #, c-format msgid "Failed to fork child process (%s)" msgstr "Tõrge alamprotsessi poolitamisel funktsiooniga fork() (%s)" +#: glib/gspawn.c:1383 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Tundmatu viga alamprotsessi \"%s\" käivitamisel" +#: glib/gspawn.c:1407 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Tõrge piisavate andmete lugemisel lapsprotsessi torust (%s)" +#: glib/gutf8.c:1038 msgid "Character out of range for UTF-8" msgstr "Märk on väljaspool UTF-8 ulatust" +#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288 +#: glib/gutf8.c:1429 glib/gutf8.c:1525 msgid "Invalid sequence in conversion input" msgstr "Vigane jada sisendi teisendamisel" +#: glib/gutf8.c:1440 glib/gutf8.c:1536 msgid "Character out of range for UTF-16" msgstr "Märk on väljaspool UTF-16 ulatust" +#: glib/goption.c:755 msgid "Usage:" msgstr "Kasutamine:" +#: glib/goption.c:755 msgid "[OPTION...]" msgstr "[VÕTI...]" +#: glib/goption.c:861 msgid "Help Options:" msgstr "Abiteabe võtmed:" +#: glib/goption.c:862 msgid "Show help options" msgstr "Abiteabe võtmete näitamine" +#: glib/goption.c:868 msgid "Show all help options" msgstr "Kõikide abiteabe võtmete näitamine" +#: glib/goption.c:930 msgid "Application Options:" msgstr "Rakenduse võtmed:" +#: glib/goption.c:992 glib/goption.c:1062 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Täisarvulist väärtust '%s' pole võimalik %s jaoks parsida" +#: glib/goption.c:1002 glib/goption.c:1070 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Täisarv '%s' %s jaoks on väljaspool lubatud piire" +#: glib/goption.c:1027 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Arvväärtust '%s' pole võimalik %s jaoks parsida" +#: glib/goption.c:1035 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Arv '%s' %s jaoks on väljaspool lubatud piire" +#: glib/goption.c:1298 glib/goption.c:1377 #, c-format msgid "Error parsing option %s" msgstr "Viga võtme parsimisel: %s" +#: glib/goption.c:1408 glib/goption.c:1522 #, c-format msgid "Missing argument for %s" msgstr "Puuduv argument %s'i jaoks" +#: glib/goption.c:1917 #, c-format msgid "Unknown option %s" msgstr "Tundmatu võti %s" +#: glib/gkeyfile.c:362 msgid "Valid key file could not be found in search dirs" msgstr "Sobivat võtmefaili pole võimalik otsingukataloogidest leida" +#: glib/gkeyfile.c:397 msgid "Not a regular file" msgstr "Pole tavaline fail" +#: glib/gkeyfile.c:405 msgid "File is empty" msgstr "Fail on tühi" +#: glib/gkeyfile.c:764 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -803,43 +1044,55 @@ msgstr "" "Võtmefail sisaldab rida '%s', mis ei ole võti-väärtus paar, grupp ega ka " "kommentaar" +#: glib/gkeyfile.c:824 #, c-format msgid "Invalid group name: %s" msgstr "Vigane grupi nimi: %s" +#: glib/gkeyfile.c:846 msgid "Key file does not start with a group" msgstr "Võtmefail ei alga grupiga" +#: glib/gkeyfile.c:872 #, c-format msgid "Invalid key name: %s" msgstr "Vigane võtme nimi: %s" +#: glib/gkeyfile.c:899 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Võtmefail sisaldab toetamata kodeeringut '%s'" +#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506 +#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840 +#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241 #, c-format msgid "Key file does not have group '%s'" msgstr "Võtmefail ei sisalda gruppi '%s'" +#: glib/gkeyfile.c:1289 #, c-format msgid "Key file does not have key '%s'" msgstr "Võtmefail ei sisalda võtit '%s'" +#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511 #, 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:1416 glib/gkeyfile.c:1910 #, 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:1531 #, c-format msgid "" "Key file contains key '%s' which has a value that cannot be interpreted." msgstr "Võtmefail sisaldab võtit '%s', mille väärtust pole võimalik kasutada." +#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -848,120 +1101,163 @@ msgstr "" "Võtmefail sisaldab võtit '%s' grupis '%s' aga selle väärtust pole võimalik " "kasutada" +#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252 #, 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:3486 msgid "Key file contains escape character at end of line" msgstr "Võtmefail sisaldab rea lõpus paomärki" +#: glib/gkeyfile.c:3508 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Võtmefail sisaldab vigast paojada '%s'" +#: glib/gkeyfile.c:3650 #, 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:3664 #, c-format msgid "Integer value '%s' out of range" msgstr "Täisarvu väärtus '%s' on väljaspool lubatud piire" +#: glib/gkeyfile.c:3697 #, 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:3721 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Väärtust '%s' pole võimalik tõeväärtusena kasutada." +#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 +#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%s-le edastati liiga suur loendi väärtus" +#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Voog on juba suletud" +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 +#: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Operatsioon tühistati" +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "Tundmatu tüüp" +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "%s failitüüp" +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "%s tüüp" +#: gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" msgstr "Ootamatult varajane voolõpp" +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nimeta" +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Töölauafail ei määra Exec-välja" +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" "Rakenduse käivitamiseks vajalikku terminalprogrammi pole võimalik leida" +#: gio/gdesktopappinfo.c:1113 #, 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:1117 #, 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:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Kasutaja töölauafaili %s pole võimalik luua" +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s oma definitsioon" +#: gio/gdrive.c:409 msgid "drive doesn't implement eject" msgstr "seade ei toeta väljastamist" #. Translators: This is an error #. * message for drive objects that #. * don't implement any of eject or eject_with_operation. +#: gio/gdrive.c:489 msgid "drive doesn't implement eject or eject_with_operation" msgstr "seade ei toeta ei väljastamist ega väljastamist koos operatsiooniga" +#: gio/gdrive.c:566 msgid "drive doesn't implement polling for media" msgstr "seade ei toeta meediumi olemasolu pärimist" +#: gio/gdrive.c:771 msgid "drive doesn't implement start" msgstr "seade ei toeta käivitamist" +#: gio/gdrive.c:873 msgid "drive doesn't implement stop" msgstr "seade ei toeta seiskamist" +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "GEmblem'i kodeeringu versioonid %d pole võimalik käsitseda" +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "Vigane märgiste arv (%d) GEmblem'i kodeeringus" +#: gio/gemblemedicon.c:296 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "GEmblemedIcon'i kodeeringu versiooni %d pole võimalik käsitseda" +#: gio/gemblemedicon.c:306 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "Vigane märgiste arv (%d) GEmblemedIcon'i kodeeringus" +#: gio/gemblemedicon.c:329 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Oodati GEmblem'i GEmblemedIcon'i jaoks" +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 +#: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operatsioon ei ole toetatud" @@ -973,95 +1269,128 @@ 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:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Sisalduvat haaget pole olemas" +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Kataloogi peale pole võimalik kopeerida" +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Kataloogi pole võimalik kataloogi peale kopeerida" +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Sihtfail on olemas" +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Kataloogi pole võimalik rekursiivselt kopeerida" +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Erifaili pole võimalik kopeerida" +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Määrati vigane nimeviida väärtus" +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Prügikast pole toetatud" +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Failinimed ei tohi sisaldada märki '%c'" +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "köide ei toeta haakimist" +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Selle faili käsitlemiseks pole rakendust registreeritud" +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "Nummerdaja on suletud" +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "Failide nummerdajat kasutatakse väljastpoolt" +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "Failinummerdaja on juba suletud" +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "GFileIcon'i kodeeringu versioonid %d pole võimalik käsitseda" +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "Vigaselt vormindatud andmed GFileIcon'i jaoks" +#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422 +#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170 +#: gio/gfileoutputstream.c:525 msgid "Stream doesn't support query_info" msgstr "Voog ei toeta query_info't" +#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389 +#: gio/gfileoutputstream.c:383 msgid "Seek not supported on stream" msgstr "Voogu pole võimalik kerida" +#: gio/gfileinputstream.c:381 msgid "Truncate not allowed on input stream" msgstr "Sisendvoo kärpimine pole lubatud" +#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459 msgid "Truncate not supported on stream" msgstr "Andmevoo kärpimine pole toetatud" +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Vale arv märgiseid (%d)" +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "Klassinimel %s puudub tüüp" +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "Tüüp %s ei toeta GIcon liidest" +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "Liik %s pole klassifitseeritud" +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "Vigaselt vormindatud versiooninumber: %s" +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "Tüüp %s ei toeta from_tokens() funktsiooni GIcon liidese jaoks" +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "Antud ikooni kodeerimise versiooni pole võimalik käsitseda" +#: gio/ginputstream.c:195 msgid "Input stream doesn't implement read" msgstr "Sisendvoog ei toeta lugemist" @@ -1071,467 +1400,614 @@ msgstr "Sisendvoog ei toeta lugemist" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Voogu juba kasutatakse väljastpoolt" +#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199 +#: gio/gunixsocketaddress.c:174 msgid "Not enough space for socket address" msgstr "Sokliaadressi jaoks ei ole piisavalt vaba ruumi" +#: gio/ginetsocketaddress.c:212 msgid "Unsupported socket address" msgstr "Toetamata sokliaadress" +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Vaikimisi kohaliku kataloogimonitori liiki pole võimalik leida" +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Vigane failinimi %s" +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Viga failisüsteemi andmete hankimisel: %s" +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Juurkataloogi nime pole võimalik muuta" +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Viga faili nime muutmisel: %s" +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Faili pole võimalik ümber nimetada, failinimi on juba olemas" +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 +#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 +#: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Vigane failinimi" +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Viga avamisel: %s" +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Kataloogi pole võimalik avada" +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Viga faili eemaldamisel: %s" +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Viga faili prügikasti viskamisel: %s" +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Prügikataloogi %s pole võimalik luua: %s" +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Prügikasti ülemise taseme kataloogi pole võimalik leida" +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Prügikasti kataloogi pole võimalik leida või luua" +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Prügiinfo faili pole võimalik luua: %s" +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Faili pole võimalik prügikasti visata: %s" +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Viga kataloogi loomisel: %s" +#: gio/glocalfile.c:2151 #, c-format msgid "Filesystem does not support symbolic links" msgstr "Failisüsteem ei toeta nimeviitasid" +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Viga nimeviida loomisel: %s" +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Viga faili ümbertõstmisel: %s" +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Kataloogi pole võimalik kataloogi peale liigutada" +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 +#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 +#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Tõrge varufaili loomisel" +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Viga sihtfaili eemaldamisel: %s" +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Erinevate haakeseadmete vahel liigutamine pole toetatud" +#: gio/glocalfileinfo.c:721 msgid "Attribute value must be non-NULL" msgstr "Rekvisiidi väärtus ei tohi olla NULL" +#: gio/glocalfileinfo.c:728 msgid "Invalid attribute type (string expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse stringi)" +#: gio/glocalfileinfo.c:735 msgid "Invalid extended attribute name" msgstr "Vigane laiendatud rekvisiidi nimi" +#: gio/glocalfileinfo.c:775 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Viga laiendatud rekvisiidi '%s' seadmisel: %s" +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Viga faili '%s' kohta andmete hankimisel: %s" +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (vigane kodeering)" +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Viga failideskriptori kohta andmete hankimisel: %s" +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint32)" +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint64)" +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse baitstringi)" +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Nimeviitadele pole võimalik pääsuõiguseid määrata" +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Viga pääsuõiguste määramisel: %s" +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Viga omaniku seadmisel: %s" +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "nimeviit ei tohi olla NULL" +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Viga nimeviida seadmisel: %s" +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "Viga nimeviida seadmisel: fail pole nimeviide" +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Viga muutmise või kasutamise aja määramisel: %s" +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinuxi kontekst ei tohi olla NULL" +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Viga SELinuxi konteksti seadmisel: %s" +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux pole selles süsteemis lubatud" +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Rekvisiidi %s seadmine pole toetatud" +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Viga failist lugemisel: %s" +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Viga faili kerimisel: %s" +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Viga faili sulgemisel: %s" +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Failimonitori vaikimisi tüüpi pole võimalik leida" +#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:722 #, c-format msgid "Error writing to file: %s" msgstr "Viga faili kirjutamisel: %s" +#: gio/glocalfileoutputstream.c:262 #, c-format msgid "Error removing old backup link: %s" msgstr "Viga vana varuviite eemaldamisel: %s" +#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289 #, c-format msgid "Error creating backup copy: %s" msgstr "Viga varukoopia loomisel: %s" +#: gio/glocalfileoutputstream.c:307 #, c-format msgid "Error renaming temporary file: %s" msgstr "Viga ajutise faili nime muutmisel: %s" +#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056 #, c-format msgid "Error truncating file: %s" msgstr "Viga faili kärpimisel: %s" +#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794 +#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136 #, c-format msgid "Error opening file '%s': %s" msgstr "Viga faili '%s' avamisel: %s" +#: gio/glocalfileoutputstream.c:825 msgid "Target file is a directory" msgstr "Sihtfail on kataloog" +#: gio/glocalfileoutputstream.c:830 msgid "Target file is not a regular file" msgstr "Sihtfail pole tavaline fail" +#: gio/glocalfileoutputstream.c:842 msgid "The file was externally modified" msgstr "Faili muudeti väljaspool" +#: gio/glocalfileoutputstream.c:1021 #, c-format msgid "Error removing old file: %s" msgstr "Viga vana faili eemaldamisel: %s" +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553 msgid "Invalid GSeekType supplied" msgstr "Pakutud GSeekType pole sobiv" +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563 msgid "Invalid seek request" msgstr "Sobimatu kerimise päring" +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream'i pole võimalik kärpida" +#: gio/gmemoryoutputstream.c:290 msgid "Reached maximum data array limit" msgstr "Masiivi suurima suuruse piir ületati" +#: gio/gmemoryoutputstream.c:325 msgid "Memory output stream not resizable" msgstr "Mäluväljundi voo suurus pole muudetav" +#: gio/gmemoryoutputstream.c:341 msgid "Failed to resize memory output stream" msgstr "Mäluväljundi voo suuruse muutmine nurjus" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "haage ei toeta lahtihaakimist" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "haage ei toeta väljastamist" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "haage ei toeta ei lahtihaakimist ega lahtihaakimist koos toiminguga" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "haage ei toeta ei väljastamist ega väljastamist koos toiminguga" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "haage ei toeta taashaakimist" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "haage ei toeta sisuliigi arvamist" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "haage ei toeta sünkroonset sisutüübi arvamist" +#: gio/gnetworkaddress.c:295 #, c-format msgid "Hostname '%s' contains '[' but not ']'" msgstr "Hostinimi '%s' sisaldab '[' aga mitte ']'" +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Väljundvoog ei toeta kirjutusoperatsiooni" +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Lähtevoog on juba suletud" +#: gio/gresolver.c:736 #, c-format msgid "Error resolving '%s': %s" msgstr "Viga '%s' lahendamisel: %s" +#: gio/gresolver.c:786 #, c-format msgid "Error reverse-resolving '%s': %s" msgstr "Viga '%s' pöördlahendamisel: %s" +#: gio/gresolver.c:821 gio/gresolver.c:899 #, c-format msgid "No service record for '%s'" msgstr "'%s' teenuskirje puudub" +#: gio/gresolver.c:826 gio/gresolver.c:904 #, c-format msgid "Temporarily unable to resolve '%s'" msgstr "Ajutiselt ei suudeta '%s' lahendada" +#: gio/gresolver.c:831 gio/gresolver.c:909 #, c-format msgid "Error resolving '%s'" msgstr "Viga '%s' lahendamisel" +#: gio/gsocket.c:277 msgid "Invalid socket, not initialized" msgstr "Vigane sokkel, käivitamata" +#: gio/gsocket.c:284 #, c-format msgid "Invalid socket, initialization failed due to: %s" msgstr "Vigane sokkel, käivitamine nurjus kuna: %s" +#: gio/gsocket.c:292 msgid "Socket is already closed" msgstr "Sokkel on juba suletud" +#: gio/gsocket.c:405 #, c-format msgid "creating GSocket from fd: %s" msgstr "GSocketi loomine fd-st: %s" +#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911 #, c-format msgid "Unable to create socket: %s" msgstr "Soklit pole võimalik luua: %s" +#: gio/gsocket.c:439 msgid "Unknown protocol was specified" msgstr "Etteantud protokoll on tundmatu" +#: gio/gsocket.c:758 msgid "Cancellable initialization not supported" msgstr "Tühistatav käivitamine ei ole toetatud" +#: gio/gsocket.c:1112 #, c-format msgid "could not get local address: %s" msgstr "kohalikku aadressi ei suudeta määrata: %s" +#: gio/gsocket.c:1145 #, c-format msgid "could not get remote address: %s" msgstr "kaugaadressi ei suudeta määrata: %s" +#: gio/gsocket.c:1203 #, c-format msgid "could not listen: %s" msgstr "pole võimalik kuulata: %s" +#: gio/gsocket.c:1277 #, c-format msgid "Error binding to address: %s" msgstr "Viga aadressile sidumisel: %s" +#: gio/gsocket.c:1397 #, c-format msgid "Error accepting connection: %s" msgstr "Viga ühendusega nõustumisel: %s" +#: gio/gsocket.c:1510 msgid "Error connecting: " msgstr "Viga ühendumisel: " +#: gio/gsocket.c:1514 msgid "Connection in progress" msgstr "Ühendumise edenemine" +#: gio/gsocket.c:1519 #, c-format msgid "Error connecting: %s" msgstr "Viga ühendumisel: %s" +#: gio/gsocket.c:1559 #, c-format msgid "Unable to get pending error: %s" msgstr "Aktiivset viga pole võimalik saada: %s" +#: gio/gsocket.c:1655 #, c-format msgid "Error receiving data: %s" msgstr "Viga andmete vastuvõtmisel: %s" +#: gio/gsocket.c:1798 #, c-format msgid "Error sending data: %s" msgstr "Viga andmete saatmisel: %s" +#: gio/gsocket.c:1990 #, c-format msgid "Error closing socket: %s" msgstr "Viga sokli sulgemisel: %s" +#: gio/gsocket.c:2475 #, c-format msgid "Waiting for socket condition: %s" msgstr "Sokli ülesseadmise ootamine: %s" +#: gio/gsocket.c:2714 gio/gsocket.c:2795 #, c-format msgid "Error sending message: %s" msgstr "Viga sõnumi saatmisel: %s" +#: gio/gsocket.c:2739 msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage pole windows-platvormil toetatud" +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Viga sõnumi vastuvõtmisel: %s" +#: gio/gsocketclient.c:521 gio/gsocketclient.c:770 msgid "Unknown error on connect" msgstr "Tundmatu viga ühendumisel" +#: gio/gsocketlistener.c:192 msgid "Listener is already closed" msgstr "Kuulaja on juba suletud" +#: gio/gsocketlistener.c:233 msgid "Added socket is closed" msgstr "Lisatud sokkel on suletud" +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "GThemedIcon kodeeringu versiooni %d pole võimalik käsitseda" +#: gio/gunixconnection.c:151 #, c-format msgid "Expecting 1 control message, got %d" msgstr "Eeldati ühte kontrollsõnumit, aga saadi %d" +#: gio/gunixconnection.c:164 msgid "Unexpected type of ancillary data" msgstr "Ootamatu kõrvalteabe tüüp" +#: gio/gunixconnection.c:182 #, c-format msgid "Expecting one fd, but got %d\n" msgstr "Eeldati ühte fd-d, aga saadi %d\n" +#: gio/gunixconnection.c:198 msgid "Received invalid fd" msgstr "Saadi vigane fd" +#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374 +#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439 #, c-format msgid "Error reading from unix: %s" msgstr "Viga unix'ist lugemisel: %s" +#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589 +#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545 #, c-format msgid "Error closing unix: %s" msgstr "Viga unix'i sulgemisel: %s" +#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883 msgid "Filesystem root" msgstr "Failisüsteemi juurikas" +#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361 #, c-format msgid "Error writing to unix: %s" msgstr "Viga unix'isse kirjutamisel: %s" +#: gio/gunixsocketaddress.c:182 msgid "Abstract unix domain socket addresses not supported on this system" msgstr "" "Abstraktse unix-domeeni sokliaadressid ei ole sellel süsteemil toetatud" +#: gio/gvolume.c:452 msgid "volume doesn't implement eject" msgstr "kõide ei toeta lahtihaakimist" #. Translators: This is an error #. * message for volume objects that #. * don't implement any of eject or eject_with_operation. +#: gio/gvolume.c:531 msgid "volume doesn't implement eject or eject_with_operation" msgstr "köide ei toeta haakimist või haakimist koos tegevusega" +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "Rakendust pole võimalik leida" +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "Viga rakenduse käivitamisel: %s" +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "URI-d ei ole toetatud" +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "seose muutmine pole win32 keskkonnas toetatud" +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "Seose loomine pole win32 keskkonnas toetatud" diff --git a/po/eu.po b/po/eu.po index dd98ea2..7e56c64 100644 --- a/po/eu.po +++ b/po/eu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-02 18:19+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" @@ -91,70 +91,70 @@ msgstr "'%s' izeneko aplikaziorik ez du erregistratu laster-markarik '%s'(e)n" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Huts egin du '%s' exekuzioko lerroa '%s' URIarekin hedatzean" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' karaktere-multzoa '%s' bihurtzea ez da onartzen" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ezin izan da '%s'(e)tik %s(e)rako bihurtzailea ireki" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Byten sekuentzia baliogabea bihurketa-sarreran" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Errorea bihurtzean: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Karaktere-sekuentzia partziala sarreraren amaieran" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ezin da '%s' atzerapena '%s' kode-multzo bihurtu" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "'%s' URIa ez da \"fitxategi\"-eskema erabiltzen duen URI absolutua" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "'%s' URI baliogabea da" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "'%s' URIaren ostalari-izena baliogabea da" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "'%s' URIak ihes-karaktere baliogabeak ditu" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' bide-izena ez da bide-izen absolutua" # -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Ostalari-izen baliogabea" @@ -163,130 +163,145 @@ msgstr "Ostalari-izen baliogabea" msgid "Error opening directory '%s': %s" msgstr "Errorea '%s' direktorioa irekitzean: %s " -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ezin izan dira %lu byte esleitu \"%s\" fitxategia irakurtzeko" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Errorea '%s' fitxategia irakurtzean: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "\"%s\" fitxategia handiegia da" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Ezin izan da '%s' fitxategitik irakurri: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Ezin izan da '%s' fitxategia ireki: %s " -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Ezin izan dira '%s' fitxategiko atributuak lortu, fstat() funtzioak huts " "egin du: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "" "Ezin izan da '%s' fitxategia ireki, fdopen() funtzioak huts egin du: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Ezin izan da '%s' fitxategia '%s' gisa berrizendatu, g_rename() funtzioak " "huts egin du: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Ezin izan da '%s' fitxategia sortu: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Ezin izan da '%s' fitxategia idazteko ireki, fdopen() funtzioak huts egin " "du: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "" "Ezin izan da '%s' fitxategia idatzi, fwrite() funtzioak huts egin du: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "" "Huts egin du '%s' fitxategia idaztean: fflush() funtzioak huts egin du: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "" "Huts egin du '%s' fitxategia idaztean: fsync() funtzioak huts egin du: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Ezin izan da '%s' fitxategia itxi, fclose() funtzioak huts egin du: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "'%s' fitxategia ezin izan da kendu, g_unlik() funtzioak huts egin du: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s' txantiloia baliogabea da, ez luke '%s' eduki behar" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' txantiloiak ez dauka: XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Esteka sinbolikoak ez dira onartzen" @@ -554,7 +569,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "barneko errorea" @@ -1155,17 +1170,17 @@ msgstr "'%s' balioa ezin da bolear gisa interpretatu" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Zenbaketaren balio handiegia honi pasatuta: %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Korrontea jadanik itxita dago" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Eragiketa bertan behera utzi da" @@ -1188,35 +1203,35 @@ msgstr "%s mota" msgid "Unexpected early end-of-stream" msgstr "Ustekabeko korronte-amaiera azkarregia" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Izenbagea" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Mahaigaineko fitxategiak ez du Exec eremua zehaztu" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Ezin izan da aplikazioak eskatzen duen terminala aurkitu" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Ezin da erabiltzailearen mahaigaineko %s fitxategia sortu" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s(r)en definizio pertsonalizatua" @@ -1268,13 +1283,13 @@ msgstr "Gaizki osatutako token kopurua (%d) GEmblemedIcon kodeketan" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblen espero zen GEmblemedIcon-entzako" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Eragiketa ez dago onartuta" @@ -1287,49 +1302,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Ontziaren muntaia ez da existitzen" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Ezin da direktorioaren gainean kopiatu" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Ezin da direktorioa kopiatu direktorio gainean" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Helburuko fitxategia existitzen da" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Ezin da direktorioa errekurtsiboki kopiatu" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Ezin da fitxategi berezia kopiatu" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Esteka sinbolikoaren baliogabeko balioa eman da" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Zakarrontzira botatzea ez dago onartuta" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Fitxategi-izenek ezin dute '%c' eduki" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "bolumenak ez dauka muntatzea inplementatuta" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Ez da aplikaziorik erregistratu fitxategi hau kudeatzeko" @@ -1418,7 +1433,7 @@ msgstr "Sarrerako korronteak ez dauka irakurtzea inplementatuta" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Korronteak eragiketa bat du lanean" @@ -1431,116 +1446,121 @@ msgstr "Ez dago nahikoa lekurik socket helbideentzako" msgid "Unsupported socket address" msgstr "Onartu gabeko socket helbidea" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Ezin da lokaleko direktorio lehenetsiaren monitorizazio mota aurkitu" # -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "%s fitxategi-izen baliogabea" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Errorea fitxategi-sistemako informazioa lortzean: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Ezin da erroko direktorioa izenez aldatu" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Errorea fitxategia izenez aldatzean: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Ezin da fitxategia izenez aldatu, fitxategi-izena badago lehendik ere" # -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Fitxategi-izen baliogabea" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Errorea fitxategia irekitzean: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Ezin da direktorioa ireki" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Errorea fitxategia kentzean: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Errorea fitxategia zakarrontzira botatzean: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ezin izan da zakarrontziaren '%s' direktorioa sortu: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Ezin da zakarrontziaren goi-mailako direktorioa aurkitu" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Ezin da zakarrontziaren direktorioa aurkitu edo sortu" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Ezin da zakarrontziaren informazio-fitxategia sortu: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Ezin da fitxategia zakarrontzira bota: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Errorea direktorioa sortzean: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Errorea esteka sinbolikoa sortzean: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Errorea fitxategia lekuz aldatzean: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Ezin da direktorioa lekuz aldatu direktorioaren gainera" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Huts egin du babeskopia sortzean" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Errorea helburuko fitxategia kentzean: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Muntaien artean lekuz aldatzea ez dago onartuta" @@ -1561,103 +1581,103 @@ msgstr "Atributu hedatuaren izen baliogabea" msgid "Error setting extended attribute '%s': %s" msgstr "Errorea '%s' atributu hedatua ezartzean: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Errorea '%s' fitxategiaren egoera irakurtzean: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (baliogabeko kodeketa)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Errorea fitxategiaren deskriptorearen egoera irakurtzean: %s " -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Baliogabeko atributu mota (uint32 espero zen)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Baliogabeko atributu mota (uint64 espero zen)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Baliogabeko atributu mota (byte katea espero zen)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Ezin da baimenik ezarri esteka sinbolikoetan" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Errorea baimenak ezartzean: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Errorea jabea ezartzean: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "esteka sinbolikoak NULL-en desberdina izan behar du" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Errorea esteka sinbolikoa ezartzean: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" "Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Errorea eraldaketa edo atzipen ordua ezartzean: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux testuinguruak NULL-en desberdina izan behar du" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Errorea SELinux testuingurua ezartzean: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux ez dago gaituta sistema honetan" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "%s atributuaren ezarpena ez dago onartuta" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Errorea fitxategitik irakurtzean: %s " -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Errorea fitxategian bilatzean: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Errorea fitxategia ixtean: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Ezin da lokaleko fitxategi lehenetsiaren monitorizazio mota aurkitu" @@ -1739,22 +1759,25 @@ msgstr "Huts egin du memoriaren irteeraren korrontea tamainaz aldatzean" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "muntaiak ez dauka desmuntatzea inplementatuta" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "muntaiak ez dauka 'egotzi' inplementatuta" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "muntaiak ez dauka 'desmuntatzea' edo 'desmuntatu eragiketarekin' " "inplementatuta" @@ -1762,28 +1785,30 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "muntaiak ez dauka 'egotzi' edo 'egotzi eragiketarekin' inplementatuta" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "muntaiak ez dauka birmuntaketa inplementatuta" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "muntaiak ez dauka eduki mota sinkronoa asmatzea inplementatuta" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "muntaiak ez dauka eduki mota sinkronoa asmatzea inplementatuta" @@ -1792,11 +1817,11 @@ msgstr "muntaiak ez dauka eduki mota sinkronoa asmatzea inplementatuta" msgid "Hostname '%s' contains '[' but not ']'" msgstr "'%s' ostalariak '['baina ez']' dauka" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Irteerako korronteak ez dauka idaztea inplementatuta" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Iturburuko korrontea jadanik itxi da" @@ -1928,7 +1953,7 @@ msgstr "Errorea mezua bidaltzean: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage ez da windows sisteman onartzen" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Errorea mezua jasotzean: %s" diff --git a/po/fa.po b/po/fa.po index cc24df6..3383e28 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2006-09-04 18:36+0330\n" "Last-Translator: Roozbeh Pournader \n" "Language-Team: Persian\n" @@ -86,69 +86,69 @@ msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎% msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "خواندن پیوند نمادی «‎%s» شکست خورد: %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "تبدیل از مجموعه‌نویسهٔ «%s» به «%s» پشتیبانی نمی‌شود" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "نمی‌توان مبدل «%s» به «%s» را باز کرد" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "دنبالهٔ بایتی نامعتبر در ورودی تبدیل" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "خطا در حین تبدیل: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "دنباله نویسهٔ ناتمام در انتهای ورودی" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "نمی‌توان عقب‌نشینی «%s» را به مجموعه کد «%s» تبدیل کرد" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "نشانی «‎%s» یک نشانی اینترنتی مطلق با شِمای «پرونده» نیست" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "نشانی پروندهٔ محلی «‎%s» نمی‌تواند «#» داشته باشد" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "نشانی اینترنتی «%s» نامعتبر است" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "نام میزبان نشانی اینترنتی «‎%s» نامعتبر است" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "نشانی اینترنتی «‎%s» نویسه‌های گریختهٔ نامعتبر دارد" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "نام مسیر «‎%s» یک مسیر مطلق نیست" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "نام میزبان نامعتبر" @@ -157,119 +157,134 @@ msgstr "نام میزبان نامعتبر" msgid "Error opening directory '%s': %s" msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "نمی‌توان %Ilu بایت برای خواندن پروندهٔ «‎%s» تخصیص داد" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "خواندن از پروندهٔ «‎%s» شکست خورد: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "باز کردن پروندهٔ «‎%s» شکست خورد: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "گرفتن مشخصه‌های پروندهٔ «‎%s» شکست خورد: fstat()‎ شکست خورد: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "باز کردن پروندهٔ «‎%s» شکست خورد: fdopen()‎ شکست خورد: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "تغییر دادن نام پروندهٔ «‎%s» به «‎%s» شکست خورد: g_rename()‎ شکست خورد: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "باز کردن پروندهٔ «‎%s» برای نوشتن شکست خورد: fdopen()‎ شکست خورد: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "نوشتن پروندهٔ «‎%s» شکست خورد: fdwrite()‎ شکست خورد: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "نوشتن پروندهٔ «‎%s» شکست خورد: fdwrite()‎ شکست خورد: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "نوشتن پروندهٔ «‎%s» شکست خورد: fdwrite()‎ شکست خورد: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "بستن پروندهٔ «‎%s» شکست خورد: fclose()‎ شکست خورد: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "نمی‌توان پروندهٔ موجود «‎%s» را جذف کرد: g_unlink() شکست خورد: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "قالب «%s» نامعتبر است، نباید «%s» داشته باشد" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "قالب «%s» حاوی XXXXXX نیست" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "خواندن پیوند نمادی «‎%s» شکست خورد: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" @@ -528,7 +543,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1120,17 +1135,17 @@ msgstr "مقدار «%s» را نمی‌توان به مقدار بولی تفس #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1154,34 +1169,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1233,13 +1248,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1253,50 +1268,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 #, fuzzy msgid "No application is registered as handling this file" msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎%s» ثبت نکرده است" @@ -1386,7 +1401,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1399,115 +1414,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "نام برنامهٔ نامعتبر: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "نام میزبان نامعتبر" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "خواندن پیوند نمادی «‎%s» شکست خورد: %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "خطا در تجزیهٔ گزینهٔ %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1529,103 +1549,103 @@ msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام ی msgid "Error setting extended attribute '%s': %s" msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "خطا در سطر %Id:‏ %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1708,49 +1728,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1759,11 +1779,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1897,7 +1917,7 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" diff --git a/po/fi.po b/po/fi.po index 866f482..8d9055c 100644 --- a/po/fi.po +++ b/po/fi.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-12 19:10+0300\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" @@ -90,69 +90,69 @@ msgstr "Sovellus nimeltä ”%s” ei rekisteröinyt kirjanmerkkiä kohteelle msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Suoritettavaa riviä ”%s” ei voitu laajentaa URI:lla ”%s”" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Muunnos merkistöstä ”%s” merkistöön ”%s” ei ole tuettu" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Muunninta merkistöstä ”%s” merkistöön ”%s” ei voitu avata" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Virheellinen tavusarja muunnettavassa syötteessä" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Virhe muunnoksen aikana: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Osittainen tavusarja syötteen lopussa" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Koodausmerkkijonoa ”%s” ei voi muuntaa merkistöön ”%s”" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI ”%s” ei ole absoluuttinen URI ”file”-muodossa" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Paikallinen tiedosto-URI ”%s” ei saa sisältää merkkiä ”#”" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI ”%s” on virheellinen" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI:n ”%s” isäntänimi on virheellinen" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI ”%s” sisältää virheellisesti suojattuja merkkejä" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Polku ”%s” ei ole absoluuttinen" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Virheellinen isäntänimi" @@ -161,125 +161,140 @@ msgstr "Virheellinen isäntänimi" msgid "Error opening directory '%s': %s" msgstr "Virhe hakemiston ”%s” avaamisessa: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ei voitu varata %lu tavua muistia tiedoston ”%s” lukemiseksi" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Virhe tiedoston ”%s” lukemisessa: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Tiedosto ”%s” on liian suuri" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Tiedoston ”%s” lukeminen epäonnistui: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Tiedoston ”%s” avaaminen epäonnistui: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Tiedoston ”%s” ominaisuuksien lukeminen epäonnistui: fstat() epäonnistui: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Tiedoston ”%s” avaaminen epäonnistui: fdopen() epäonnistui: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Tiedoston ”%s” uudelleen nimeäminen nimelle ”%s” epäonnistui: g_rename() " "epäonnistui: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Tiedoston ”%s” luominen epäonnistui: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Tiedoston ”%s” avaaminen kirjoitettavaksi epäonnistui: fdopen() epäonnistui: " "%s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Tiedoston ”%s” kirjoittaminen epäonnistui: fwrite() epäonnistui: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Tiedoston ”%s” kirjoittaminen epäonnistui: fflush() epäonnistui: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Tiedoston ”%s” kirjoittaminen epäonnistui: fsync() epäonnistui: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Tiedoston ”%s” sulkeminen epäonnistui: fclose() epäonnistui: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Olemassa olevan tiedoston ”%s” poisto epäonnistui: g_unlink epäonnistui: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Malli ”%s” on virheellinen, se ei saa sisältää merkkijonoa ”%s”" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Malli ”%s” ei sisällä merkkijonoa XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u tavu" msgstr[1] "%u tavua" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f kt" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f Mt" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f Gt" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f kt" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f kt" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f kt" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Symbolisen linkin ”%s” lukeminen epäonnistui: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Symbolisia linkkejä ei tueta" @@ -542,7 +557,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "sisäinen virhe" @@ -1136,17 +1151,17 @@ msgstr "Arvoa ”%s” ei voida tulkita totuusarvoksi." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Liian suuri laskuriarvo välitetty kohteelle %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Virta on jo suljettu" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Toiminto oli peruttu" @@ -1169,34 +1184,34 @@ msgstr "%s-tyyppi" msgid "Unexpected early end-of-stream" msgstr "Odottamaton aikainen virran loppu" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nimeämätön" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Työpöytätiedosto ei määrittele Exec-kenttää" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Sovelluksen vaatimaa päätettä ei löydy" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, 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:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Oma määrittely kohteelle %s" @@ -1248,13 +1263,13 @@ msgstr "Virheellinen määrä tunnisteita (%d) GEmblemedIcon-koodauksessa" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Oletettiin GEmblen kohteelle GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Toiminto ei ole tuettu" @@ -1267,49 +1282,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Yllä olevaa liitospistettä ei löydy" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Kansion päälle ei voi kopioida" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Kansiota ei voi kopioida kansion päälle" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Kohdetiedosto on olemassa" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Kansiota ei voi kopioida rekursiivisesti" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Erikoistiedostoa ei voi kopioida" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Saatiin virheellinen symbolisen linkin arvo" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Roskakori ei ole tuettu" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Tiedostonimi ei voi sisältää merkkiä ”%c”" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "taltio ei toteuta liittämistä" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Tiedoston käsittelyyn ei ole rekisteröity mitään sovellusta" @@ -1398,7 +1413,7 @@ msgstr "Syötevirta ei toteuta lukua" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Virrassa on toiminto odottamassa" @@ -1411,114 +1426,119 @@ msgstr "Pistokeosoitteelle ei ole tarpeeksi tilaa" msgid "Unsupported socket address" msgstr "Ei-tuettu pistokeosoite" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Paikallista kansiontarkkailun oletustyyppiä ei voi selvittää" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Virheellinen tiedostonimi %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Virhe haettaessa tietoja tiedostojärjestelmästä: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Juurikansiota ei voi nimetä uudestaan" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Virhe nimettäessä tiedostoa uudestaan: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Tiedostoa ei voi nimetä uudestaan, tiedosto on jo olemassa" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Virheellinen tiedostonimi" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Virhe avattaessa tiedostoa: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Kansiota ei voi avata" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Virhe poistettaessa tiedostoa: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Virhe siirrettäessä tiedostoa roskakoriin: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Roskakorikansiota %s ei voi luoda: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Päätasoa roskakoria varten ei löydy" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Roskakori kansiota ei löydy tai sitä ei voi luoda" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Roskakorin informaatiotiedostoa ei voi luoda: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Tiedosto ei voi siirtää roskakoriin: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Virhe luotaessa kansiota: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Symbolisen linkin ”%s” lukeminen epäonnistui: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Virhe luotaessa symbolista linkkiä: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Virhe siirrettäessä tiedostoa: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Kansiota ei voi siirtää kansion päälle" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Varmuuskopiotiedoston luonti epäonnistui" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Virhe poistettaessa kohdetiedostoa: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Siirto liitospisteiden välillä ei ole tuettu" @@ -1539,103 +1559,103 @@ msgstr "Virheellinen laajennetun ominaisuuden nimi" msgid "Error setting extended attribute '%s': %s" msgstr "Virhe asetettaessa laajennettua ominaisuutta ”%s”: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Virhe tarkkailtaessa tiedostoa ”%s”: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (virheellinen merkistökoodaus)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Virhe tarkkailtaessa tiedostokuvaajaa: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla tavujono)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Symbolisille linkeille ei voi asettaa oikeuksia" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Virhe asetettaessa oikeuksia: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Virhe asetettaessa omistajaa: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symbolinen linkki ei voi olla NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Virhe asetettaessa symbolista linkkiä: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" "Virhe asetettaessa symbolista linkkiä: tiedosto ei ole symbolinen linkki" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Virhe asetettaessa muokkaus- tai käyttöaikaa: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux-konteksti ei voi olla NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Virhe asetettaessa SELinux-kontekstia: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux ei ole käytössä tässä tietokoneessa" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Ominaisuuden %s asetus ei ole tuettu" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Virhe luettaessa tiedostosta: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Virhe siirryttäessä tiedostossa: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Virhe suljettaessa tiedostoa: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Paikallisen tiedostomonitoroinnin oletustapaa ei voitu selvittää" @@ -1716,49 +1736,54 @@ msgstr "Muistin tulostevirran koon muutos epäonnistui" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount ei toteuta irrottamista" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount ei toteuta aseman avaamista" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "mount ei toteuta irrottamista (unmount tai unmount_with_operation)" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "mount ei toteuta aseman avaamista (eject tai eject_with_operation)" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount ei toteuta uudestaanliittämistä" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount ei toteuta sisältötyypin arvausta" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount ei toteuta synkronista sisältötyypin arvausta" @@ -1767,11 +1792,11 @@ msgstr "mount ei toteuta synkronista sisältötyypin arvausta" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Isäntänimi ”%s” sisältää merkin ”[”, mutta ei ”]”" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Tulostevirta ei toteuta kirjoitusta" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Lähdevirta on jo suljettu" @@ -1903,7 +1928,7 @@ msgstr "Virhe lähetettäessä viestiä: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage ei ole tuettu windowis-alustalla" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Virhe vastaanotettaessa viestiä: %s" diff --git a/po/fr.po b/po/fr.po index eb47de2..a6f9809 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-04 00:08+0200\n" "Last-Translator: Claude Paroz \n" "Language-Team: GNOME French Team \n" @@ -94,73 +94,73 @@ msgstr "Aucune application nommée « %s » n'a enregistré un signet pour « msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "L'expansion de la ligne d'exécution « %s » avec l'URI « %s » a échoué" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "La conversion du jeu de caractères « %s » vers « %s » n'est pas prise en charge" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Séquence d'octets non valide en entrée du convertisseur" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Erreur lors de la conversion : %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Séquence partielle de caractères à la fin de l'entrée" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Impossible de convertir la valeur de rechange « %s » vers le jeu de codes « %" "s »" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "L'URI « %s » n'est pas une URI absolue utilisant le schéma de « fichier »" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "L'URI de fichier local « %s » ne peut pas inclure de caractère « # »" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "L'URI « %s » n'est pas valide" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "L'URI « %s » contient des caractères d'échappements non valides" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Le chemin « %s » n'est pas un chemin absolu" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Nom d'hôte non valide" @@ -169,127 +169,142 @@ msgstr "Nom d'hôte non valide" msgid "Error opening directory '%s': %s" msgstr "Erreur à l'ouverture du répertoire « %s » : %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Impossible d'allouer %lu octets pour lire le fichier « %s »" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Erreur de lecture du fichier « %s » : %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Le fichier « %s » est trop grand" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "La lecture depuis le fichier « %s » a échoué : %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "L'ouverture du fichier « %s » a échoué : %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "L'obtention des attributs du fichier « %s » a échoué : fstat() a échoué : %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "L'ouverture du fichier « %s » a échoué : fdopen() a échoué : %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Le renommage du fichier « %s » vers « %s » a échoué : g_rename() a échoué : %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "La création du fichier « %s » a échoué : %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "L'ouverture du fichier « %s » en écriture a échoué : fdopen() a échoué : %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "" "L'ouverture du fichier « %s » en écriture a échoué : fwrite() a échoué : %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "" "L'ouverture du fichier « %s » en écriture a échoué : fflush() a échoué : %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "" "L'ouverture du fichier « %s » en écriture a échoué : fsync() a échoué : %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "La fermeture du fichier « %s » a échoué : fclose() a échoué : %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Le fichier existant « %s » ne peut pas être supprimé : g_unlink() a échoué : %" "s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Le modèle « %s » n'est pas valide, il ne devrait pas contenir de « %s »" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Le modèle « %s » ne contient pas XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f Kio" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f Mio" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f Gio" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f Kio" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f Kio" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f Kio" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "La lecture du lien symbolique « %s » a échoué : %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Liens symboliques non pris en charge" @@ -570,7 +585,7 @@ msgstr "" "le motif contient des éléments non pris en charge par la correspondance " "partielle" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "erreur interne" @@ -1188,17 +1203,17 @@ msgstr "La valeur « %s » ne peut pas être interprétée comme un booléen." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "La valeur de comptage fournie à %s est trop grande" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Le flux est déjà fermé" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "L'opération a été annulée" @@ -1221,38 +1236,38 @@ msgstr "Type %s" msgid "Unexpected early end-of-stream" msgstr "Fin précoce de flux inattendue" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sans nom" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Le fichier Bureau n'a pas indiqué de champ Exec" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Impossible de trouver le terminal requis par l'application" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, 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:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Définition personnalisée pour %s" @@ -1305,13 +1320,13 @@ msgstr "Nombre de jetons incorrect (%d) dans le codage GEmblemedIcon" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Un GEmblem est attendu pour le GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Opération non prise en charge" @@ -1324,49 +1339,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Le point de montage conteneur n'existe pas" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Impossible de copier par dessus un répertoire" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Impossible de copier un répertoire par dessus un autre" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Le fichier cible existe" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Impossible de copier récursivement un répertoire" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Impossible de copier le fichier spécial" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Valeur de lien symbolique donnée non valide" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "La corbeille n'est pas prise en charge" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Les noms de fichiers ne peuvent contenir « %c »" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "le volume n'implémente pas « mount »" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Aucune application n'est enregistrée pour gérer ce fichier" @@ -1456,7 +1471,7 @@ msgstr "Le flux en entrée n'implémente pas « read »" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Le flux a une opération en cours" @@ -1469,116 +1484,121 @@ msgstr "Espace insuffisant pour l'adresse de connecteur réseau" msgid "Unsupported socket address" msgstr "Adresse de connecteur réseau non prise en charge" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 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:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Nom de fichier non valide : %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Impossible d'obtenir les informations du système de fichiers : %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Impossible de renommer le répertoire racine" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Erreur au renommage du fichier : %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Impossible de renommer le fichier car ce nom est déjà utilisé" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Nom de fichier non valide" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Erreur à l'ouverture du fichier : %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Impossible d'ouvrir le répertoire" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Erreur à la suppression du fichier : %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Erreur à la mise à la corbeille du fichier : %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, 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:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Impossible de trouver le répertoire racine pour la corbeille" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Impossible de trouver ou créer le répertoire de la corbeille" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, 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:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Impossible de mettre à la corbeille le fichier : %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Erreur à la création du répertoire : %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "La lecture du lien symbolique « %s » a échoué : %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Erreur lors de la création du lien symbolique : %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Erreur lors du déplacement du fichier : %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Impossible de déplacer un répertoire par dessus un autre" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "La création du fichier de sauvegarde a échoué" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Erreur lors de la suppression du fichier cible : %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Le déplacement entre des points de montage n'est pas pris en charge" @@ -1599,105 +1619,105 @@ msgstr "Nom d'attribut étendu non valide" msgid "Error setting extended attribute '%s': %s" msgstr "Erreur lors de la définition de l'attribut étendu « %s » : %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Erreur de l'interrogation du fichier « %s » : %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (codage non valide)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erreur de l'interrogation du descripteur de fichier : %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Type d'attribut non valide (uint32 attendu)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Type d'attribut non valide (uint64 attendu)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Type d'attribut non valide (chaîne octet attendu)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Impossible de définir des permissions sur les liens symboliques" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Erreur lors de la définition des permissions : %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Erreur lors de la définition du propriétaire : %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "un lien symbolique ne doit pas être « NULL »" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Erreur lors de la définition du lien symbolique : %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 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:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "" "Erreur lors de la définition de l'heure de modification ou d'accès : %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "Le contexte SELinux ne doit pas être « NULL »" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Erreur lors de la définition du contexte SELinux : %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux n'est pas activé sur ce système" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "La définition de l'attribut %s n'est pas prise en charge" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Erreur lors de la lecture du fichier : %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Erreur lors de la navigation à travers le fichier : %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Erreur lors de la fermeture du fichier : %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Impossible de trouver le type de moniteur de fichier local par défaut" @@ -1778,51 +1798,56 @@ msgstr "Le redimensionnement du flux de sortie mémoire a échoué" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount n'implémente pas le démontage (« unmount »)" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount n'implémente pas l'éjection" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "mount n'implémente pas le démontage (« unmount » ou « unmount_with_operation »)" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "mount n'implémente pas l'éjection (« eject » ou « eject_with_operation »)" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount n'implémente pas le remontage (« remount »)" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount n'implémente pas l'estimation du type de contenu" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount n'implémente pas l'estimation du type de contenu synchrone" @@ -1831,11 +1856,11 @@ msgstr "mount n'implémente pas l'estimation du type de contenu synchrone" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Le nom d'hôte « %s » contient « [ » mais pas « ] »" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Le flux de sortie n'implémente pas « write »" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Le flux source est déjà fermé" @@ -1968,7 +1993,7 @@ msgstr "Erreur d'envoi de message : %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage n'est pas pris en en charge sur windows" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Erreur de réception de message : %s" diff --git a/po/ga.po b/po/ga.po index a98d1e6..8a54c26 100644 --- a/po/ga.po +++ b/po/ga.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-08-08 01:49-0600\n" "Last-Translator: Seán de Búrca \n" "Language-Team: Irish \n" @@ -88,69 +88,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Theip ar leathnú líne reatha '%s' le URI '%s'" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Earráid le linn cumarsáide: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Is neamhbhailí an URI '%s'" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Is neamhbhailí an t-óstainm an URI '%s'" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Óstainm neamhbhailí" @@ -159,92 +159,92 @@ msgstr "Óstainm neamhbhailí" msgid "Error opening directory '%s': %s" msgstr "Earráid agus comhadlann '%s' á oscailt: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Tá comhad \"%s\" ró-mhór" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Theip ar léamh ó chomhad '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Theip ar oscailt comhaid '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Theip ar fháil tréithe comhaid '%s': theip fstat(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Theip ar oscailt comhaid '%s': theip fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Theip ar athainmniú comhaid '%s' go '%s': theip g_rename(): %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Theip ar chruthú comhaid '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Theip ar oscailt comhaid '%s' le haghaidh scríofa: theip fdopen(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Theip ar scríobh comhaid '%s': theip fwrite(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Theip ar scríobh comhaid '%s': theip fflush(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Theip ar scríobh comhaid '%s': theip fsync(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Theip ar dhúnadh comhaid '%s': theip fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Níl XXXXXX ann sa teimpléad '%s'" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -254,27 +254,42 @@ msgstr[2] "" msgstr[3] "" msgstr[4] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Theip ar léamh nasc siombalach '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "" @@ -505,7 +520,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "earráid inmheánach" @@ -1083,17 +1098,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1116,34 +1131,34 @@ msgstr "cineál %s" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Gan ainm" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1195,13 +1210,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "" @@ -1214,49 +1229,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1345,7 +1360,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1358,114 +1373,119 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Ainm comhaid %s neamhbhailí" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Earráid agus eolas chóras comhad á fháil: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Earráid agus comhad á athainmniú: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Ainm comhaid neamhbhailí" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Earráid agus comhad á oscailt: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Earráid agus comhad á bhaint: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Earráid agus comhad á chur sa bhruscar: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ní féidir comhadlann bhruscair %s a chruthú: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Ní féidir comhad eolas bruscair a chruthú: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Ní féidir comhad a chur sa bhruscar: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Earráid agus comhadlann á cruthú: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Theip ar léamh nasc siombalach '%s': %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Earráid agus nasc siombalach á dhéanamh: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Earráid agus comhad á bhogadh: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Earráid agus spriocchomhad á bhaint: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1486,103 +1506,103 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "Earráid agus tréith bhreisithe '%s' á shocrú: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Earráid agus staid chomhaid '%s' á fáil: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (ionchódú neamhbhailí)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Earráid agus staid tuairisceora comhaid á fáil: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Earráid agus ceadanna á socrú: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Earráid agus ceadanna á socrú: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Earráid agus úinéir á shocrú: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "ní mór an nasc siombalach bheith neamh-NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Earráid agus nasc siombalach á shocrú: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Earráid agus am athraithe nó rochtana á shocrú: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Earráid agus comhthéacs SELinux á shocrú: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Earráid agus comhad á léamh: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Earráid agus ag cuardach i gcomhad: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Earráid agus comhad á dhúnadh: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1663,49 +1683,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1714,11 +1734,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1850,7 +1870,7 @@ msgstr "Earráid agus teachtaireacht á seoladh: %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Earráid agus teachtaireacht á fáil: %s" diff --git a/po/gl.po b/po/gl.po index d73a3a5..2781570 100644 --- a/po/gl.po +++ b/po/gl.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-11-07 14:40+0100\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-11-07 13:11+0100\n" "Last-Translator: Fran Diéguez \n" "Language-Team: Galician \n" @@ -26,326 +26,340 @@ msgstr "" "Plural-Forms: Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: KBabel 1.11.4\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Atributo '%s' inesperado para o 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 "Non se localizou o atributo '%s' do elemento '%s'" -#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171 -#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245 +#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 +#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Etiqueta '%s' inesperada, esperábase a 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 "" "Non se puido localizar un ficheiro de marcadores válido nos directorios de " "datos" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Xa existe un marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198 -#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363 -#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531 -#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688 -#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827 -#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143 -#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384 -#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563 -#: ../glib/gbookmarkfile.c:3691 +#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 +#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 +#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 +#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 +#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 +#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 +#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 +#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 +#: glib/gbookmarkfile.c:3691 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Non se encontrou ningún marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Non hai ningún tipo MIME definido no marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Non se definiu ningún parámetro privado no marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Non existe ningún grupo definido no marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394 +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Ningún aplicativo denominado '%s' rexistrou 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 "Fallo ao expandir a liña executábel '%s' co URI '%s'" -#: ../glib/gconvert.c:437 ../glib/gconvert.c:515 ../glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Non se asiste conversión do conxunto de caracteres '%s' a '%s'" -#: ../glib/gconvert.c:441 ../glib/gconvert.c:519 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Non se puido abrir o conversor de '%s' a '%s'" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:1031 ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964 -#: ../glib/gutf8.c:1419 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 +#: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "A secuencia de bytes non é válida na entrada da conversión" -#: ../glib/gconvert.c:646 ../glib/gconvert.c:956 ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversión: %s" -#: ../glib/gconvert.c:678 ../glib/gutf8.c:960 ../glib/gutf8.c:1170 -#: ../glib/gutf8.c:1311 ../glib/gutf8.c:1415 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Hai unha secuencia de carácter parcial ao final da entrada" -#: ../glib/gconvert.c:928 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Non se pode converter o modo de emerxencia '%s' na codificación de " "caracteres '%s'" -#: ../glib/gconvert.c:1751 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "O URI '%s' non é un URI absoluto usando o esquema \"file\"" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "O URI do ficheiro local '%s' non pode incluír un '#'" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "O URI '%s' non é válido" -#: ../glib/gconvert.c:1790 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "O nome de host do URI '%s' non é válido" -#: ../glib/gconvert.c:1806 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "O URI '%s' contén caracteres de escape non válidos" -#: ../glib/gconvert.c:1901 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "O nome de camiño '%s' non é un camiño absoluto" -#: ../glib/gconvert.c:1911 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "O nome do host non é válido" -#: ../glib/gdir.c:112 ../glib/gdir.c:135 +#: glib/gdir.c:112 glib/gdir.c:135 #, c-format msgid "Error opening directory '%s': %s" msgstr "Erro ao abrir o directorio '%s': %s" -#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Non se puideron asignar %lu bytes para ler o ficheiro \"%s\"" -#: ../glib/gfileutils.c:551 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: ../glib/gfileutils.c:565 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "O ficheiro \"%s\" é demasiado grande" -#: ../glib/gfileutils.c:648 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Fallo ao ler desde o ficheiro '%s': %s" -#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Fallo ao abrir o ficheiro '%s': %s" -#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Fallo ao obter os atributos do ficheiro '%s': fstat() fallou: %s" -#: ../glib/gfileutils.c:750 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Fallo ao abrir o ficheiro '%s': fdopen() fallou: %s" -#: ../glib/gfileutils.c:858 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Fallo ao renomear o ficheiro '%s' como '%s': g_rename() fallou: %s" -#: ../glib/gfileutils.c:900 ../glib/gfileutils.c:1366 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Fallo ao crear o ficheiro '%s': %s" -#: ../glib/gfileutils.c:914 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Fallo ao abrir o ficheiro '%s' para escritura: fdopen() fallou: %s" -#: ../glib/gfileutils.c:939 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Fallo ao escribir o ficheiro '%s': fwrite() fallou: %s" -#: ../glib/gfileutils.c:958 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Fallo ao escribir o ficheiro '%s': fflush() fallou: %s" -#: ../glib/gfileutils.c:987 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Fallo ao escribir o ficheiro '%s': fsync() fallou: %s" -#: ../glib/gfileutils.c:1006 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Fallo ao pechar o ficheiro '%s': fclose() fallou: %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "O ficheiro existente '%s' non se puido eliminar: g_unlink() fallou: %s" -#: ../glib/gfileutils.c:1328 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "O modelo '%s' non é válido, non debería conter '%s'" -#: ../glib/gfileutils.c:1341 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "O modelo '%s' non contén XXXXXX" -#: ../glib/gfileutils.c:1771 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: ../glib/gfileutils.c:1779 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1784 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1789 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1832 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Fallo ao ler a ligazón simbólica '%s': %s" -#: ../glib/gfileutils.c:1853 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "As ligazóns simbólicas non se admiten" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Non se puido abrir o conversor de '%s' a '%s': %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Non se pode facer unha lectura en bruto en g_io_channel_read_line_string" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "Datos restantes non convertidos no búfer de lectura" -#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "O canal remata nun carácter parcial" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Non se pode facer unha lectura en bruto en g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:123 +#: glib/gmappedfile.c:123 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Fallo ao abrir o ficheiro '%s': open() fallou: %s" -#: ../glib/gmappedfile.c:201 +#: glib/gmappedfile.c:201 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Fallo ao mapear o ficheiro '%s': mmap() fallou: %s" -#: ../glib/gmarkup.c:303 ../glib/gmarkup.c:343 +#: glib/gmarkup.c:303 glib/gmarkup.c:343 #, c-format msgid "Error on line %d char %d: " msgstr "Erro na liña %d carácter %d: " -#: ../glib/gmarkup.c:363 ../glib/gmarkup.c:441 +#: glib/gmarkup.c:363 glib/gmarkup.c:441 #, c-format msgid "Invalid UTF-8 encoded text in name - not valid '%s'" msgstr "O texto do nome codificado en UTF-8 non é válido - '%s' non válido" -#: ../glib/gmarkup.c:374 +#: glib/gmarkup.c:374 #, c-format msgid "'%s' is not a valid name " msgstr "'%s' non é un nome válido" -#: ../glib/gmarkup.c:390 +#: glib/gmarkup.c:390 #, c-format msgid "'%s' is not a valid name: '%c' " msgstr "'%s' non é un nome válido: '%c'" -#: ../glib/gmarkup.c:494 +#: glib/gmarkup.c:494 #, c-format msgid "Error on line %d: %s" msgstr "Erro na liña %d: %s" -#: ../glib/gmarkup.c:578 +#: glib/gmarkup.c:578 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -354,7 +368,7 @@ msgstr "" "Fallo ao analizar '%-.*s', que debería ser un díxito dentro dunha referencia " "de carácter (por exemplo ê) - pode que o díxito sexa grande de máis" -#: ../glib/gmarkup.c:590 +#: glib/gmarkup.c:590 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -364,24 +378,24 @@ msgstr "" "utilizou un carácter & sen intención de comezar unha entidade - escape o & " "como &" -#: ../glib/gmarkup.c:616 +#: glib/gmarkup.c:616 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "A referencia de carácter '%-.*s' non codifica un carácter permitido" -#: ../glib/gmarkup.c:654 +#: glib/gmarkup.c:654 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Detectada unha entidade baleira '&;'; as entidades válidas son: & " " "< > '" -#: ../glib/gmarkup.c:662 +#: glib/gmarkup.c:662 #, c-format msgid "Entity name '%-.*s' is not known" msgstr "Non se coñece o nome de entidade '%-.*s'" -#: ../glib/gmarkup.c:667 +#: glib/gmarkup.c:667 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -389,11 +403,11 @@ msgstr "" "A entidade non remata cun punto e coma, probabelmente usou o carácter & sen " "a intención de comezar unha entidade, escriba o & como &" -#: ../glib/gmarkup.c:1014 +#: glib/gmarkup.c:1014 msgid "Document must begin with an element (e.g. )" msgstr "O documento debe comezar cun elemento (por exemplo )" -#: ../glib/gmarkup.c:1054 +#: glib/gmarkup.c:1054 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -402,7 +416,7 @@ msgstr "" "'%s' non é un carácter válido despois dun carácter '<'; non pode iniciar un " "nome de elemento" -#: ../glib/gmarkup.c:1122 +#: glib/gmarkup.c:1122 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -411,7 +425,7 @@ msgstr "" "Carácter estraño '%s', esperábase un carácter '>' para pechar a etiqueta de " "elemento baleiro '%s'" -#: ../glib/gmarkup.c:1206 +#: glib/gmarkup.c:1206 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -419,7 +433,7 @@ msgstr "" "Carácter estraño '%s', esperábase un '=' despois do nome do atributo '%s' do " "elemento '%s'" -#: ../glib/gmarkup.c:1247 +#: glib/gmarkup.c:1247 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -430,7 +444,7 @@ msgstr "" "etiqueta de comezo do elemento '%s' ou opcionalmente un atributo; quizais " "usou un carácter non válido no nome dun atributo" -#: ../glib/gmarkup.c:1291 +#: glib/gmarkup.c:1291 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -439,7 +453,7 @@ msgstr "" "Carácter estraño '%s', esperábase unhas comiñas de apertura despois do signo " "igual para dar un valor ao atributo '%s' do elemento '%s'" -#: ../glib/gmarkup.c:1425 +#: glib/gmarkup.c:1425 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1472 +#: glib/gmarkup.c:1472 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Pechouse o elemento '%s', actualmente non hai ningún elemento aberto" -#: ../glib/gmarkup.c:1481 +#: glib/gmarkup.c:1481 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Pechouse o elemento '%s', mais o elemento aberto actualmente é '%s'" -#: ../glib/gmarkup.c:1648 +#: glib/gmarkup.c:1648 msgid "Document was empty or contained only whitespace" msgstr "O documento estaba baleiro ou só contiña espazos en branco" -#: ../glib/gmarkup.c:1662 +#: glib/gmarkup.c:1662 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "O documento terminou inesperadamente despois dun símbolo menor que '<'" -#: ../glib/gmarkup.c:1670 ../glib/gmarkup.c:1715 +#: glib/gmarkup.c:1670 glib/gmarkup.c:1715 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -484,7 +498,7 @@ msgstr "" "O documento terminou inesperadamente con elementos aínda abertos - '%s' foi " "o último elemento aberto" -#: ../glib/gmarkup.c:1678 +#: glib/gmarkup.c:1678 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -493,21 +507,21 @@ msgstr "" "O documento terminou inesperadamente, esperábase ver un símbolo maior que " "'>' que pechase a etiqueta <%s/>" -#: ../glib/gmarkup.c:1684 +#: glib/gmarkup.c:1684 msgid "Document ended unexpectedly inside an element name" msgstr "O documento terminou inesperadamente dentro dun nome de elemento" -#: ../glib/gmarkup.c:1690 +#: glib/gmarkup.c:1690 msgid "Document ended unexpectedly inside an attribute name" msgstr "O documento terminou inesperadamente dentro dun nome de atributo" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "O documento terminou inesperadamente dentro dunha etiqueta de comezo de " "elemento." -#: ../glib/gmarkup.c:1701 +#: glib/gmarkup.c:1701 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -515,404 +529,402 @@ msgstr "" "O documento terminou inesperadamente despois do signo igual que segue a un " "nome de atributo; non hai valor de atributo" -#: ../glib/gmarkup.c:1708 +#: glib/gmarkup.c:1708 msgid "Document ended unexpectedly while inside an attribute value" msgstr "O documento terminou inesperadamente dentro dun valor de atributo" -#: ../glib/gmarkup.c:1724 +#: glib/gmarkup.c:1724 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "O documento terminou inesperadamente dentro da etiqueta que pechaba o " "elemento '%s'" -#: ../glib/gmarkup.c:1730 +#: glib/gmarkup.c:1730 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "O documento terminou inesperadamente dentro dun comentario ou instrución de " "procesamento" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "obxecto danado" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "erro interno ou obxecto danado" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "sen memoria" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "alcanzouse o 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 "o patrón contén elementos non permitidos na coincidencia parcial" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "erro interno" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "as referencias anteriores como condicións non se permiten na coincidencia " "parcial" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "atinxiuse o límite de recursividade" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "atinxiuse o límite do espazo de traballo para subcadeas baleiras" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "combinación non válida de marcas de liña nova" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "erro descoñecido" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ ao final do patrón" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c ao final do patrón" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "carácter non recoñecido despois de \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "aquí non se permiten as letras con maiúsculas e minúsculas escapadas (\\l, " "\\L, \\u, \\U)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "números fóra do intervalo no cuantificador {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "número demasiado grande no cuantificador {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "falta a terminación ] para a clase de carácter" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "secuencia de escape non válida na clase de carácter" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "intervalo fóra de orde na 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 non recoñecido despois de (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "carácter non recoñecido despois de (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "carácter non recoñecido despois de (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "As clases de nomes POSIX só se permiten dentro dunha clase" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "falta o ) de terminación" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") sen ( que o abra" #. 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 ou os díxitos (?[+-] deben estar seguidos por )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referencia a un subpatrón non existente" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "falta un ) despois do comentario" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "a expresión regular é demasiado longa" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "fallou ao obter a memoria" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "a aserción lockbehind non ten unha lonxitude fixa" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "número ou nome formado incorrectamente despois de (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "o grupo condicional contén máis de dúas ramas" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "esperábase unha aserción despois de (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "nome de clase POSIX descoñecida" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "os elementos de colación POSIX non se admiten" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "o valor do carácter na secuencia \\x{...} é demasiado longo" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "condición non válida (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "non se permite \\C en asercións lookbehind" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "unha chamada recursiva pode crear un bucle infinito" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "falta a terminación no nome do subpatrón" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "dous subpatróns teñen o mesmo nome" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "secuencia \\P ou \\p formada incorrectamente" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "nome de propiedade descoñecido despois de \\P ou \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "o nome do subpatrón é demasiado longo (máximo 32 caracteres)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "demasiados subpatróns con nome (máximo 10.000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "o valor octal é maior que \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "o grupo DEFINE contén máis dunha rama" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "non se permite repetir un grupo DEFINE" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "opcións 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 non está seguido por un nome con chaves ou un número distinto de cero " "cunha chave 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 "desbordamento de código" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "desbordouse o espazo de traballo de compilación" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "non se encontrou o subpatrón referenciado comprobado previamente" -#: ../glib/gregex.c:522 ../glib/gregex.c:1603 +#: glib/gregex.c:522 glib/gregex.c:1603 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Erro ao estabelecer a equivalencia da expresión regular %s: %s" -#: ../glib/gregex.c:1094 +#: glib/gregex.c:1094 msgid "PCRE library is compiled without UTF8 support" msgstr "A biblioteca PCRE está compilada sen compatibilidade con UTF8" -#: ../glib/gregex.c:1103 +#: glib/gregex.c:1103 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" "A biblioteca PCRE está compilada sen compatibilidade con propiedades UTF8" -#: ../glib/gregex.c:1157 +#: glib/gregex.c:1157 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Erro ao compilar a expresión regular %s no carácter %d: %s" -#: ../glib/gregex.c:1193 +#: glib/gregex.c:1193 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Erro ao optimizar a expresión regular %s: %s" -#: ../glib/gregex.c:2031 +#: glib/gregex.c:2031 msgid "hexadecimal digit or '}' expected" msgstr "esperábase un díxito hexadecimal ou '}'" -#: ../glib/gregex.c:2047 +#: glib/gregex.c:2047 msgid "hexadecimal digit expected" msgstr "esperábase un díxito hexadecimal" -#: ../glib/gregex.c:2087 +#: glib/gregex.c:2087 msgid "missing '<' in symbolic reference" msgstr "falta '<' na referencia simbólica" -#: ../glib/gregex.c:2096 +#: glib/gregex.c:2096 msgid "unfinished symbolic reference" msgstr "referencia simbólica sen finalizar" -#: ../glib/gregex.c:2103 +#: glib/gregex.c:2103 msgid "zero-length symbolic reference" msgstr "referencia simbólica de lonxitude cero" -#: ../glib/gregex.c:2114 +#: glib/gregex.c:2114 msgid "digit expected" msgstr "esperábase un díxito" -#: ../glib/gregex.c:2132 +#: glib/gregex.c:2132 msgid "illegal symbolic reference" msgstr "referencia simbólica ilegal" -#: ../glib/gregex.c:2194 +#: glib/gregex.c:2194 msgid "stray final '\\'" msgstr "'\\' final perdido" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 msgid "unknown escape sequence" msgstr "secuencia de escape descoñecida" -#: ../glib/gregex.c:2208 +#: glib/gregex.c:2208 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Erro ao analizar o texto de substitución \"%s\" no carácter %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "O texto citado non comeza con comiñas" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Comiñas non pechadas na liña de ordes ou noutro texto citado nun intérprete " "de ordes" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "O texto terminou despois dun carácter '\\'. (O texto era '%s')" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "O texto terminou antes de encontrar a comiña final para %c. (O texto era '%" "s')" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "O texto estaba baleiro (ou só contiña espazos en branco)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "Fallo ao ler datos desde un proceso fillo" -#: ../glib/gspawn-win32.c:300 ../glib/gspawn.c:1480 +#: glib/gspawn-win32.c:300 glib/gspawn.c:1480 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Fallo ao crear a canalización para comunicarse co proceso fillo (%s)" -#: ../glib/gspawn-win32.c:339 ../glib/gspawn-win32.c:347 ../glib/gspawn.c:1139 +#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Fallo ao ler desde a canalización filla (%s)" -#: ../glib/gspawn-win32.c:370 ../glib/gspawn.c:1346 +#: glib/gspawn-win32.c:370 glib/gspawn.c:1346 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Fallo ao cambiar ao directorio '%s' (%s)" -#: ../glib/gspawn-win32.c:376 ../glib/gspawn-win32.c:495 +#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495 #, c-format msgid "Failed to execute child process (%s)" msgstr "Fallo ao executar o proceso fillo (%s)" -#: ../glib/gspawn-win32.c:445 +#: glib/gspawn-win32.c:445 #, c-format msgid "Invalid program name: %s" msgstr "Nome de programa non válido: %s" -#: ../glib/gspawn-win32.c:455 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1279 +#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Cadea non válida no vector de argumento en %d: %s" -#: ../glib/gspawn-win32.c:466 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1312 +#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312 #, c-format msgid "Invalid string in environment: %s" msgstr "Cadea non válida no contorno: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1260 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260 #, c-format msgid "Invalid working directory: %s" msgstr "Directorio de traballo non válido: %s" -#: ../glib/gspawn-win32.c:784 +#: glib/gspawn-win32.c:784 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Fallo ao executar o programa asistente (%s)" -#: ../glib/gspawn-win32.c:998 +#: glib/gspawn-win32.c:998 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -920,138 +932,138 @@ msgstr "" "Erro inesperado en g_io_channel_win32_poll() ao ler datos desde un proceso " "fillo" -#: ../glib/gspawn.c:190 +#: glib/gspawn.c:190 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Fallo ao ler datos desde un proceso fillo (%s)" -#: ../glib/gspawn.c:329 +#: glib/gspawn.c:329 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Erro inesperado en select() ao ler datos dun proceso fillo (%s)" -#: ../glib/gspawn.c:414 +#: glib/gspawn.c:414 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Erro inesperado en waitpid() (%s)" -#: ../glib/gspawn.c:1206 +#: glib/gspawn.c:1206 #, c-format msgid "Failed to fork (%s)" msgstr "Fallo ao facer fork (%s)" -#: ../glib/gspawn.c:1356 +#: glib/gspawn.c:1356 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Fallo ao executar o proceso fillo \"%s\" (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Fallo ao redireccionar a saída ou entrada do proceso fillo (%s)" -#: ../glib/gspawn.c:1375 +#: glib/gspawn.c:1375 #, c-format msgid "Failed to fork child process (%s)" msgstr "Fallo ao facer fork ao proceso fillo (%s)" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Erro descoñecido ao executar o proceso fillo \"%s\"" -#: ../glib/gspawn.c:1407 +#: glib/gspawn.c:1407 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Fallo de lectura de suficientes datos desde a canalización filla co PID (%s)" -#: ../glib/gutf8.c:1038 +#: glib/gutf8.c:1038 msgid "Character out of range for UTF-8" msgstr "Carácter fóra do intervalo para UTF-8" -#: ../glib/gutf8.c:1138 ../glib/gutf8.c:1147 ../glib/gutf8.c:1279 -#: ../glib/gutf8.c:1288 ../glib/gutf8.c:1429 ../glib/gutf8.c:1525 +#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288 +#: glib/gutf8.c:1429 glib/gutf8.c:1525 msgid "Invalid sequence in conversion input" msgstr "Secuencia non válida na entrada da conversión" -#: ../glib/gutf8.c:1440 ../glib/gutf8.c:1536 +#: glib/gutf8.c:1440 glib/gutf8.c:1536 msgid "Character out of range for UTF-16" msgstr "Carácter fóra de intervalo para UTF-16" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "Usage:" msgstr "Uso:" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "[OPTION...]" msgstr "[OPCIÓN...]" -#: ../glib/goption.c:861 +#: glib/goption.c:861 msgid "Help Options:" msgstr "Opcións de axuda:" -#: ../glib/goption.c:862 +#: glib/goption.c:862 msgid "Show help options" msgstr "Mostrar as opcións de axuda" -#: ../glib/goption.c:868 +#: glib/goption.c:868 msgid "Show all help options" msgstr "Mostrar todas as opcións de axuda" -#: ../glib/goption.c:930 +#: glib/goption.c:930 msgid "Application Options:" msgstr "Opcións do aplicativo:" -#: ../glib/goption.c:992 ../glib/goption.c:1062 +#: glib/goption.c:992 glib/goption.c:1062 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Non se pode analizar o valor enteiro '%s' para %s" -#: ../glib/goption.c:1002 ../glib/goption.c:1070 +#: glib/goption.c:1002 glib/goption.c:1070 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "O valor enteiro '%s' para %s está fóra do intervalo" -#: ../glib/goption.c:1027 +#: glib/goption.c:1027 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Non se pode analizar o valor \"double\" '%s' para %s" -#: ../glib/goption.c:1035 +#: glib/goption.c:1035 #, c-format msgid "Double value '%s' for %s out of range" msgstr "O valor \"double\" '%s' para %s está fóra do intervalo" -#: ../glib/goption.c:1298 ../glib/goption.c:1377 +#: glib/goption.c:1298 glib/goption.c:1377 #, c-format msgid "Error parsing option %s" msgstr "Erro ao analizar a opción %s" -#: ../glib/goption.c:1408 ../glib/goption.c:1522 +#: glib/goption.c:1408 glib/goption.c:1522 #, c-format msgid "Missing argument for %s" msgstr "Argumento que falta para %s" -#: ../glib/goption.c:1917 +#: glib/goption.c:1917 #, c-format msgid "Unknown option %s" msgstr "Opción %s descoñecida" -#: ../glib/gkeyfile.c:362 +#: glib/gkeyfile.c:362 msgid "Valid key file could not be found in search dirs" msgstr "" "Non se pode encontrar unha chave de ficheiro válida nos directorios de busca" -#: ../glib/gkeyfile.c:397 +#: glib/gkeyfile.c:397 msgid "Not a regular file" msgstr "Non é un ficheiro normal" -#: ../glib/gkeyfile.c:405 +#: glib/gkeyfile.c:405 msgid "File is empty" msgstr "O ficheiro está baleiro" -#: ../glib/gkeyfile.c:764 +#: glib/gkeyfile.c:764 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1059,50 +1071,50 @@ msgstr "" "O ficheiro chave contén a liña '%s' que non é un par valor-chave, grupo ou " "comentario" -#: ../glib/gkeyfile.c:824 +#: glib/gkeyfile.c:824 #, c-format msgid "Invalid group name: %s" msgstr "Nome de grupo non válido: %s" -#: ../glib/gkeyfile.c:846 +#: glib/gkeyfile.c:846 msgid "Key file does not start with a group" msgstr "O ficheiro chave non comeza cun grupo" -#: ../glib/gkeyfile.c:872 +#: glib/gkeyfile.c:872 #, c-format msgid "Invalid key name: %s" msgstr "Nome de chave non válido: %s" -#: ../glib/gkeyfile.c:899 +#: glib/gkeyfile.c:899 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "O ficheiro chave contén unha codificación non permitida '%s'" -#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2506 -#: ../glib/gkeyfile.c:2572 ../glib/gkeyfile.c:2707 ../glib/gkeyfile.c:2840 -#: ../glib/gkeyfile.c:2993 ../glib/gkeyfile.c:3180 ../glib/gkeyfile.c:3241 +#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506 +#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840 +#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241 #, c-format msgid "Key file does not have group '%s'" msgstr "O ficheiro chave non ten un grupo '%s'" -#: ../glib/gkeyfile.c:1289 +#: glib/gkeyfile.c:1289 #, c-format msgid "Key file does not have key '%s'" msgstr "O ficheiro chave non ten a chave '%s'" -#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511 +#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511 #, 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:1416 ../glib/gkeyfile.c:1910 +#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910 #, 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:1531 +#: glib/gkeyfile.c:1531 #, c-format msgid "" "Key file contains key '%s' which has a value that cannot be interpreted." @@ -1110,7 +1122,7 @@ msgstr "" "O ficheiro chave contén a chave '%s' que ten un valor que non pode ser " "interpretado." -#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2337 +#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1119,169 +1131,166 @@ msgstr "" "O ficheiro chave contén a chave '%s' no grupo '%s' que ten un valor que non " "pode ser interpretado." -#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:3252 +#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252 #, 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:3486 +#: glib/gkeyfile.c:3486 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:3508 +#: glib/gkeyfile.c:3508 #, 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:3650 +#: glib/gkeyfile.c:3650 #, 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:3664 +#: glib/gkeyfile.c:3664 #, c-format msgid "Integer value '%s' out of range" msgstr "O valor enteiro '%s' está fóra do intervalo" -#: ../glib/gkeyfile.c:3697 +#: glib/gkeyfile.c:3697 #, 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:3721 +#: glib/gkeyfile.c:3721 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor '%s' non se pode interpretar como un booleano." -#: ../gio/gbufferedinputstream.c:415 ../gio/gbufferedinputstream.c:496 -#: ../gio/ginputstream.c:186 ../gio/ginputstream.c:318 -#: ../gio/ginputstream.c:557 ../gio/ginputstream.c:682 -#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:652 +#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 +#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "O valor de conta pasado a %s é demasiado longo" -#: ../gio/gbufferedinputstream.c:883 ../gio/ginputstream.c:892 -#: ../gio/giostream.c:305 ../gio/goutputstream.c:1081 +#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "O fluxo xa se pechou" -#: ../gio/gcancellable.c:420 ../gio/glocalfile.c:2095 -#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 +#: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "A operación foi cancelada" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "Tipo descoñecido" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "tipo de ficheiro %s" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "tipo %s" -#: ../gio/gdatainputstream.c:311 +#: gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" msgstr "Final de fluxo inesperadamente prematuro" -#: ../gio/gdesktopappinfo.c:463 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sen nome" -#: ../gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "O ficheiro de escritorio non especificou o campo Exec" -#: ../gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Non é posíbel encontrar o terminal requirido polo aplicativo" -#: ../gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Non se pode crear o cartafol de configuración do aplicativo de usuario %s: %s" -#: ../gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, 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:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Definición personalizada para %s" -#: ../gio/gdrive.c:409 +#: gio/gdrive.c:409 msgid "drive doesn't implement eject" msgstr "a unidade non implementa a expulsión" #. Translators: This is an error #. * message for drive objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gdrive.c:489 +#: gio/gdrive.c:489 msgid "drive doesn't implement eject or eject_with_operation" msgstr "a unidade non implementa a expulsión ou operación_de_expulsión" -#: ../gio/gdrive.c:566 +#: gio/gdrive.c:566 msgid "drive doesn't implement polling for media" msgstr "a unidade non implementa a consulta para medios" -#: ../gio/gdrive.c:771 +#: gio/gdrive.c:771 msgid "drive doesn't implement start" msgstr "a unidade non implementa o inicio" -#: ../gio/gdrive.c:873 +#: gio/gdrive.c:873 msgid "drive doesn't implement stop" msgstr "a unidade non implementa a detención" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "Non é posíbel manipular a versión %d da codificación de GEmblem" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "" "Número formado incorrectamente de tokens (%d) na codificación de GEmblem" -#: ../gio/gemblemedicon.c:296 +#: gio/gemblemedicon.c:296 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "Non é posíbel manipular a versión %d da codificación de GEmblemedicon" -#: ../gio/gemblemedicon.c:306 +#: gio/gemblemedicon.c:306 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "" "Número formado incorrectamente de tokens (%d) na codificación de " "GEmblemedicon" -#: ../gio/gemblemedicon.c:329 +#: gio/gemblemedicon.c:329 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Esperábase un GEmblem para o GEmblemedIcon" -#: ../gio/gfile.c:861 ../gio/gfile.c:1091 ../gio/gfile.c:1226 -#: ../gio/gfile.c:1462 ../gio/gfile.c:1516 ../gio/gfile.c:1573 -#: ../gio/gfile.c:1656 ../gio/gfile.c:1711 ../gio/gfile.c:1771 -#: ../gio/gfile.c:1825 ../gio/gfile.c:3150 ../gio/gfile.c:3204 -#: ../gio/gfile.c:3335 ../gio/gfile.c:3375 ../gio/gfile.c:3702 -#: ../gio/gfile.c:4104 ../gio/gfile.c:4190 ../gio/gfile.c:4279 -#: ../gio/gfile.c:4377 ../gio/gfile.c:4464 ../gio/gfile.c:4557 -#: ../gio/gfile.c:4887 ../gio/gfile.c:5167 ../gio/gfile.c:5236 -#: ../gio/gfile.c:6827 ../gio/gfile.c:6917 ../gio/gfile.c:7003 -#: ../gio/win32/gwinhttpfile.c:441 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 +#: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operación non permitida" @@ -1293,128 +1302,128 @@ msgstr "Operación non permitida" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1347 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077 -#: ../gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "O punto de montaxe contido non existe" -#: ../gio/gfile.c:2399 ../gio/glocalfile.c:2251 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Non se pode copiar sobre o directorio" -#: ../gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Non se pode copiar un directorio sobre o directorio" -#: ../gio/gfile.c:2467 ../gio/glocalfile.c:2260 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "O ficheiro de destino xa existe" -#: ../gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Non se pode copiar o directorio recursivamente" -#: ../gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Non é posíbel copiar o ficheiro especial" -#: ../gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "O valor da ligazón simbólica dada non é válido" -#: ../gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Non se asiste o Lixo" -#: ../gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Os nomes de ficheiro non poden conter '%c'" -#: ../gio/gfile.c:5884 ../gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "o volume non implementa o montado" -#: ../gio/gfile.c:5995 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Non hai ningún aplicativo rexistrado para manexar este ficheiro" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "O enumerador está pechado" -#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272 -#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481 +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "O enumerador do ficheiro ten unha 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 "O enumerador do ficheiro xa está pechado" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "Non é posíbel manipular a versión %d da codificación de GFileIcon" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "Datos de entrada formados incorrectamente para o GFileIcon" -#: ../gio/gfileinputstream.c:155 ../gio/gfileinputstream.c:422 -#: ../gio/gfileiostream.c:171 ../gio/gfileoutputstream.c:170 -#: ../gio/gfileoutputstream.c:525 +#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422 +#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170 +#: gio/gfileoutputstream.c:525 msgid "Stream doesn't support query_info" msgstr "O fluxo non permite query_info" -#: ../gio/gfileinputstream.c:337 ../gio/gfileiostream.c:389 -#: ../gio/gfileoutputstream.c:383 +#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389 +#: gio/gfileoutputstream.c:383 msgid "Seek not supported on stream" msgstr "Non se permite buscar no fluxo" -#: ../gio/gfileinputstream.c:381 +#: gio/gfileinputstream.c:381 msgid "Truncate not allowed on input stream" msgstr "Non se permite truncar no fluxo de entrada" -#: ../gio/gfileiostream.c:465 ../gio/gfileoutputstream.c:459 +#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459 msgid "Truncate not supported on stream" msgstr "Non se permite truncar no fluxo" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Número incorrecto de tokens (%d)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "Non hai un tipo para o nome de clase %s" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "O tipo %s non implementa unha interface GIcon" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "O tipo %s non ten unha clase" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "Número de versión formado incorrectamente: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "O tipo %s non implementa from_tokens() na interface do GIcon" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "Non é posíbel manipular a versión fornecida da codificación da icona" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 msgid "Input stream doesn't implement read" msgstr "O fluxo de entrada non implementa a lectura" @@ -1424,616 +1433,620 @@ msgstr "O fluxo de entrada non implementa a 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:902 ../gio/giostream.c:315 -#: ../gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "O fluxo ten unha operación excepcional" -#: ../gio/ginetsocketaddress.c:182 ../gio/ginetsocketaddress.c:199 -#: ../gio/gunixsocketaddress.c:174 +#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199 +#: gio/gunixsocketaddress.c:174 msgid "Not enough space for socket address" msgstr "Non hai espazo abondo para o enderezo do socket" -#: ../gio/ginetsocketaddress.c:212 +#: gio/ginetsocketaddress.c:212 msgid "Unsupported socket address" msgstr "Non se admite o enderezo do socket" -#: ../gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" "Non se pode encontrar o tipo de monitorización do directorio local " "predeterminado" -#: ../gio/glocalfile.c:600 ../gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "O nome do ficheiro non é válido %s" -#: ../gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter a información do sistema de ficheiros: %s" -#: ../gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Non se pode renomear o directorio raíz" -#: ../gio/glocalfile.c:1130 ../gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear o ficheiro: %s" -#: ../gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Non se pode renomear o ficheiro; o ficheiro xa existe" -#: ../gio/glocalfile.c:1152 ../gio/glocalfile.c:2124 ../gio/glocalfile.c:2153 -#: ../gio/glocalfile.c:2313 ../gio/glocalfileoutputstream.c:550 -#: ../gio/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648 -#: ../gio/glocalfileoutputstream.c:1130 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 +#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 +#: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "O nome do ficheiro non é válido" -#: ../gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir o ficheiro: %s" -#: ../gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Non se pode abrir o directorio" -#: ../gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Erro ao eliminar o ficheiro: %s" -#: ../gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Erro ao mover ao lixo o ficheiro: %s" -#: ../gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Non se pode crear o directorio do lixo %s: %s" -#: ../gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Non se pode encontrar o directorio de nivel superior para o lixo" -#: ../gio/glocalfile.c:1931 ../gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Non se pode encontrar ou crear o directorio do lixo" -#: ../gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, 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:2014 ../gio/glocalfile.c:2019 ../gio/glocalfile.c:2094 -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Non se pode mover ao lixo o ficheiro: %s" -#: ../gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Erro ao crear o directorio: %s" -#: ../gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 #, c-format msgid "Filesystem does not support symbolic links" msgstr "O sistema de ficheiros non é compatíbel coas ligazóns simbólicas" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao crear a ligazón simbolica: %s" -#: ../gio/glocalfile.c:2223 ../gio/glocalfile.c:2317 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover o ficheiro: %s" -#: ../gio/glocalfile.c:2246 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Non se pode mover o directorio sobre un directorio" -#: ../gio/glocalfile.c:2273 ../gio/glocalfileoutputstream.c:928 -#: ../gio/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957 -#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 +#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 +#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Fallou a creación do ficheiro de seguranza" -#: ../gio/glocalfile.c:2292 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao eliminar o ficheiro obxectivo: %s" -#: ../gio/glocalfile.c:2306 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Non se permite mover entre puntos de montaxe" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 msgid "Attribute value must be non-NULL" msgstr "O valor do atributo debe ser non nulo" -#: ../gio/glocalfileinfo.c:728 +#: gio/glocalfileinfo.c:728 msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo non válido (esperábase unha cadea)" -#: ../gio/glocalfileinfo.c:735 +#: gio/glocalfileinfo.c:735 msgid "Invalid extended attribute name" msgstr "Nome estendido do atributo non válido" -#: ../gio/glocalfileinfo.c:775 +#: gio/glocalfileinfo.c:775 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Erro ao estabelecer o atributo estendido '%s': %s" -#: ../gio/glocalfileinfo.c:1481 ../gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Erro ao iniciar o ficheiro '%s': %s" -#: ../gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (codificación non válida)" -#: ../gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao iniciar o descritor de ficheiro: %s" -#: ../gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "O tipo de atributo non é válido (esperábase uint32)" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "O tipo de atributo non é válido (esperábase uint64)" -#: ../gio/glocalfileinfo.c:1832 ../gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "O tipo de atributo non é válido (esperábase unha cadea de bytes)" -#: ../gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Non se puideron estabelecer os permisos nas ligazóns simbólicas" -#: ../gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao estabelecer os permisos: %s" -#: ../gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao estabelecer o propietario: %s" -#: ../gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "a ligazón simbólica debe ser non nula" -#: ../gio/glocalfileinfo.c:1986 ../gio/glocalfileinfo.c:2005 -#: ../gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao estabelecer a ligazón simbólica: %s" -#: ../gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "Erro ao estabelecer a ligazón simbólica: o ficheiro non é unha ligazón" -#: ../gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "" "Produciuse un erro na modificación da configuración ou no tempo de acceso: %s" -#: ../gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "O contexto SELinux debe ser non-NULL" -#: ../gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Erro a estabelecer o contexto SELinux: %s" -#: ../gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "O contexto SELinux non está habilitado neste sistema" -#: ../gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Non se permite estabelecer o atributo %s " -#: ../gio/glocalfileinputstream.c:165 ../gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Erro ao ler do ficheiro: %s" -#: ../gio/glocalfileinputstream.c:196 ../gio/glocalfileinputstream.c:208 -#: ../gio/glocalfileinputstream.c:320 ../gio/glocalfileoutputstream.c:449 -#: ../gio/glocalfileoutputstream.c:1005 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Erro ao buscar no ficheiro: %s" -#: ../gio/glocalfileinputstream.c:241 ../gio/glocalfileoutputstream.c:235 -#: ../gio/glocalfileoutputstream.c:330 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Erro ao pechar o ficheiro: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" "Non se pode encontrar o tipo de monitorización do ficheiro local predefinido" -#: ../gio/glocalfileoutputstream.c:181 ../gio/glocalfileoutputstream.c:214 -#: ../gio/glocalfileoutputstream.c:722 +#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:722 #, c-format msgid "Error writing to file: %s" msgstr "Erro ao escribir no ficheiro: %s" -#: ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:262 #, c-format msgid "Error removing old backup link: %s" msgstr "Erro ao eliminar a ligazón da copia de seguranza antiga: %s" -#: ../gio/glocalfileoutputstream.c:276 ../gio/glocalfileoutputstream.c:289 +#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289 #, c-format msgid "Error creating backup copy: %s" msgstr "Erro ao crear a copia de seguranza: %s" -#: ../gio/glocalfileoutputstream.c:307 +#: gio/glocalfileoutputstream.c:307 #, c-format msgid "Error renaming temporary file: %s" msgstr "Erro ao renomear o ficheiro temporal: %s" -#: ../gio/glocalfileoutputstream.c:495 ../gio/glocalfileoutputstream.c:1056 +#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056 #, c-format msgid "Error truncating file: %s" msgstr "Erro ao truncar o ficheiro: %s" -#: ../gio/glocalfileoutputstream.c:556 ../gio/glocalfileoutputstream.c:609 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:794 -#: ../gio/glocalfileoutputstream.c:1037 ../gio/glocalfileoutputstream.c:1136 +#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794 +#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136 #, c-format msgid "Error opening file '%s': %s" msgstr "Erro ao abrir o ficheiro '%s': %s" -#: ../gio/glocalfileoutputstream.c:825 +#: gio/glocalfileoutputstream.c:825 msgid "Target file is a directory" msgstr "O ficheiro destino é un directorio" -#: ../gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:830 msgid "Target file is not a regular file" msgstr "O ficheiro destino non é un ficheiro normal" -#: ../gio/glocalfileoutputstream.c:842 +#: gio/glocalfileoutputstream.c:842 msgid "The file was externally modified" msgstr "O ficheiro foi modificado externamente" -#: ../gio/glocalfileoutputstream.c:1021 +#: gio/glocalfileoutputstream.c:1021 #, c-format msgid "Error removing old file: %s" msgstr "Erro ao eliminar o ficheiro antigo: %s" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:553 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553 msgid "Invalid GSeekType supplied" msgstr "Proporcionouse un GSeekType non válido" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:563 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563 msgid "Invalid seek request" msgstr "Petición de busca non válida" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "Non se pode truncar GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:290 +#: gio/gmemoryoutputstream.c:290 msgid "Reached maximum data array limit" msgstr "Alcanzouse o límite máximo da matriz de datos" -#: ../gio/gmemoryoutputstream.c:325 +#: gio/gmemoryoutputstream.c:325 msgid "Memory output stream not resizable" msgstr "O fluxo de saída da memoria non é redimensionábel" -#: ../gio/gmemoryoutputstream.c:341 +#: gio/gmemoryoutputstream.c:341 msgid "Failed to resize memory output stream" msgstr "Fallou ao redimensionar o fluxo de saída da memoria" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "a montaxe non implementa o desmontado" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "a montaxe non implementa a expulsión" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: ../gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "a montaxe non implementa o desmontado ou a operación_de_desmontado" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "a montaxe non implementa a expulsión ou a operación_de_expulsión" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "a montaxe non implementa o remontado" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "a montaxe non implementa a averiguación do tipo de contido" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "a montaxe non implementa a averiguación síncrona do tipo de contido" -#: ../gio/gnetworkaddress.c:295 +#: gio/gnetworkaddress.c:295 #, c-format msgid "Hostname '%s' contains '[' but not ']'" msgstr "O nome do host '%s' contén '[' mais non ']'" -#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "O fluxo de saída non implementa a escritura" -#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "O fluxo de orixe xa está pechado" -#: ../gio/gresolver.c:736 +#: gio/gresolver.c:736 #, c-format msgid "Error resolving '%s': %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: ../gio/gresolver.c:786 +#: gio/gresolver.c:786 #, c-format msgid "Error reverse-resolving '%s': %s" msgstr "Erro ao reverter-resolver '%s': %s" -#: ../gio/gresolver.c:821 ../gio/gresolver.c:899 +#: gio/gresolver.c:821 gio/gresolver.c:899 #, c-format msgid "No service record for '%s'" msgstr "Non hai rexistro de servizo de '%s'" -#: ../gio/gresolver.c:826 ../gio/gresolver.c:904 +#: gio/gresolver.c:826 gio/gresolver.c:904 #, c-format msgid "Temporarily unable to resolve '%s'" msgstr "Foi incapaz de resolver temporalmente '%s'" -#: ../gio/gresolver.c:831 ../gio/gresolver.c:909 +#: gio/gresolver.c:831 gio/gresolver.c:909 #, c-format msgid "Error resolving '%s'" msgstr "Erro ao resolver: '%s'" -#: ../gio/gsocket.c:277 +#: gio/gsocket.c:277 msgid "Invalid socket, not initialized" msgstr "O socket non é correcto, non se inicialiou" -#: ../gio/gsocket.c:284 +#: gio/gsocket.c:284 #, c-format msgid "Invalid socket, initialization failed due to: %s" msgstr "O socket non é correcto, a inicialización fallou debido a: %s" -#: ../gio/gsocket.c:292 +#: gio/gsocket.c:292 msgid "Socket is already closed" msgstr "O fluxo de orixe xa está pechado" -#: ../gio/gsocket.c:405 +#: gio/gsocket.c:405 #, c-format msgid "creating GSocket from fd: %s" msgstr "creando o GSocket a partir de fd: %s" -#: ../gio/gsocket.c:439 ../gio/gsocket.c:453 ../gio/gsocket.c:1911 +#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911 #, c-format msgid "Unable to create socket: %s" msgstr "Non se pode crear o socket: %s" -#: ../gio/gsocket.c:439 +#: gio/gsocket.c:439 msgid "Unknown protocol was specified" msgstr "Foi especificado un protocolo descoñecido" -#: ../gio/gsocket.c:758 +#: gio/gsocket.c:758 msgid "Cancellable initialization not supported" msgstr "Non se permite a inicialización cancelábel" -#: ../gio/gsocket.c:1112 +#: gio/gsocket.c:1112 #, c-format msgid "could not get local address: %s" msgstr "Non se puido obter un enderezo local: %s" -#: ../gio/gsocket.c:1145 +#: gio/gsocket.c:1145 #, c-format msgid "could not get remote address: %s" msgstr "non se puido obter un enderezo remoto: %s" -#: ../gio/gsocket.c:1203 +#: gio/gsocket.c:1203 #, c-format msgid "could not listen: %s" msgstr "non se puido escoitar: %s" -#: ../gio/gsocket.c:1277 +#: gio/gsocket.c:1277 #, c-format msgid "Error binding to address: %s" msgstr "Erro ao conectar co enderezo: %s" -#: ../gio/gsocket.c:1397 +#: gio/gsocket.c:1397 #, c-format msgid "Error accepting connection: %s" msgstr "Erro ao aceptar a conexión : %s" -#: ../gio/gsocket.c:1510 +#: gio/gsocket.c:1510 msgid "Error connecting: " msgstr "Erro ao conectar: " -#: ../gio/gsocket.c:1514 +#: gio/gsocket.c:1514 msgid "Connection in progress" msgstr "Conexión en marcha" -#: ../gio/gsocket.c:1519 +#: gio/gsocket.c:1519 #, c-format msgid "Error connecting: %s" msgstr "Erro ao conectar: %s" -#: ../gio/gsocket.c:1559 +#: gio/gsocket.c:1559 #, c-format msgid "Unable to get pending error: %s" msgstr "Non se pode obter o erro pendente: %s" -#: ../gio/gsocket.c:1655 +#: gio/gsocket.c:1655 #, c-format msgid "Error receiving data: %s" msgstr "Erro ao recibir datos: %s" -#: ../gio/gsocket.c:1798 +#: gio/gsocket.c:1798 #, c-format msgid "Error sending data: %s" msgstr "Erro ao enviar datos: %s" -#: ../gio/gsocket.c:1990 +#: gio/gsocket.c:1990 #, c-format msgid "Error closing socket: %s" msgstr "Erro ao pechar o socket: %s" -#: ../gio/gsocket.c:2475 +#: gio/gsocket.c:2475 #, c-format msgid "Waiting for socket condition: %s" msgstr "Agardando pola situación do socket: %s" -#: ../gio/gsocket.c:2714 ../gio/gsocket.c:2795 +#: gio/gsocket.c:2714 gio/gsocket.c:2795 #, c-format msgid "Error sending message: %s" msgstr "Erro ao enviar a mensaxe: %s" -#: ../gio/gsocket.c:2739 +#: gio/gsocket.c:2739 msgid "GSocketControlMessage not supported on windows" msgstr "O GSocketControlMessage non está permitido en windows" -#: ../gio/gsocket.c:2997 ../gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Erro ao recibir a mensaxe: %s" -#: ../gio/gsocketclient.c:521 ../gio/gsocketclient.c:770 +#: gio/gsocketclient.c:521 gio/gsocketclient.c:770 msgid "Unknown error on connect" msgstr "Erro descoñecido ao conectar" -#: ../gio/gsocketlistener.c:192 +#: gio/gsocketlistener.c:192 msgid "Listener is already closed" msgstr "O porto de escoita xa está pechado" -#: ../gio/gsocketlistener.c:233 +#: gio/gsocketlistener.c:233 msgid "Added socket is closed" msgstr "O socket engadido está pechado" -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "Non é posíbel manipular a versión %d da codificación de GThemedIcon" -#: ../gio/gunixconnection.c:151 +#: gio/gunixconnection.c:151 #, c-format msgid "Expecting 1 control message, got %d" msgstr "Esperando 1 mensaxe de control, obtívose %d" -#: ../gio/gunixconnection.c:164 +#: gio/gunixconnection.c:164 msgid "Unexpected type of ancillary data" msgstr "Tipo de datos subsidiarios inesperados" -#: ../gio/gunixconnection.c:182 +#: gio/gunixconnection.c:182 #, c-format msgid "Expecting one fd, but got %d\n" msgstr "Esperando un descritor de ficheiro(fd) pero obtívose %d\n" -#: ../gio/gunixconnection.c:198 +#: gio/gunixconnection.c:198 msgid "Received invalid fd" msgstr "Recibiuse un descritor de ficheiro (fd) incorrecto" -#: ../gio/gunixinputstream.c:354 ../gio/gunixinputstream.c:374 -#: ../gio/gunixinputstream.c:452 ../gio/gunixoutputstream.c:439 +#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374 +#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439 #, c-format msgid "Error reading from unix: %s" msgstr "Erro ao ler de unix: %s" -#: ../gio/gunixinputstream.c:407 ../gio/gunixinputstream.c:589 -#: ../gio/gunixoutputstream.c:394 ../gio/gunixoutputstream.c:545 +#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589 +#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545 #, c-format msgid "Error closing unix: %s" msgstr "Erro ao pechar unix: %s" -#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883 +#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883 msgid "Filesystem root" msgstr "Raíz do sistema de ficheiros" -#: ../gio/gunixoutputstream.c:340 ../gio/gunixoutputstream.c:361 +#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361 #, c-format msgid "Error writing to unix: %s" msgstr "Erro ao escribir a unix: %s" -#: ../gio/gunixsocketaddress.c:182 +#: gio/gunixsocketaddress.c:182 msgid "Abstract unix domain socket addresses not supported on this system" msgstr "" "Abstraer os enderezos de socket de dominio unix que non son permitidos neste " "sistema" -#: ../gio/gvolume.c:452 +#: gio/gvolume.c:452 msgid "volume doesn't implement eject" msgstr "o volume non implementa a expulsión" #. Translators: This is an error #. * message for volume objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gvolume.c:531 +#: gio/gvolume.c:531 msgid "volume doesn't implement eject or eject_with_operation" msgstr "o volume non implementa a expulsión ou a operación_de_expulsión" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "Non se pode encontrar o aplicativo" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "Erro ao iniciar o aplicativo: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "Os URI non son compatíbeis" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "os cambios de asociación non son compatíbeis con win32" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "A creación de asociación non é compatíbel con win32" diff --git a/po/gu.po b/po/gu.po index 7d23140..2d91463 100644 --- a/po/gu.po +++ b/po/gu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.master.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-09 16:51+0530\n" "Last-Translator: Sweta Kothari \n" "Language-Team: Gujarati\n" @@ -98,69 +98,69 @@ msgstr "'%s' નામવાળા કોઈ કાર્યક્રમે '%s' msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec લીટી '%s' ને URI '%s' સાથે વિસ્તારવામાં નિષ્ફળ" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' અક્ષર સમૂહમાંથી '%s' માં રુપાંતરણ માટે આધાર નથી" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' માંથી '%s' માટેનો પરીવર્તક ખોલી શકતો નથી" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "રુપાંતર ઈનપુટની બાઇડ શ્રેણી અપ્રમાણીત છે" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "રુપાંતર વખતે ભૂલ: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "ઈનપુટ ના છેડા પર અપૂર્ણ અક્ષર શ્રેણી છે" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "ફૈલબેક '%s' ને '%s' કોડના સમૂહમાં પરીવર્તિત કરી શકાતું નથી " -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' કે જે \"ફાઈલ\" યોજના વાપરે છે તે ચોક્કસ URI નથી" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "સ્થાનીય ફાઈલ URI '%s' માં કદાય '#' સમાવિષ્ટ નથી" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "'%s' URI અયોગ્ય છે" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "'%s' URIનું યજમાનનુ નામ અયોગ્ય છે" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "'%s' URI અયોગ્ય બહાર નીકળવાના અક્ષરો ધરાવે છે " -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' પથ નામ એ ચોક્કસ પથ નથી" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "અયોગ્ય યજમાન નામ" @@ -169,119 +169,134 @@ msgstr "અયોગ્ય યજમાન નામ" msgid "Error opening directory '%s': %s" msgstr "'%s' ડિરેક્ટરી ખોલતા ભૂલ: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu બાઈટ \"%s\" ફાઈલ વાંચવા માટે આપવામાં આવતા નથી" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "ફાઇલ \"%s\" એ ઘણી વિશાળ છે" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' ફાઈલમાંથી વાંચવામા નિષ્ફળતા: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' ફાઈલ ખોલવામાં નિષ્ફળતા : %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' ફાઈલની લાક્ષણિકતા મેળવતી વખતે નિષ્ફળતા: fstate() નિષ્ફળ: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' ફાઈલ ખોલવામાં નિષ્ફળતા: fdopen() નિષ્ફળ: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "ફાઈલ '%s' નું નામ '%s' માં બદલવામાં નિષ્ફળ: g_rename() નિષ્ફળ: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' ફાઈલ બનાવવામાં નિષ્ફળતા : %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "ફાઈલ '%s' ને લખવા માટે ખોલવામાં નિષ્ફળ: fdopen() નિષ્ફળ: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "ફાઈલ '%s' પર લખવામાં નિષ્ફળ: fwrite() નિષ્ફળ: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "ફાઈલ '%s' પર લખવામાં નિષ્ફળ: fflush() નિષ્ફળ: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "ફાઈલ '%s' પર લખવામાં નિષ્ફળ: fsync() નિષ્ફળ: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "ફાઈલ '%s' બંધ કરવામાં નિષ્ફળ: fclose() નિષ્ફળ: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "વર્તમાન ફાઈલ '%s' દૂર કરી શકાઈ નહિં: g_unlink() નિષ્ફળ: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr " '%s' ટેમ્પલેટ અયોગ્ય છે, તે '%s' ધરાવતું નથી" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "ટેમ્પલેટ '%s' એ XXXXXX સમાવતું નથી" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' સાંકેતિક કડી વાંચવામાં નિષ્ફળતા: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "સાંકેતિક કડી આધાર આપતી નથી" @@ -527,7 +542,7 @@ msgstr "પાછળ જવાની મર્યાદાએ પહોંચી msgid "the pattern contains items not supported for partial matching" msgstr "ભાત અંશતઃ જોડણી માટે આધારભૂત વસ્તુઓ સમાવતી નથી" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "આંતરિક ભૂલ" @@ -1109,17 +1124,17 @@ msgstr "કિંમત '%s' બુલિયન તરીકે ઈન્ટર #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%s ને ખૂબ મોટી ગણક કિંમત પસાર કરેલ છે" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "પ્રક્રિયા રદ થઈ ગઈ હતી" @@ -1142,34 +1157,34 @@ msgstr "%s પ્રકાર" msgid "Unexpected early end-of-stream" msgstr "સ્ટ્રીમનો-અંત અનિચ્છનીય રીતે જલદી" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "શીર્ષકવીહિન" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "ડેસ્કટોપ ફાઈલે Exec ક્ષેત્ર સ્પષ્ટ કરેલ નથી" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "કાર્યક્રમ માટે જરૂરી ટર્મિનલ શોધવામાં અસમર્થ" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "વપરાશકર્તા કાર્યક્રમ રૂપરેખાંકન ફોલ્ડર %s બનાવી શક્યા નહિં: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "વપરાશકર્તા MIME રૂપરેખાંકન ફોલ્ડર %s બનાવી શક્યા નહિં: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "વપરાશકર્તા ડેસ્કટોપ ફાઈલ %s બનાવી શકતા નથી" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s માટે વૈવિધ્યપૂર્ણ વ્યાખ્યા" @@ -1221,13 +1236,13 @@ msgstr "GEmblemedIcon એનકોડીંગ માં ટોકનો (%d) msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon માટે GEmblem એ અપેક્ષિત છે" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "પ્રક્રિયા આધારભૂત નથી" @@ -1240,49 +1255,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "સમાવનાર માઉન્ટ અસ્તિત્વમાં નથી" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "લક્ષ્ય ફાઈલ અસ્તિત્વમાં નથી" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "પુનરાવર્તિત રીતે ડિરેક્ટરીની નકલ કરી શકતા નથી" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "વિશિષ્ટ ફાઇલ ની નકલ કરી શકતા નથી" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "અયોગ્ય સાંકેતિક કડી કિંમત અપાયેલ છે" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "કચરાપેટી આધારભૂત નથી" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "ફાઈલ નામો '%c' સમાવી શકતા નથી" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "વોલ્યુમ માઉન્ટ અમલમાં મૂકતું નથી" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "આ ફાઈલ સંભાળવા માટે કોઈ કાર્યક્રમ રજીસ્ટર થયેલ નથી" @@ -1371,7 +1386,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "સ્ટ્રીમને ભરપૂર પ્રક્રિયા છે" @@ -1384,114 +1399,119 @@ msgstr "સોકેટ સરનામાં માટે પૂરતી જ msgid "Unsupported socket address" msgstr "બિનઆધારિત સોકેટ સરનામું" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "મૂળભૂત સ્થાનિક ડિરેક્ટરી મોનીટર પ્રકાર શોધવામાં અસમર્થ" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "અયોગ્ય ફાઈલનામ %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "ફાઈલસિસ્ટમ જાણકારી મેળવવામાં ભૂલ: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "રુટ ડિરેક્ટરીનું નામ બદલી શકતા નથી" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "ફાઈલનું નામ બદલવામાં ભૂલ: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "ફાઈલનું નામ બદલી શકતા નથી, ફાઈલનામ પહેલાથી જ હાજર છે" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "અયોગ્ય ફાઈલનામ" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "ફાઈલ ખોલવામાં ભૂલ: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "ડિરેક્ટરી ખોલી શકતા નથી" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "ફાઈલ દૂર કરવામાં ભૂલ: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "ફાઈલને કચરાપેટીમાં નાંખવામાં ભૂલ: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "કચરાપેટી ડિરેક્ટરી %s બનાવવામાં અસમર્થ: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "કચરાપેટી માટે ટોચસ્તરની ડિરેક્ટરી શોધવામાં અસમર્થ" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "કચરાપેટી ડિરેક્ટરી શોધવામાં કે બનાવવામાં અસમર્થ" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "કચરાપેટી જાણકારી ફાઈલ બનાવવામાં અસમર્થ: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "ફાઈલને કચરાપેટીમાં મોકલવામાં અસમર્થ: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "ડિરેક્ટરી બનાવવામાં ભૂલ: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "'%s' સાંકેતિક કડી વાંચવામાં નિષ્ફળતા: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "સાંકેતિક કડી બનાવવામાં ભૂલ: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "ફાઈલ ખસેડવામાં ભૂલ: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર ખસેડી શકતા નથી" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "બેકઅપ ફાઈલ બનાવટ નિષ્ફળ" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "લક્ષ્ય ફાઈલ દૂર કરવામાં ભૂલ: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "માઉન્ટો વચ્ચે ખસેડવાનું આધારભૂત નથી" @@ -1512,102 +1532,102 @@ msgstr "અયોગ્ય વિસ્તૃત લક્ષણ નામ" msgid "Error setting extended attribute '%s': %s" msgstr "વિસ્તૃત લક્ષણ '%s' સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "ફાઈલ '%s' કહેવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (અયોગ્ય સંગ્રહપદ્ધતિ)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "ફાઈલ વર્ણનકાર કહેવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint32 ઈચ્છિત)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint64 ઈચ્છિત)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (બાઈટ શબ્દમાળા ઈચ્છિત)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "સંકેત કડીઓ પર પરવાનગીઓને સુયોજિત કરી શકાતી નથી" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "પરવાનગીઓ સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "માલિક સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "સાંકેતિક કડી non-NULL જ હોવી જોઈએ" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: ફાઈલ સાંકેતિક કડી નથી" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "બદલાવ અથવા પ્રવેશ સમય ને સુયોજન કરતી વખતે ભૂલ: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux સંદર્ભ non-NULL જ હોવી જોઈએ" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux સંદર્ભ ને સુયોજન કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux એ આ સિસ્ટમ પર સક્રિય થયેલ નથી" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "લક્ષણ %s સુયોજીત કરવાનું આધારભૂત નથી" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "ફાઈલમાંથી વાંચવામાં ભૂલ: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "ફાઈલમાં પહોંચવામાં ભૂલ: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "ફાઈલ બંધ કરવામાં ભૂલ: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "મૂળભૂત સ્થાનિક ફાઈલ મોનીટર પ્રકાર શોધવામાં અસમર્થ" @@ -1688,49 +1708,54 @@ msgstr "મેમરી આઉટપુટ સ્ટ્રીમનું મા #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "માઉન્ટ એ અનમાઉન્ટને અમલમાં મૂકતું નથી" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "માઉન્ટ એ બહાર કાઢોને અમલમાં મૂકતું નથી" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "માઉન્ટ એ unmount અથવા unmount_with_operation નું અમલીકરણ કરતુ નથી" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "માઉન્ટ eject અથવા eject_with_operation નું અમલીકરણ કરતુ નથી" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "માઉન્ટ એ સમાવિષ્ટ પ્રકાર અંદાજિત કરવાનું અમલીકરમ કરતુ નથી" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "માઉન્ટ એ સમાવિષ્ટ પ્રકાર અંદાજિત કરવાનું એકી સાથે અમલીકરણ કરતુ નથી" @@ -1739,11 +1764,11 @@ msgstr "માઉન્ટ એ સમાવિષ્ટ પ્રકાર અ msgid "Hostname '%s' contains '[' but not ']'" msgstr "યજમાનનામ '%s' સમાવે છે '[' પરંતુ નથી ']'" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "આઉટપુટ સ્ટ્રીમ લેખનને અમલમાં મૂકતું નથી" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "સ્રોત સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે" @@ -1875,7 +1900,7 @@ msgstr "સંદેશો મોકલી રહ્યા હોય ત્ય msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage એ વિન્ડો પર આધારભૂત નથી" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "ભૂલ મેળવી રહ્યા હોય ત્યારે ભૂલ: %s" diff --git a/po/he.po b/po/he.po index 64d5b4a..9c50b5c 100644 --- a/po/he.po +++ b/po/he.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-06 09:32+0200\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew \n" @@ -93,69 +93,69 @@ msgstr "Failed to expand exec line '%s' with URI '%s'" # *** This file should not be translated to hebrew, please only copy the english text *** # *** Old hebrew ranslation is commented for backup sake *** -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Conversion from character set '%s' to '%s' is not supported" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Error during conversion: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Cannot convert fallback '%s' to codeset '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "The URI '%s' is not an absolute URI using the \"file\" scheme" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "The local file URI '%s' may not include a '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "The URI '%s' is invalid" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "The hostname of the URI '%s' is invalid" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "The URI '%s' contains invalidly escaped characters" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Invalid hostname" @@ -164,119 +164,134 @@ msgstr "Invalid hostname" msgid "Error opening directory '%s': %s" msgstr "Error opening directory '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Could not allocate %lu bytes to read file \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Error reading file '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "File \"%s\" is too large" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Failed to read from file '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Failed to open file '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Failed to get attributes of file '%s': fstat() failed: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Failed to open file '%s': fdopen() failed: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Failed to rename file '%s' to '%s': g_rename() failed: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Failed to create file '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Failed to open file '%s' for writing: fdopen() failed: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Failed to write file '%s': fwrite() failed: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Failed to write file '%s': fflush() failed: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Failed to write file '%s': fsync() failed: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Failed to close file '%s': fclose() failed: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Existing file '%s' could not be removed: g_unlink() failed: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Template '%s' invalid, should not contain a '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Template '%s' doesn't contain XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Failed to read the symbolic link '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Symbolic links not supported" @@ -536,7 +551,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "internal error" @@ -1121,17 +1136,17 @@ msgstr "Value '%s' cannot be interpreted as a boolean." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Stream is already closed" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Operation was cancelled" @@ -1154,34 +1169,34 @@ msgstr "%s type" msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" @@ -1233,13 +1248,13 @@ msgstr "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Expected a GEmblem for GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operation not supported" @@ -1252,49 +1267,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Can't copy over directory" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Target file exists" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Can't recursively copy directory" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Can't copy special file" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Invalid symlink value given" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Trash not supported" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "No application is registered as handling this file" @@ -1383,7 +1398,7 @@ msgstr "Input stream doesn't implement read" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" @@ -1396,114 +1411,119 @@ msgstr "Not enough space for socket address" msgid "Unsupported socket address" msgstr "Unsupported socket address" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Error renaming file: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Can't rename file, filename already exist" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Invalid filename" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Can't open directory" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Error trashing file: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create trash dir %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for trash" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Unable to find or create trash directory" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create trashing info file: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to trash file: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Error creating directory: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Failed to read the symbolic link '%s': %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Backup file creation failed" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Move between mounts not supported" @@ -1524,103 +1544,103 @@ msgstr "Invalid extended attribute name" msgid "Error setting extended attribute '%s': %s" msgstr "Error setting extended attribute '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Cannot set permissions on symlinks" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Error setting modification or access time: %s" # c-format -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux context must be non-NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Error setting SELinux context: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux is not enabled on this system" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Error reading from file: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Error seeking in file: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Error closing file: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Unable to find default local file monitor type" @@ -1701,49 +1721,54 @@ msgstr "Failed to resize memory output stream" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount doesn't implement unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount doesn't implement eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "mount doesn't implement unmount or unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "mount doesn't implement eject or eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount doesn't implement remount" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount doesn't implement content type guessing" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount doesn't implement synchronous content type guessing" @@ -1752,11 +1777,11 @@ msgstr "mount doesn't implement synchronous content type guessing" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Hostname '%s' contains '[' but not ']'" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Output stream doesn't implement write" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Source stream is already closed" @@ -1888,7 +1913,7 @@ msgstr "Error sending message: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage not supported on windows" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Error receiving message: %s" diff --git a/po/hi.po b/po/hi.po index fcc212f..2987c5f 100644 --- a/po/hi.po +++ b/po/hi.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-11 15:59+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" @@ -101,69 +101,69 @@ msgstr "'%s' के नाम से कोई अनुप्रयोग न msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "'%s' एक्स पंक्ति यूआरआई '%s' से फैलाने में विफल रहा" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "वर्ण समूह '%s' से '%s' में परिवर्तन समर्थित नहीं है" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' से '%s' परिवर्तक नहीं खोला जा सका" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "परिवर्तन इनपुट में अवैध बाइट अनुक्रम" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "इनपुट के अंत में आंशिक वर्ण अनुक्रम" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "फालबैक '%s' को कोड सेट '%s' में परिवर्तित नहीं कर सका" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "\"file\" योजना का उपयोग करने वाली यूआरआई '%s' एक निरपेक्ष यूआरआई नहीं है" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "स्थानीय फ़ाइल यूआरआई '%s' में एक '#' सम्मिलित नहीं है" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "यूआरआई '%s' अवैध है" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "यूआरआई '%s' का मेजबाननाम अवैध है" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "यूआरआई '%s' में अवैध एस्केप्ड वर्ण सम्मिलित हैं" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "पथनाम '%s' एक निरपेक्ष पथ नहीं है" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "अवैध होस्ट-नाम" @@ -172,119 +172,134 @@ msgstr "अवैध होस्ट-नाम" msgid "Error opening directory '%s': %s" msgstr "निर्देशिका '%s' को खोलने में त्रुटि: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr " %lu बाइट आबंटित नहीं किया जा सकता फ़ाइल \"%s\" को पढ़ने हेतु" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "\"%s\" फ़ाइल काफी बड़ी है" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "फ़ाइल '%s' से पढ़ने में असफल: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' फ़ाइल खोलने में असफल :%s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "फ़ाइल '%s' की विशेषता ज्ञात करने में असफल: fstat() असफल: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "फ़ाइल '%s': fdopen() खोलने में असफल: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "फ़ाइल '%s' को '%s' में नाम बदलने में विफल: g_rename() विफल: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "फ़ाइल '%s' को लिखने के लिए खोलने में विफल: fdopen() विफल: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' फ़ाइल को लिखने में विफल: fwrite() विफल: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "'%s' फ़ाइल में लिखने में विफल: fflush() विफल: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "'%s' फ़ाइल में लिखने में विफल: fwrite() विफल: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' फ़ाइल बंद करने में विफल: fclose() विफल: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "'%s' मौजूदा फ़ाइल हटाया नहीं जा सकता: g_unlink() विफल: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "टैम्पलेट '%s' अवैध है, इसमें '%s' शामिल नहीं है" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "टैम्पलेट '%s' में XXXXXX समाहित नहीं है" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f कि.बा." -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f मे.बा." -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f गी.बा." -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f कि.बा." + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f कि.बा." + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f कि.बा." + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "सिंबालिक लिंक '%s' से प्रसंग पढ़ने में असफल %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "सिंबालिक लिंक समर्थित नहीं है" @@ -532,7 +547,7 @@ msgstr "बैकट्रैकिंग सीमा पहुँच गई" msgid "the pattern contains items not supported for partial matching" msgstr "प्रारूप में वे वस्तुएँ समाहित हैं जो आंशिक मिलान के लिए समर्थित नहीं हैं" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "आंतरिक त्रुटि" @@ -1111,17 +1126,17 @@ msgstr "मान '%s' को बुलियन के तौर पर वि #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "बड़ी गणना मान को %s में भेजा गया" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "धारा पहले से बंद है" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "ऑपरेशन रद्द था" @@ -1144,34 +1159,34 @@ msgstr "%s प्रकार" msgid "Unexpected early end-of-stream" msgstr "अप्रत्याशित स्ट्रीम का समय से पहले अंत" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "बेनाम" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "डेस्कटॉप फ़ाइल एक्स क्षेत्र को निर्दिष्ट नहीं करता है" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "अनुप्रयोग के लिए जरूरी टर्मिनल ढूँढ़ने में असमर्थ" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "उपयोक्ता अनुप्रयोग विन्यास फ़ोल्डर %s नहीं बना सकता है: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "MIME विन्यास फ़ोल्डर %s नहीं बना सकता है: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "उपयोक्ता डेस्कटॉप फ़ाइल %s नहीं बना सकता है" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s के लिए मनपसंग परिभाषा" @@ -1223,13 +1238,13 @@ msgstr "GEmblemedIcon एन्कोडिंग में (%d) टोकन msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon के लिए एक GEmblem प्रत्याशित" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "ऑपरेशन समर्थित नहीं है" @@ -1242,49 +1257,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "समाहित करने वाला माउंट मौजूद नहीं है" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "निर्देशिका पर नक़ल नहीं कर सकता है" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "निर्देशिका पर निर्देशिका नक़ल नहीं कर सकता है" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "लक्ष्य फ़ाइल मौजूद है" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "निर्देशिका पुनरावर्ती रूप से नक़ल नहीं कर सकता है" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "विशेष फ़ाइल नक़ल नहीं कर सकता है" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "अवैध सांकेतिक कड़ी प्रदत्त मान" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "रद्दी समर्थित नहीं है" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "फ़ाइल नाम में '%c' नहीं हो सकता है" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "आवाज माउंट लागू नहीं कर सकता है" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "इस फ़ाइल के नियंत्रण के रूप में कोई अनुप्रयोग पंजीकृत नहीं है" @@ -1373,7 +1388,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "स्ट्रीम के पास बची ऑपरेशन है" @@ -1386,114 +1401,119 @@ msgstr "सॉकेट पता के लिए पर्याप्त स msgid "Unsupported socket address" msgstr "असमर्थित सॉकेट पता" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "तयशुदा स्थानीय निर्देशिका मॉनिटर प्रकार ढूँढ़ने में असमर्थ" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "अवैध फ़ाइलनाम: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "फ़ाइलतंत्र सूचना पाने में त्रुटि: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "रूट निर्देशिका का नाम नहीं बदल सकता है" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "फ़ाइल का नाम बदलने में त्रुटि: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "फ़ाइल का नाम नहीं बदल सकता है, फ़ाइलनाम पहले से मौजूद है" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "अवैध फ़ाइलनाम" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "फ़ाइल खोलने में त्रुटि: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "डैरक्टरी नहीं खोल सकते है" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "फ़ाइल हटाने में त्रुटि: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "फ़ाइल रद्दी में भेजने में त्रुटि: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "रद्दी निर्देशिका %s बनाने में असमर्थ: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "रद्दी के लिए उच्च स्तरयी निर्देशिका ढूँढ़ने में असमर्थ" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "रद्दी निर्देशिका ढूँढ़ने और बनाने में असमर्थ" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "रद्दी सूचना फ़ाइल बनाने में असमर्थ: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "फ़ाइल रद्दी में भेजने में असमर्थ: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "निर्देशिका बनाने में त्रुटि: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "सिंबालिक लिंक '%s' से प्रसंग पढ़ने में असफल %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "सांकेतिक कड़ी बनाने में त्रुटि: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "फ़ाइल खिसकाने में त्रुटि: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "निर्देशिका पर निर्देशिका नहीं खिसका सकता है" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "बैकअप फ़ाइल निर्माण विफल" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "लक्ष्य फ़ाइल हटाने में त्रुटि: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "माउंट के बीच खिसकाना समर्थित नहीं" @@ -1514,102 +1534,102 @@ msgstr "अवैध विस्तारित विशेषता नाम msgid "Error setting extended attribute '%s': %s" msgstr "विस्तारित विशेषता '%s' सेट करने में त्रुटि: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' फ़ाइल व्यक्त करने में त्रुटि: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (अवैध एन्कोडिंग)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "फ़ाइल विवरणकर्ता व्यक्त करने में त्रुटि: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "अवैध विशेषता प्रकार (uint32 प्रत्याशित)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "अवैध विशेषता प्रकार (uint64 प्रत्याशित)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "अवैध विशेषता प्रकार (बाइट स्ट्रिंग प्रत्याशित)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "सिमलिंक पर अनुमति सेट नहीं कर सकता है" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "अनुमति सेट करने के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "स्वामी सेट करने के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "सांकेतिक कड़ी जरूर रिक्त होनी चाहिए" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "सांकेतिक कड़ी की सेटिंग में त्रुटि: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "सांकेतिक कड़ी की सेटिंग में त्रुटि: फ़ाइल एक सांकेतिक कड़ी नहीं है" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "रूपांतरण या पहुँच समय सेट करने के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux संदर्भ जरूर शून्येतर होना चाहिए" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux संदर्भ सेटिंग के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux इस तंत्र पर समर्थित नहीं है" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "विशेषता %s की सेटिंग समर्थित नहीं है" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "फ़ाइल से पढ़ने के दौरान त्रुटि: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "फ़ाइल से प्राप्त करने में त्रुटि: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "फ़ाइल बंद करने में त्रुटि: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "तयशुदा स्थानीय फ़ाइल मॉनिटर प्रकार ढूँढ़ने में असमर्थ" @@ -1690,49 +1710,54 @@ msgstr "स्मृति आउटपुट स्ट्रीम का आ #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "माउंट अनमाउंट लागू नहीं करता है" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "माउंट बाहर करें लागू नहीं करता है" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "आरोह आरोह या unmount_with_operation क लागू नहीं करता है" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "आरोह बाहर निकालें या eject_with_operation क लागू नहीं करता है" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "माउंट अंतर्वस्तु प्रकार गेसिंग लागू नहीं करता है" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "माउंट तुल्यकालित अंतर्वस्तु प्रकार गेसिंग लागू नहीं करता है" @@ -1741,11 +1766,11 @@ msgstr "माउंट तुल्यकालित अंतर्वस् msgid "Hostname '%s' contains '[' but not ']'" msgstr "मेजबाननाम में '%s' शामिल है '[' but not ']'" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "आउटपुट स्ट्रीम लेखन लागू नहीं करता है" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "स्रोत स्ट्रीम पहले से बंद है" @@ -1877,7 +1902,7 @@ msgstr "संदेश भेजने में त्रुटि: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage विंडोज पर समर्थित नहीं" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "संदेश पाने में त्रुटि: %s" diff --git a/po/hr.po b/po/hr.po index bec4d3f..7e6612f 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2008-05-18 15:38+0000\n" "Last-Translator: Launchpad Translations Administrators \n" @@ -88,69 +88,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Nisam uspio pročitati simboličku vezu '%s': %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Pretvaranje iz znakovnog skupa '%s' u '%s' nije podržana" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ne mogu otvoriti pretvornik iz %s' u '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Neispravna sekvenca bajtova u izlazu konverzije" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Djelomična znakovna sekvenca pri kraju izlaza" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ne mogu prevesti '%s' u znakovni skup '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "'%s' nije apsolutni URI sa \"datoteka\" shemom" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI lokalne datoteke '%s' ne smije uključivati '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' nije ispravan" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ime računala URI-ja '%s' je neispravno" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' sadrži neispravne escape znakove" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Putanja '%s' nije apsolutna putanja" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Neispravno ime računala" @@ -159,94 +159,94 @@ msgstr "Neispravno ime računala" msgid "Error opening directory '%s': %s" msgstr "GreÅ¡ka pri otvaranju mape '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ne mogu alocirati %lu bajtova za čitanje datoteke \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "GreÅ¡ka pri čitanju iz datoteke '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "GreÅ¡ka pri otvaranju datoteke '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "GreÅ¡ka pri dohvatu atributa datoteke '%s': fstat() nije uspio: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "GreÅ¡ka pri otvaranju datoteke '%s': fdopen() nije uspio: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "GreÅ¡ka pri preimenovanju datoteke '%s' u '%s': g_rename() nije uspio: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "GreÅ¡ka pri otvaranju datoteke '%s' za pisanje: fdopen() nije uspio: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "GreÅ¡ka pri pisanje u datoteku '%s': fwrite() nije uspio: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "GreÅ¡ka pri pisanje u datoteku '%s': fwrite() nije uspio: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "GreÅ¡ka pri pisanje u datoteku '%s': fwrite() nije uspio: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "GreÅ¡ka pri zatvaranju datoteke '%s': fclose() nije uspio: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Postojeća datoteka '%s' ne može biti obrisana: g_unlink() nije uspio: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Predložak '%s' nije ispravan, ne smije sadržavati'%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Predložak '%s' ne zavrÅ¡ava sa XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -254,27 +254,42 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nisam uspio pročitati simboličku vezu '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Nisu podržane simboličke veze" @@ -533,7 +548,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1128,17 +1143,17 @@ msgstr "Vrijednost '%s' ne može biti protumačena kao boolean." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1161,34 +1176,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1240,13 +1255,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1260,50 +1275,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Nisu podržane simboličke veze" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1392,7 +1407,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1405,115 +1420,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Neispravno ime računala" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Neispravno ime računala" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "GreÅ¡ka pri otvaranju mape '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Nisam uspio pročitati simboličku vezu '%s': %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1535,103 +1555,103 @@ msgstr "Dokument je zavrÅ¡io neočekivano unutar imena atributa" msgid "Error setting extended attribute '%s': %s" msgstr "GreÅ¡ka pri otvaranju mape '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka na retku %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Nisu podržane simboličke veze" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1713,49 +1733,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1764,11 +1784,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1902,7 +1922,7 @@ msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" diff --git a/po/hu.po b/po/hu.po index 61d8522..d58958c 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-02 18:04+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -91,72 +91,72 @@ msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "" "Nem sikerült kiterjeszteni a(z) „%s” végrehajtási sort a(z) „%s” URL címmel" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "A(z) „%s” és „%s” karakterkészletek közötti átalakítás nem támogatott" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" "A(z) „%s” karakterkészletről „%s” karakterkészletre átalakító nem nyitható " "meg" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Hiba az átalakítás során: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Részleges karaktersorozat a bemenet végén" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nem alakítható át a tartalék „%s” a(z) „%s” kódkészletre" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "A(z) „%s” URI nem abszolút, a „file” sémát használó URI" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "A(z) „%s” helyi fájl URI nem tartalmazhat „#” karaktert" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "A(z) „%s” URI érvénytelen" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "A(z) „%s” gépneve érvénytelen" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" "A(z) „%s” URI érvénytelen, escape sorozatként megadott karaktereket tartalmaz" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "A(z) „%s” elérési út neve nem abszolút útvonal" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Érvénytelen gépnév" @@ -165,123 +165,138 @@ msgstr "Érvénytelen gépnév" msgid "Error opening directory '%s': %s" msgstr "Hiba a(z) „%s” könyvtár megnyitásakor: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nem sikerült %lu bájtot lefoglalni a(z) „%s” fájl olvasásához" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Hiba a(z) „%s” fájl olvasása közben: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "A fájl („%s”) túl nagy" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Nem sikerült olvasni a(z) „%s” fájlból: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nem sikerült megnyitni a(z) „%s” fájlt: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Nem sikerült lekérni a(z) „%s” fájl attribútumait. Az fstat() sikertelen: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nem sikerült megnyitni a(z) „%s” fájlt. Az fdopen() sikertelen: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Nem sikerült átnevezni a(z) „%s” fájlt erre: „%s”. A g_rename() sikertelen: %" "s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nem sikerült létrehozni a(z) „%s” fájlt: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Nem sikerült írásra megnyitni a(z) „%s” fájlt: Az fdopen() sikertelen: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Nem sikerült írni a(z) „%s” fájlt: az fwrite() sikertelen: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Nem sikerült írni a(z) „%s” fájlt: az fflush() sikertelen: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Nem sikerült írni a(z) „%s” fájlt: az fsync() sikertelen: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Nem sikerült lezárni a(z) „%s” fájlt: az fclose() sikertelen: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "A létező „%s” fájl nem távolítható el: a g_unlink() sikertelen: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "A(z) „%s” sablon érvénytelen, „%s” nem lehet benne" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "A(z) „%s” sablon nem tartalmaz XXXXXX karaktersorozatot" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u bájt" msgstr[1] "%u bájt" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nem sikerült kiolvasni a(z) „%s” szimbolikus linket: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "A szimbolikus linkek használata nem támogatott" @@ -544,7 +559,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "belső hiba" @@ -1152,17 +1167,17 @@ msgstr "A(z) „%s” érték nem értelmezhető logikai értékként." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Túl nagy számérték került átadásra ennek: %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Az adatfolyam már le van zárva" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "A művelet megszakítva" @@ -1185,35 +1200,35 @@ msgstr "%s típus" msgid "Unexpected early end-of-stream" msgstr "Váratlan korai adatfolyam vége" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Névtelen" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "A desktop fájl nem adta meg az Exec mezőt" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Nem található az alkalmazáshoz szükséges terminál" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, 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:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s egyéni meghatározása" @@ -1266,13 +1281,13 @@ msgstr "A GEmblemedIcon kódolásban a jelsorok száma (%d) hibásan formált" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Egy GEmblem kellene a GEmblemedIconhoz" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "A művelet nem támogatott" @@ -1285,49 +1300,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "A tartalmazó csatolás nem létezik" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Nem lehet a könyvtárra másolni" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "A könyvtár nem másolható könyvtárba" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "A célfájl létezik" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "A könyvtár nem másolható rekurzívan" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "A speciális fájl nem másolható" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Érvénytelen szimbolikus link érték került megadásra" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "A Kuka nem támogatott" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "A fájlnevek nem tartalmazhatnak „%c” karaktert" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "a kötet nem valósítja meg a csatolást" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Nincs alkalmazás regisztrálva a fájl kezeléséhez" @@ -1417,7 +1432,7 @@ msgstr "A bemeneti adatfolyam nem valósítja meg az olvasást" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Az adatfolyam hátralévő művelettel rendelkezik" @@ -1430,114 +1445,119 @@ msgstr "Nincs elég hely a foglalat címének" msgid "Unsupported socket address" msgstr "Nem támogatott foglalatcím" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 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:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Érvénytelen fájlnév: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, 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:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Nem nevezhető át a gyökérkönyvtár" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Hiba a fájl átnevezése közben: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 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:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Érvénytelen fájlnév" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Hiba a fájl megnyitása közben: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "A könyvtár nem nyitható meg" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Hiba a fájl eltávolítása közben: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Hiba fájl kidobása közben: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, 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:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Nem található a Kuka felső szintű könyvtára" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 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:1985 +#: gio/glocalfile.c:1979 #, 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:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Nem lehet a Kukába dobni a fájlt: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Hiba a könyvtár létrehozásakor: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Nem sikerült kiolvasni a(z) „%s” szimbolikus linket: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Hiba a szimbolikus link létrehozása során: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Hiba a fájl áthelyezésekor: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "A könyvtár nem helyezhető át könyvtárba" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "A mentési fájl létrehozása meghiúsult" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Hiba a célfájl eltávolításakor: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "A csatolások közti áthelyezés nem támogatott" @@ -1558,102 +1578,102 @@ msgstr "Érvénytelen kiterjesztett attribútumnév" msgid "Error setting extended attribute '%s': %s" msgstr "Hiba a(z) „%s” kiterjesztett attribútum beállításakor: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Hiba a(z) „%s” fájl elérése közben: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (érvénytelen kódolás)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Hiba a fájlleíró elérésekor: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Érvénytelen attribútumtípus (a várt uint32 helyett)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Érvénytelen attribútumtípus (a várt uint64 helyett)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Érvénytelen attribútumtípus (a várt bájtkarakterlánc helyett)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Nem állíthatók be a szimbolikus linkek jogosultságai" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Hiba a jogosultságok beállításakor: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Hiba a tulajdonos beállításakor: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "a szimbolikus link nem lehet NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Hiba a szimbolikus link beállításakor: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 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:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Hiba a módosítási vagy hozzáférési idő beállításakor: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "A SELinux környezet nem lehet NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Hiba a SELinux környezet beállításakor: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "A SELinux nem engedélyezett ezen rendszeren" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "A(z) %s attribútum beállítása nem támogatott" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Hiba a fájl olvasásakor: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Hiba a fájlban kereséskor: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Hiba a fájl lezárásakor: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Nem található az alapértelmezett helyi fájlfigyelő típus" @@ -1734,22 +1754,25 @@ msgstr "A memóriakimeneti adatfolyam átméretezése meghiúsult" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "A csatolás nem valósítja meg a leválasztást" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "A csatolás nem valósítja meg a kiadást" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "A csatolás nem valósítja meg a leválasztást vagy az unmount_with_operation " "függvényt" @@ -1757,29 +1780,31 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "A csatolás nem valósítja meg a kiadást vagy az eject_with_operation függvényt" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "A csatolás nem valósítja meg az újracsatolást" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "A csatolás nem valósítja meg a tartalomtípus meghatározását" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "A csatolás nem valósítja meg a tartalomtípus szinkron meghatározását" @@ -1788,11 +1813,11 @@ msgstr "A csatolás nem valósítja meg a tartalomtípus szinkron meghatározás msgid "Hostname '%s' contains '[' but not ']'" msgstr "A gépnév („%s”) „[” karaktert tartalmaz „]” nélkül" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "A kimeneti adatfolyam nem valósítja meg az írást" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "A forrás adatfolyam már le van zárva" @@ -1924,7 +1949,7 @@ msgstr "Hiba az üzenet küldésekor: %s" msgid "GSocketControlMessage not supported on windows" msgstr "A GSocketControlMessage nem támogatott Windowson" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Hiba az üzenet fájl eltávolítása fogadásakor: %s" diff --git a/po/hy.po b/po/hy.po index 4961987..fa90caa 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2006-03-03 16:24+0000\n" "Last-Translator: Norayr Chilingaryan \n" "Language-Team: Armenian \n" @@ -85,69 +85,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ կարդալ '%s' Õ½Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ հղումը՝ %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "" @@ -156,119 +156,134 @@ msgstr "" msgid "Error opening directory '%s': %s" msgstr "'%s' ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ բացելու սխալ՝ %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Չի հաջովում հատկացնել %lu Õ¢Õ¡ÕµÕ© \"%s\" ֆայլը կարդալու համար" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Չի հաջողվում կարդալ '%s' ֆայլից՝ %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ բացել '%s' ֆայլը՝ %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ բացել '%s' ֆայլը՝ fdopen() խափանվեց՝ %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ վերանվանել '%s' ֆայլը որպես '%s'՝ g_rename() խափանվեց՝ %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ բացել '%s' ֆայլը գրելու համար՝ fdopen() խափանվել է՝ %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Չի Õ°Õ¡Õ¸Õ²Õ¾Õ¥Õ¬ գրել '%s' ֆայլ՝ fwrite() խափանվեց՝ %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Չի Õ°Õ¡Õ¸Õ²Õ¾Õ¥Õ¬ գրել '%s' ֆայլ՝ fwrite() խափանվեց՝ %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Չի Õ°Õ¡Õ¸Õ²Õ¾Õ¥Õ¬ գրել '%s' ֆայլ՝ fwrite() խափանվեց՝ %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ¾Õ¥Õ¬ փակել '%s' ֆայլը՝ fclose() խափանվեց՝ %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "'%s' ֆայլը Õ¹Õ« կարող վերացվել՝ g_unlink() խափանվեց՝ %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ կարդալ '%s' Õ½Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ հղումը՝ %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Սիմվոլիկ հղումները Õ¹Õ¥Õ¶ ապահովվում" @@ -499,7 +514,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1079,17 +1094,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1112,34 +1127,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1191,13 +1206,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1211,50 +1226,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Սիմվոլիկ հղումները Õ¹Õ¥Õ¶ ապահովվում" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1343,7 +1358,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1356,114 +1371,119 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ բացելու սխալ՝ %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ կարդալ '%s' Õ½Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ հղումը՝ %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1484,103 +1504,103 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "'%s' ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ բացելու սխալ՝ %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Սիմվոլիկ հղումները Õ¹Õ¥Õ¶ ապահովվում" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1661,49 +1681,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1712,11 +1732,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1850,7 +1870,7 @@ msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" diff --git a/po/id.po b/po/id.po index 4d8b3ed..8c685e7 100644 --- a/po/id.po +++ b/po/id.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2005-08-30 22:41+0300\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" @@ -89,69 +89,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Gagal saat membaca link simbolik '%s': %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konversi dari gugus karakter '%s' ke '%s' tidak dapat dilakukan" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Tidak dapat membuka pengubah dari '%s' ke '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Rangkaian byte dalam input konversi tidak benar" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Error saat melakukan konversi: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Rangkaian karakter sebagian pada akhir input" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Tidak dapat mengkonversi, kembalikan '%s' ke gugus kode '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' bukanlah URI absolut dengan menggunakan skema \"file\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI File lokal '%s' tidak boleh ada karakter '#' di dalamnya" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' tidak benar" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Nama host pada URI '%s' tidak benar" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' berisi karakter escape yang salah" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Nama path '%s' bukan path absolut" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Nama host salah" @@ -160,121 +160,136 @@ msgstr "Nama host salah" msgid "Error opening directory '%s': %s" msgstr "Error saat membuka direktori '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Tidak dapat mengalokasikan %lu byte untuk membaca file '%s'" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Error saat membaca file '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Gagal saat membaca file '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Gagal saat membuka file '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Gagal saat mengambil atribut file '%s': Fungsi fstat() mengalami kegagalan: %" "s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Gagal saat membuka file '%s': fungsi fdopen() mengalami kegagalan: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Gagal untuk mengubah nama file '%s' menjadi '%s': g_rename() gagal: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Gagal saat membuat file '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Gagal untuk membuka file '%s' untuk menulis: fdopen() gagal: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Gagal untuk menulis file '%s': fwrite() gagal: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Gagal untuk menulis file '%s': fwrite() gagal: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Gagal untuk menulis file '%s': fwrite() gagal: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Gagal untuk menutup file '%s': fclose() gagal: '%s'" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "File '%s' tidak dapat dibuang: g_unlink() gagal: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Template '%s' salah, seharusnya tidak boleh berisi '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Template '%s' tidak boleh diakhiri dengan XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Gagal saat membaca link simbolik '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Link simbolik tidak didukung oleh sistem" @@ -544,7 +559,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1146,17 +1161,17 @@ msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai suatu nilai boolean." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1180,34 +1195,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1259,13 +1274,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1279,50 +1294,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Link simbolik tidak didukung oleh sistem" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1411,7 +1426,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1424,115 +1439,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nama program salah: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Nama host salah" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Error saat membuka direktori '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Gagal saat membaca link simbolik '%s': %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1554,103 +1574,103 @@ msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut" msgid "Error setting extended attribute '%s': %s" msgstr "Error saat membuka direktori '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Error pada baris ke %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Link simbolik tidak didukung oleh sistem" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1733,49 +1753,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1784,11 +1804,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1922,7 +1942,7 @@ msgstr "Error saat membaca file '%s': %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Error saat membaca file '%s': %s" diff --git a/po/is.po b/po/is.po index 4b19bb9..70bffda 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2003-08-18 18:05+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -86,69 +86,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "gat ekki lesið tákntengið '%s': %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Umbreyting úr stafasettinu '%s' í '%s' er ekki stutt" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Gat ekki opnað umbreyti úr '%s' í '%s': %s" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Ógild bætaruna í ílagi umbreytingar" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Villa við umbreytingu: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Ókláruð stafaruna í enda ílags" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Gat ekki umbreytt '%s' í stafatöflu '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' er ekki fullt URI sem notar 'file' skemuna" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Skráar-URI '%s' má ekki innihalda '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' er ógilt" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Vélarheitið í URI '%s' er ógilt" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' inniheldur ógild sértákn" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Slóðin '%s' er ekki full slóð" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Ógilt vélarheiti" @@ -157,119 +157,134 @@ msgstr "Ógilt vélarheiti" msgid "Error opening directory '%s': %s" msgstr "Villa við að opna möppuna '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Gat ekki frátekið %lu bæti til að lesa skrána \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Gat ekki lesið úr skránni '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Gat ekki opnað skrána '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "gat ekki lesið eiginleika skráarinnar '%s': fstat() brást: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "gat ekki búið til skrána '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Sniðmátið '%s' er ógilt og ætti ekki að innihalda '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Sniðmátið '%s' endar ekki á XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "gat ekki lesið tákntengið '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Tákntengi eru ekki studd" @@ -523,7 +538,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1108,17 +1123,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1141,34 +1156,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1220,13 +1235,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1240,50 +1255,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Tákntengi eru ekki studd" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1372,7 +1387,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1385,115 +1400,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Ógilt vélarheiti" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Ógilt vélarheiti" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Villa við að opna möppuna '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "gat ekki lesið tákntengið '%s': %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1515,103 +1535,103 @@ msgstr "Skjalið endar óvænt inn í heiti eiginleika" msgid "Error setting extended attribute '%s': %s" msgstr "Villa við að opna möppuna '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Villa á línu %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Tákntengi eru ekki studd" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1693,49 +1713,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1744,11 +1764,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1882,7 +1902,7 @@ msgstr "Villa við lestur skráarinnar '%s': %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Villa við lestur skráarinnar '%s': %s" diff --git a/po/it.po b/po/it.po index 2f3c1aa..3f6658b 100644 --- a/po/it.po +++ b/po/it.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.21.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-08-26 22:04+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -107,71 +107,71 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Espansione della riga exec \"%s\" con l'URI \"%s\" non riuscita" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "La conversione del set di caratteri da \"%s\" a \"%s\" non è supportata" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\"" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Sequenza di byte non valida nell'ingresso per la conversione" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Errore durante la conversione: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso" # il primo %s è una 'fallback string' come recita il commento nel codice -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Impossibile convertire \"%s\" nel set di caratteri \"%s\"" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "L'URI \"%s\" non è un URI assoluto che utilizza lo schema \"file\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "L'URI per il file locale \"%s\" non può includere un '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "L'URI \"%s\" non è valido" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Il nome dell'host nell'URI \"%s\" non è valido" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "L'URI \"%s\" contiene sequenze di escape non valide" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Il nome di percorso \"%s\" non è un percorso assoluto" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Nome host non valido" @@ -180,82 +180,82 @@ msgstr "Nome host non valido" msgid "Error opening directory '%s': %s" msgstr "Errore nell'aprire la directory \"%s\": %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Impossibile allocare %lu byte per leggere il file \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Errore nel leggere il file \"%s\": %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Il file \"%s\" è troppo grande" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Lettura dal file \"%s\" non riuscita: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Apertura del file \"%s\" non riuscita: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Lettura degli attributi del file \"%s\" non riuscita: fstat() non riuscita: %" "s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Apertura del file \"%s\" non riuscita: fdopen() non riuscita: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Cambio di nome del file \"%s\" in \"%s\" non riuscito: g_rename() non " "riuscita: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Creazione del file \"%s\" non riuscita: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Apertura del file \"%s\" in scrittura non riuscita: fdopen() non riuscita: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Scrittura del file \"%s\" non riuscita: fwrite() non riuscita: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Scrittura del file \"%s\" non riuscita: fflush() non riuscita: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Scrittura del file \"%s\" non riuscita: fsync() non riuscita: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Chiusura del file \"%s\" non riuscita: fclose() non riuscita: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" @@ -268,44 +268,59 @@ msgstr "" # c[1] = dir_separator; # c[2] = '\0'; # -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Il modello \"%s\" non è valido, non dovrebbe contenere un '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Il modello \"%s\" non contiene XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f kB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f kB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f kB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f kB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Lettura del collegamento simbolico \"%s\" non riuscita: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Collegamenti simbolici non supportati" @@ -586,7 +601,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "errore interno" @@ -1228,17 +1243,17 @@ msgstr "Impossibile interpretare il valore \"%s\" come un booleano." # count (gssize) è un parametro delle funzione #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Valore count troppo grande passato a %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Lo stream è già chiuso" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "L'operazione è stata annullata" @@ -1262,21 +1277,21 @@ msgid "Unexpected early end-of-stream" msgstr "End-of-stream prematuro inatteso" # NdT: nome di applicazione (quando manca) -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Senza nome" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Il file .desktop non specifica il campo Exec" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 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:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" @@ -1284,17 +1299,17 @@ msgstr "" # NdT il primo %s è il percorso alla cartella .local/share/application # messo tra parentesi per scelta stilistica... -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Impossibile creare il file .desktop utente %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Definizione personalizzata per %s" @@ -1346,13 +1361,13 @@ msgstr "Numero di token malformato (%d) nella codifica GEmblemedIcon" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Atteso un GEmblem per GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operazione non supportata" @@ -1365,49 +1380,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "L'oggetto mount contenuto non esiste" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Impossibile copiare sopra la directory" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Impossibile copiare la directory sopra la directory" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Il file destinazione esiste" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Impossibile copiare la directory ricorsivamente" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Impossibile copiare il file speciale" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Fornito valore di collegamento simbolico non valido" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Cestino non supportato" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "I nomi di file non possono contenere '%c'" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "il volume non implementa l'azione mount" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Non risulta registrata alcuna applicazione per gestire questo file" @@ -1500,7 +1515,7 @@ msgstr "Lo stream di input non implementa la lettura" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Lo stream presenta un'operazione in sospeso" @@ -1513,120 +1528,125 @@ msgstr "Spazio non sufficiente per l'indirizzo del socket" msgid "Unsupported socket address" msgstr "Indirizzo del socket non supportato" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" "Impossibile trovare il tipo di monitor predefinito per directory locali" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Nome di file %s non valido" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Errore nell'ottenere informazioni sul file system: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Impossibile rinominare la directory root" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Errore nel rinominare il file: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Impossibile rinominare il file, il nome di file esiste già" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Nome di file non valido" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Errore nell'aprire il file: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Impossibile aprire la directory" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Errore nel rimuovere il file: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Errore nel cestinare il file: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Impossibile creare la directory cestino \"%s\": %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Impossibile trovare la directory di livello superiore per il cestino" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 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:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Impossibile creare il file informazioni cestinamento: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Impossibile cestinare il file: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Errore nel creare la directory: %s" +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Lettura del collegamento simbolico \"%s\" non riuscita: %s" + # FIXME: all other occurrences are "symlink" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Errore nel creare il collegamento simbolico: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Errore nello spostare il file: %s" # ma che senso ha??? -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Impossibile spostare la directory sopra la directory" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Creazione del file backup non riuscita" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Errore nel rimuovere il file destinazione: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Spostamento tra oggetti mount non supportato" @@ -1647,107 +1667,107 @@ msgstr "Nome di attributo esteso non valido" msgid "Error setting extended attribute '%s': %s" msgstr "Errore nell'impostare l'attributo esteso \"%s\": %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Errore nell'eseguire lo stat del file \"%s\": %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (codifica non valida)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Errore nell'eseguire lo stat del descrittore di file: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo di attributo non valido (atteso unit32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo di attributo non valido (atteso uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo di attributo non valido (attesa stringa di byte)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Impossibile impostare i permessi sui collegamenti simbolici" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Errore nell'impostare i permessi: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Errore nell'impostare il proprietario: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "il collegamento simbolico deve essere non-NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Errore nell'impostare il collegamento simbolico: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" "Errore nell'impostare il collegamento simbolico: il file non è un " "collegamento" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Errore nell'impostare l'ora di modifica o accesso: %s" # lasciata minuscola come per precedente messaggio # "symlink must be non-NULL" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "il contesto SELinux deve essere non-NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Errore nell'impostare il contesto SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux non è abilitato su questo sistema" # %s è l'attributo -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Impostazione dell'attributo %s non supportata" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Errore nel leggere dal file: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Errore nel posizionarsi all'interno del file: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Errore nel chiudere il file: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Impossibile trovare il tipo di monitor predefinito per file locali" @@ -1828,44 +1848,49 @@ msgstr "Ridimensionamento dello stream di output di memoria non riuscito" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "l'oggetto mount non implementa l'azione unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "l'oggetto mount non implementa l'azione eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "l'oggetto mount non implementa l'azione unmount o unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "l'oggetto mount non implementa l'azione eject o eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "l'oggetto mount non implementa l'azione remount" # ok, lo so, un filesystem non può fare congetture.. #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "l'oggetto mount non implementa la supposizione del tipo di contenuto" @@ -1873,7 +1898,7 @@ msgstr "l'oggetto mount non implementa la supposizione del tipo di contenuto" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" "l'oggetto mount non implementa la supposizione sincrona del tipo di contenuto" @@ -1883,11 +1908,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "L'hostname \"%s\" contiene '[' ma non ']'" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Lo stream di output non implementa la scrittura" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Lo stream sorgente è già chiuso" @@ -2020,7 +2045,7 @@ msgstr "Errore nell'inviare il messaggio: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage non supportato su Windows" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Errore nel ricevere il messaggio: %s" diff --git a/po/ja.po b/po/ja.po index af5e7c1..56d5ab7 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-05 22:30+0900\n" "Last-Translator: Takayuki KUSANO \n" "Language-Team: Japanese \n" @@ -90,69 +90,69 @@ msgstr "アプリケーションの '%s' は '%s' というブックマークを msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "コマンドラインの '%s' を '%s' という URI に展開できませんでした" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' から '%s' という文字集合への変換はサポートしていません" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' から '%s' への変換処理を開けませんでした" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "変換する入力に無効なバイトの並びがあります" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "変換中にエラー: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "入力の最後に不完全な文字シーケンスがあります" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "フォールバック '%s' を '%s' という文字集合に変換できません" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "'%s' は \"file\" スキームの絶対 URI ではありません" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "'#' を含んだ '%s' はローカル・ファイルの URI としては正しくありません" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "'%s' という URI は正しくありません" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI に含まれる '%s' というホスト名は間違っています" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "'%s' という URI に無効なエスケープ文字が含まれています" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' は絶対パスではありません" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "無効なホスト名です" @@ -161,122 +161,137 @@ msgstr "無効なホスト名です" msgid "Error opening directory '%s': %s" msgstr "'%s' を開く時にエラー: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu バイトを確保できませんでした (ファイル \"%s\" の読み込みに必要)" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' の読み出し中にエラー: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "'%s' のサイズが大きすぎます" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' が読めません: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' を開けません: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' の属性の取得できません: fstat() に失敗しました: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' を開けません: fdopen() に失敗しました: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "'%s' から '%s' にファイル名を変更できません: g_rename() に失敗しました: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' というファイルを生成できませんでした: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "'%s' を書き込みモードで開けませんでした: fdopen() に失敗しました: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' への書き込みに失敗しました: fwrite() に失敗しました: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "'%s' への書き込みに失敗しました: fflush() に失敗しました: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "'%s' への書き込みに失敗しました: fsync() に失敗しました: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' をクローズできません: fclose() に失敗しました: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "'%s' という既存のファイルを削除できませんでした: g_unlink() に失敗しました: %" "s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s' というテンプレートは間違っています ('%s' を含めないこと)" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' というテンプレートに XXXXXX が含まれていません" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u バイト" msgstr[1] "%u バイト" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "シンボリック・リンクはサポートしていません" @@ -537,7 +552,7 @@ msgstr "バックトラック処理の上限に達しました" msgid "the pattern contains items not supported for partial matching" msgstr "パターンに含まれているアイテムは部分マッチングをサポートしていません" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "内部エラー" @@ -1124,17 +1139,17 @@ msgstr "値 '%s' を論理値として解釈できません" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%s に引き渡した値が大きすぎます" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "既にストリームは閉じています" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "操作がキャンセルされました" @@ -1157,34 +1172,34 @@ msgstr "%s (種類)" msgid "Unexpected early end-of-stream" msgstr "想定していたよりも早くストリームの最後に到達しました" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "名前なし" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "デスクトップ・ファイルで Exec 項目を指定してませんでした" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "アプリケーションで必要な端末が見つかりませんでした" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ユーザのアプリケーション設定フォルダ %s を生成できません: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ユーザの MIME 型設定フォルダ %s を生成できません: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "ユーザのデスクトップ・ファイル %s を生成できません" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s に対する独自の設定" @@ -1240,13 +1255,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon に対する GEmblem を想定していました" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "サポートしていない操作です" @@ -1259,49 +1274,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "マウントを含んでいるものはありません" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "ディレクトリ全体をコピーできません" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "ディレクトリからディレクトリへコピーできません" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "対象となるファイルが存在しています" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "ディレクトリを再帰的にコピーできません" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "特別なファイルはコピーできません" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "指定したシンボリックリンクは間違っています" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "ゴミ箱はサポートしていません" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "ファイル名に '%c' を含めることはできません" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "ボリュームはマウントを実装していません" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "このファイルを扱うアプリケーションが登録されていません" @@ -1391,7 +1406,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" @@ -1404,115 +1419,120 @@ msgstr "ソケット・アドレスを作成するために充分な空きがあ msgid "Unsupported socket address" msgstr "サポートしていないソケット・アドレスです" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" "ローカル・ディレクトリを監視するデフォルト・モニタの種類が見つかりません" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "ファイル名が無効です: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "ファイルシステムの情報を取得する際にエラー: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "ルート・ディレクトリの名前は変更できません" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "ファイル名を変更する際にエラー: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "ファイル名を変更できません (既に存在しているため)" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "無効なファイル名です" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "ファイルをオープンする際にエラー: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "ディレクトリをオープンできません" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "ファイルを削除する際にエラー: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "ファイルをゴミ箱へ移動する際にエラー: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ゴミ箱のディレクトリ (%s) の生成に失敗しました: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "ゴミ箱のトップレベルなディレクトリが見つかりません" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "ゴミ箱ディレクトリが存在しないか生成できません" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ゴミ箱の情報ファイルを生成できません: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "ファイルをゴミ箱へ移動できません: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "ディレクトリを生成する際にエラー: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "シンボリック・リンクを生成する際にエラー: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "ファイルを移動する際にエラー: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "ディレクトリからディレクトリへ移動できません" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "バックアップ・ファイルの生成に失敗しました" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "対象となるファイルを削除する際にエラー: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "マウント間の移動はサポートしていません" @@ -1533,102 +1553,102 @@ msgstr "拡張属性の名前が無効です" msgid "Error setting extended attribute '%s': %s" msgstr "'%s' という拡張属性をセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' というファイルの状態を取得する際にエラー: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (無効なエンコーディング)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "ファイル・ディスクリプタの状態を取得する際にエラー: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "属性の種類が無効です (uint32 型を想定していた)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "属性の種類が無効です (uint64 型を想定していた)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "属性の種類が無効です (バイト型の文字列を想定していた)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "シンボリックリンクにはアクセス権をセットできません" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "アクセス権をセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "所有者をセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "シンボリックリンクを NULL にしないで下さい" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "シンボリックリンクをセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "シンボリックリンクの指定でエラー: ファイルがリンクではない" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "最終更新日時、あるい最終アクセス日時をセットする際にエラー: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux のコンテキストを NULL にしないで下さい" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux のコンテキストを指定する際にエラー: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "このシステムでは SELinux が有効になっていません" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "%s という属性値はセットできません" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "ファイルから読み込む際にエラー: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "ファイルでシークする際にエラー: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "ファイルを閉じる際にエラー: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "ローカル・ファイルを監視するデフォルト・モニタの種類が見つかりません" @@ -1709,22 +1729,25 @@ msgstr "メモリ出力ストリームの大きさを変更できませんでし #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount はアンマウントを実装していません" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount は取り出しを実装していません" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "mount は「アンマウント」あるいは「アンマウント操作による取り出し」を実装して" "いません" @@ -1732,8 +1755,9 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "mount は「取り出し」あるいは「アンマウント操作による取り出し」を実装していま" "せん" @@ -1741,21 +1765,22 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount は再マウントを実装していません" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount にはメディアの種類を推測するような実装はありません" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount には同期させてメディアの種類を推測するような実装はありません" @@ -1764,11 +1789,11 @@ msgstr "mount には同期させてメディアの種類を推測するような msgid "Hostname '%s' contains '[' but not ']'" msgstr "ホスト名 '%s' に '[' が含まれていますが ']' がありません" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "出力ストリームは書き込みを実装していません" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "ソース・ストリームは既に閉じています" @@ -1900,7 +1925,7 @@ msgstr "メッセージを送信中にエラー: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage は Windows ではサポートされていません" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "メッセージを受信中にエラー: %s" diff --git a/po/ka.po b/po/ka.po index 31008ae..2516007 100644 --- a/po/ka.po +++ b/po/ka.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: ka\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-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" @@ -87,69 +87,69 @@ msgstr "'%s' ಎಂಬ ಹೆಸರಿನ ಯಾವುದೇ ಅನ್ವಯವ msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec ಸಾಲು '%s' ಅನ್ನು URI '%s' ನೊಂದಿಗೆ ವಿಸ್ತರಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' ಅಕ್ಷರಗಳಿಂದ '%s' ಗೆ ಪರಿವರ್ತಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' ನಿಂದ '%s'ಗೆ ಪರಿವರ್ತಕವನ್ನು ತೆರೆಯಲಾಗುತ್ತಿಲ್ಲ" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "ಪರಿವರ್ತಿತ ಆದಾನದಲ್ಲಿನ ಬೈಟ್ ಅನುಕ್ರಮ ಅಮಾನ್ಯವಾಗಿದೆ" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "ಪರಿವರ್ತಿಸುವಾಗ ದೋಷ: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "ಆದಾನದ ಕೊನೆಯಲ್ಲಿ ಆಂಶಿಕ ಅಕ್ಷರ ಅನುಕ್ರಮಣೆ" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "fallback '%s' ಅನ್ನು ಸಂಕೇತಸೆಟ್ '%s' ಗೆ ಪರಿವರ್ತಿಸಲಾಗಿಲ್ಲ" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' \"ಕಡತ\" ವಿಧಾನವನ್ನು ಬಳಸುವ ಒಂದು ಪರಿಪೂರ್ಣವಾದ URI ಅಲ್ಲ" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "ಸ್ಥಳೀಯ ಕಡತ URI '%s' ಒಂದು '#' ಅನ್ನು ಹೊಂದಿಲ್ಲದಿರಬಹುದು" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' ಅಮಾನ್ಯವಾಗಿದೆ" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s' ನ ಅತಿಥೇಯದ ಹೆಸರು ಸರಿಯಿಲ್ಲ" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' ಅಮಾನ್ಯವಾಗಿ ನುಣುಚಿಕೊಂಡ ಚಿಹ್ನೆಗಳನ್ನು ಒಳಗೊಂಡಿದೆ" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "ಪಥದ ಹೆಸರು '%s' ಒಂದು ಪರಿಪೂರ್ಣವಾದ ಪಥವಲ್ಲ" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "ಅಮಾನ್ಯವಾದ ಅತಿಥೇಯದ ಹೆಸರು" @@ -158,121 +158,136 @@ msgstr "ಅಮಾನ್ಯವಾದ ಅತಿಥೇಯದ ಹೆಸರು" msgid "Error opening directory '%s': %s" msgstr "ಕಡತ ಕೋಶ '%s' ವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu ಬೈಟ್‍ಗಳನ್ನು, \"%s\" ಕಡತವನ್ನು ಓದುವಂತೆ ನಿಯೋಜಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "ಕಡತ \"%s\" ವು ಬಹಳ ದೊಡ್ಡದಾಗಿದೆ" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' ಕಡತದಿಂದ ಓದುವಲ್ಲಿ ವಿಫಲತೆ: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' ಅನ್ನು ತೆರೆಯಲು ವಿಫಲವಾಗಿದೆ: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' ಕಡತದಿಂದ ಗುಣಲಕ್ಷಣಗಳನ್ನು ಪಡೆಯುವಲ್ಲಿ ವಿಫಲತೆ: fstat() ವಿಫಲಗೊಂಡಿದೆ: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲತೆ: fdopen() ವಿಫಲಗೊಂಡಿದೆ: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "'%s' ಕಡತವನ್ನು '%s' ಕ್ಕೆ ಪುನರ್ ನಾಮಕರಣ ಮಾಡುವಲ್ಲಿ: g_rename() ವಿಫಲಗೊಂಡಿದೆ: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' ಕಡತವನ್ನು ರಚಿಸುವಲ್ಲಿ ವಿಫಲತೆ: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "ಕಡತ '%s' ವನ್ನು ಬರೆಯಲು ಅನುವಾಗುವಣ್ತೆ ತೆರೆಯುವಲ್ಲಿ ವಿಫಲತೆ: fdopen() ವಿಫಲಗೊಂಡಿದೆ: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "ಕಡತ '%s'ವನ್ನು ಬರೆಯುವಲ್ಲಿ ವಿಫಲತೆ: fwrite() ವಿಫಲಗೊಂಡಿದೆ: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "ಕಡತ '%s'ವನ್ನು ಬರೆಯುವಲ್ಲಿ ವಿಫಲತೆ: fflush() ವಿಫಲಗೊಂಡಿದೆ: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "ಕಡತ '%s'ವನ್ನು ಬರೆಯುವಲ್ಲಿ ವಿಫಲತೆ: fsync()) ವಿಫಲಗೊಂಡಿದೆ: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "ಕಡತ '%s' ವನ್ನು ಮುಚ್ಚುವಲ್ಲಿ ವಿಫಲತೆ: fclose() ವಿಫಲಗೊಂಡಿದೆ: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ '%s' ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕಲಾಗುವುದಿಲ್ಲ: g_unlink() ವಿಫಲಗೊಂಡಿದೆ: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "ಮಾದರಿ '%s' ಅಮಾನ್ಯವಾಗಿದೆ, ಅದು ಒಂದು '%s' ಅನ್ನು ಹೊಂದಿರುವಂತಿಲ್ಲ" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "ಮಾದರಿ '%s' ಯು XXXXXX ಅನ್ನು ಹೊಂದಿಲ್ಲ" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕ್ '%s' ಅನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲತೆ: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕುಗಳು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" @@ -533,7 +548,7 @@ msgstr "ಹಿಂಬಾಲಿಸುವ ಮಿತಿ ತಲುಪಿದೆ" msgid "the pattern contains items not supported for partial matching" msgstr "ಆಂಶಿಕ ಹೊಂದಾಣಿಕೆಗೆ ಬೆಂಬಲಿತವಾಗದ ಅಂಶಗಳನ್ನು ಈ ವಿನ್ಯಾಸವು ಹೊಂದಿದೆ" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "ಆಂತರಿಕ ದೋಷ" @@ -1121,17 +1136,17 @@ msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ಬೂಲಿಯನ್ #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%s ಗೆ ಬಹಳ ದೊಡ್ಡದಾದ ಎಣಿಕೆ ಮೌಲ್ಯವನ್ನು ರವಾನಿಸಲಾಗಿದೆ" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "ಕಾರ್ಯವು ರದ್ದುಗೊಂಡಿದೆ" @@ -1154,34 +1169,34 @@ msgstr "%s ಬಗೆ" msgid "Unexpected early end-of-stream" msgstr "ಸ್ಟ್ರೀಮ್‍ನ ಅನಿರೀಕ್ಷಿತ ಕ್ಷಿಪ್ರ ಅಂತ್ಯ" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ಹೆಸರಿಸಲಾಗದ" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "ಗಣಕತೆರೆ ಕಡತವು Exec ಕ್ಷೇತ್ರವನ್ನು ಸೂಚಿಸಿಲ್ಲ" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "ಅನ್ವಯಕ್ಕೆ ಅಗತ್ಯವಿರುವ ಟರ್ಮಿನಲ್‍ ಅನ್ನು ಪತ್ತೆಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ಬಳಕೆದಾರ ಅನ್ವಯ ಸಂರಚನಾ ಫೋಲ್ಡರ್ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ಬಳಕೆದಾರ MIME ಸಂರಚನಾ ಫೋಲ್ಡರ್ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "ಬಳಕೆದಾರನ ಡೆಸ್ಕ್‍ಟಾಪ್ ಕಡತ %s ಅನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s ಗಾಗಿನ ಕಸ್ಟಮ್ ವಿವರಣೆ" @@ -1233,13 +1248,13 @@ msgstr "GEmblemedIcon ಎನ್ಕೋಡಿಂಗಿನಲ್ಲಿ ತಪ್ಪ msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon ಗಾಗಿ GEmblem ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "ಕಾರ್ಯವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" @@ -1252,49 +1267,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "ಹೊಂದಿರುವ ಮೌಂಟ್ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "ಕೋಶವನ್ನು ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "ಸೂಚಿತ ಕಡತವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "ಕೋಶವನ್ನು ಪುನರಾವರ್ತಿತವಾಗಿ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "ವಿಶೇಷ ಕಡತವನ್ನು ಕಾಪಿ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "ಅಮಾನ್ಯವಾದ ಸಿಮ್‍ಲಿಂಕ್ ಮೌಲ್ಯವನ್ನು ಒದಗಿಸಲಾಗಿದೆ" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "ಟ್ರ್ಯಾಶ್ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "ಕಡತದ ಹೆಸರುಗಳು '%c' ಅನ್ನು ಹೊಂದುವಂತಿಲ್ಲ" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "ಪರಿಮಾಣವು ಆರೋಹಿಸುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "ಈ ಪುಟವನ್ನು ನಿಭಾಯಿಸಲು ಯಾವುದೆ ಅನ್ವಯವು ಅನುಸ್ಥಾಪಿತಗೊಂಡಿಲ್ಲ" @@ -1383,7 +1398,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕಾರ್ಯವು ಬಾಕಿ ಇದೆ" @@ -1396,114 +1411,119 @@ msgstr "ಸಾಕೆಟ್‌ ವಿಳಾಸಕ್ಕಾಗಿ ಸಾಕಷ್ msgid "Unsupported socket address" msgstr "ಬೆಂಬಲವಿರದ ಸಾಕೆಟ್ ವಿಳಾಸ" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾದ ಕೋಶ ಮೇಲ್ವಿಚಾರಕ ಬಗೆಯನ್ನು ಪತ್ತೆ ಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "ಕಡತವ್ಯವಸ್ಥೆಯ ಮಾಹಿತಿಯನ್ನು ಪಡೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "ಮೂಲ ಕಡತಕೋಶದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗುವುದಿಲ್ಲ" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗಲಿಲ್ಲ, ಈ ಹೆಸರಿನ ಕಡತವು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "ಕಡತವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "ಕೋಶವನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "ಕಡತವನ್ನು ಕಸದ ಬುಟ್ಟಿಗೆ ವರ್ಗಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "ಕಸದ ಬುಟ್ಟಿಗಾಗಿ ಮೇಲ್ಮಟ್ಟದ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "ಕಸದ ಬುಟ್ಟಿ ಕಡತಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲು ಅಥವ ರಚಿಸಲಾಗಿಲ್ಲ" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ಟ್ರ್ಯಾಶಿಂಗ್ ಮಾಹಿತಿ ಕಡತವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "ಕಡತವನ್ನು ಟ್ರ್ಯಾಶ್ ಮಾಡುವಲ್ಲಿ ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "ಕಡತ ಕೋಶವನ್ನು ರಚಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕ್ '%s' ಅನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲತೆ: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಮಾಡುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "ಕಡತವನ್ನು ಸ್ಥಳಾಂತರಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "ಕೋಶವನ್ನು ಇನ್ನೊಂದು ಕೋಶಕ್ಕೆ ಸ್ಥಳಾಂತರಿಸಲಾಗುವುದಿಲ್ಲ" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "ಬ್ಯಾಕ್ ಕಡತವನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲತೆ" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "ಸೂಚಿತ ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "ಎರಡು ಆರೋಹಣ ತಾಣಗಳ ನಡುವೆ ವರ್ಗಾಯಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" @@ -1524,102 +1544,102 @@ msgstr "ಅಮಾನ್ಯವಾದ ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ msgid "Error setting extended attribute '%s': %s" msgstr "ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ ವೈಶಿಷ್ಟ್ಯ '%s' ಅನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ಕಡತವನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (ಅಮಾನ್ಯ ಸಂಕೇತಿಕರಣ)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "ಕಡತ ಡಿಸ್ಕ್ರಿಪ್ಟರನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint32 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint64 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (ಬೈಟ್ ಸಾಲನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "ಸಾಂಕೇತಿಕಕೊಂಡಿಗಳಲ್ಲಿ ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿಸಲಾಗಿಲ್ಲ" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "ಮಾಲಿಕನನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "ಸಾಂಕೇತಿಕಕೊಂಡಿಯು ಶೂನ್ಯವಾಗಿರುವಂತಿಲ್ಲ" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: ಕಡತವು ಒಂದು ಸಾಂಕೇತಿಕಕೊಂಡಿಯಾಗಿಲ್ಲ" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "ಮಾರ್ಪಡಣೆ ಅಥವ ನಿಲುಕಣಾ ಸಮಯವನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux ಸನ್ನಿವೇಶವು NULL ಆಗಿರಬಾರದು" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux ಸನ್ನಿವೇಶವನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "ಈ ಗಣಕದಲ್ಲಿ SELinux ಶಕ್ತವಾಗಿಲ್ಲ" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "%s ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "ಕಡತದಿಂದ ಓದುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "ಕಡತದಲ್ಲಿ ಕೋರುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "ಕಡತವನ್ನು ಮುಚ್ಚುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾದ ಸ್ಥಳೀಯ ಕಡತ ಮೇಲ್ವಿಚಾರಕದ ಬಗೆಯನ್ನು ಪತ್ತೆ ಮಾಡಲಾಗಿಲ್ಲ" @@ -1700,50 +1720,55 @@ msgstr "ಮೆಮೊರಿ ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಅನ್ #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "ಆರೋಹಣವು ಅವರೋಹಣವನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "ಆರೋಹಣವು ಹೊರತೆಗೆಯುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "ಆರೋಹಣವು ಅವರೋಹಣವನ್ನು ಅಥವ unmount_with_operation ಅನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "ಆರೋಹಣವು ಹೊರತೆಗೆಯುವುದನ್ನು ಅಥವ eject_with_operation ಅನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "ಆರೋಹಣವು ವಿಷಯದ ಬಗೆಯ ಊಹೆಯನ್ನು ಅನ್ವಯಿಸುವುದಿಲ್ಲ" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "ಆರೋಹಣವು ಹೊಂದಿಕೊಳ್ಳುವ ವಿಷಯದ ಬಗೆಯ ಊಹೆಯನ್ನು ಅನ್ವಯಿಸುವುದಿಲ್ಲ" @@ -1752,11 +1777,11 @@ msgstr "ಆರೋಹಣವು ಹೊಂದಿಕೊಳ್ಳುವ ವಿಷಯ msgid "Hostname '%s' contains '[' but not ']'" msgstr "ಅತಿಥೇಯದ ಹೆಸರು '%s' '[' ಅನ್ನು ಹೊಂದಿದೆ ಆದರೆ ']' ಅನ್ನು ಹೊಂದಿಲ್ಲ" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಬರೆಯುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "ಮೂಲ ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" @@ -1888,7 +1913,7 @@ msgstr "ಸಂದೇಶವನ್ನು ಕಳುಹಿಸುವಲ್ಲಿ ದ msgid "GSocketControlMessage not supported on windows" msgstr "ವಿಂಡೋಸ್‌ನಲ್ಲಿ GSocketControlMessage ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "ಸಂದೇಶವನ್ನು ಪಡೆಯುವಲ್ಲಿ ದೋಷ: %s" diff --git a/po/ko.po b/po/ko.po index 3d5e657..a8b5716 100644 --- a/po/ko.po +++ b/po/ko.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-08-23 00:49+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" @@ -88,69 +88,69 @@ msgstr "이름이 '%s'인 어떤 프로그램도 '%s'에 대한 북마크를 등 msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "URI '%s'을(를) 사용해 '%s' 실행줄 확장하기에 실패했습니다" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "문자셋 '%s'에서 '%s'(으)로 변환은 지원되지 않습니다" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'에서 '%s'(으)로 변환하는 변환기를 열 수 없습니다" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "변환 입력에서 잘못된 바이트 순서" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "변환중 오류: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "입력의 끝에서 부분적인 문자 순서" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "코드셋 '%2$s'에서 대체하는 '%1$s'(으)로 변환 못함" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s'은(는) \"file\" 스키마를 사용하는 절대 경로 URI가 아닙니다" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "로컬 파일 URI '%s'에는 '#'이 들어갈 수 없습니다" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s'이(가) 잘못되었습니다" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s'의 호스트 이름이 잘못되었습니다" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s'은(는) 잘못된 이스케이프 문자가 들어 있습니다" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "경로이름 '%s'은(는) 절대 경로가 아닙니다" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "잘못된 호스트 이름" @@ -159,118 +159,133 @@ msgstr "잘못된 호스트 이름" msgid "Error opening directory '%s': %s" msgstr "디렉터리 '%s' 여는 중 오류 : %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "파일 \"%2$s\"을(를) 읽은 %1$lu 바이트를 할당할 수 없습니다" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "파일 '%s'을(를) 읽는 중 오류: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "파일 \"%s\"이(가) 너무 큽니다" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "파일 '%s'에서 읽기 실패 : %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "파일 '%s' 열기 실패 : %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "파일 '%s'의 속성을 가져오기 실패 : fstat() 실패: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "파일 '%s' 열기 실패: fdopen() 실패: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "파일 '%s'의 이름을 '%s'(으)로 바꾸는데 실패: g_rename() 실패: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "파일 '%s' 만들기 실패: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "파일 '%s' 쓰기 용도로 열기 실패: fdopen() 실패: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "파일 '%s' 쓰기 실패: fwrite() 실패: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "파일 '%s' 쓰기 실패: fflush() 실패: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "파일 '%s' 쓰기 실패: fsync() 실패: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "파일 '%s' 닫기 실패: fclose() 실패: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "기존의 '%s' 파일을 지울 수 없습니다: g_unlink() 실패: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "템플리트 '%s'이(가) 잘못되었습니다, '%s'이(가) 들어 있으면 안 됩니다" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "템플리트 '%s'에 XXXXXX가 없습니다" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u 바이트" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "심볼릭 링크 '%s' 읽기 실패: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "심볼릭 링크를 지원하지 않습니다" @@ -532,7 +547,7 @@ msgstr "역추적 최대값에 도달했습니다" msgid "the pattern contains items not supported for partial matching" msgstr "패턴 안에 부분 매치에서 지원하지 않는 항목이 들어 있습니다." -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "내부 오류" @@ -1124,17 +1139,17 @@ msgstr "값 '%s'을(를) 불리언 값으로 해석할 수 없습니다." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%s에 넘긴 카운트 값이 너무 큽니다" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "스트림을 이미 닫았습니다" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "동작이 취소되었습니다" @@ -1157,34 +1172,34 @@ msgstr "%s 종류" msgid "Unexpected early end-of-stream" msgstr "예기치 않게 일찍 스트림이 끝났습니다" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "이름없음" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "desktop 파일에 Exec 필드를 지정하지 않았습니다" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "프로그램에 필요한 터미널을 찾을 수 없습니다" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "사용자 프로그램 설정 폴더(%s)를 만들 수 없습니다: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "사용자 MIME 설정 폴더(%s)를 만들 수 없습니다: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "%s 사용자 desktop 파일을 만들 수 없습니다" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s에 대한 사용자 설정 정의" @@ -1236,13 +1251,13 @@ msgstr "GEmblemedIcon 인코딩에서 토큰 수가 잘못되었습니다 (%d개 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon에 GEmblem이 없습니다" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "동작을 지원하지 않습니다" @@ -1255,49 +1270,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "들어 있는 마운트가 없습니다" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "디렉터리를 덮어 써서 복사할 수 없습니다" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "디렉터리를 덮어 써서 디렉터리를 복사할 수 없습니다" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "대상 파일이 있습니다" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "디렉터리를 재귀적으로 복사할 수 없습니다" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "특수 파일은 복사할 수 없습니다" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "잘못된 심볼릭 링크 값이 주어졌습니다" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "휴지통을 지원하지 않습니다" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "파일 이름에 '%c' 문자가 들어갈 수 없습니다" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "볼륨이 mount를 구현하지 않았습니다" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "이 파일을 처리하는 프로그램을 아무 것도 등록하지 않았습니다" @@ -1386,7 +1401,7 @@ msgstr "입력 스트림이 read를 구현하지 않았습니다" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "스트림에 진행 중인 동작이 있습니다" @@ -1399,114 +1414,119 @@ msgstr "소켓 주소에 공간이 부족합니다" msgid "Unsupported socket address" msgstr "소켓 주소를 지원하지 않습니다" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "기본 로컬 디렉터리 모니터 종류를 찾을 수 없습니다" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "잘못된 파일 이름 %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "파일 시스템 정보를 가져오는 중 오류: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "루트 디렉터리의 이름을 바꿀 수 없습니다" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "파일 이름 바꾸기 오류: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "파일 이름을 바꿀 수 없습니다. 파일이 이미 있습니다" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "잘못된 파일 이름" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "파일 열기 오류: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "디렉터리를 열 수 없습니다" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "파일 제거 오류: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "파일 버리기 오류: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "휴지통 디렉터리(%s)를 만들 수 없습니다: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "휴지통의 상위 디렉터리를 찾을 수 없습니다" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "휴지통 디렉터리를 찾을 수 없거나 만들 수 없습니다" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "휴지통 정보 파일을 만들 수 없습니다: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "파일을 버릴 수 없습니다: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "디렉터리를 만드는 중 오류: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "심볼릭 링크 '%s' 읽기 실패: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "심볼릭 링크를 만드는 중 오류: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "파일 옮기는 중 오류: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "디렉터리를 덮어 써서 디렉터리를 옮길 수 없습니다" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "백업 파일 만들기가 실패했습니다" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "대상 파일을 제거하는 중 오류: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "다른 마운트 사이에 옮기기는 지원하지 않습니다" @@ -1527,103 +1547,103 @@ msgstr "잘못된 확장 에트리뷰트 이름" msgid "Error setting extended attribute '%s': %s" msgstr "확장 애트리뷰트 '%s' 설정 중 오류: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' 파일의 정보를 읽는 중 오류: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (잘못된 인코딩)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "파일 디스크립터 정보를 읽는 중 오류: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "잘못된 애트리뷰트 종류 (uint32 필요)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "잘못된 애트리뷰트 종류 (uint64 필요)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "잘못된 애트리뷰트 종류 (바이트 문자열 필요)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "권한 설정 중 오류: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "권한 설정 중 오류: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "소유자 설정 중 오류: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "심볼릭 링크는 NULL이 아니어야 합니다" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "심볼릭 링크 설정 중 오류: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "심볼릭 링크 설정 중 오류: 파일이 심볼릭 링크가 아닙니다" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "수정 시각이나 접근 시각을 설정하는데 오류: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux 컨텍스트는 NULL이 아니어야 합니다" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux 컨텍스트 설정 중 오류: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "이 시스템은 SELinux를 사용하지 않습니다" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "%s 애트리뷰트 설정은 지원하지 않습니다" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "파일을 읽는 중 오류: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "파일에서 seek하는 중 오류: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "파일을 닫는 중 오류: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "기본 로컬 파일 모니터 종류를 찾을 수 없습니다" @@ -1704,50 +1724,55 @@ msgstr "출력 스트림의 크기를 바꾸는데 실패했습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "마운트가 unmount 기능을 구현하지 않았습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "마운트가 eject 기능을 구현하지 않았습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "마운트가 unmount 혹은 unmount_with_operation 기능을 구현하지 않았습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "마운트가 eject 혹은 eject_with_operation 기능을 구현하지 않았습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "마운트가 remount를 구현하지 않았습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "마운트가 content type guessing을 구현하지 않았습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "마운트가 동기식 content type guessing을 구현하지 않았습니다" @@ -1756,11 +1781,11 @@ msgstr "마운트가 동기식 content type guessing을 구현하지 않았습 msgid "Hostname '%s' contains '[' but not ']'" msgstr "'%s' 호스트 이름에 '[' 괄호가 있는데 ']' 괄호가 없습니다" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "출력 스트림이 write를 구현하지 않았습니다" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "원본 스트림을 이미 닫았습니다" @@ -1892,7 +1917,7 @@ msgstr "메시지를 보내는 중 오류: %s" msgid "GSocketControlMessage not supported on windows" msgstr "윈도우즈에서는 GSocketControlMessage를 지원하지 않습니다" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "메시지를 받는데 오류: %s" diff --git a/po/ku.po b/po/ku.po index c5a3d95..99990d7 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2006-04-20 17:33+0000\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" @@ -86,69 +86,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Vekirina dosiya '%s' serneket: %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' ne derbasdar e" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Navê hostê nederbasdar e" @@ -157,119 +157,134 @@ msgstr "Navê hostê nederbasdar e" msgid "Error opening directory '%s': %s" msgstr "" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "" @@ -500,7 +515,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1078,17 +1093,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1112,34 +1127,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1191,13 +1206,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "" @@ -1210,49 +1225,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1341,7 +1356,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1354,115 +1369,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Navê bernameyê nederbasdar e: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Navê hostê nederbasdar e" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, c-format +msgid "Filesystem does not support symbolic links" +msgstr "" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1483,103 +1503,103 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1661,49 +1681,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1712,11 +1732,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1849,7 +1869,7 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" diff --git a/po/lt.po b/po/lt.po index e771e10..53c6363 100644 --- a/po/lt.po +++ b/po/lt.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-03-26 15:52+0200\n" "Last-Translator: Vytautas Rėkus \n" "Language-Team: Lithuanian \n" @@ -91,69 +91,69 @@ msgstr "Nėra programos pavadinimu „%s“ registravusios „%s“ žymelę" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Nepavyko iÅ¡skleisti vykdomosios eilutės „%s“ su URI „%s“" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Keitimas iÅ¡ koduotės „%s“ į koduotę „%s“ nepalaikomas" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nepavyko atverti keitiklio iÅ¡ „%s“ į „%s“" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Klaidinga baitų seka keitimo įvedime" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Klaida keitimo metu: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Nepilna simbolio seka įvedimo pabaigoje" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Negalima keisti atgalinio varianto „%s“ į koduotę „%s“" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Adresas „%s“ nėra absoliutus adresas naudojantis „file“ schemą" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Vietinio failo adresas „%s“ negali turėti simbolio „#“" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Adresas „%s“ yra klaidingas" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Kompiuterio vardas „%s“ adrese yra klaidingas" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Adrese „%s“ yra klaidingai perkoduoti symboliai" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Kelias „%s“ nėra absoliutus" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Klaidingas kompiuterio vardas" @@ -162,92 +162,92 @@ msgstr "Klaidingas kompiuterio vardas" msgid "Error opening directory '%s': %s" msgstr "Klaida atidarant aplanką „%s“: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nepavyko paskirti %lu baitų reikalingų perskaityti failą „%s“" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Klaida skaitant failą „%s“: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Failas „%s“ per didelis" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Nepavyko perskaityti failo „%s“: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nepavyko atverti failo „%s“: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nepavyko gauti failo „%s“ požymių: fstat() klaida: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nepavyko atverti failo „%s“: fdopen() klaida: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Nepavyko pervadinti failo „%s“ į „%s“: g_rename() klaida: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nepavyko sukurti failo „%s“: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Nepavyko atverti failo „%s“ raÅ¡ymui: fdopen() klaida: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Nepavyko įraÅ¡yti failo „%s“: fwrite() klaida: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Nepavyko įraÅ¡yti failo „%s“: fflush() klaida: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Nepavyko įraÅ¡yti failo „%s“: fsync() klaida: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Nepavyko užverti failo „%s“: fclose() klaida: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Nepavyko paÅ¡alinti egzistuojančio failo „%s“: g_unlink() failed: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Å ablonas „%s“ klaidingas, jame negali bÅ«ti „%s“" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Å ablone „%s“ nėra XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -255,27 +255,42 @@ msgstr[0] "%u baitas" msgstr[1] "%u baitai" msgstr[2] "%u baitų" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nepavyko perskaityti simbolinės nuorodos „%s“: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Simbolinės nuorodos nepalaikomos" @@ -540,7 +555,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "vidinė klaida" @@ -1136,17 +1151,17 @@ msgstr "ReikÅ¡mės „%s“ negalima interpretuoti kaip loginės." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Per didelė skaičiavimo reikÅ¡mė perduota %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Srautas jau užvertas" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Operacija nutraukta" @@ -1169,34 +1184,34 @@ msgstr "%s tipas" msgid "Unexpected early end-of-stream" msgstr "Netikėta ankstyva srauto pabaiga" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nepavadinta" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Darbalaukio failas nenurodė Exec lauko" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Nerastas terminalas, reikalingas programai" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Nepavyko sukurti naudotojo nustatymų aplanko %s: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nepavyko sukurti naudotojo MIME nustatymų aplanko %s: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Nepavyko sukurti naudotojo darbalaukio failo %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Specialus apibrėžimas %s" @@ -1251,13 +1266,13 @@ msgstr "Netinkamas leksemų skaičius (%d) GEmblemedIcon koduotėje" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Tikėtasi GEmblem skirto GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operacija nepalaikoma" @@ -1270,49 +1285,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Tėvinis prijungimo taÅ¡kas neegzistuoja" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Negalima kopijuoti ant aplanko" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Negalima kopijuoti aplanko ant aplanko" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Nurodytas failas jau egzistuoja" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Negalima rekursyviai kopijuoti aplanko" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Nepavyksta nukopijuoti specialaus failo" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Netaisyklinga simbolinės nuorodos reikÅ¡mė" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Å iukÅ¡lės nepalaikomos" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Failų varduose negali bÅ«ti '%c'" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "skirsnis nepalaiko prijungimo" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Nėra programos, priregistruotos kaip skaitančios šį failą" @@ -1401,7 +1416,7 @@ msgstr "Å altinio srautas nerealizuoja skaitymo" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Srautui liko neįvykdyta operacija" @@ -1414,114 +1429,119 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Nepavyko rasti įprasto vietinių aplankų stebėjimo tipo" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Netaisyklingas failo vardas %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Klaida skaitant failų sistemos informaciją: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Nepavyko pervadinti Å¡akninio aplanko" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Klaida pervadinant failą: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Nepavyko pervadinti failo, failo vardas jau užimtas" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Netaisyklingas failo vardas" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Klaida atveriant failą: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Nepavyko atverti aplanko" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Klaida trinant failą: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Klaida perkeliant į Å¡iukÅ¡les failą: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nepavyko sukurti Å¡iukÅ¡lių aplanko %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Nepavyko rasti Å¡akninio aplanko Å¡iukÅ¡lėms" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Nepavyko rasti ar sukurti Å¡iukÅ¡lių aplanko" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nepavyko Å¡iukÅ¡lių informacijos failo: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Nepavyko į Å¡iukÅ¡les perkelti failo: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Klaida atveriant aplanką: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Nepavyko perskaityti simbolinės nuorodos „%s“: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Klaida kuriant simbolinę nuorodą: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Klaida perkeliant failą: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Negalima perkelti aplanko per aplanką" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Atsarginės kopijos sukÅ«rimas nesėkmingas" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Klaida trinant nurodytą failą: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Perkėlimas tarp prijungimo taÅ¡kų nepalaikomas" @@ -1542,103 +1562,103 @@ msgstr "netaisyklingas iÅ¡plėstinio atributo pavadinimas" msgid "Error setting extended attribute '%s': %s" msgstr "Klaida nurodant iÅ¡plėstinį atributą „%s“: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Klaida skaitant failo „%s“ informaciją: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (netaisyklinga koduotė)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Klaida skaitant failo deskriptoriaus informaciją: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Klaidingas atributo tipas (tikimasi uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Klaidingas atributo tipas (tikimasi uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Klaidingas atributo tipas (tikimasi baitų sekos)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Klaida nustatant teises: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Klaida nustatant teises: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Klaida nustatant savininką: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "Simbolinė nuoroda turi bÅ«ti netuščia" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Klaida nustatant simbolinę nuorodą: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "Klaida nustatant simbolinę nuorodą: failas nėra simbolinė nuoroda" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Klaida nustatant teises: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux kontekstas bÅ«ti nelygus NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Klaida nustatant SELinux kontekstą: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux Å¡ioje sistemoje neįjungtas" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Atributo %s nustatymas nepalaikomas" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Klaida skaitant failą: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Klaida keičiant poziciją faile: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Klaida užveriant failą: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Nepavyko rasti numatytojo vietinių failų stebyklės tipo" @@ -1719,51 +1739,54 @@ msgstr "Nepavyko pakeisti atminties iÅ¡vedimo srauto dydžio" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "prijungimo taÅ¡kas nepalaiko atjungimo" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "prijungimo taÅ¡kas nepalaiko iÅ¡stÅ«mimo" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "prijungimo taÅ¡kas nepalaiko atjungimo" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "prijungimo taÅ¡kas nepalaiko iÅ¡stÅ«mimo" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "prijungimo taÅ¡kas nepalaiko prijungimo iÅ¡ naujo" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "prijungimo taÅ¡kas nepalaiko turinio tipo spėjimo" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "prijungimo taÅ¡kas nepalaiko sinchroninio turinio tipo spėjimo" @@ -1772,11 +1795,11 @@ msgstr "prijungimo taÅ¡kas nepalaiko sinchroninio turinio tipo spėjimo" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "IÅ¡vedimo srautas nepalaiko raÅ¡ymo" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Å altinio srautas jau užvertas" @@ -1912,7 +1935,7 @@ msgstr "Klaida atveriant failą: %s" msgid "GSocketControlMessage not supported on windows" msgstr "saitų keitimai win32 sistemose nepalaikomi" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Klaida trinant failą: %s" diff --git a/po/lv.po b/po/lv.po index b1cbe08..62e0276 100644 --- a/po/lv.po +++ b/po/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2002-12-19 01:04+0200\n" "Last-Translator: Artis Trops \n" "Language-Team: Latvian \n" @@ -85,69 +85,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Neizdevās izveidot failu '%s': %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konversija no rakstzÄ«mju kopas '%s' uz '%s' nav atbalstÄ«ta" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nevarēju atvērt konvertātoru no '%s' uz '%s': %s" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Nepareiza baitu secÄ«ba konversijas ievadē" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Kļūda konversējot: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Daļēja simbolu secÄ«ba ievades beigās" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nevar pārveidot atkritienu '%s' uz rakstzÄ«mju kopu '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' nav absolÅ«tais URI, lietojot failu shēmu" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Lokālā faila URI '%s' nedrÄ«kst saturēt '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' ir nepareizs" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Hostdatora nosaukuma URI '%s' ir nepareizs" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' satur nepareizi izvairÄ«gas rakstzÄ«mes" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Ceļvārds '%s' nav absolutais ceļš" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Nepareizs hostdatora nosaukums" @@ -156,119 +156,134 @@ msgstr "Nepareizs hostdatora nosaukums" msgid "Error opening directory '%s': %s" msgstr "Kļūda atverot direktoriju '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nevarēju atrast %lu baitus, lai nolasÄ«tu failu \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Kļūda nolasot failu '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Nespēju nolasÄ«t no faila '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nevarēju atvērt failu '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nevarēju dabÅ«t faila '%s' atribÅ«tus: fstat() neizdevās: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Veidne '%s' nepareizs, nedrÄ«kstētu saturēt '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Veidne '%s' nebeidzas ar XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, fuzzy, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "" @@ -528,7 +543,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1116,17 +1131,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1149,34 +1164,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1228,13 +1243,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "" @@ -1247,49 +1262,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1378,7 +1393,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1391,115 +1406,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nepareizs hostdatora nosaukums" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Nepareizs hostdatora nosaukums" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Kļūda atverot direktoriju '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Neizdevās izveidot failu '%s': %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1521,103 +1541,103 @@ msgstr "Dokuments negaidÄ«ti izbeidzās iekšā atribÅ«ta nosaukumā" msgid "Error setting extended attribute '%s': %s" msgstr "Kļūda atverot direktoriju '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Kļūda rindā %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1699,49 +1719,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1750,11 +1770,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1887,7 +1907,7 @@ msgstr "Kļūda nolasot failu '%s': %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Kļūda nolasot failu '%s': %s" diff --git a/po/mai.po b/po/mai.po index 4070e7a..48384ef 100644 --- a/po/mai.po +++ b/po/mai.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-02-27 17:15+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: maithili \n" @@ -92,69 +92,69 @@ msgstr "'%s' क' नामसँ कोनो अनुप्रयोग '%s' msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "अक्षर समूह '%s' सँ '%s' मे परिवर्तन समर्थित नहि अछि" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' सँ '%s' परिवर्तक नहि खोलल जाए सकल" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "परिवर्तन इनपुटमे अवैध बाइट अनुक्रम" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "परिवर्तनक दौरान त्रुटि: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "इनपुट क' अंतमे आंशिक अक्षर अनुक्रम" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "फालबैक '%s' केँ कोड सेट '%s' मे बदएल नहि कए सकल" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "\"file\" योजना क' उपयोग करैबला URI '%s' एकटा निरपेक्ष यूआरआई नहि अछि" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "स्थानीय फाइल यूआरआई '%s' मे एकटा '#' सम्मिलित नहि अछि" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "यूआरआई '%s' अवैध अछि" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "यूआरआई '%s' क' होस्टनाम अवैध अछि" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "यूआरआई '%s' मे अवैध एस्केप्ड अक्षर सम्मिलित अछि" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "पथनाम '%s' एकटा निरपेक्ष पथ नहि अछि" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "अवैध होस्ट-नाम" @@ -163,119 +163,134 @@ msgstr "अवैध होस्ट-नाम" msgid "Error opening directory '%s': %s" msgstr "निर्देशिका '%s' केँ खोलबामे त्रुटि: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr " %lu बाइट आबंटित नहि कएल जाए सकल फाइल \"%s\" केँ पढ़ै हेतु" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' फाइल केँ पढ़बामे त्रुटि: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "फाइल '%s' सँ पढ़एमे असफल: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' फाइल खोलबामे असफल :%s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "फाइल '%s' क विशेषतासभ पता करबामे असफल: fstat() असफल: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "फाइल '%s': fdopen() खोलबामे असफल: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "फाइल '%s' केँ '%s' मे नाम बदलए मे विफल: g_rename() विफल: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "फाइल '%s' बनाबैमे असफल: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "फाइल '%s' केँ लिखबाक लेल खोलबा मे विफल: fdopen() विफल: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' फाइलकेँ लिखबामे विफल: fwrite() विफल: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "'%s' फाइलकेँ लिखबामे विफल: fwrite() विफल: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "'%s' फाइलकेँ लिखबामे विफल: fwrite() विफल: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' फाइल बन्न करबामे विफल: fclose() विफल: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "'%s' मोजुदा फाइल हटाएल नहि जा सकैत अछि: g_unlink() विफल: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "टैम्पलेट '%s' अवैध अछि. एहिमे '%s' सामिल नहि अछि" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "टैम्पलेट '%s' मे XXXXXX समाहित नहि अछि" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f कि.बा." -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f मे.बा." -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f गी.बा." -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f कि.बा." + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f कि.बा." + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f कि.बा." + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "सिंबालिक लिंक '%s' सँ थीम पढ़बामे असफल %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "सिंबालिक लिंक समर्थित नहि अछि" @@ -527,7 +542,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1108,17 +1123,17 @@ msgstr "मान '%s' केँ बुलियन क' तौर पर वि #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "स्ट्रीन पहिनेसँ बन्न अछि" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "ऑपरेशन रद्द छल" @@ -1141,34 +1156,34 @@ msgstr "%s प्रकार" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "बेनाम" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "प्रयोक्ता डेस्कटाप फाइल %s नहि बनाए सकैत अछि" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s कए लेल पसंदीदा परिभाषित" @@ -1223,13 +1238,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblem प्रत्याशित GEmblemedIcon केँ लेल" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "ऑपरेशन समर्थित नहि अछि" @@ -1242,49 +1257,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "माउंट नहि समाहित मोजुद नहि अछि" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "निर्देशिका पर कापी नहि कए सकैत अछि" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "निर्देशिकाकेँ उप्पर निर्देशिका कापी नहि कए सकैत अछि" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "लक्षित फाइल मोजुद अछि" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "निर्देशिकाकेँ बेरबेर सँ नहि कापी कए सकैछ" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "विशेष फाइलकेँ कापी नहि कए सकल" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "फाइल नाम मे '%c' नहि रहि सकैत अछि" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "आवाज माउंटकेँ लागू नहि करैत अछि" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "कोनो अनुप्रयोग ई फाइलकेँ नियंत्रणकेँ लेल पंजीकृत नहि अछि" @@ -1373,7 +1388,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "स्ट्रीमकेँ संग बचल आपरेशन अछि" @@ -1386,114 +1401,119 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "अवैध फाइलनाम %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "फाइलसिस्टम सूचना पाबैमे त्रुटि: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "रूट निर्देशिकाकेँ नाम नहि बदलि सकल" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "फाइलक फेर नाम देबामे त्रुटि: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "फाइलकेँ फेर नाम नहि बदलि सकैत छी, फाइलनाम पहिनेसँ मोजुद अछि" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "अवैध फाइलनाम" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "फाइलकेँ खोलबामे त्रुटि: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "निर्देशिका नहि खोलि सकैछ" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "फाइल हटाबै मे त्रुटि: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "फाइलकेँ रद्दीमे भेजबामे त्रुटि: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ट्रैश निर्देशिका %s बनाबैमे त्रुटि: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "ट्रैशक लेल उच्च स्तरीय निर्देशिका ताकबामे असमर्थ" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "ट्रेश निर्देशिका बनाबैमे या ताकबामे असमर्थ" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ट्रेशिंग सूचनाकेँ फाइलमे बनाबैमे असमर्थ: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "फाइलकेँ रद्दीमे भेजबामे त्रुटि: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "निर्देशिका बनाबैमे त्रुटि: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "सिंबालिक लिंक '%s' सँ थीम पढ़बामे असफल %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "सिंबलिंक बनाबैमे त्रुटि: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "फाइल घुसकाबैमे त्रुटि: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "निर्देशिका पर निर्देशिका नहि घुसकाए सकैछ" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "बैकअप फाइल निर्माण विफल" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "लक्षित फाइल हटाबैमे त्रुटि: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "माउंटकेँ बीच चलनाइ समर्थित नहि अछि" @@ -1514,103 +1534,103 @@ msgstr "अमान्य विस्तारित गुण नाम" msgid "Error setting extended attribute '%s': %s" msgstr "विस्तारित गुण '%s' सेटिंगमे त्रुटि: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' फाइल बताबैमे त्रुटि: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (अमान्य एन्कोडिंग)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "फाइल विवरण कथित करने मे त्रुटि: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "अमान्य गुण प्रकार (uint32 expected)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "अमान्य गुण प्रकार (uint64 expected)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "अमान्य गुण प्रकार (byte string expected)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "अनुमति सेटिंग मे त्रुटि: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "अनुमति सेटिंग मे त्रुटि: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "स्वामी सेटिंग मे त्रुटि: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symlink जरूर गैर-NULL होबा चाही" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "symlink सेटिंग मे त्रुटि: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "symlink सेटिंग मे त्रुटि: फाइल एकटा symlink नहि अछि" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "अनुमति सेटिंग मे त्रुटि: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux संदर्भ गैर-NULL होबा चाही" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux संदर्भ सेट करबामे त्रुटि: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux ई सिस्टम पर सक्रिय नहि अछि" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "सेटिंग गुण %s समर्थित नहि" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "फाइल पढबामे त्रुटि: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "फाइल खोजबामे त्रुटि: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "फाइल बन्न करबामे त्रुटि: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "पूर्वनिर्धारित स्थानीय फाइल मानिटरक प्रकार तकबामे असमर्थ" @@ -1691,51 +1711,54 @@ msgstr "स्मृति आउटपुट स्ट्रीमकेँ फ #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "माउंट अनमाउंट लागू नहि करैछ" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "माउंट बाहर निकालब लागू नहि करैछ" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "माउंट अनमाउंट लागू नहि करैछ" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "माउंट बाहर निकालब लागू नहि करैछ" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "माउंट कंटेंट प्रकार गेसिंगकेँ लागू नहि करैछ" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "माउंट तुल्यकालित कंटेंट प्रकार गेसिंगकेँ लागू नहि करैछ" @@ -1744,11 +1767,11 @@ msgstr "माउंट तुल्यकालित कंटेंट प् msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "आउटपुट स्ट्रीम लेखन केँ लागू नहि करैछ" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "स्रोत स्ट्रीम पहिनेसँ बन्न अछि" @@ -1884,7 +1907,7 @@ msgstr "फाइलकेँ खोलबामे त्रुटि: %s" msgid "GSocketControlMessage not supported on windows" msgstr "संयोजन परिवर्तन win32 पर समर्थित नहि अछि" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "फाइल हटाबै मे त्रुटि: %s" diff --git a/po/mg.po b/po/mg.po index 8bcdb12..1e4135b 100644 --- a/po/mg.po +++ b/po/mg.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2007-03-03 19:00+0300\n" "Last-Translator: Fanomezana Rajaonarisoa \n" "Language-Team: MALAGASY \n" @@ -85,69 +85,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Tsy voavaky ny rohy misolotena '%s': %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Tsy raisina an-tànana ny famadihan'amboara-marika '%s' ho '%s'" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Tsy voasokatra ny mpanova rakitra '%s' ho '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Tsy mitombina filaharan'ny byte amin'ny zavatra ovaina" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Nisy olana teo am-panovana: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Tsy feno ny filaharan'ny marika amin'ny faran'ny zavatra ovaina" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ny fallback '%s' tsy voaova ho amboaram-pango '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Tsy URI feno mampiasa ny drafitra \"rakitra\" ny URI '%s'" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Tsy azo asiana '#' ny URI '%s' an'ilay rakitra an-toerana " -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Tsy mitombina ny URI '%s'" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Tsy mitombina ny anaram-mpampiantranon'ny URI '%s'" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, fuzzy, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Misy marika nalana tamin'ny fomba tsy mety ny URI '%s'" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Tsy sori-dàlana feno ny anaran-tsori-dàlana '%s'" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Anaram-pampiantrano diso" @@ -156,122 +156,137 @@ msgstr "Anaram-pampiantrano diso" msgid "Error opening directory '%s': %s" msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Tsy nahatokana %lu byte hamakiana ny rakitra \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Ny nahavaky ny mpiatin'ny rakitra '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Tsy voasokatran y rakitra '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Tsy azo ny marika manokan'ny rakitra '%s': tsy nahomby ny fstat(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Tsy voasokatra ny rakitra '%s': tsy nahomby ny fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Tsy voaova ny anaran'ny rakitra '%s' mba ho '%s': tsy nahomby ny g_rename(): " "%s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Tsy voasotra mba hanoratana ny rakitra '%s': tsy nahomby ny fdopen(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Tsy voasoratra ny rakitra '%s': tsy nahomby ny fwrite(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Tsy voasoratra ny rakitra '%s': tsy nahomby ny fwrite(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Tsy voasoratra ny rakitra '%s': tsy nahomby ny fwrite(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Tsy voahidy ny rakitra '%s': tsy nahomby ny fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Tsy mety fafàna ny rakitra '%s' misy: tsy nahomby ny g_unlink(): %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Tsy mitombina ny lasitra '%s'; tsy tokony hisy '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Tsy misy XXXXXX ny lasitra '%s'" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Tsy voavaky ny rohy misolotena '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" @@ -542,7 +557,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1148,17 +1163,17 @@ msgstr "Tsy mety avadika ho boleanina mba ho azo ny sanda '%s'." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1182,34 +1197,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1261,13 +1276,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1281,50 +1296,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 #, fuzzy msgid "No application is registered as handling this file" msgstr "" @@ -1415,7 +1430,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1428,115 +1443,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Anaram-pamaha diso: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Anaram-pampiantrano diso" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Tsy voavaky ny rohy misolotena '%s': %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Nisy olana teo am-pizarazarana ny safidy %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1558,103 +1578,103 @@ msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra" msgid "Error setting extended attribute '%s': %s" msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Misy tsy fetezana amin'ny andalana %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1737,49 +1757,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1788,11 +1808,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1926,7 +1946,7 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" diff --git a/po/mk.po b/po/mk.po index d28ed86..8d68a9c 100644 --- a/po/mk.po +++ b/po/mk.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2008-02-04 04:11+0100\n" "Last-Translator: Jovan Naumovski \n" "Language-Team: Macedonian \n" @@ -92,69 +92,69 @@ msgstr "Нема апликација со име „%s“ која регист 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:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Конвертирањето од %s' во „%s“ не е поддржано" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не можам да го отворам конверторот од „%s“ до „%s“" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Невалидна секвенца на бајти во влезот на конвертирањето" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Грешка при конвертирање: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Парцијална секвенца на карактер на крајот од влезот" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Не можам да го конвертирам „%s“ во енкодингот „%s“" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "„%s“ не е апсолутна адреса која што ја користи шемата на датотеката" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Локалното URI „%s“ може да не користи '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "„%s“ е невалиден URI" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Името на хостот на URI %s е невалидно" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "„%s“ содржи невалидни посебни карактери" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Патеката „%s“ не е апсолутна патека" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Невалидно име на хост" @@ -163,97 +163,97 @@ msgstr "Невалидно име на хост" msgid "Error opening directory '%s': %s" msgstr "Грешка при отворање на директориумот „%s“: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Не можам да алоцирам %lu бајти за да ја прочитам датотеката \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Грешка при читањето на датотеката „%s“: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Не успеав да прочитам од датотеката „%s“: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Не успеав да ја отворам датотеката „%s“: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Не успеав да ги добијам атрибутите на датотеката „%s“: fstat() failed: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Не успеав да ја отворам датотеката „%s“: fdopen() failed: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Не успеав да ја реименувам датотеката „%s“ во „%s“: g_rename() не успеа: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Не успеав да ја креирам датотеката „%s“: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Не успеав да ја отворам датотеката „%s“ за запишување: fdopen() не успеа: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Не успеав да запишам во датотеката „%s“: fwrite() не успеа: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Не успеав да запишам во датотеката „%s“: fwrite() не успеа: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Не успеав да запишам во датотеката „%s“: fwrite() не успеа: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Не успеав да ја затворам датотeката „%s“: fclose() не успеа: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Постоечката датотека „%s“ не може да биде отстранета: g_unlink()·не успеа " "за: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Мострата „%s“ е невалидна, не треба да содржи „%s“" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Мострата „%s“ не содржи со XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -261,27 +261,42 @@ msgstr[0] "%u бајт" msgstr[1] "%u бајти" msgstr[2] "%u бајти" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Не успеав да ја прочитам симболичката врска „%s“: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Симболичките врски не се поддржани" @@ -544,7 +559,7 @@ msgstr "ограничувањето за следење е достигнато msgid "the pattern contains items not supported for partial matching" msgstr "шаблонот содржи предмети кои не се поддржани за парцијално совпаѓање" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "внатрешна грешка" @@ -1141,17 +1156,17 @@ msgstr "Вредноста „%s“ не може да биде препозна #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Преголема бројна вредност дадена на %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Стримот е веќе затворен" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Операцијата беше прекината" @@ -1174,35 +1189,35 @@ msgstr "%s тип" msgid "Unexpected early end-of-stream" msgstr "Неочекувано прерано завршување на стрим" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Неименувано" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Desktop датотеката не одреди Exec поле" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "не успеав да најдам терминал потребен за апликација" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Не можам да креирам папка за конфигурација на корисничките апликации %s: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не можам да креирам папка за MIME конфигурации %s: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Не можам да креирам корисничка desktop датотека %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Сопствена дефиниција на %s" @@ -1257,13 +1272,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Операцијата не е поддржана" @@ -1276,50 +1291,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Монтирањето кое се содржи не постои" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Не можам да копирам над директориум" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Не можам да копирам директориум над директориум" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Целната датотека постои" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Не можам рекурзивно да го ископирам директориумот" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 #, fuzzy msgid "Can't copy special file" msgstr "Не можам да копирам над директориум" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Дадена е невалидна вредност за симболичката врска" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Ѓубрето не е поддржано" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Имињата на датотеки не можат да содржат „%c“" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "просторот нема имплементирано монтирање" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Не е регистрирана апликација за справување со оваа датотека" @@ -1408,7 +1423,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Стримот има преголема операција" @@ -1421,115 +1436,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Не можам да најдам локален директориум за тип на надгледување" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Невалидно име на датотека %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при добивањето на информации за датотечниот систем: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Не можам да го преименувам директориумот root" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Грешка во преименувањето на директоруимот: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Не можам да ја преименувам датотеката, името на датотеката веќе постои" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Невалидно име на датотека" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Грешка во отворањето на директоруимот: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Не можам да го отворам директориумот" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Грешка при отстранувањето на датотеката: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Грешка при преместувањето на датотеката во ѓубре: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не успеав да креирам директориум за ѓубре %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Не успеав да го најдам директориумот од највисоко ниво за ѓубрето" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Не успеав да го најдам или креирам директориумот за ѓубре" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" "Не успеав да креирам датотека со информации за преместувањето во ѓубре: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Не успеав да ја преместам датотеката во ѓубрето: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Грешка при отворање на директориумот „%s“: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Не успеав да ја прочитам симболичката врска „%s“: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Грешка во креирањето на симболичка врска: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Грешка во преместувањето на датотеката: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Не можам да го преместам директориумот над друг директориум" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Не успеа креирањето на бекап датотеката" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Грешка во отстранувањето на целната датотека: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Движењето меѓу монтирањата не е поддржано" @@ -1550,105 +1570,105 @@ msgstr "Невалидно име на проширениот атрибут" msgid "Error setting extended attribute '%s': %s" msgstr "Грешка во поставувањето на проширениот атрибут „%s“: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Грешка во стартувањето на датотеката „%s“: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (невалидно енкодирање)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка во поставувањето на опишувач на датотека: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Невалиден тип на атрибут (се очекуваше uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Невалиден тип на атрибут (се очекуваше uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Невалиден тип на атрибут (се очекуваше низа од бајти)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Грешка во поставувањето на пермисиите: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Грешка во поставувањето на пермисиите: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Грешка при поставувањето на сопственикот: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "симболичката врска не треба да е NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Грешка во поставувањето на симболичката врска: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" "Грешка при креирањето на симболичката врска: датотеката не е симболичка врска" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Грешка во поставувањето на пермисиите: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "симболичката врска не треба да е NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Грешка при поставувањето на сопственикот: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Поставувањето на атрибутот %s не е поддржано" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Грешка при читањето од датотеката: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Грешка при барањето во датотеката: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Грешка во затворањето на датотеката: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Не можам да го откријам типот на локалниот надгледувач на датотеки" @@ -1729,44 +1749,47 @@ msgstr "Не успеав да ја променам големината на #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount нема имплементирано одмонтирање" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount нема имплементирано вадење" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "mount нема имплементирано одмонтирање" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "mount нема имплементирано вадење" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount нема имплементирано запишување" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 #, fuzzy msgid "mount doesn't implement content type guessing" msgstr "mount нема имплементирано одмонтирање" @@ -1774,7 +1797,7 @@ msgstr "mount нема имплементирано одмонтирање" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 #, fuzzy msgid "mount doesn't implement synchronous content type guessing" msgstr "mount нема имплементирано одмонтирање" @@ -1784,11 +1807,11 @@ msgstr "mount нема имплементирано одмонтирање" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Излезниот стрим нема имплементирано запишување" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Изворот на стримот веќе е затворен" @@ -1924,7 +1947,7 @@ msgstr "Грешка во отворањето на директоруимот: msgid "GSocketControlMessage not supported on windows" msgstr "промените на асоцијации не се поддржани на win32" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Грешка при отстранувањето на датотеката: %s" diff --git a/po/ml.po b/po/ml.po index 84542a5..13bc260 100644 --- a/po/ml.po +++ b/po/ml.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.master.ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-20 20:08+0530\n" "Last-Translator: \n" "Language-Team: \n" @@ -90,69 +90,69 @@ msgstr "'%s' എന്ന് പേരുളള ഒരു പ്രയോഗവ msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "'%s' എന്ന URI ഉളള '%s' എന്ന exec വരി വികസിപ്പിക്കുന്നതില്‍ പരാജയപ്പെട്ടു" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "അക്ഷരക്കൂട്ടം'%s'ല് നിന്നും '%s'ലേക്കുളള മാറ്റം പിന്തുണയ്ക്കുന്നില്ല" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'-ല്‍ നിന്നും '%s'-ലേക്ക് വേര്‍തിരിക്കുന്ന സംവിധാനം ലഭ്യമായില്ല" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "മാറ്റം വരുത്തുന്ന ഇന്‍പുട്ടില്‍ തെറ്റായ ബൈറ്റ് ക്രമം" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "മാറ്റം വരുത്തുന്നതില്‍ പരാജയം : %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "ഇന്‍പുട്ടിന്റെ അവസാനം ഭാഗികമായ അക്ഷര ക്രമം" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "ഫോള്‍സെറ്റ് '%s'-ല്‍ നിന്നും കോഡ്സെറ്റ് '%s'-ലേക്ക് മാറ്റുവാന്‍ സാധ്യമല്ല" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI %s \"file\" സ്കീം ഉപയോഗിക്കുന്ന പൂര്‍ണ്ണമായ ഒരു URI അല്ല" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "ലോക്കല്‍ ഫയല്‍ URI %s-ല്‍ '#' ഉല്‍പ്പെടുത്താന്‍ പാടില്ല" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' അസാധുവാണ്" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s'-ന്റെ ഹോസ്റ്റ് നാമം അസാധുവാണ്" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s'-ല്‍ അസാധുവായ എസ്കേപ്ഡ് അക്ഷരങ്ങള്‍ ഉണ്ട്" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' പാഥ് നാമം പൂര്‍ണ്ണമായ ഒരു പാഥ് അല്ല" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "സാധുതയില്ലാത്ത ഹോസ്റ്റ് നാമം" @@ -161,120 +161,135 @@ msgstr "സാധുതയില്ലാത്ത ഹോസ്റ്റ് à´¨ msgid "Error opening directory '%s': %s" msgstr "ഡയറക്ടറി '%s' തുറക്കുന്നതില്‍ പിശക്: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu ബൈറ്റ്സ് ഫയല്‍ \"%s\" വായിക്കുന്നതിനായി നീക്ക് വയ്ക്കുവാന്‍ സാധ്യമല്ല" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "ഫയല്‍ \"%s\" വളരെ വലുതാണു്." -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "ഫയല്‍ '%s'-ല്‍ നിന്നും വായിക്കുന്നതില്‍ പരാജയം: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "%s തുറക്കുന്നതില്‍‌ പരാജയം : %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "%s-ന്റെ വിശേഷതകള്‍ കണ്ടെത്തുന്നതില്‍ പരാജയം: fstat() പരാജയപ്പെട്ടു: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' തുറക്കുന്നതില്‍ പരാജയം: fdopen() പരാജയപ്പെട്ടു: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "ഫയല്‍ '%s'-ന്റെ പേര് '%s' ആയി മാറ്റുന്നതില്‍ പരാജയപ്പെട്ടു: g_rename() പരാജയപ്പെട്ടു: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "ഫയല്‍ '%s' സൃഷ്ടിക്കുന്നതില്‍ പരാജയം: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "എഴുതുന്നതിനായി '%s' തുറക്കുവാന്‍ പരാജയപ്പെട്ടു: fdopen() പരാജയപ്പെട്ടു: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "ഫയല്‍ '%s' എഴുതുവാന്‍ പരാജയപ്പെട്ടു: fwrite() പരാജയപ്പെട്ടു: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "ഫയല്‍ '%s' എഴുതുവാന്‍ പരാജയപ്പെട്ടു: fflush() പരാജയപ്പെട്ടു: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "ഫയല്‍ '%s' എഴുതുവാന്‍ പരാജയപ്പെട്ടു: fsync() പരാജയപ്പെട്ടു: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "ഫയല്‍ '%s' അടയ്ക്കുന്നതില്‍ പരാജയപ്പെട്ടു: fclose() പരാജയപ്പെട്ടു: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "നിലവിലുളള ഫയല്‍ '%s' നീക്കം ചെയ്യുവാന്‍ സാധ്യമല്ല: g_unlink() പരാജയപ്പെട്ടു: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "ടെംപ്ളേറ്റ് \"%s\" അസാധുവാണ്,ഇതില്‍ \"%s\" ഉണ്ടാകുവാന്‍ പാടില്ല" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "ടെംപ്ളേറ്റ് \"%s\"-ല്‍ XXXXXX ലഭ്യമല്ല" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "സിബോളിക്ക് ലിങ്ക് '%s' വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "സിബോളിക്ക് ലിങ്ക് പിന്തുണയ്ക്കുന്നില്ല" @@ -531,7 +546,7 @@ msgstr "ബാക്ക്ട്രാക്കിങ് പരിധി എത msgid "the pattern contains items not supported for partial matching" msgstr "പാറ്‍ഷ്യല്‍ മാച്ചിങിന് പിന്തുണ ലഭ്യമല്ലാത്ത വസ്തുക്കള്‍ ഈ മാതൃകയിലുണ്ട്" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "ആന്തരിക പിശക്" @@ -1114,17 +1129,17 @@ msgstr "മൂല്ല്യം '%s' ഒരു ബൂളിയനായി ക #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "വളരെ വലിയ കൌണ്ട് മൂല്ല്യം %s-നു് നല്‍കിയിരിക്കുന്നു" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "സ്ട്രീം നിലവില്‍ അടച്ചിരിക്കുന്നു" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "പ്രക്രിയ റദ്ദാക്കിയിരിക്കുന്നു" @@ -1147,34 +1162,34 @@ msgstr "%s തരത്തിലുള്ള" msgid "Unexpected early end-of-stream" msgstr "end-of-stream അപ്രതീക്ഷിതമായി സമയത്തിനു് മുമ്പു്" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "പേരിടാത്ത" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "പണിയിട ഫയല്‍ Exec ഫീള്‍ഡ് വ്യക്തമാക്കിയിട്ടില്ല" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "പ്രയോഗത്തിനു് ആവശ്യമായ ടെര്‍മിനല്‍ ലഭ്യമാക്കുവാന്‍ സാധ്യമല്ല" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ഉപയോക്താവിനു് പ്രയോഗത്തിനുള്ള ക്രമീകരണ ഫോള്‍ഡര്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമല്ല: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ഉപയോക്താവിനുള്ള MIME ക്രമികരണ ഫയല്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "ഉപയോക്താവിനുള്ള ഡസ്ക്ടോപ്പ് ഫയല്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "യഥേഷ്ടം %s നിഷ്കര്‍ഷിക്കുക" @@ -1226,13 +1241,13 @@ msgstr "GEmblemedIcon എന്‍കോഡിങിലുള്ള തെറ് msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon-നു് ഒരു GEmblem പ്രതീക്ഷിച്ചു" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "പ്രക്രിയ പിന്തുണയ്ക്കുന്നില്ല" @@ -1245,49 +1260,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "മൌണ്ട് ലഭ്യമല്ല" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "ഡയറക്ടറിയില്‍ പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "ഒരു ഡയറക്ടറിയില്‍ മറ്റൊരു ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നിലവിലുണ്ട്" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "ആവര്‍ത്തിച്ച് ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "പ്രത്യേക ഫയല്‍ പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "തെറ്റായ symlink മൂല്ല്യം" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "ചവറ്റുകുട്ട പിന്തുണയ്ക്കുന്നില്ല" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "ഫയലിന്റെ പേരില്‍ '%c' ഉണ്ടാകുവാന്‍ പാടില്ല" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "വോള്യം മൌണ്ടിനെ ലഭ്യമാക്കുന്നില്ല" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "ഈ ഫയല്‍ കൈകാര്യം ചെയ്യുന്നതിനായി ഒരു പ്രയോഗവും രജിസ്ടര്‍ ചെയ്തിട്ടില്ല" @@ -1376,7 +1391,7 @@ msgstr "ഇന്‍പുട്ട് സ്ട്രീം read ലഭ്യ #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "സ്ട്രീമില്‍ തെറ്റായ പ്രക്രിയ" @@ -1389,114 +1404,119 @@ msgstr "സോക്കറ്റ് വിലാസത്തിനു് ആവ msgid "Unsupported socket address" msgstr "പിന്തുണയില്ലാത്ത സോക്കറ്റ് വിലാസം" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "സ്വതവേയുള്ള ലോക്കല്‍ ഡയറക്ടറി തരത്തിലുള്ള മോണിറ്റര്‍ ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "തെറ്റായ ഫയല്‍ നാമം %s " -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "ഫയല്‍സിസ്റ്റം വിവരം ലഭ്യമാക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "റൂട്ട് ഡയറക്ടറിയുടെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "ഫയലിന്റെ പേര് മാറ്റുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "ഫയലിന്റെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല, കാരണം ഈ പേര് നിലവിലുണ്ട്" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "തെറ്റായ ഫയല്‍നാമം" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "ഫയല്‍ തുറക്കുന്നതില്‍ പിശക് : %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "ഡയറക്ടറി തുറക്കുവാന്‍ സാധ്യമല്ല" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "ഫയല്‍ ചവറ്റുകുട്ടയിലേക്കു് മാറ്റുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ടോപ് ലവല്‍ ഡയറക്ടറി ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി ഉണ്ടാക്കുവാനോ ലഭ്യമാക്കുവാനോ സാധ്യമായില്ല" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "വിവരങ്ങള്‍ സംബന്ധിച്ചുള്ള ഫയല്‍ ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "ഫയല്‍ ചവറ്റുകുട്ടയിലേക്ക് നീക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "ഡയറക്ടറി ഉണ്ടാക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "സിബോളിക്ക് ലിങ്ക് '%s' വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "സിംബോളിക് ലിങ്ക് ഉണ്ടാക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "ഫയല്‍ നീക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "ഒരു ഡയറക്ടറിയില്‍ മറ്റൊരു ഡയറക്ടറി നീക്കുവാന്‍ സാധ്യമല്ല" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "ബാക്കപ്പ് ഫയല്‍ ഉണ്ടാക്കുന്നതില്‍ പരാജയം" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "മൌണ്ട് പോയിന്റുകളില്‍ തമ്മില്‍ നീക്കം ചെയ്യുന്നതില്‍ പിന്തുണയ്ക്കുന്നില്ല" @@ -1517,102 +1537,102 @@ msgstr "തെറ്റായ എക്സ്റ്റെന്‍ഡട് ആ msgid "Error setting extended attribute '%s': %s" msgstr "എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യൂട്ട് ആയ '%s' ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' എന്ന ഫയല്‍ സ്റ്റാറ്റ് ചെയ്യുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (തെറ്റായ എന്‍കോഡിങ്)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "ഫയല്‍ വിശദീകരണ സംവിധാനം ലഭ്യമാക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "തെറ്റായ തരത്തിലുള്ള വിശേഷത (uint32 പ്രതീക്ഷിച്ച)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "തെറ്റായ തരത്തിലുള്ള വിശേഷത (uint64 പ്രതീക്ഷിച്ച)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "തെറ്റായ തരത്തിലുള്ള വിശേഷത (ബൈറ്റ് സ്ട്രിങ് പ്രതീക്ഷിച്ച)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "സിംലിങ്കുകള്‍ക്കുള്ള അനുമതികള്‍ സജ്ജമാക്കുവാന്‍ സാധ്യമല്ല" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "അനുവാദങ്ങള്‍ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "ഉടമസ്ഥനെ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "സിംലിങ്ക് non-NULL ആയിരിക്കണം" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "സിംലിങ്ക് ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "symlink സജ്ജീകരണത്തില്‍ പിശക്: ഫയല്‍ ഒരു symlink അല്ല" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "മാറ്റങ്ങള്‍ അല്ലെങ്കില്‍ ആക്സസ് സമയം സജ്ജമാക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux കോണ്‍ടെക്സ്റ്റ് non-NULL ആയിരിക്കണം" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux കോണ്‍ടെക്സ്റ്റ് സജ്ജാക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux ഈ സിസ്റ്റത്തില്‍ സജ്ജമല്ല" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "%s ആട്രിബ്യൂട്ട് ക്രമികരണം പിന്തുണയ്ക്കുന്നില്ല" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "ഫയലില്‍ നിന്നും വായിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "ഫയലില്‍ തിരയുന്നതില്‍ പിശക് : %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "ഫയല്‍ അടയ്ക്കുന്നതില്‍ പിശക് : %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "സ്വതവേയുള്ള ലോക്കല്‍ ഫയല്‍ മോണിറ്റര്‍ തരത്തിലുള്ളതു് ലഭ്യമാക്കുവാന്‍ സാധിച്ചില്ല" @@ -1693,49 +1713,54 @@ msgstr "മെമ്മറി ഔട്ട്പുട്ട് സ്ട്ര #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount unmount അനുവദിക്കുന്നില്ല" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount eject അനുവദിക്കുന്നില്ല" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "mount അല്ലെങ്കില്‍ unmount_with_operation, mount അനുവദിക്കുന്നില്ല" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "eject അല്ലെങ്കില്‍ eject_with_operation, mount അനുവദിക്കുന്നില്ല" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount remount അനുവദിക്കുന്നില്ല" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount doesn't implement content type guessing" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount doesn't implement synchronous content type guessing" @@ -1744,11 +1769,11 @@ msgstr "mount doesn't implement synchronous content type guessing" msgid "Hostname '%s' contains '[' but not ']'" msgstr "ഹോസ്റ്റ്നെയിം '%s'-ല്‍ '[' but not ']' അടങ്ങുന്നു" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "ഔട്ട്പുട്ട് സ്ട്രീം റൈറ്റ് ലഭ്യമാക്കുന്നില്ല" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "സോഴ്സ് സ്ട്രീം നിലവില്‍ അടച്ചിരിക്കുന്നു" @@ -1880,7 +1905,7 @@ msgstr "സന്ദേശം അയയ്ക്കുന്നതില്‍ msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage വിന്‍ഡോസില്‍ പിന്തുണയ്ക്കുന്നില്ല" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "സന്ദേശം ലഭിക്കുന്നതില്‍ പിശക്: %s" diff --git a/po/mn.po b/po/mn.po index bc02427..54a0eca 100644 --- a/po/mn.po +++ b/po/mn.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n" "Last-Translator: Бадрал \n" "Language-Team: Mongolian \n" @@ -96,71 +96,71 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "»%s« символик холбоос уншигдсангүй: %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Тэмдэгт олонлог »%s« ээс »%s« рүү хөрвүүлэх дэмжигдээгүй байна" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "»%s« ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт дараалал байна" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Оролтын төгсгөлд хагас тэмдэгтийн дараалал" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "»%s« ухарч »%s« кодчилол руу хөрвөхгүй байна" # CHECK -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI »%s« нь файл схемд хэрэглэгддэг үнэмлэхүй хаяг биш" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Дотоод URI »%s« нь »#« -г агуулж болохгүй" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "»%s« URI хүчингүй" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI »%s« -н хостын нэр хүчингүй" # CHECK -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "»%s« URI хүчингүй Escape-тэмдэгт агуулж байна" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "»%s« замын нэр үнэмлэхүй зам биш" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Хүчингүй хостын нэр" @@ -169,119 +169,134 @@ msgstr "Хүчингүй хостын нэр" msgid "Error opening directory '%s': %s" msgstr "»%s« лавлахыг нээхэд алдаа: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu байтуудыг »%s« файлыг уншихдаа байрлуулж чадсангүй" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "»%s« файлаас уншиж болохгүй байна: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "»%s« файл нээгдэхгүй байна: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "»%s« файлын аттрибут тодорхойлогдсонгүй: fstat() нурлаа: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "»%s« хэв хүчингүй, »%s« -г агуулах хэрэггүй" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "»%s« хэв XXXXXX -р төгсөхгүй байна" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "»%s« символик холбоос уншигдсангүй: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Символик холбоос дэмжигдээгүй" @@ -546,7 +561,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1143,17 +1158,17 @@ msgstr "'%s' утга бүүл утгаар дүрслэгдэх боломжг #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1177,34 +1192,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1256,13 +1271,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1276,50 +1291,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Символик холбоос дэмжигдээгүй" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1408,7 +1423,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1421,115 +1436,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Хүчингүй хостын нэр" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Хүчингүй хостын нэр" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "»%s« лавлахыг нээхэд алдаа: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "»%s« символик холбоос уншигдсангүй: %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1551,103 +1571,103 @@ msgstr "Баримт нэгэн аттрибут нэрийн дотор гэн msgid "Error setting extended attribute '%s': %s" msgstr "»%s« лавлахыг нээхэд алдаа: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d мөрөнд алдаа: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Символик холбоос дэмжигдээгүй" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1730,49 +1750,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1781,11 +1801,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1919,7 +1939,7 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" diff --git a/po/mr.po b/po/mr.po index a20f37f..e3788ee 100644 --- a/po/mr.po +++ b/po/mr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: mr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-07 19:13+0530\n" "Last-Translator: Sandeep Shedmake \n" "Language-Team: Marathi \n" @@ -88,69 +88,69 @@ msgstr "'%s' नामांकीत कुठल्याही अनुप msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "'%s' पासून कार्यान्वीत ओळ '%s' विस्तारीत करू शकले नाही" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "अक्षर संच '%s' पासून '%s' असे रूपांतर समर्थित नाही" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' पासून '%s' असे रूपांतरक उघडू शकले नाही" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "रूपांतर आगत मध्ये अवैध बाईट श्रृंखला" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "रूपांतर करतेवेळी त्रूटी: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "आगतच्या शेवटी अपूरे अक्षर श्रृंखला" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "फॉलबॅक '%s' ला कोडसंच '%s' असे रूपांतर करू शकत नाही" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' \"file\" योजना वापरणारी संपूर्ण URI नाही" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "स्थानिक फाइल URI '%s' बहुदा '#' समाविष्टीत करणार नाही" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' अवैध आहे" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s' चे यजमान अवैध आहे" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' मध्ये अवैध निसटती अक्षरे समाविष्टीत आहे" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "मार्गनाव '%s' संपूर्ण मार्ग नाही" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "अवैध यजमान" @@ -159,119 +159,134 @@ msgstr "अवैध यजमान" msgid "Error opening directory '%s': %s" msgstr "संचयीका '%s' उघडतेवेळी त्रूटी: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "वाचतायेण्याजोगी फाइल \"%2$s\" करीता %1$lu बाइट वाटप करू शकले नाही" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' फाइल वाचताना त्रुटि : %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "फाइल \"%s\" खूप मोठे आहे" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' फाइल वाचतेवेळी त्रूटी: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' फाइल उघडण्यास अपयशी: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "फाइल '%s'चे गुणधर्म प्राप्त करण्यास अयशस्वी: fstat() अपयशी: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' फाइल उघडण्यास अपयशी: fdopen() अपयशी : %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "फाइलला '%s पासून '%s' असे पुनर्नामांकन करण्यास अपयशी: g_rename() अपयशी: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "फाइल बनविण्यास अपयशी '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "लिहण्यासाठी '%s' फाइल उघडण्यास अपयशी: fdopen() अपयशी: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' फाइलवर लिहण्यास अपयशी: fwrite() अपयशी: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "'%s' फाइलवर लिहण्यास अपयशी: fflush() अपयशी: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "'%s' फाइलवर लिहण्यास अपयशी: fsync() अपयशी: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' फाइल बंद करण्यास अपयशी: fclose() अपयशी: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "उपलब्ध फाइल '%s' काढूण टाकल्या जाऊ शकत नाही: g_unlink() अपयशी: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "आराखडा '%s' अवैध, '%s' समाविष्टीत नसायला हवे" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "आराखडा '%s' मध्ये XXXXXX समाविष्टीत नाही" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "बोधचिन्ह लिंक '%s' वाचण्यास अपयशी: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "बोधचिन्ह लिंक समर्थीत नाही" @@ -518,7 +533,7 @@ msgstr "संयुक्त शोध सीमा पोहचले" msgid "the pattern contains items not supported for partial matching" msgstr "रचनेत अपूरे जुळवणीकरीता समाविष्टीत घटक जी समर्थित नाही" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "आंतरीक त्रूटी" @@ -1100,17 +1115,17 @@ msgstr "मुल्य '%s' बूलीयन म्हणून विश् #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%s करीता खूप मोठी प्रमाण संख्या पुरविले गेली" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "श्रृंखला आधिपासूनच बंद आहे" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "कार्य रद्द करण्यात आले" @@ -1133,34 +1148,34 @@ msgstr "%s प्रकार" msgid "Unexpected early end-of-stream" msgstr "अपरिचीत पूर्वरत end-of-stream" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "अनामीक" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "डेस्कटॉप फाइल मध्ये Exec नोंदणी निश्चित नाही" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "अनुप्रयोगकरीता आवश्यक टर्मिनल आढळले नाही" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "वापरकर्ता अनुप्रयोग संयोजन संचयीका %s बनवू शकले नाही: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "वापरकर्ता MIME संयोजन संचयीका %s बनवू शकले नाही: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "वापरकर्ता डेस्कटॉप फाइल %s बनवू शकत नाही" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s करीता इच्छिक व्याख्या" @@ -1212,13 +1227,13 @@ msgstr "GEmblem एनकोडींग अंतर्गत सदोषी msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon करीता GEmblem अपेक्षीत" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "कार्य समर्थित नाही" @@ -1231,49 +1246,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "समाविष्टीत आरोहन अस्तीत्वात नाही" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "संचयीकेवर प्रत बनवू शकत नाही" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "संचयीकेवर संचयीकेची प्रत बनवू शकत नाही" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "लक्ष्य फाइल अस्तित्वात आहे" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "संचयीकेची पुनः प्रत बनवू शकत नाही" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "विशेष फाइलचे प्रत बनवू शकत नाही" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "अवैध symlink मुल्य दिले गेले" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "कचरापेटी समर्थित नाही" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "फाइल नावात '%c' असू शकत नाही" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "खंड आरोहन कार्यारत करत नाही" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "ही फाइल हाताळण्याकरीता कुठलेही अनुप्रयोग पंजीकृत नाही" @@ -1362,7 +1377,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "श्रृंखलाचे अप्रतिम कार्यक्षमता" @@ -1375,114 +1390,119 @@ msgstr "सॉकेट पत्त्यांकरीता अतिरी msgid "Unsupported socket address" msgstr "असमर्थीत सॉकेट पत्ता" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "मुलभूत संचयीका मॉनीटर प्रकार शोधता आली नाही" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "अवैध फाइलनाव %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "फाइलप्रणाली विषयी माहिती मिळवतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "रूट संचयीका पुनःनामांकीत करू शकत नाही" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "फाइल पुनःनामांकीत करतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "फाइल पुनःनामांकीत करू शकत नाही, फाइलनाव आधिपासूनच अस्तित्वात आहे" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "अवैध फाइल नाव" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "फाइल उघडतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "संचयीका उघडू शकत नाही" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "फाइल काढून टाकतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "फाइल कचरापेटीत हलवितेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "कचरापेटी संचयीका %1$s निर्माण करती आली नाही: %2$s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "कचरापेटी माहिती फाइल बनविता आली नाही: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "कचरापेटीकडे फाइल हलवितेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "संचयीका बनवितेवेळी त्रूटी आढळली: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "बोधचिन्ह लिंक '%s' वाचण्यास अपयशी: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "बोधचिन्ह लिंक बनवितेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "फाइल स्थानांतरन करतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "संचयीकेवर संचयीका हलवू शकत नाही" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "प्रतिकृत फाइल निर्माण अपयशी" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "लक्ष्य फाइल काढून टाकतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "आरोहन मधिल स्थानांतरन समर्थीत नाही" @@ -1503,102 +1523,102 @@ msgstr "अवैध विस्तारीत गुणधर्म नाव msgid "Error setting extended attribute '%s': %s" msgstr "विस्तारीत गुणधर्म निश्चित करतेवेळी त्रूटी '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "फाइल '%s' सुरू करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (अवैध ऐंकोडींग)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "फाइल व्याख्यक निश्चित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "अवैध गुणधर्म प्रकार (uint32 अपेक्षीत)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "अवैध गुणधर्म प्रकार (uint64 अपेक्षीत)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "अवैध गुणधर्म प्रकार (बाईट अक्षरमाळा अपेक्षीत)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "symlinks करीता परवानगी सेट करण्यास अशक्य" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "परवानगी स्थापित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "मालक स्थापित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symlink शून्य नसायला हवे" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "symlink स्थापीत करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "symlink निश्चित करतेवेळी त्रूटी: फाइल symlink नाही" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "संपादन किंवा प्रवेशवेळ ठरवतेवेळी त्रुटी: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux संदर्भ विना-शून्य असायला हवे" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux संदर्भ संयोजीत करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux या प्रणालीवर कार्यान्वीत नाही" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "%s गुणधर्म स्थापित करणे समर्थित नाही" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "फाइल पासून वाचतेवेळी त्रूटी: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "फाइल शोधतेवळी त्रूटी: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "फाइल बंद करतेवेळी त्रूटी: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "मुलभूत स्थानीक फाइल मॉनीटर प्रकार शोधता आले नाही" @@ -1679,49 +1699,54 @@ msgstr "स्मृती आउटपुट स्ट्रीम पुन् #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "आरोहन अनारोहन कार्यान्वीत करीत नाही" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "आरोहन बाहेर पडा कार्यान्वीत करत नाही" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "mount unmount किंवा unmount_with_operation लागू करत नाही" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "mount eject किंवा eject_with_operation लागू करत नाही" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "माउन्ट अनुक्रम प्रकार अंदाज लागू करत नाही" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "माउन्ट समजुळवणी अनुक्रम प्रकार अंदाज लागू करत नाही" @@ -1730,11 +1755,11 @@ msgstr "माउन्ट समजुळवणी अनुक्रम प् msgid "Hostname '%s' contains '[' but not ']'" msgstr "यजमाननाव '%s' मध्ये '[' समाविष्टीत आहे परंतु ']' समाविष्टीत नाही" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "आगत श्रृंखला लिहीतायेण्याजोगी कार्यरत करत नाही" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "स्त्रोत श्रृंखला आधिपासून बंद" @@ -1866,7 +1891,7 @@ msgstr "फाइल पाठवतेवेळी त्रुटी: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage windows वर समर्थीत नाही" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "संदेश प्राप्त करतेवेळी त्रुटी: %s" diff --git a/po/ms.po b/po/ms.po index d6ce3cf..f9338dc 100644 --- a/po/ms.po +++ b/po/ms.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2004-02-03 02:11+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" @@ -85,69 +85,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Gagal membaca pautan simbolik '%s': %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Penukaran set aksara daripada '%s' ke '%s' tidak disokong" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "tak dapat membuka penukar daripada '%s' kepada '%s': %s" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Turutan byte tidak sah pada penukaran iput" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Ralat semasa penukaran: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Sebahagian turutan aksara berada di penghujung input" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Tak dapat tukar unduran '%s' ke set kod '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' adalah bukan URI mutlak menggunakan skema fail" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI Fail local '%s' mungkin tidak disertakan dengan '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' adalah tidak sah" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Namahos URI '%s' tidak sah" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' mengandungi aksara escaped yang tidak sah" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Nama laluan '%s' adalah bukan laluan mutlak" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Namahos tidak sah" @@ -156,119 +156,134 @@ msgstr "Namahos tidak sah" msgid "Error opening directory '%s': %s" msgstr "Ralat membuka direktori %s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Tak dapat memperuntukkan %lu byte untuk membaca fail \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Ralat membaca fail '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Gagal membaca fail '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Gagal membuka fail '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Gagal mendapatkan atribut fail '%s': fstat() gagal: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Gagal membuka fail '%s': fdopen() gagal: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Gagal membuka fail '%s': fdopen() gagal: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Gagal mencipta fail %s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Gagal membuka fail '%s': fdopen() gagal: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Gagal membuka fail '%s': fdopen() gagal: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Gagal membuka fail '%s': fdopen() gagal: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Gagal membuka fail '%s': fdopen() gagal: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Gagal membuka fail '%s': fdopen() gagal: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Templet '%s' tidak sah, sepatutnya tidak mengandungi '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Templet '%s' tidak berakhir dengan XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Gagal membaca pautan simbolik '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Pautan simbolik tidak disokong" @@ -525,7 +540,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1114,17 +1129,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1147,34 +1162,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1226,13 +1241,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1246,50 +1261,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Pautan simbolik tidak disokong" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1378,7 +1393,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1391,115 +1406,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Namahos tidak sah" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Namahos tidak sah" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Ralat membuka direktori %s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Gagal membaca pautan simbolik '%s': %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1521,103 +1541,103 @@ msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut" msgid "Error setting extended attribute '%s': %s" msgstr "Ralat membuka direktori %s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Ralat pada baris %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Pautan simbolik tidak disokong" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1699,49 +1719,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1750,11 +1770,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1888,7 +1908,7 @@ msgstr "Ralat membaca fail '%s': %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Ralat membaca fail '%s': %s" diff --git a/po/nb.po b/po/nb.po index f7b412c..0c7706c 100644 --- a/po/nb.po +++ b/po/nb.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.22.x\n" -"Report-Msgid-Bugs-To:\n" -"POT-Creation-Date: 2009-11-11 20:09+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-11-11 20:09+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian bokmal \n" @@ -18,321 +18,335 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Uventet attributt «%s» for element «%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 "Attributt «%s» i element «%s» ble ikke funnet" -#: ../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 "Uventet tagg «%s», tagg «%s» forventet" -#: ../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 "Uventet tagg «%s» i «%s»" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "Ingen gyldig bokmerkefil ble funnet i datakatalogene" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Et bokmerke eksisterer allerede for 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 "Ingen bokmerker funnet for URI «%s»" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Ingen MIME-type definert i bokmerke for URI «%s»" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Ingen private flagg er definert i bokmerke for URI «%s»" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Ingen grupper satt i bokmerke for 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 "Ingen program med navn «%s» har registrert et bokmerke for «%s»" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Feil under utvidelse av exec-linje «%s» med URI «%s»" -#: ../glib/gconvert.c:437 ../glib/gconvert.c:515 ../glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertering fra tegnsett «%s» til «%s» er ikke støttet" -#: ../glib/gconvert.c:441 ../glib/gconvert.c:519 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikke Ã¥pne program for Ã¥ konvertere fra «%s» til «%s»" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:1031 ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964 -#: ../glib/gutf8.c:1419 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 +#: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Ugyldig bytesekvens i inndata for konvertering" -#: ../glib/gconvert.c:646 ../glib/gconvert.c:956 ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Feil under konvertering: %s" -#: ../glib/gconvert.c:678 ../glib/gutf8.c:960 ../glib/gutf8.c:1170 -#: ../glib/gutf8.c:1311 ../glib/gutf8.c:1415 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Ufullstendig tegnsekvens ved slutten pÃ¥ inndata" -#: ../glib/gconvert.c:928 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan ikke konvertere \"fallback\" «%s» til tegnsett «%s»" -#: ../glib/gconvert.c:1751 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI «%s» er ikke en absolutt URI som bruker skjema for filer" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Lokal fil-URI «%s» kan ikke inneholde en «#»" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI «%s» er ugyldig" -#: ../glib/gconvert.c:1790 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Vertsnavnet for URI «%s» er ugyldig" -#: ../glib/gconvert.c:1806 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn" -#: ../glib/gconvert.c:1901 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Stinavnet «%s» er ikke en absolutt sti" -#: ../glib/gconvert.c:1911 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Ugyldig vertsnavn" -#: ../glib/gdir.c:112 ../glib/gdir.c:135 +#: glib/gdir.c:112 glib/gdir.c:135 #, c-format msgid "Error opening directory '%s': %s" msgstr "Feil under Ã¥pning av katalog «%s»: %s" -#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Kunne ikke allokere %lu bytes til lest fil «%s»" -#: ../glib/gfileutils.c:551 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Feil under lesing av fil «%s»: %s" -#: ../glib/gfileutils.c:565 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Fil «%s» er for stor" -#: ../glib/gfileutils.c:648 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Feil under lesing fra fil «%s»: %s" -#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Feil under Ã¥pning av fil «%s»: %s" -#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Feil ved uthenting av attributter for fil «%s»: fstat() feilet: %s" -#: ../glib/gfileutils.c:750 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Feil under Ã¥pning av fil «%s»: fdopen() feilet: %s" -#: ../glib/gfileutils.c:858 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Feil under endring av navn pÃ¥ filen «%s» til «%s»: g_rename() feilet: %s" -#: ../glib/gfileutils.c:900 ../glib/gfileutils.c:1366 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Feil under oppretting av fil «%s»: %s" -#: ../glib/gfileutils.c:914 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Feil under Ã¥pning av filen «%s» for skriving: fdopen() feilet: %s" -#: ../glib/gfileutils.c:939 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Kunne ikke skrive fil «%s»: fwrite() feilet: %s" -#: ../glib/gfileutils.c:958 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Kunne ikke skrive fil «%s»: fflush() feilet: %s" -#: ../glib/gfileutils.c:987 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Kunne ikke skrive fil «%s»: fsync() feilet: %s" -#: ../glib/gfileutils.c:1006 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Kunne ikke lukke fil «%s»: fclose() feilet: %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Eksisterende fil «%s» kunne ikke bli fjernet: g_unlink() feilet: %s" -#: ../glib/gfileutils.c:1328 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Mal «%s» er ugyldig, mÃ¥ ikke inneholde «%s»" -#: ../glib/gfileutils.c:1341 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Mal «%s» inneholder ikke XXXXXX" -#: ../glib/gfileutils.c:1771 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: ../glib/gfileutils.c:1779 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1784 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1789 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1832 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Feil under lesing av symbolsk lenke «%s»: %s" -#: ../glib/gfileutils.c:1853 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Symbolske lenker er ikke støttet" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Kunne ikke Ã¥pne konverterer fra «%s» til «%s»: %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Kan ikke utføre rÃ¥ avlesing i g_io_channel_read_line_string" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "Overflødig ikke-konvertert data i innlesingsbuffer" -#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "Kanalen terminerer i et oppdelt tegn" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan ikke utføre rÃ¥ avlesing i g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:123 +#: glib/gmappedfile.c:123 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Kunne ikke Ã¥pne fil «%s»: open() feilet: %s" -#: ../glib/gmappedfile.c:201 +#: glib/gmappedfile.c:201 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Kunne ikke lese fil «%s» inn i minnet: mmap() feilet: %s" -#: ../glib/gmarkup.c:303 ../glib/gmarkup.c:343 +#: glib/gmarkup.c:303 glib/gmarkup.c:343 #, c-format msgid "Error on line %d char %d: " msgstr "Feil pÃ¥ linje %d tegn %d: " -#: ../glib/gmarkup.c:363 ../glib/gmarkup.c:441 +#: glib/gmarkup.c:363 glib/gmarkup.c:441 #, c-format msgid "Invalid UTF-8 encoded text in name - not valid '%s'" msgstr "Ugyldig UTF-8 kodet tekst i navn - ikke gyldig «%s»" -#: ../glib/gmarkup.c:374 +#: glib/gmarkup.c:374 #, c-format msgid "'%s' is not a valid name " msgstr "«%s» er ikke et gyldig navn " -#: ../glib/gmarkup.c:390 +#: glib/gmarkup.c:390 #, c-format msgid "'%s' is not a valid name: '%c' " msgstr "«%s» er ikke et gyldig navn: «%c» " -#: ../glib/gmarkup.c:494 +#: glib/gmarkup.c:494 #, c-format msgid "Error on line %d: %s" msgstr "Feil pÃ¥ linje %d: %s" -#: ../glib/gmarkup.c:578 +#: glib/gmarkup.c:578 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -341,7 +355,7 @@ msgstr "" "Feil under lesing av «%-.*s», som skulle vært et tall inne i en tegnreferanse " "(ê for eksempel) - tallet er muligens for stort" -#: ../glib/gmarkup.c:590 +#: glib/gmarkup.c:590 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -351,23 +365,23 @@ msgstr "" "og-tegn uten at det var ment Ã¥ starte en entitet - unngÃ¥ ved Ã¥ bruke & i " "stedet" -#: ../glib/gmarkup.c:616 +#: glib/gmarkup.c:616 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tegnreferanse «%-.*s» koder ikke et tillatt tegn" -#: ../glib/gmarkup.c:654 +#: glib/gmarkup.c:654 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Tom entitet «&;» funnet; gyldige entiteter er: & " < > '" -#: ../glib/gmarkup.c:662 +#: glib/gmarkup.c:662 #, c-format msgid "Entity name '%-.*s' is not known" msgstr "Entitetsnavn «%-.*s» er ikke kjent" -#: ../glib/gmarkup.c:667 +#: glib/gmarkup.c:667 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -376,11 +390,11 @@ msgstr "" "tegn uten at det var ment Ã¥ starte en entitet - ungÃ¥ ved Ã¥ bruke & i " "stedet" -#: ../glib/gmarkup.c:1014 +#: glib/gmarkup.c:1014 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentet mÃ¥ starte med et element (f.eks )" -#: ../glib/gmarkup.c:1054 +#: glib/gmarkup.c:1054 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -389,7 +403,7 @@ msgstr "" "«%s» er ikke et gyldig tegn etter en «<» tegn; det kan ikke være begynnelsen " "pÃ¥ et elementnavn" -#: ../glib/gmarkup.c:1122 +#: glib/gmarkup.c:1122 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -398,13 +412,13 @@ msgstr "" "Rart tegn «%s», forventet et «>» tegn for Ã¥ avslutte start-taggen til det " "tomme elementet «%s»" -#: ../glib/gmarkup.c:1206 +#: glib/gmarkup.c:1206 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "Rart tegn «%s», forventet et «=» etter attributtnavn «%s» for element «%s»" -#: ../glib/gmarkup.c:1247 +#: glib/gmarkup.c:1247 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -415,7 +429,7 @@ msgstr "" "element «%s», eller alternativt en attributt; kanskje du brukte et ugyldig " "tegn i attributtnavnet" -#: ../glib/gmarkup.c:1291 +#: glib/gmarkup.c:1291 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -424,7 +438,7 @@ msgstr "" "Rart tegn «%s», ventet et Ã¥pent sitattegn etter likhetstegnet nÃ¥r verdi for " "attributt «%s» for element «%s» oppgis" -#: ../glib/gmarkup.c:1425 +#: glib/gmarkup.c:1425 #, c-format msgid "" "'%s' is not a valid character following the characters '»" -#: ../glib/gmarkup.c:1472 +#: glib/gmarkup.c:1472 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element «%s» ble lukket, ingen Ã¥pne elementer nÃ¥" -#: ../glib/gmarkup.c:1481 +#: glib/gmarkup.c:1481 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element «%s» ble lukket, men aktivt Ã¥pent element er «%s»" -#: ../glib/gmarkup.c:1648 +#: glib/gmarkup.c:1648 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller inneholdt kun blanke tegn" -#: ../glib/gmarkup.c:1662 +#: glib/gmarkup.c:1662 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentet sluttet uventet rett etter en Ã¥pen vinkelparantes «<»" -#: ../glib/gmarkup.c:1670 ../glib/gmarkup.c:1715 +#: glib/gmarkup.c:1670 glib/gmarkup.c:1715 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -468,7 +482,7 @@ msgid "" msgstr "" "Dokumentet sluttet uventet med Ã¥pne elementer - «%s» var siste Ã¥pne element" -#: ../glib/gmarkup.c:1678 +#: glib/gmarkup.c:1678 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -477,19 +491,19 @@ msgstr "" "Dokumentet sluttet uventet, forventet Ã¥ se en vinkelparantes for Ã¥ slutte av " "den siste taggen <%s/>" -#: ../glib/gmarkup.c:1684 +#: glib/gmarkup.c:1684 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet sluttet uventet inni et elementnavn" -#: ../glib/gmarkup.c:1690 +#: glib/gmarkup.c:1690 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet sluttet uventet inni et attributtnavn" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentet sluttet uventet inni en tagg for Ã¥pning av element." -#: ../glib/gmarkup.c:1701 +#: glib/gmarkup.c:1701 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -497,395 +511,393 @@ msgstr "" "Dokumentet sluttet uventet etter likhetstegnet som følger et attributtnavn; " "ingen attributtverdi" -#: ../glib/gmarkup.c:1708 +#: glib/gmarkup.c:1708 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet sluttet uventet inni en attributtverdi" -#: ../glib/gmarkup.c:1724 +#: glib/gmarkup.c:1724 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokumentet sluttet uventet inni tagg for lukking av element «%s»" -#: ../glib/gmarkup.c:1730 +#: glib/gmarkup.c:1730 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumentet sluttet uventet inni en kommentar eller prosesseringsinstruksjon" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "korrupt objekt" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "intern feil eller korrupt objekt" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "ikke mer minne" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "grense for liste av funksjonskall nÃ¥dd" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "mønsteret inneholder oppføringer som ikke støttes for delvise treff" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "intern feil" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "bakoverreferanser som betingelser er ikke støttet for delvise treff" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "rekursjonsgrense nÃ¥dd" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "grense for tomme understrenger nÃ¥dd" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "ugyldig kombinasjon av flagg for nye linjer" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "ukjent feil" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ pÃ¥ slutten av mønsteret" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c pÃ¥ slutten av mønsteret" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "ugjenkjennelig tegn følger \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "escape-verdier som bytter mellom smÃ¥/store bokstaver (\\l, \\L, \\u, \\U) er " "ikke tillatt her" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "tall ute av rekkefølge i {}-kvantifikator" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "for stort tall i {}-kvantifikator" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "mangler terminerende ] for tegnklassen" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "ugyldig escape-sekvens i tegnklassen" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "omrÃ¥de utenfor rekkefølge i tegnklassen" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "ingenting Ã¥ gjenta" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "ikke gjenkjent tegn etter (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "ikke gjenkjent tegn etter (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "ikke gjenkjent tegn etter (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "klasser med POSIX-navngivning støttes kun innen en klasse" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "mangler terminerende )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") uten Ã¥pnende (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R eller (?[+-]tall mÃ¥ følges av )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referanse til ikke-eksisterende undermønster" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "mangler ) etter kommentar" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "vanlig uttrykk for stort" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "ikke nok minne" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind-regel er ikke av fast lengde" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "ugyldig tall eller navn etter (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "betinget gruppe inneholder mer enn to grener" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "assert forventet etter (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "ukjent navn pÃ¥ POSIX-klasse" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX elementer for sammenslÃ¥ing er ikke støttet" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "tegnverdi i \\x{...} sekvens er for stor" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "ugyldig betingelse (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C er ikke tillatt i «lookbehind assertion»" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "rekursivt kall kunne gÃ¥ i uendelig løkke" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "mangler terminering av navn pÃ¥ undermønster" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "to navngitte undermønster har samme navn" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "ugyldig \\P- eller \\p-sekvens" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "ukjent navn pÃ¥ egenskap etter \\P eller \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "navn pÃ¥ undermønster er for langt (maks 32 tegn)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "for mange navngitte undermønster (maks 10.000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "oktal verdi er større enn \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE-gruppe inneholder mer enn en gren" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "repetering av en DEFINE-gruppe er ikke tillatt" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "inkonsistente NEWLINE-alternativer" -#: ../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 etterfølges ikke av et navn, eller tall større enn null, i " "klammeparanteser" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "uventet gjentagelse" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "kodeoverflyt" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "gikk ut over arbeidsomrÃ¥de for kompilering" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "tidligere sjekket og referert undermønster ikke funnet" -#: ../glib/gregex.c:522 ../glib/gregex.c:1603 +#: glib/gregex.c:522 glib/gregex.c:1603 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Feil under treff pÃ¥ regulært uttrykk %s: %s" -#: ../glib/gregex.c:1094 +#: glib/gregex.c:1094 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE-biblioteket er kompilert uten støtte for UTF8" -#: ../glib/gregex.c:1103 +#: glib/gregex.c:1103 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE-biblioteket er kompilert uten støtte for UTF8-egenskaper" -#: ../glib/gregex.c:1157 +#: glib/gregex.c:1157 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Feil under sammensetting av regulært utrykk %s ved tegn %d: %s" -#: ../glib/gregex.c:1193 +#: glib/gregex.c:1193 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Feil under optimering av reguært utrykk %s: %s" -#: ../glib/gregex.c:2031 +#: glib/gregex.c:2031 msgid "hexadecimal digit or '}' expected" msgstr "heksadesimalt tall eller «}» forventet" -#: ../glib/gregex.c:2047 +#: glib/gregex.c:2047 msgid "hexadecimal digit expected" msgstr "heksadesimalt tall forventet" -#: ../glib/gregex.c:2087 +#: glib/gregex.c:2087 msgid "missing '<' in symbolic reference" msgstr "mangler «<» i symbolsk referanse" -#: ../glib/gregex.c:2096 +#: glib/gregex.c:2096 msgid "unfinished symbolic reference" msgstr "uferdig symbolsk referanse" -#: ../glib/gregex.c:2103 +#: glib/gregex.c:2103 msgid "zero-length symbolic reference" msgstr "symbolsk referanse med null lengde" -#: ../glib/gregex.c:2114 +#: glib/gregex.c:2114 msgid "digit expected" msgstr "tall forventet" -#: ../glib/gregex.c:2132 +#: glib/gregex.c:2132 msgid "illegal symbolic reference" msgstr "ugyldig symbolsk referanse" -#: ../glib/gregex.c:2194 +#: glib/gregex.c:2194 msgid "stray final '\\'" msgstr "feilplassert siste «\\\\»" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 msgid "unknown escape sequence" msgstr "ukjent escapesekvens" -#: ../glib/gregex.c:2208 +#: glib/gregex.c:2208 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Feil under tolking av erstatningstekst «%s» ved tegn %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Sitert tekst begynner ikke med sitattegn" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Ubalansert sitattegn i kommandolinje eller annen skall-sitert tekst" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Tekst sluttet rett etter et «\\» tegn. (Teksten var «%s»)" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Teksten sluttet før likt sitattegn ble funnet for %c. (Teksten var «%s»)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "Teksten var tom (eller inneholdt kun blanke tegn)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "Feil under lesing av data fra underprosess" -#: ../glib/gspawn-win32.c:300 ../glib/gspawn.c:1480 +#: glib/gspawn-win32.c:300 glib/gspawn.c:1480 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Feil under oppretting av rør for kommunikasjon med underprosess (%s)" -#: ../glib/gspawn-win32.c:339 ../glib/gspawn-win32.c:347 ../glib/gspawn.c:1139 +#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Feil under lesing fra \"child pipe\" (%s)" -#: ../glib/gspawn-win32.c:370 ../glib/gspawn.c:1346 +#: glib/gspawn-win32.c:370 glib/gspawn.c:1346 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Feil ved skifte til katalog «%s» (%s)" -#: ../glib/gspawn-win32.c:376 ../glib/gspawn-win32.c:495 +#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495 #, c-format msgid "Failed to execute child process (%s)" msgstr "Feil under kjøring av underprosess (%s)" -#: ../glib/gspawn-win32.c:445 +#: glib/gspawn-win32.c:445 #, c-format msgid "Invalid program name: %s" msgstr "Ugyldig programnavn: %s" -#: ../glib/gspawn-win32.c:455 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1279 +#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Ugyldig streng i argumentvektor pÃ¥ %d: %s" -#: ../glib/gspawn-win32.c:466 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1312 +#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312 #, c-format msgid "Invalid string in environment: %s" msgstr "Ugyldig streng i miljø: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1260 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260 #, c-format msgid "Invalid working directory: %s" msgstr "Ugyldig arbeidsmappe: %s" -#: ../glib/gspawn-win32.c:784 +#: glib/gspawn-win32.c:784 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Feil under kjøring av hjelpeprogram (%s)" -#: ../glib/gspawn-win32.c:998 +#: glib/gspawn-win32.c:998 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -893,136 +905,136 @@ msgstr "" "Uventet feil i g_io_channel_win32_poll() under lesing av data fra en " "underprosess" -#: ../glib/gspawn.c:190 +#: glib/gspawn.c:190 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Feil under lesing av data fra underprosess (%s)" -#: ../glib/gspawn.c:329 +#: glib/gspawn.c:329 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Uventet feil i select() ved lesing av data fra underprosess (%s)" -#: ../glib/gspawn.c:414 +#: glib/gspawn.c:414 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Uventet feil i waitpid() (%s)" -#: ../glib/gspawn.c:1206 +#: glib/gspawn.c:1206 #, c-format msgid "Failed to fork (%s)" msgstr "Feil under kjøring av fork (%s)" -#: ../glib/gspawn.c:1356 +#: glib/gspawn.c:1356 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Feil under kjøring av underprosess «%s» (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Feil under omdirigering av utdata eller inndata for underprosess (%s)" -#: ../glib/gspawn.c:1375 +#: glib/gspawn.c:1375 #, c-format msgid "Failed to fork child process (%s)" msgstr "Feil under kjøring av fork() for underprosess (%s)" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ukjent feil under kjøring av underprosess «%s»" -#: ../glib/gspawn.c:1407 +#: glib/gspawn.c:1407 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Klarte ikke Ã¥ lese nok data fra underprosessens pid-rør (%s)" -#: ../glib/gutf8.c:1038 +#: glib/gutf8.c:1038 msgid "Character out of range for UTF-8" msgstr "Tegn utenfor gyldig omrÃ¥de for UTF-8" -#: ../glib/gutf8.c:1138 ../glib/gutf8.c:1147 ../glib/gutf8.c:1279 -#: ../glib/gutf8.c:1288 ../glib/gutf8.c:1429 ../glib/gutf8.c:1525 +#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288 +#: glib/gutf8.c:1429 glib/gutf8.c:1525 msgid "Invalid sequence in conversion input" msgstr "Ugyldig sekvens i inndata for konvertering" -#: ../glib/gutf8.c:1440 ../glib/gutf8.c:1536 +#: glib/gutf8.c:1440 glib/gutf8.c:1536 msgid "Character out of range for UTF-16" msgstr "Tegn utenfor gyldig omrÃ¥de for UTF-16" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "Usage:" msgstr "Bruk:" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "[OPTION...]" msgstr "[FLAGG...]" -#: ../glib/goption.c:861 +#: glib/goption.c:861 msgid "Help Options:" msgstr "Flagg for hjelp:" -#: ../glib/goption.c:862 +#: glib/goption.c:862 msgid "Show help options" msgstr "Vis flagg for hjelp" -#: ../glib/goption.c:868 +#: glib/goption.c:868 msgid "Show all help options" msgstr "Vis alle flagg for hjelp" -#: ../glib/goption.c:930 +#: glib/goption.c:930 msgid "Application Options:" msgstr "Flagg for applikasjonen" -#: ../glib/goption.c:992 ../glib/goption.c:1062 +#: glib/goption.c:992 glib/goption.c:1062 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Kan ikke lese heltallsverdi «%s» for %s" -#: ../glib/goption.c:1002 ../glib/goption.c:1070 +#: glib/goption.c:1002 glib/goption.c:1070 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Heltallsverdi «%s» for %s er utenfor gyldig omrÃ¥de" -#: ../glib/goption.c:1027 +#: glib/goption.c:1027 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Kan ikke lese verdi for double «%s» for %s" -#: ../glib/goption.c:1035 +#: glib/goption.c:1035 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Double-verdi «%s» for %s er utenfor gyldig omrÃ¥de" -#: ../glib/goption.c:1298 ../glib/goption.c:1377 +#: glib/goption.c:1298 glib/goption.c:1377 #, c-format msgid "Error parsing option %s" msgstr "Feil under tolking av flagg %s" -#: ../glib/goption.c:1408 ../glib/goption.c:1522 +#: glib/goption.c:1408 glib/goption.c:1522 #, c-format msgid "Missing argument for %s" msgstr "Mangler argument for %s" -#: ../glib/goption.c:1917 +#: glib/goption.c:1917 #, c-format msgid "Unknown option %s" msgstr "Ukjent flagg %s" -#: ../glib/gkeyfile.c:362 +#: glib/gkeyfile.c:362 msgid "Valid key file could not be found in search dirs" msgstr "Gyldig nøkkelfil ble ikke funnet i søkemapper" -#: ../glib/gkeyfile.c:397 +#: glib/gkeyfile.c:397 msgid "Not a regular file" msgstr "Ikke en vanlig fil" -#: ../glib/gkeyfile.c:405 +#: glib/gkeyfile.c:405 msgid "File is empty" msgstr "Filen er tom" -#: ../glib/gkeyfile.c:764 +#: glib/gkeyfile.c:764 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1030,56 +1042,56 @@ msgstr "" "Nøkkelfil inneholder linjen «%s» som ikke er et par med nøkkelverdier, gruppe " "eller kommentar" -#: ../glib/gkeyfile.c:824 +#: glib/gkeyfile.c:824 #, c-format msgid "Invalid group name: %s" msgstr "Ugyldig navn pÃ¥ gruppe: %s" -#: ../glib/gkeyfile.c:846 +#: glib/gkeyfile.c:846 msgid "Key file does not start with a group" msgstr "Nøkkelfil starter ikke med en gruppe" -#: ../glib/gkeyfile.c:872 +#: glib/gkeyfile.c:872 #, c-format msgid "Invalid key name: %s" msgstr "Ugyldig navn pÃ¥ nøkkel: %s" -#: ../glib/gkeyfile.c:899 +#: glib/gkeyfile.c:899 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Nøkkelfil inneholder ustøttet tegnkoding «%s»" -#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2506 -#: ../glib/gkeyfile.c:2572 ../glib/gkeyfile.c:2707 ../glib/gkeyfile.c:2840 -#: ../glib/gkeyfile.c:2993 ../glib/gkeyfile.c:3180 ../glib/gkeyfile.c:3241 +#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506 +#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840 +#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241 #, c-format msgid "Key file does not have group '%s'" msgstr "Nøkkelfil har ikke gruppe «%s»" -#: ../glib/gkeyfile.c:1289 +#: glib/gkeyfile.c:1289 #, c-format msgid "Key file does not have key '%s'" msgstr "Nøkkelfil har ikke nøkkelen «%s»" -#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511 +#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511 #, 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:1416 ../glib/gkeyfile.c:1910 +#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910 #, 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:1531 +#: glib/gkeyfile.c:1531 #, c-format msgid "" "Key file contains key '%s' which has a value that cannot be interpreted." msgstr "" "Nøkkelfilen inneholder nøkkelen «%s» som har en verdi som ikke kan bli tolket." -#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2337 +#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1088,165 +1100,162 @@ msgstr "" "Nøkkelfilen inneholder nøkkelen «%s» i gruppen «%s» som har en verdi som ikke " "kan bli tolket." -#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:3252 +#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252 #, 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:3486 +#: glib/gkeyfile.c:3486 msgid "Key file contains escape character at end of line" msgstr "Nøkkelfilen inneholder skiftetegn ved linjeslutt" -#: ../glib/gkeyfile.c:3508 +#: glib/gkeyfile.c:3508 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nøkkelfil inneholder ugyldig skiftesekvens «%s»" -#: ../glib/gkeyfile.c:3650 +#: glib/gkeyfile.c:3650 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vedien «%s» kan ikke bli tolket som et tall." -#: ../glib/gkeyfile.c:3664 +#: glib/gkeyfile.c:3664 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltallsverdi «%s» er utenfor gyldig omrÃ¥de" -#: ../glib/gkeyfile.c:3697 +#: glib/gkeyfile.c:3697 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Verdi «%s» kan ikke tolkes som et flyttall." -#: ../glib/gkeyfile.c:3721 +#: glib/gkeyfile.c:3721 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Verdi «%s» kan ikke tolkes som en bolsk verdi." -#: ../gio/gbufferedinputstream.c:415 ../gio/gbufferedinputstream.c:496 -#: ../gio/ginputstream.c:186 ../gio/ginputstream.c:318 -#: ../gio/ginputstream.c:557 ../gio/ginputstream.c:682 -#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:652 +#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 +#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Tellerverdi gitt til %s er for stor" -#: ../gio/gbufferedinputstream.c:883 ../gio/ginputstream.c:892 -#: ../gio/giostream.c:305 ../gio/goutputstream.c:1081 +#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Strømmen er allerede lukket" -#: ../gio/gcancellable.c:420 ../gio/glocalfile.c:2095 -#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 +#: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Operasjonen ble avbrutt" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "Ukjent type" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "filtype %s" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "type %s" -#: ../gio/gdatainputstream.c:311 +#: gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" msgstr "Uventet tidlig slutt pÃ¥ strøm" -#: ../gio/gdesktopappinfo.c:463 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Uten navn" -#: ../gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Desktop-filen hadde ingen verdi i Exec-feltet" -#: ../gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Kan ikke finne terminalen som kreves for programmet" -#: ../gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan ikke opprette brukers desktop-fil %s" -#: ../gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Egendefinert definisjon for %s" -#: ../gio/gdrive.c:409 +#: gio/gdrive.c:409 msgid "drive doesn't implement eject" msgstr "stasjonen implementerer ikke utløsing" #. Translators: This is an error #. * message for drive objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gdrive.c:489 +#: gio/gdrive.c:489 msgid "drive doesn't implement eject or eject_with_operation" msgstr "stasjonen implementerer ikke eject eller eject_with_operation" -#: ../gio/gdrive.c:566 +#: gio/gdrive.c:566 msgid "drive doesn't implement polling for media" msgstr "stasjonen implementerer ikke sjekk om medie er satt inn" -#: ../gio/gdrive.c:771 +#: gio/gdrive.c:771 msgid "drive doesn't implement start" msgstr "stasjonen implementerer ikke start" -#: ../gio/gdrive.c:873 +#: gio/gdrive.c:873 msgid "drive doesn't implement stop" msgstr "stasjonen implementerer ikke stop" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "Kan ikke hÃ¥ndtere versjon %d av GEmblem-koding" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "Feil antall tegn (%d) i GEmblem-koding" -#: ../gio/gemblemedicon.c:296 +#: gio/gemblemedicon.c:296 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "Kan ikke hÃ¥ndtere versjon %d av GEmblemedIcon-koding" -#: ../gio/gemblemedicon.c:306 +#: gio/gemblemedicon.c:306 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "Feil antall tegn (%d) i GEmblemedIcon-koding" -#: ../gio/gemblemedicon.c:329 +#: gio/gemblemedicon.c:329 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Ventet et GEmblem for GEmblemedIcon" -#: ../gio/gfile.c:861 ../gio/gfile.c:1091 ../gio/gfile.c:1226 -#: ../gio/gfile.c:1462 ../gio/gfile.c:1516 ../gio/gfile.c:1573 -#: ../gio/gfile.c:1656 ../gio/gfile.c:1711 ../gio/gfile.c:1771 -#: ../gio/gfile.c:1825 ../gio/gfile.c:3150 ../gio/gfile.c:3204 -#: ../gio/gfile.c:3335 ../gio/gfile.c:3375 ../gio/gfile.c:3702 -#: ../gio/gfile.c:4104 ../gio/gfile.c:4190 ../gio/gfile.c:4279 -#: ../gio/gfile.c:4377 ../gio/gfile.c:4464 ../gio/gfile.c:4557 -#: ../gio/gfile.c:4887 ../gio/gfile.c:5167 ../gio/gfile.c:5236 -#: ../gio/gfile.c:6827 ../gio/gfile.c:6917 ../gio/gfile.c:7003 -#: ../gio/win32/gwinhttpfile.c:441 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 +#: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operasjonen er ikke støttet" @@ -1258,128 +1267,128 @@ 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:1347 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077 -#: ../gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Omsluttende monteringspunkt finnes ikke" -#: ../gio/gfile.c:2399 ../gio/glocalfile.c:2251 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Kan ikke kopiere over katalog" -#: ../gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Kan ikke kopiere katalog over katalog" -#: ../gio/gfile.c:2467 ../gio/glocalfile.c:2260 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "MÃ¥lfilen eksisterer" -#: ../gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Kan ikke kopiere katalog rekursivt" -#: ../gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Kan ikke kopiere spesiell fil" -#: ../gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Ugyldig verdi oppgitt for symbolsk lenke" -#: ../gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Papirkurv er ikke støttet" -#: ../gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnavn kan ikke inneholde «%c»" -#: ../gio/gfile.c:5884 ../gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "volumet implementerer ikke montering" -#: ../gio/gfile.c:5995 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Ingen program registrert for Ã¥ hÃ¥ndtere denne filen" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "Enumerator er lukket" -#: ../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 "Filenumerator har utestÃ¥ende operasjon" -#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "Filenumerator er allerede lukket" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "Kan ikke hÃ¥ndtere versjon %d av GFileIcon-koding" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "Feil inndata for GFileIcon" -#: ../gio/gfileinputstream.c:155 ../gio/gfileinputstream.c:422 -#: ../gio/gfileiostream.c:171 ../gio/gfileoutputstream.c:170 -#: ../gio/gfileoutputstream.c:525 +#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422 +#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170 +#: gio/gfileoutputstream.c:525 msgid "Stream doesn't support query_info" msgstr "Strømmen støtter ikke query_info" -#: ../gio/gfileinputstream.c:337 ../gio/gfileiostream.c:389 -#: ../gio/gfileoutputstream.c:383 +#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389 +#: gio/gfileoutputstream.c:383 msgid "Seek not supported on stream" msgstr "Søking ikke støttet pÃ¥ strøm" -#: ../gio/gfileinputstream.c:381 +#: gio/gfileinputstream.c:381 msgid "Truncate not allowed on input stream" msgstr "Avkorting er ikke tillatt pÃ¥ en inndatastrøm" -#: ../gio/gfileiostream.c:465 ../gio/gfileoutputstream.c:459 +#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459 msgid "Truncate not supported on stream" msgstr "Avkorting er ikke støttet pÃ¥ strømmen" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Feil antall tegn (%d)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "Ingen type for klassenavn %s" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "Type %s implementerer ikke GIcon-grensesnittet" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "Type %s er er ikke en klasse" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "Feil versjonsnummer: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "Type %s implementerer ikke from_tokens() pÃ¥ GIcon-grensesnittet" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "Kan ikke hÃ¥ndtere oppgitt versjon i ikon-koding" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 msgid "Input stream doesn't implement read" msgstr "Inndatastrøm implementerer ikke lesing" @@ -1389,610 +1398,614 @@ msgstr "Inndatastrøm implementerer ikke lesing" #. 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:902 ../gio/giostream.c:315 -#: ../gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Strømmen har utestÃ¥ende operasjoner" -#: ../gio/ginetsocketaddress.c:182 ../gio/ginetsocketaddress.c:199 -#: ../gio/gunixsocketaddress.c:174 +#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199 +#: gio/gunixsocketaddress.c:174 msgid "Not enough space for socket address" msgstr "Ikke nok plass til adresse for plugg" -#: ../gio/ginetsocketaddress.c:212 +#: gio/ginetsocketaddress.c:212 msgid "Unsupported socket address" msgstr "Adresse for plugg er ikke støttet" -#: ../gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Klarte ikke Ã¥ finne forvalgt type overvÃ¥ker for lokal katalog" -#: ../gio/glocalfile.c:600 ../gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Ugyldig filnavn %s" -#: ../gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Feil under lesing av informasjon om filsystem: %s" -#: ../gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Kan ikke endre navn pÃ¥ rotkatalogen" -#: ../gio/glocalfile.c:1130 ../gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Feil under endring av navn pÃ¥ fil: %s" -#: ../gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Kan ikke endre navn pÃ¥ filen. Filnavnet eksisterer allerede" -#: ../gio/glocalfile.c:1152 ../gio/glocalfile.c:2124 ../gio/glocalfile.c:2153 -#: ../gio/glocalfile.c:2313 ../gio/glocalfileoutputstream.c:550 -#: ../gio/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648 -#: ../gio/glocalfileoutputstream.c:1130 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 +#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 +#: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Ugyldig filnavn" -#: ../gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Feil under Ã¥pning av fil: %s" -#: ../gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Kan ikke Ã¥pne mappe" -#: ../gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Feil ved fjerning av fil: %s" -#: ../gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Feil ved plassering av fil i papirkurv: %s" -#: ../gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan ikke legge katalog %s i papirkurven: %s" -#: ../gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Kan ikke finne toppnivÃ¥ for papirkurv" -#: ../gio/glocalfile.c:1931 ../gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Kan ikke finne eller opprette mappe for papirkurv" -#: ../gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan ikke opprette informasjonsfil for papirkurv: %s" -#: ../gio/glocalfile.c:2014 ../gio/glocalfile.c:2019 ../gio/glocalfile.c:2094 -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Kan ikke legge fil i papirkurven: %s" -#: ../gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Feil under oppretting av katalog: %s" -#: ../gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 #, c-format msgid "Filesystem does not support symbolic links" msgstr "Filsystemet støtter ikke symbolske lenker" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Feil ved oppretting av symbolsk lenke: %s" -#: ../gio/glocalfile.c:2223 ../gio/glocalfile.c:2317 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Feil under flytting av fil: %s" -#: ../gio/glocalfile.c:2246 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Kan ikke flytte katalog over katalog" -#: ../gio/glocalfile.c:2273 ../gio/glocalfileoutputstream.c:928 -#: ../gio/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957 -#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 +#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 +#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Oppretting av sikkerhetskopi feilet" -#: ../gio/glocalfile.c:2292 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Feil under fjerning av mÃ¥lfil: %s" -#: ../gio/glocalfile.c:2306 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Flytting mellom monteringspunkter er ikke støttet" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 msgid "Attribute value must be non-NULL" msgstr "Attributtverdi mÃ¥ ikke være NULL" -#: ../gio/glocalfileinfo.c:728 +#: gio/glocalfileinfo.c:728 msgid "Invalid attribute type (string expected)" msgstr "Ugyldig type attributt (streng forventet)" -#: ../gio/glocalfileinfo.c:735 +#: gio/glocalfileinfo.c:735 msgid "Invalid extended attribute name" msgstr "Ugyldig navn pÃ¥ utvidet attributt" -#: ../gio/glocalfileinfo.c:775 +#: gio/glocalfileinfo.c:775 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Feil under setting av utvidet attributt «%s»: %s" -#: ../gio/glocalfileinfo.c:1481 ../gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Feil ved henting av informasjon om fil «%s»: %s" -#: ../gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (ugyldig koding)" -#: ../gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Feil ved henting av informasjon om fildeskriptor: %s" -#: ../gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig type attributt (uint32 forventet)" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig type attributt (uint64 forventet)" -#: ../gio/glocalfileinfo.c:1832 ../gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig type attributt (byte-streng forventet)" -#: ../gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Kan ikke sette rettigheter pÃ¥ symbolske lenker" -#: ../gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Feil ved setting av rettigheter: %s" -#: ../gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Feil ved setting av eier: %s" -#: ../gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symbolsk lenke kan ikke være NULL" -#: ../gio/glocalfileinfo.c:1986 ../gio/glocalfileinfo.c:2005 -#: ../gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Feil ved setting av symbolsk lenke: %s" -#: ../gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 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:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Feil ved setting av endrings- eller aksesstid: %s" -#: ../gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux-kontekst kan ikke være NULL" -#: ../gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Feil ved setting av SELinux-kontekst: %s" -#: ../gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux er ikke slÃ¥tt pÃ¥ pÃ¥ dette systemet" -#: ../gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Støtter ikke Ã¥ sette attributt %s" -#: ../gio/glocalfileinputstream.c:165 ../gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Feil under lesing fra fil: %s" -#: ../gio/glocalfileinputstream.c:196 ../gio/glocalfileinputstream.c:208 -#: ../gio/glocalfileinputstream.c:320 ../gio/glocalfileoutputstream.c:449 -#: ../gio/glocalfileoutputstream.c:1005 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Feil under søking i fil: %s" -#: ../gio/glocalfileinputstream.c:241 ../gio/glocalfileoutputstream.c:235 -#: ../gio/glocalfileoutputstream.c:330 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Feil under lukking av fil: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Kan ikke finne forvalgt lokal filovervÃ¥kingstype" -#: ../gio/glocalfileoutputstream.c:181 ../gio/glocalfileoutputstream.c:214 -#: ../gio/glocalfileoutputstream.c:722 +#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:722 #, c-format msgid "Error writing to file: %s" msgstr "Feil under skriving til fil: %s" -#: ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:262 #, c-format msgid "Error removing old backup link: %s" msgstr "Feil ved fjerning av gammel sikkerhetskopi av lenke: %s" -#: ../gio/glocalfileoutputstream.c:276 ../gio/glocalfileoutputstream.c:289 +#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289 #, c-format msgid "Error creating backup copy: %s" msgstr "Feil under oppretting av sikkerhetskopi: %s" -#: ../gio/glocalfileoutputstream.c:307 +#: gio/glocalfileoutputstream.c:307 #, c-format msgid "Error renaming temporary file: %s" msgstr "Feil ved endring av navn pÃ¥ midlertidig fil: %s" -#: ../gio/glocalfileoutputstream.c:495 ../gio/glocalfileoutputstream.c:1056 +#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056 #, c-format msgid "Error truncating file: %s" msgstr "Feil under avkorting av fil: «%s»" -#: ../gio/glocalfileoutputstream.c:556 ../gio/glocalfileoutputstream.c:609 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:794 -#: ../gio/glocalfileoutputstream.c:1037 ../gio/glocalfileoutputstream.c:1136 +#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794 +#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136 #, c-format msgid "Error opening file '%s': %s" msgstr "Feil under Ã¥pning av fil «%s»: %s" -#: ../gio/glocalfileoutputstream.c:825 +#: gio/glocalfileoutputstream.c:825 msgid "Target file is a directory" msgstr "MÃ¥lfilen er en katalog" -#: ../gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:830 msgid "Target file is not a regular file" msgstr "MÃ¥lfilen er ikke en vanlig fil" -#: ../gio/glocalfileoutputstream.c:842 +#: gio/glocalfileoutputstream.c:842 msgid "The file was externally modified" msgstr "Filen ble endret eksternt" -#: ../gio/glocalfileoutputstream.c:1021 +#: gio/glocalfileoutputstream.c:1021 #, c-format msgid "Error removing old file: %s" msgstr "Feil ved fjerning av gammel fil: %s" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:553 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553 msgid "Invalid GSeekType supplied" msgstr "Ugyldig GSeekType oppgitt" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:563 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563 msgid "Invalid seek request" msgstr "Ugyldig søkeforespørsel" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "Kan ikke avkorte GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:290 +#: gio/gmemoryoutputstream.c:290 msgid "Reached maximum data array limit" msgstr "Maksimumsgrense for data er nÃ¥dd" -#: ../gio/gmemoryoutputstream.c:325 +#: gio/gmemoryoutputstream.c:325 msgid "Memory output stream not resizable" msgstr "Kan ikke endre størrelse pÃ¥ utdatastrøm for minne" -#: ../gio/gmemoryoutputstream.c:341 +#: gio/gmemoryoutputstream.c:341 msgid "Failed to resize memory output stream" msgstr "Klarte ikke Ã¥ endre størrelse pÃ¥ utdatastrøm for minne" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "monteringspunktet implementerer ikke avmontering" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "montering implementerer ikke utløsing" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: ../gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "monteringspunktet implementerer ikke unmount eller unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "montering implementerer ikke eject eller eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "montering implementerer ikke remount" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "montering implementerer ikke gjetting av innholdstype" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "montering implementerer ikke synkron gjetting av innholdstype" -#: ../gio/gnetworkaddress.c:295 +#: gio/gnetworkaddress.c:295 #, c-format msgid "Hostname '%s' contains '[' but not ']'" msgstr "Vertsnavn «%s» inneholder «[» men ikke «]»" -#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Ut-strømmen implementerer ikke skriving" -#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Kildestrømmen er allerede lukket" -#: ../gio/gresolver.c:736 +#: gio/gresolver.c:736 #, c-format msgid "Error resolving '%s': %s" msgstr "Feil under oppslag av «%s»: %s" -#: ../gio/gresolver.c:786 +#: gio/gresolver.c:786 #, c-format msgid "Error reverse-resolving '%s': %s" msgstr "Feil under omvendt oppslag av «%s»: %s" -#: ../gio/gresolver.c:821 ../gio/gresolver.c:899 +#: gio/gresolver.c:821 gio/gresolver.c:899 #, c-format msgid "No service record for '%s'" msgstr "Ingen tjenesteoppføring for «%s»" -#: ../gio/gresolver.c:826 ../gio/gresolver.c:904 +#: gio/gresolver.c:826 gio/gresolver.c:904 #, c-format msgid "Temporarily unable to resolve '%s'" msgstr "Midlertidig ute av stand til Ã¥ slÃ¥ opp «%s»" -#: ../gio/gresolver.c:831 ../gio/gresolver.c:909 +#: gio/gresolver.c:831 gio/gresolver.c:909 #, c-format msgid "Error resolving '%s'" msgstr "Feil ved oppslag av «%s»" -#: ../gio/gsocket.c:277 +#: gio/gsocket.c:277 msgid "Invalid socket, not initialized" msgstr "Ugyldig plugg, ikke initiert" -#: ../gio/gsocket.c:284 +#: gio/gsocket.c:284 #, c-format msgid "Invalid socket, initialization failed due to: %s" msgstr "Ugyldig plugg, initiering feilet pga: %s" -#: ../gio/gsocket.c:292 +#: gio/gsocket.c:292 msgid "Socket is already closed" msgstr "Pluggen er allerede lukket" -#: ../gio/gsocket.c:405 +#: gio/gsocket.c:405 #, c-format msgid "creating GSocket from fd: %s" msgstr "lager GSocket fra fd: %s" -#: ../gio/gsocket.c:439 ../gio/gsocket.c:453 ../gio/gsocket.c:1911 +#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911 #, c-format msgid "Unable to create socket: %s" msgstr "Kunne ikke lage plugg: %s" -#: ../gio/gsocket.c:439 +#: gio/gsocket.c:439 msgid "Unknown protocol was specified" msgstr "Ukjent protokoll ble oppgitt" -#: ../gio/gsocket.c:758 +#: gio/gsocket.c:758 msgid "Cancellable initialization not supported" msgstr "Avbrytbar initiering er ikke støttet" -#: ../gio/gsocket.c:1112 +#: gio/gsocket.c:1112 #, c-format msgid "could not get local address: %s" msgstr "kunne ikke hente lokal adresse: %s" -#: ../gio/gsocket.c:1145 +#: gio/gsocket.c:1145 #, c-format msgid "could not get remote address: %s" msgstr "kunne ikke hente ekstern adresse: %s" -#: ../gio/gsocket.c:1203 +#: gio/gsocket.c:1203 #, c-format msgid "could not listen: %s" msgstr "kunne ikke lytte: %s" -#: ../gio/gsocket.c:1277 +#: gio/gsocket.c:1277 #, c-format msgid "Error binding to address: %s" msgstr "Feil ved binding til adresse: %s" -#: ../gio/gsocket.c:1397 +#: gio/gsocket.c:1397 #, c-format msgid "Error accepting connection: %s" msgstr "Feil ved godkjenning av tilkobling: %s" -#: ../gio/gsocket.c:1510 +#: gio/gsocket.c:1510 msgid "Error connecting: " msgstr "Feil under tilkobling: " -#: ../gio/gsocket.c:1514 +#: gio/gsocket.c:1514 msgid "Connection in progress" msgstr "Tilkobling pÃ¥gÃ¥r" -#: ../gio/gsocket.c:1519 +#: gio/gsocket.c:1519 #, c-format msgid "Error connecting: %s" msgstr "Feil under tilkobling: %s" -#: ../gio/gsocket.c:1559 +#: gio/gsocket.c:1559 #, c-format msgid "Unable to get pending error: %s" msgstr "Kan ikke hente utestÃ¥ende feil: %s" -#: ../gio/gsocket.c:1655 +#: gio/gsocket.c:1655 #, c-format msgid "Error receiving data: %s" msgstr "Feil ved mottak av data: %s" -#: ../gio/gsocket.c:1798 +#: gio/gsocket.c:1798 #, c-format msgid "Error sending data: %s" msgstr "Feil ved sending av data: %s" -#: ../gio/gsocket.c:1990 +#: gio/gsocket.c:1990 #, c-format msgid "Error closing socket: %s" msgstr "Feil ved lukking av plugg: %s" -#: ../gio/gsocket.c:2475 +#: gio/gsocket.c:2475 #, c-format msgid "Waiting for socket condition: %s" msgstr "Venter pÃ¥ tilstand for plugg: %s" -#: ../gio/gsocket.c:2714 ../gio/gsocket.c:2795 +#: gio/gsocket.c:2714 gio/gsocket.c:2795 #, c-format msgid "Error sending message: %s" msgstr "Feil ved sending av melding: %s" -#: ../gio/gsocket.c:2739 +#: gio/gsocket.c:2739 msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage er ikke støttet pÃ¥ windows" -#: ../gio/gsocket.c:2997 ../gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Feil ved mottak av melding: %s" -#: ../gio/gsocketclient.c:521 ../gio/gsocketclient.c:770 +#: gio/gsocketclient.c:521 gio/gsocketclient.c:770 msgid "Unknown error on connect" msgstr "Ukjent feil ved tilkobling" -#: ../gio/gsocketlistener.c:192 +#: gio/gsocketlistener.c:192 msgid "Listener is already closed" msgstr "Lytter er allerede lukket" -#: ../gio/gsocketlistener.c:233 +#: gio/gsocketlistener.c:233 msgid "Added socket is closed" msgstr "Tillagt plugg er lukket" -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "Kan ikke hÃ¥ndtere versjon %d av GThemedIcon-koding" -#: ../gio/gunixconnection.c:151 +#: gio/gunixconnection.c:151 #, c-format msgid "Expecting 1 control message, got %d" msgstr "Ventet 1 kontrollmelding, fikk %d" -#: ../gio/gunixconnection.c:164 +#: gio/gunixconnection.c:164 msgid "Unexpected type of ancillary data" msgstr "Uventet type data" -#: ../gio/gunixconnection.c:182 +#: gio/gunixconnection.c:182 #, c-format msgid "Expecting one fd, but got %d\n" msgstr "Ventet en fd, men fikk %d\n" -#: ../gio/gunixconnection.c:198 +#: gio/gunixconnection.c:198 msgid "Received invalid fd" msgstr "Mottok ugyldig fd" -#: ../gio/gunixinputstream.c:354 ../gio/gunixinputstream.c:374 -#: ../gio/gunixinputstream.c:452 ../gio/gunixoutputstream.c:439 +#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374 +#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439 #, c-format msgid "Error reading from unix: %s" msgstr "Feil under lesing fra unix: %s" -#: ../gio/gunixinputstream.c:407 ../gio/gunixinputstream.c:589 -#: ../gio/gunixoutputstream.c:394 ../gio/gunixoutputstream.c:545 +#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589 +#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545 #, c-format msgid "Error closing unix: %s" msgstr "Feil ved lukking av unix: %s" -#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883 +#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883 msgid "Filesystem root" msgstr "Filsystemrot" -#: ../gio/gunixoutputstream.c:340 ../gio/gunixoutputstream.c:361 +#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361 #, c-format msgid "Error writing to unix: %s" msgstr "Feil ved skriving til unix: %s" -#: ../gio/gunixsocketaddress.c:182 +#: gio/gunixsocketaddress.c:182 msgid "Abstract unix domain socket addresses not supported on this system" msgstr "Abstrakte unix domenepluggadresser er ikke støttet pÃ¥ dette systemet" -#: ../gio/gvolume.c:452 +#: gio/gvolume.c:452 msgid "volume doesn't implement eject" msgstr "volumet implementerer ikke utløsing" #. Translators: This is an error #. * message for volume objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gvolume.c:531 +#: gio/gvolume.c:531 msgid "volume doesn't implement eject or eject_with_operation" msgstr "volumet implementerer ikke eject eller eject_with_operation" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "Kan ikke finne program" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "Feil ved oppstart av program: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "URIer er ikke støttet" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "endringer i assosiasjon er ikke støttet pÃ¥ win32" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "Oppretting av assosiasjon er ikke støttet pÃ¥ win32" diff --git a/po/ne.po b/po/ne.po index 630ff12..9ad0c57 100644 --- a/po/ne.po +++ b/po/ne.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-10.ne\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2006-04-27 00:00+0545\n" "Last-Translator: Shyam Krishna Bal \n" "Language-Team: Nepali \n" @@ -92,69 +92,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "सांकेतिक सम्बन्ध '%s' पढ्न असफल: %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "क्यारेक्टर सेट '%s' बाट '%s' मा रूपान्तरण समर्थित छैन" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' बाट '%s'मा रूपान्तरणकर्ता खोल्न सकेन" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "रूपान्तरण आगतमा अवैध बाइट अनुक्रम" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "आगतको अन्त्यमा आंशिक क्यारेक्टर" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "फलब्याक '%s' बाट कोड सेट'%s' मा रूपान्तरण गर्न सक्दैन" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' \"file\" योजना प्रयोग गर्ने एउटा निश्चित URI होइन" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "स्थानीय फाइल URI '%s' मा एउटा '#' समावेश नहुनसक्छ" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' अवैध छ " -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s' को होस्टनाम अवैध छ" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' मा अवैध रूपमा निस्किएका क्यारेक्टरहरू देखिन्छन्" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "बाटोनाम '%s' निश्चित मार्ग होइन" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "अवैध होस्टनाम " @@ -163,119 +163,134 @@ msgstr "अवैध होस्टनाम " msgid "Error opening directory '%s': %s" msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "फाइल \"%2$s\" पढ्न %1$lu बाईट्स बाँडफाँड गर्न सकिएन" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' फाइलबाट पढ्न असफल : %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s'फाइल खोल्न असफल : %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' फाइलको विशेषता पाउन असफल: fstat() असफल भयो: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' फाइल खोल्न असफल : fdopen() खोल्न असफल : %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "फाइल '%s लाई '%s' मा पुन: नामकरण गर्न असफल:g_rename() असफल: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "लेख्नका लागि '%s' फाइल खोल्न असफल : fdopen() असफल : %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' फाइल लेख्न असफल : fलेख्न() असफल : %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "'%s' फाइल लेख्न असफल : fलेख्न() असफल : %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "'%s' फाइल लेख्न असफल : fलेख्न() असफल : %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' फाइल बन्द गर्न असफल : fबन्द गर्न() असफल : %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "अवस्थित फाइल '%s' हटाउन सकिएन:g_unlink() असफल: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s ' टेम्प्लेट अवैध, एउटा '%s' सम्मिलित हुनु हुँदैन" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' टेम्प्लेट XXXXXX संगसमाप्त हुँदैन" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "सांकेतिक सम्बन्ध '%s' पढ्न असफल: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" @@ -530,7 +545,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1117,17 +1132,17 @@ msgstr "मान '%s' एउटा बुलिएनको रूपमा व #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1151,34 +1166,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1230,13 +1245,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1250,50 +1265,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1382,7 +1397,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1395,115 +1410,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "अवैध कार्यक्रम नाम : %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "अवैध होस्टनाम " -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "सांकेतिक सम्बन्ध '%s' पढ्न असफल: %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "पद वर्णन विकल्पमा त्रुटि %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1525,103 +1545,103 @@ msgstr "विशेषता नाम भित्र कागजात अ msgid "Error setting extended attribute '%s': %s" msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "लाइन %d मा त्रुटि: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1704,49 +1724,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1755,11 +1775,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1893,7 +1913,7 @@ msgstr "'%s' फाइल पढ्दा त्रुटि : %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" diff --git a/po/nl.po b/po/nl.po index 3ef9cbb..29a4a28 100644 --- a/po/nl.po +++ b/po/nl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-02-23 14:07+0100\n" "Last-Translator: Wouter Bolsterlee \n" "Language-Team: Dutch \n" @@ -93,7 +93,7 @@ msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Exec-regel ‘%s’ kon niet worden verwerkt met URI ‘%s’" # is niet mogelijk/wordt niet ondersteund -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Het omzetten van tekenset ‘%s’ naar ‘%s’ is niet mogelijk" @@ -103,69 +103,69 @@ msgstr "Het omzetten van tekenset ‘%s’ naar ‘%s’ is niet mogelijk" # Openen van converteerder van '%s' naar '%s' mislukt # Openen van het programma voor het omzetten van s naar s is mislukt # (tekenreeks komt verderop nog een keer voor) -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" "Kon het conversieprogramma voor het omzetten van ‘%s’ naar ‘%s’ niet openen" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Ongeldige bytereeks in conversie-invoer" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Fout tijdens omzetten: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Onvolledige tekenreeks aan het eind van de invoer" # wordt hier niet character set ipv codeset bedoeld? -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan vanaf codeverzameling ‘%s’ niet terugvallen op ‘%s’" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "De URI ‘%s’ is geen absolute URI die gebruik maakt van het schema ‘bestand’" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "De lokale bestands-URI ‘%s’ mag het teken ‘#’ niet bevatten" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "De URI ‘%s’ is ongeldig" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "De hostnaam van de URI ‘%s’ is ongeldig" # controle-tekens/ontsnappingstekens/sturingstekens # betere vertaling? -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "De URI ‘%s’ bevat tekens met een foutief controleteken" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Het pad ‘%s’ is geen absoluut pad" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Ongeldige hostnaam" @@ -175,123 +175,138 @@ msgid "Error opening directory '%s': %s" msgstr "Fout bij openen van map ‘%s’: %s" # Allocatie van %lu bytes om bestand "%s" te lezen is mislukt< -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Kon geen %lu byte geheugenruimte reserveren om bestand ‘%s’ te lezen" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Fout bij lezen van bestand ‘%s’: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Bestand ‘%s’ is te groot" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Lezen uit bestand ‘%s’ is mislukt: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Openen van bestand ‘%s’ is mislukt: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Opvragen gegevens van bestand ‘%s’ is mislukt: fstat() is mislukt: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Openen van bestand ‘%s’ is mislukt: fdopen() is mislukt: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Hernoemen van bestand ‘%s’ naar ‘%s’ is mislukt: g_rename() is mislukt: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Aanmaken van bestand ‘%s’ is mislukt: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Openen van bestand ‘%s’ voor schrijven is mislukt: fdopen() is mislukt: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Schrijven van bestand ‘%s’ is mislukt: fwrite() is mislukt: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Schrijven van bestand ‘%s’ is mislukt: fwrite() is mislukt: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Schrijven van bestand ‘%s’ is mislukt: fwrite() is mislukt: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Sluiten van bestand ‘%s’ is mislukt: fclose() is mislukt: %s" # bestaand bestand is een beetje dubbelop -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Bestand ‘%s’ kon niet worden verwijderd: g_unlink() is mislukt: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Sjabloon ‘%s’ is ongeldig, het zou geen ‘%s’ moeten bevatten" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Sjabloon ‘%s’ bevat geen XXXXXX" # ook byte voor meervoud (het bestand is 29 byte groot) -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u byte" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Lezen van symbolische verwijzing ‘%s’ is mislukt: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Symbolische verwijzingen zijn niet mogelijk" @@ -560,7 +575,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "interne fout" @@ -1185,17 +1200,17 @@ msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een boolese." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "De telwaarde die aan %s werd gegeven is te groot" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "De stroom is al gesloten" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "De bewerking werd afgebroken" @@ -1220,35 +1235,35 @@ msgid "Unexpected early end-of-stream" msgstr "Voortijdig einde aan gegevensstroom" # naamloos/zonder naam/onbenoemd -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Zonder naam" # bureaubladbestand/desktopbestand -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Desktopbestand bevat geen Exec-veld" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Kan geen terminalvenster vinden voor het uitvoeren van het programma" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan persoonlijke programmaconfiguratiemap %s niet aanmaken: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan persoonlijke MIME-configuratiemap %s niet aanmaken: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan desktopbestand %s niet aanmaken" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Zelfgemaakte definitie voor %s" @@ -1304,13 +1319,13 @@ msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblem voor GEmblemedIcon verwacht" # niet ondersteund/niet mogelijk -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "De bewerking is niet mogelijk" @@ -1324,56 +1339,56 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Het koppelpunt hiervan bestaat niet" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Kan niet over map kopiëren" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" 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:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Doelbestand bestaat al" # map/de map -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Kan map niet recursief kopiëren" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Kan speciaal bestand niet kopiëren" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Ongeldige symbolische verwijzing gegeven" # wordt hier niet ondersteund # (dus bijv. op een aangekoppelde externe opslag?) -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Prullenbak wordt ondersteund" # Een bestandsnaam mag het teken / niet bevatten -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Het teken ‘%c’ mag niet in een bestandsnaam voorkomen" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "volumen begrijpt de opdracht ‘aankoppelen’ niet" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Er is geen programma toegewezen om dit bestand te openen" @@ -1467,7 +1482,7 @@ msgstr "Invoerdatastroom begrijpt de opdracht ‘lezen’ niet" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Datastroom is nog bezig" @@ -1480,119 +1495,124 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Kon de standaard ‘directory monitor type’ niet vinden" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Ongeldige bestandsnaam: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fout bij het ophalen van informatie over bestandssysteem: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Kan de root-map niet hernoemen" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Fout bij het hernoemen van bestand: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 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:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Ongeldige bestandsnaam" # openen/lezen -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Fout bij het openen van bestand: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Kan map niet openen" # volledig verwijderen/definitief verwijderen/verwijderen -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Fout bij het verwijderen van bestand: %s" # naar prullenbak verplaatsen/verwijderen -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Fout bij het verplaatsen naar de prullenbak van bestand: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan de prullenbakmap %s niet aanmaken: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Kan de bovenliggende map voor de prullenbak niet vinden" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Kan prullenbakmap niet vinden of aanmaken" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan prullenbak-informatiebestand ‘%s’ niet aanmaken" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Kan het bestand ‘%s’ niet naar de prullenbak verplaatsen" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Fout bij het aanmaken van map: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Lezen van symbolische verwijzing ‘%s’ is mislukt: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Fout bij het maken van symbolische verwijzing: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Fout bij het verplaatsen van bestand: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Kan map niet over map verplaatsen" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Aanmaken van backupbestand is mislukt" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Fout bij het verwijderen doelbestand: %s" # (nog) niet mogelijk/niet ondersteund -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Verplaatsen tussen aankoppelpunten is niet mogelijk" @@ -1614,110 +1634,110 @@ msgstr "Ongeldige uitgebreide attribuutnaam" msgid "Error setting extended attribute '%s': %s" msgstr "Fout bij het instellen van uitgebreid attribuut ‘%s’: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Fout bij het benaderen van bestand ‘%s’: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (ongeldige codering)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fout bij het benaderen van bestandsdescriptor: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Ongeldig attribuuttype (hoort een uint32 te zijn)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Ongeldig attribuuttype (hoort een uint64 te zijn)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Ongeldig attribuuttype (hoort een byte-tekenreeks te zijn)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Fout bij instellen toegangsrechten: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Fout bij instellen toegangsrechten: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Fout bij instellen eigenaar: %s" # technotalk # symlink/symbolische verwijzing -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symbolische verwijzing moet niet-NULL zijn" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Fout bij instellen symbolische verwijzing: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" "Fout bij instellen symbolische verwijzing: bestand is geen symbolische " "verwijzing" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Fout bij instellen toegangsrechten: %s" # technotalk -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux-context moet niet-NULL zijn" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Fout bij instellen SELinux-context: %s" # geactiveerd/aangezet # systeem/computer -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux is niet geactiveerd op dit systeem" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Instellen van attribuut %s is niet mogelijk" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Fout bij het lezen van bestand: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Fout bij het doorzoeken van bestand: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Fout bij het sluiten van bestand: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Kon de standaard ‘file monitor type’ niet vinden" @@ -1802,15 +1822,17 @@ msgstr "Wijzigen van geheugenruimte uitvoerdatastroom is mislukt" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "ontkoppelen niet ondersteund door koppeling" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "uitwerpen niet ondersteund door koppeling" # ontkoppelen is op deze koppeling niet mogelijk/niet geimplementeerd @@ -1819,37 +1841,38 @@ msgstr "uitwerpen niet ondersteund door koppeling" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "ontkoppelen niet ondersteund door koppeling" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "uitwerpen niet ondersteund door koppeling" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "opnieuw koppelen niet ondersteund door koppeling" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "inhoudstype raden niet ondersteund door koppeling" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "op synchrone wijze inhoudstype raden niet ondersteund door koppeling" @@ -1859,12 +1882,12 @@ msgid "Hostname '%s' contains '[' but not ']'" msgstr "" # uitvoerdatastroom begrijpt de opdracht 'scrijven' niet -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "schrijven wordt niet ondersteund door de uitvoerdatastroom" # bronstroom/datastroom van de bron -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Datastroom is al gesloten" @@ -2008,7 +2031,7 @@ msgid "GSocketControlMessage not supported on windows" msgstr "associatiewijzigingen niet mogelijk op win32" # volledig verwijderen/definitief verwijderen/verwijderen -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Fout bij het verwijderen van bestand: %s" diff --git a/po/nn.po b/po/nn.po index 4aeaccf..501109b 100644 --- a/po/nn.po +++ b/po/nn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2008-02-24 17:33+0100\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -88,69 +88,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Klarte ikkje Ã¥ utvida køyrelinja «%s» med adressa «%s»" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "\n" "Language-Team: Occitan \n" @@ -87,69 +87,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "" @@ -158,119 +158,134 @@ msgstr "" msgid "Error opening directory '%s': %s" msgstr "" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Error de lectura del fichièr '%s' : %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Impossible de dobrir le fichièr '%s' : %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Impossible de dobrir le fichièr '%s' : %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Impossible de dobrir le fichièr '%s' : %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u octet" msgstr[1] "%u octets" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f ko" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f Mo" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f Go" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f ko" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f ko" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f ko" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "" @@ -501,7 +516,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1079,17 +1094,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1112,34 +1127,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sens nom" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1191,13 +1206,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "" @@ -1210,49 +1225,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1341,7 +1356,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1354,114 +1369,119 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Nom d'òste invalid" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Error al moment de crear lo repertòri : %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, c-format +msgid "Filesystem does not support symbolic links" +msgstr "" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1482,102 +1502,102 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Error al moment de crear lo repertòri : %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Error al moment de crear lo repertòri : %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1658,49 +1678,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1709,11 +1729,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1846,7 +1866,7 @@ msgstr "Error de lectura del fichièr '%s' : %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Error de lectura del fichièr '%s' : %s" diff --git a/po/or.po b/po/or.po index 1b70d65..b4ca021 100644 --- a/po/or.po +++ b/po/or.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.master.or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-15 16:20+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" @@ -101,69 +101,69 @@ msgstr "'%s' ନାମରେ ନାମିତ କୌଣସି ପ୍ରୟୋଗ msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "'%s' ୟୁ.ଆର.ଆଇ. ସହିତ '%s' ନିଷ୍ପାଦନ ଧାଡିକୁ ବର୍ଦ୍ଧନ କରିବାରେ ବିଫଳ" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "ଅକ୍ଷର ସେଟ୍ '%s'କୁ '%s'େର ରୂପାନ୍ତରିତ କରିବା ଅସହାୟକ" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'ରୁ '%s'ର ରୁପାନ୍ତରକ ଖୋଲି ହେଲା ନାହିଁ" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇଟ୍ ଅନୁକ୍ରମ" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "ନିବେଶର ସମାପ୍ତିରେ ଆଶିଂକ ଅକ୍ଷର ଅନୁକ୍ରମ" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "'%s' ସହାୟକକୁ ସଂକେତ '%s' ସେଟ୍ ରେ ରୁପାନ୍ତରିତ କରିହେଲା ନାହିଁ" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ. \"ଫାଇଲ\" ଯୋଜନାକୁ ବ୍ଯବହାର କରୁଥିବା ଗୋଟିଏ ସମ୍ପୂର୍ଣ୍ଣ ୟୁ.ଆର୍.ଆଇ. ନୁହେଁ" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "'%s' ସ୍ଥାନୀୟ ଫାଇଲ ୟୁ.ଆର୍.ଆଇ. '#' ଚିହ୍ନକୁ ସମ୍ମିଳିତ କରିପାରିବ ନାହିଁ" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ. ଅବୈଧ ଅଟେ" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ର ଆଧାର ନାମ ଅବୈଧ ଅଟେ" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ରେ ଅବୈଧ ଏସ୍କେପ୍ ଅକ୍ଷର ରହିଛି" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' ପଥ ନାମ ଏକ ସମ୍ପୂର୍ଣ୍ଣ ପଥ ନୁହେଁ" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "ଅବୈଧ ଆଧାର ନାମ" @@ -172,119 +172,134 @@ msgstr "ଅବୈଧ ଆଧାର ନାମ" msgid "Error opening directory '%s': %s" msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁଟି: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "\"%2$s\" ଫାଇଲ ପଢିବା ପାଇଁ %1$lu ବାଇଟ୍ ବାଣ୍ଟିହେଲା ନାହିଁ" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "ଫାଇଲ \"%s\" ଟି ଅତ୍ଯଧିକ ବଡ଼" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ଅସଫଳ: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' ଫାଇଲର ଗୁଣ ପାଇବାରେ ଅସଫଳ: fstat() ଅସଫଳ: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: fdopen() ଅସଫଳ: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "'%s' ଫାଇଲ ରୁ '%s' ନାମ ବଦଳାଇ ବାରେ ଅସଫଳ: g_rename() ଅସଫଳ: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "'%s' ଫାଇଲ କୁ େଲଖନ ପାଇଁ ଖୋଲିବାରେ ଅସଫଳ: fdopen() ଅସଫଳ: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: fwrite() ଅସଫଳ: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: fflush() ଅସଫଳ: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: fsync() ଅସଫଳ: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' ଫାଇଲ କୁ ବନ୍ଦ କରିବା ରେ ଅସଫଳ: fclose() ଅସଫଳ: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "ଅବସ୍ଥିତ '%s' ଫାଇଲ କାଢି ହେଲା ନାହଁି: g_unlink ଅସଫଳ %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s' ନମୁନା ଟି ଅବୈଧ ଅଟେ, '%s' ଧାରଣ କରିବା ଉଚିତ ନୁହେଁ" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' ନମୁନା ଟି XXXXXXକୁ ଧାରଣ କରିନାହିଁ" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ପଢିବାରେ ଅସଫଳ: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ" @@ -539,7 +554,7 @@ msgstr "ପଶ୍ଚାତ ଅନୁମାର୍ଗଣ ସୀମା ପହଞ୍ msgid "the pattern contains items not supported for partial matching" msgstr "ଏହି ଶୈଳୀ ଆଂଶିକ ମେଳନ ପାଇଁ ସମର୍ଥିତ ନ ଥିବା ବସ୍ତୁ ମାନଙ୍କୁ ଧାରଣ କରିଥାଏ" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି" @@ -1120,17 +1135,17 @@ msgstr "'%s' ର ମୂଲ୍ଯ ଗୋଟିଏ ବୁଲିଆନ୍ ଭାବ #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "ଅତ୍ୟଧିକ ବଡ଼ ଗଣନା ମୂଲ୍ୟ %sକୁ ପଠାଯାଇଛି" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "ଧାରା ପୂର୍ବରୁ ବନ୍ଦଅଛି" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "ପ୍ରୟୋଗଟି ବାତିଲ ହୋଇଛି" @@ -1153,34 +1168,34 @@ msgstr "%s ପ୍ରକାର" msgid "Unexpected early end-of-stream" msgstr "ଅପ୍ରତ୍ୟାଶିତ ପ୍ରାରମ୍ଭିକ ଧାରାର ଶେଷ" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ବେନାମୀ" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "ଡେସ୍କଟପ ଫାଇଲ Exec କ୍ଷେତ୍ର ଉଲ୍ଲେଖ କରିନଥିଲା" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "ପ୍ରୟୋଗ ପାଇଁ ଆବଶ୍ୟକ ଟର୍ମିନାଲ ଖୋଜିବାରେ ଅସମର୍ଥ" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ଚାଳକ ପ୍ରୟୋଗ ବିନ୍ୟାସ ଫୋଲଡର %s କୁ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ଚାଳକ MIME ବିନ୍ୟାସିତ ଫୋଲଡର %s ନିର୍ମାଣ କରିପାରିବ ନାହିଁ: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "ଚାଳକ ଡେସ୍କଟପ ଫାଇଲ %s ନିର୍ମାଣ କରିପାରିବ ନାହିଁ" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s ପାଇଁ ଇଚ୍ଛାରୂପୀ ପରିଭାଷା" @@ -1232,13 +1247,13 @@ msgstr "GEmblemedIcon ସାଙ୍କେତିକରଣରେ ତ୍ରୁଟି msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon ପାଇଁ ଗୋଟିଏ GEmblem ଆଶାକରାଯାଉଅଛି" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "ପ୍ରୟୋଗ ସମର୍ଥିତ ନୁହଁ" @@ -1251,49 +1266,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "ଧାରଣ କରିଥିବା ସ୍ଥାପନ ଅବସ୍ଥିତ ନାହିଁ" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "ଡିରେକ୍ଟୋରୀ ଉପରେ ନକଲ କରିପାରିବେ ନାହିଁ" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "ଡିରେକ୍ଟୋରୀ ଉପରେ ଡିରେକ୍ଟୋରୀ ନକଲ କରିପାରିବେ ନାହିଁ" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "ଲକ୍ଷ୍ୟ ଫାଇଲ ଅବସ୍ଥିତ" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "ପୁନରାବର୍ତ୍ତୀ ଭାବରେ ଡିରେକ୍ଟୋରୀ ନକଲ କରିପାରିବେ ନାହିଁ" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "ବିଶେଷ ଫାଇଲକୁ ନକଲ କରିପାରିବେ ନାହିଁ" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "ଅବୈଧ symlink ମୂଲ୍ୟ ପ୍ରଦାନ କରାଯାଇଛି" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "ଆବର୍ଜନା ପାତ୍ର ସମର୍ଥିତ ନୁହଁ" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "ଫାଇଲ ନାମଗୁଡ଼ିକ '%c' ଧାରଣ କରିପାରେ ନାହିଁ" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "ଆକାର ସ୍ଥାପନକୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "ଏହି ଫାଇଲକୁ ନିୟନ୍ତ୍ରମ କରିବା ଫଳରେ କୌଣସି ପ୍ରୟୋଗ ପଞ୍ଜିକୃତ ହୋଇନାହିଁ" @@ -1382,7 +1397,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "ଧାରା ପାଖରେ ଉତ୍କୃଷ୍ଟ ପ୍ରୟୋଗ ଅଛି" @@ -1395,114 +1410,119 @@ msgstr "ସକେଟ ଠିକଣା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ଥ msgid "Unsupported socket address" msgstr "ଅସମର୍ଥିତ ସକେଟ ଠିକଣା" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ସ୍ଥାନୀୟ ଡିରେକ୍ଟୋରୀ ମନିଟର ପ୍ରକାର ଖୋଜିବାରେ ଅସମର୍ଥ" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "ଅବୈଧ ଫାଇଲ ନାମ %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "ଫାଇଲତନ୍ତ୍ର ସୂଚନା ପାଇବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "ମୂଳ ଡିରେକ୍ଟୋରୀର ନାମ ବଦଳାଯାଇପାରିବ ନାହିଁ" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "ଫାଇଲର ନାମ ବଦଳାଇବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "ଫାଇଲର ନାମ ବଦଳାଯାଇପାରିବ ନାହିଁ, ଫାଇଲ ନାମ ପୂର୍ବରୁ ଅବସ୍ଥିତ" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "ଅବୈଧ ଫାଇଲ ନାମ" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "ଫାଇଲ ଖୋଲିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "ଡିରେକ୍ଟୋରୀ ଖୋଲିପାରିବେ ନାହିଁ" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "ଫାଇଲ ଅପସାରଣରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "ଫାଇଲକୁ ବର୍ଜନ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ଆବର୍ଜନା ପାତ୍ର ଡିରେକ୍ଟୋରୀ %sକୁ ନିର୍ମାଣ କରିବାରେ ଅସମର୍ଥ: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "ଆବର୍ଜନା ପାତ୍ର ପାଇଁ ଉଚ୍ଚସ୍ତରୀୟ ଡିରେକ୍ଟୋରୀ ଖୋଜିବାରେ ଅସମର୍ଥ" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "ଆବର୍ଜନା ପାତ୍ର ଡିରେକ୍ଟୋରୀ ଖୋଜିବା ଏବଂ ନିର୍ମାଣ କରିବାରେ ଅସମର୍ଥ" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ବର୍ଜିତ ସୂଚନା ଫାଇଲ ନିର୍ମାଣରେ ଅସମର୍ଥ : %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "ଫାଇଲକୁ ବର୍ଜନ କରିବାରେ ଅସମର୍ଥ: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "ଡିରେକ୍ଟୋରି ନିର୍ମାଣ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "'%s' ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ପଢିବାରେ ଅସଫଳ: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "ପ୍ରତୀକାତ୍ମକ ସମ୍ପର୍କ ନିର୍ମାଣରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "ଫାଇଲ ଘୁଞ୍ଚାଇବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "ଡିରେକ୍ଟୋରୀ ଉପରେ ଡିରେକ୍ଟୋରୀକୁ ଘୁଞ୍ଚାଇପାରିବେ ନାହିଁ" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "ନକଲ ସଂରକ୍ଷଣ ଫାଇଲ ନିର୍ମାଣ ଅସଫଳ ହେଲା" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "ଲକ୍ଷ୍ୟ ଫାଇଲ ଘୁଞ୍ଚାଇବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "ଅସମର୍ଥିତ ସ୍ଥାପନଗୁଡ଼ିକ ମଧ୍ଯରେ ଗତିକରନ୍ତୁ" @@ -1523,102 +1543,102 @@ msgstr "ଅବୈଧ ବିସ୍ତୃତ ଗୁଣର ନାମ" msgid "Error setting extended attribute '%s': %s" msgstr "ଅନୁଲଗ୍ନ ଗୁଣ '%s'କୁ ବିନ୍ୟାସ କରିବା ସମୟରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "ଫାଇଲ '%s'କୁ ଆରମ୍ଭ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (ଅବୈଧ ସାଙ୍କେତିକରଣ)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "ଫାଇଲ ନିରୂପକ ଆରମ୍ଭ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "ଅବୈଧ ଗୁଣ ପ୍ରକାର (unit32 ଆଶାକରାଯାଉଛି)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "ଅବୈଧ ଗୁଣ ପ୍ରକାର (unit64 ଆଶାକରାଯାଉଛି)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "ଅବୈଧ ଗୁଣ ପ୍ରକାର (ବାଇଟ ବାକ୍ୟଖଣ୍ଡ ଆଶାକରାଯାଉଛି)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "symlinks ରେ ଅନୁମତିଗୁଡ଼ିକୁ ସେଟ କରିପାରିବେ ନାହିଁ" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "ଅନୁମତି ବିନ୍ୟାସକରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "ମାଲିକ ନିରୁପଣ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symlink ନିଶ୍ଚିତ ରୂପେ non-NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "symlink ବିନ୍ୟାସ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "symlink ବିନ୍ୟାସ କରିବାରେ ତ୍ରୁଟି: ଫାଇଲଟି ଗୋଟିଏ symlink ନୁହଁ" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "ପରିବର୍ତ୍ତନ ଅଥବା ଅଭିଗମ୍ୟତା ସମୟ ବିନ୍ୟାସକରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux ପ୍ରସଙ୍ଗଟି ନିଶ୍ଚିତ ରୂପେ non-NULL ଅଟେ" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux ପ୍ରସଙ୍ଗ ବିନ୍ୟାସ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux ଏହି ତନ୍ତ୍ରରେ ସକ୍ରିୟ ହୋଇନାହିଁ" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "ଗୁଣ %s ବିନ୍ୟାସ କରିବା ସମର୍ଥିତ ନୁହଁ" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "ଫାଇଲରୁ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "ଫାଇଲଭିତରେ ଅନୁସନ୍ଧାନ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "ଫାଇଲ ବନ୍ଦକରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ସ୍ଥାନୀୟ ଫାଇଲ ମନିଟର ପ୍ରକାର ଖୋଜିବାରେ ଅସମର୍ଥ" @@ -1699,49 +1719,54 @@ msgstr "ସ୍ମୃତି ଫଳାଫଳ ବାକ୍ଯଖଣ୍ଡର ଆକ #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "ସ୍ଥାପନ ବିସ୍ଥାପନକୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "ସ୍ଥାପନ ବାହାର କରିବାକୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "ସ୍ଥାପନ କ୍ରିୟା ବିସ୍ଥାପନ କ୍ରିୟା ଅଥବା unmount_with_operation କୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "ସ୍ଥାପନ ବାହାର କରିବା ଅଥବା eject_with_operation କୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "ସ୍ଥାପନ ସୂଚୀପତ୍ର ପ୍ରକାର ଅନୁମାନକୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "ସ୍ଥାପନ ସମକାଳୀନ ସୂଚୀପତ୍ର ପ୍ରକାର ଅନୁମାନକୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ" @@ -1750,11 +1775,11 @@ msgstr "ସ୍ଥାପନ ସମକାଳୀନ ସୂଚୀପତ୍ର ପ୍ msgid "Hostname '%s' contains '[' but not ']'" msgstr "'%s' ଆଧାର ନାମ '[' but not ']' କୁ ଧାରଣ କରିଥାଏ" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "ଫଳାଫଳ ବାକ୍ଯଖଣ୍ଡ ଲେଖିବାକୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "ଉତ୍ସ ବାକ୍ୟଖଣ୍ଡଟି ପୂର୍ବରୁ ବନ୍ଦହୋଇଯାଇଛି" @@ -1886,7 +1911,7 @@ msgstr "ସନ୍ଦେଶ ପଠାଇବାରେ ତ୍ରୁଟି: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage windows ରେ ସମର୍ଥିତ ନୁହଁ" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "ସନ୍ଦେଶ ଗ୍ରହଣ କରିବାରେ ତ୍ରୁଟି: %s" diff --git a/po/pa.po b/po/pa.po index 235c6ac..719205e 100644 --- a/po/pa.po +++ b/po/pa.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-13 08:57+0530\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi/Panjabi \n" @@ -91,69 +91,69 @@ msgstr "ਕਿਸੇ ਕਾਰਜ ਨੇ '%2$s' ਲਈ '%1$s' ਨਾਂ ਨਾ msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec ਲਾਈਨ '%s' ਨੂੰ URI '%s' ਨਾਲ ਫੈਲਾਉਣ ਲਈ ਫੇਲ੍ਹ ਹੋਇਆ" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "ਕਰੈਕਟਰ ਸਮੂਹ %s ਤੋਂ %s ਵਿੱਚ ਬਦਲਣ ਇਸ ਵੇਲੇ ਸੰਭਵ ਨਹੀਂ" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' ਤੋੱ '%s' ਵਿੱਚ ਬਦਲਣ ਵਾਲਾ ਉਪਲਬਧ ਨਹੀਂ ਹੈ" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "ਬਦਲਣ ਲਈ ਦਿੱਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ ਦਾ ਸਰੂਪ ਠੀਕ ਨਹੀਂ ਹੈ" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "ਤਬਦੀਲੀ ਦੌਰਾਨ ਗਲਤੀ %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "ਸਤਰ ਦੇ ਅਖੀਰ ਤੇ ਅੱਖਰਾਂ ਦਾ ਸਰੂਪ ਅਧੂਰਾ ਹੈ" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "ਕੋਡ ਸਮੂਹ %s ਤੋਂ %s ਵਿੱਚ ਤਬਦੀਲੀ ਸੰਭਵ ਨਹੀਂ" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' \"file\" ਸਕੀਮ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਅਸਲ URI ਨਹੀਂ ਹੈ" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "ਲੋਕਲ ਫਾਇਲ URI %s ਵਿੱਚ ਇਹ ਨਿਸ਼ਾਨ # ਨਹੀਂ ਹੈ" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' ਜਾਇਜ਼ ਨਹੀਂ ਹੈ" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s' ਦੇ ਹੋਸਟ ਦਾ ਨਾਂ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' ਕੋਲ ਗਲਤ ਅੱਖਰ ਹਨ" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "ਮਾਰਗ-ਨਾਂ %s ਇਕ ਅਸਲੀ (absolute) ਮਾਰਗ ਨਹੀਂ ਹੈ" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "ਗਲਤ ਹੋਸਟ-ਨਾਂ" @@ -162,119 +162,134 @@ msgstr "ਗਲਤ ਹੋਸਟ-ਨਾਂ" msgid "Error opening directory '%s': %s" msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਖੋਲ੍ਹਣ ਲਈ ਗਲਤੀ: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "ਫਾਇਲ \"%2$s\" ਖੋਲ੍ਹਣ ਲਈ %1$lu ਬਾਈਟ ਨਹੀਂ ਦਿੱਤੇ ਜਾ ਸਕੇ" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "ਫਾਇਲ \"%s\" ਬਹੁਤ ਵੱਡੀ ਹੈ" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "ਫਾਇਲ '%s' ਤੋਂ ਪੜ੍ਹਨ 'ਚ ਅਸਫ਼ਲ: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' ਫਾਇਲ ਖੋਲ੍ਹ 'ਚ ਗਲਤੀ %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "ਫਾਇਲ '%s' ਦੀਆਂ ਵਿਸ਼ੇਸਤਾ ਖੋਲ੍ਹਣ 'ਚ ਫੇਲ੍ਹ: fstat() ਫੇਲ੍ਹ: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "ਫਾਇਲ '%s' ਖੋਲ੍ਹਣ ਵਿੱਚ ਫੇਲ੍ਹ: fdopen() ਫੇਲ੍ਹ: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "ਫਾਇਲ '%s' ਦਾ ਨਾਂ '%s' ਬਦਲਣ 'ਚ ਅਸਫ਼ਲ: g_rename() ਫੇਲ੍ਹ: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "ਫਾਇਲ %s' ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ੍ਹ: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "ਫਾਇਲ '%s' ਨੂੰ ਲਿਖਣ ਲਈ ਖੋਲ੍ਹਣ ਵਾਸਤੇ ਫੇਲ੍ਹ: fdopen() ਫੇਲ੍ਹ: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "ਫਾਇਲ '%s' ਨੂੰ ਲਿਖਣ ਲਈ ਫੇਲ੍ਹ: fwrite() ਫੇਲ੍ਹ: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "ਫਾਇਲ '%s' ਨੂੰ ਲਿਖਣ ਲਈ ਫੇਲ੍ਹ: fflush() ਫੇਲ੍ਹ: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "ਫਾਇਲ '%s' ਨੂੰ ਲਿਖਣ ਲਈ ਫੇਲ੍ਹ: fsync() ਫੇਲ੍ਹ: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "ਫਾਇਲ '%s' ਨੂੰ ਬੰਦ ਕਰਨ 'ਚ ਫੇਲ੍ਹ: fclose() ਫੇਲ੍ਹ: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "ਮੌਜੂਦਾ ਫਾਇਲ '%s' ਨੂੰ ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: g_unlink() ਫੇਲ੍ਹ: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "ਟੈਪਲੇਟ '%s' ਸਹੀਂ ਨਹੀਂ ਹੈ, ਇਸ ਕੋਲ '%s' ਨਹੀਂ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "ਟੈਂਪਲੇਟ '%s' XXXXXX ਨਹੀਂ ਰੱਖਦਾ ਹੈ" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ '%s' ਪੜ੍ਹਨ ਲਈ ਫੇਲ੍ਹ: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ ਮੱਦਦ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹਨ" @@ -522,7 +537,7 @@ msgstr "ਬੈਕ-ਟਰੈਕਿੰਗ ਲਿਸਟ ਆ ਗਈ" msgid "the pattern contains items not supported for partial matching" msgstr "ਪੈਟਰਨ ਵਿੱਚ ਆਈਟਮਾਂ ਹਨ, ਜੋ ਕਿ ਅਧੂਰੀ ਮੈਂਚਿੰਗ ਲਈ ਸਹਾਇਕ ਨਹੀਂ।" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "ਅੰਦਰੂਨੀ ਗਲਤੀ" @@ -1102,17 +1117,17 @@ msgstr "ਮੁੱਲ '%s' ਨੂੰ ਬੂਲੀਅਨ ਵਾਂਗ ਇੰਟਰ #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%s ਨੂੰ ਬਹੁਤ ਵੱਧ ਗਿਣਤੀ ਪਾਸ ਕੀਤੀ ਗਈ" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "ਸਟਰੀਮ ਪਹਿਲਾਂ ਹੀ ਬੰਦ ਹੈ" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "ਓਪਰੇਸ਼ਨ ਰੱਦ ਕੀਤਾ ਗਿਆ" @@ -1135,34 +1150,34 @@ msgstr "%s ਟਾਈਪ" msgid "Unexpected early end-of-stream" msgstr "ਅਚਾਨਕ ਛੇਤੀ ਐਂਡ-ਆਫ਼-ਸਟੀਰਮ" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ਬਿਨ-ਨਾਂ" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "ਡੈਸਕਟਾਪ ਫਾਇਲ ਨੇ Exec ਫੀਲਡ ਨਹੀਂ ਦਿੱਤਾ ਹੈ" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "ਐਪਲੀਕੇਸ਼ਨ ਲਈ ਟਰਮੀਨਲ ਲੋੜ ਲੱਭਣ ਲਈ ਅਸਮਰੱਥ ਹੈ" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ਯੂਜ਼ਰ ਐਪਲੀਕੇਸ਼ਨ ਸੰਰਚਨਾ ਫੋਲਡਰ %s ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ਯੂਜ਼ਰ MIME ਸੰਰਚਨਾ ਫੋਲਡਰ %s ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "ਯੂਜ਼ਰ ਡੈਸਕਟਾਪ ਫਾਇਲ %s ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s ਲਈ ਕਸਟਮ ਪਰਿਭਾਸ਼ਾ" @@ -1214,13 +1229,13 @@ msgstr "GEmblemedIcon ਇੰਕੋਡਿੰਗ ਵਿੱਚ ਨਿਕਾਰਾ msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon ਲਈ GEmblem ਦੀ ਲੋੜ ਸੀ" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ" @@ -1233,49 +1248,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "ਰੱਖਣ ਵਾਲਾ ਮਾਊਂਟ ਮੌਜੂਦ ਨਹੀਂ" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦਾ" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਮੌਜੂਦ ਹੈ" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਲਗਾਤਾਰ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "ਖਾਸ ਫਾਇਲ ਕਾਪੀ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "ਗਲਤ ਸਿੰਬੋਲਿੰਕ ਮੁੱਲ ਦਿੱਤਾ" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "ਰੱਦ ਸਹਾਇਕ ਨਹੀਂ" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "ਫਾਇਲ ਨਾਂ ਵਿੱਚ ' %c' ਮੌਜੂਦ ਨਹੀਂ ਹੋ ਸਕਦਾ" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "ਵਾਲੀਅਮ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ ਹੈ" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "ਇਹ ਫਾਇਲ ਹੈਂਡਲ ਕਰਨ ਲਈ ਕੋਈ ਐਪਲੀਕੇਸ਼ਨ ਰਜਿਸਟਰ ਨਹੀਂ ਹੈ" @@ -1364,7 +1379,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "ਸਟਰੀਮ ਪਹਿਲਾਂ ਹੀ ਕਾਰਵਾਈ ਅਧੀਨ ਹੈ" @@ -1377,114 +1392,119 @@ msgstr "ਸਾਕਟ ਐਡਰੈੱਸ ਲਈ ਲੋੜੀਦੀ ਥਾਂ ਨ msgid "Unsupported socket address" msgstr "ਗ਼ੈਰ-ਸਹਾਇਕ ਸਾਕਟ ਐਡਰੈੱਸ" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "ਡਿਫਾਲਟ ਲੋਕਲ ਡਾਇਰੈਕਟਰੀ ਮਾਨੀਟਰ ਟਾਈਪ ਲੱਭਣ ਲਈ ਅਸਮਰੱਥ" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "ਫਾਇਲ ਸਿਸਟਮ ਜਾਣਕਾਰੀ ਲੈਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "ਰੂਟ ਡਾਇਰੈਕਟਰੀ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "ਫਾਇਲ ਨਾਂ ਬਦਲਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "ਫਾਇਲ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ, ਫਾਇਲ ਨਾਂ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "ਫਾਇਲ ਖੋਲ੍ਹਣ ਦੌਰਾਨ ਗਲਤੀ: %s " -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਖੋਲ੍ਹੀ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ਰੱਦੀ ਡਾਇਰੈਕਟਰੀ %s ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "ਰੱਦੀ ਲਈ ਟਾਪ-ਲੈਵਲ ਡਾਇਰੈਕਟਰੀ ਲੱਭਣ ਲਈ ਅਸਮਰੱਥ" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "ਰੱਦੀ ਡਾਇਰੈਕਟਰੀ ਲੱਭਣ ਜਾਂ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ਰੱਦੀ 'ਚ ਭੇਜੀ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਲਈ ਅਸਮਰੱਥ: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "ਡਾਇਰੈਕਟਰੀ ਬਣਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ '%s' ਪੜ੍ਹਨ ਲਈ ਫੇਲ੍ਹ: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "ਸਿਬੋਲਿਕ ਲਿੰਕ ਬਣਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "ਫਾਇਲ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਨੂੰ ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਭੇਜਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "ਬੈਕਅੱਪ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਫੇਲ੍ਹ" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "ਮਾਊਂਟ ਵਿੱਚ ਭੇਜਣਾ ਸਹਿਯੋਗੀ ਨਹੀਂ" @@ -1505,102 +1525,102 @@ msgstr "ਗਲਤ ਐਕਸਟੈੱਡ ਗੁਣ ਨਾਂ" msgid "Error setting extended attribute '%s': %s" msgstr "ਐਕਸਟੈੱਡ ਗੁਣ '%s' ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ਫਾਇਲ ਦੇਣ'ਚ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "(ਗਲਤ ਇੰਕੋਡਿੰਗ)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "ਫਾਇਲ ਡਿਸਕ੍ਰਿਪਟਰ ਸਟੇਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (uint32 ਲੋੜੀਦਾ ਸੀ)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (uint64 ਲੋੜੀਦਾ ਸੀ)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (ਬਾਈਟ ਲਾਈਨ ਲੋੜੀਦੀ ਸੀ)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "ਸਿਮਲਿੰਕਲਈ ਅਧਿਕਾਰ ਨਹੀਂ ਸੈੱਟ ਕੀਤੇ ਜਾ ਸਕਦੇ" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "ਅਧਿਕਾਰ ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "ਓਪਨ ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "ਸਿਮਲਿੰਕ ਗ਼ੈਰ-ਨਲ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: ਫਾਇਲ ਇੱਕ symlink ਨਹੀਂ ਹੈ" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "ਸੋਧਣ ਜਾਂ ਵਰਤਣ ਸਮਾਂ ਸੈੱਟ ਕਰਨ ਲਈ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux ਪਰਸੰਗ ਗੈਰ-ਨਲ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux ਪਰਸੰਗ ਸੈਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "ਇਸ ਸਿਸਟਮ ਉੱਤੇ SELinux ਚਾਲੂ ਨਹੀਂ ਹੈ" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "ਗੁਣ %s ਸੈਟਿੰਗ ਸਹਾਇਕ ਨਹੀਂ" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "ਫਾਇਲ ਤੋਂ ਪੜ੍ਹਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "ਫਾਇਲ 'ਚ ਵੇਖਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "ਫਾਇਲ ਬੰਦ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "ਡਿਫਾਲਟ ਲੋਕਲ ਫਾਇਲ ਮਾਨੀਟਰ ਟਾਈਪ ਖੋਜਣ ਲਈ ਅਸਮਰੱਥ" @@ -1681,49 +1701,54 @@ msgstr "ਮੈਮੋਰੀ ਆਉਟਪੁੱਟ ਸਟਰੀਮ ਮੁੜ-ਸ #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "ਮਾਊਂਟ ਹਾਲੇ ਅਣ-ਮਾਊਂਟ ਲਈ ਸਥਾਪਿਤ ਨਹੀਂ" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "ਮਾਊਂਟ ਹਾਲੇ ਬਾਹਰ ਕੱਢਣ ਲਈ ਸਥਾਪਤ ਨਹੀਂ" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "ਮਾਊਂਟ ਲਈ ਹਾਲੇ unmount ਜਾਂ unmount_with_operation ਸਥਾਪਿਤ ਨਹੀਂ।" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "ਮਾਊਂਟ ਲਈ eject ਜਾਂ eject_with_operation ਸਥਾਪਿਤ ਨਹੀਂ ਹੈ।" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "ਪਰਸੰਗ ਟਾਈਪ ਗੈੱਸਿੰਗ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ ਹੈ" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "ਸੈਕਰੋਨਿਸ ਪਰਸੰਗ ਟਾਈਪ ਗੈਸਿੰਗ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ ਹੈ" @@ -1732,11 +1757,11 @@ msgstr "ਸੈਕਰੋਨਿਸ ਪਰਸੰਗ ਟਾਈਪ ਗੈਸਿੰਗ msgid "Hostname '%s' contains '[' but not ']'" msgstr "ਹੋਸਟ-ਨਾਂ '%s' '[' ਰੱਖਦਾ ਹੈ, ਪਰ ']' ਨਹੀਂ" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "ਆਉਟਪੁੱਟ ਸਟਰੀਮ ਲਿਕਣ ਲਈ ਬਣਾਈ ਨਹੀਂ ਗਈ" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "ਸਰੋਤ ਸਟਰੀਮ ਬੰਦ ਕੀਤਾ ਗਿਆ ਹੈ" @@ -1868,7 +1893,7 @@ msgstr "ਸੁਨੇਹਾ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" msgid "GSocketControlMessage not supported on windows" msgstr "ਵਿੰਡੋਜ਼ ਉੱਤੇ GSocketControlMessage ਸਹਾਇਕ ਨਹੀਂ ਹੈ" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "ਸੁਨੇਹਾ ਲੈਣ ਦੌਰਾਨ ਗਲਤੀ: %s" diff --git a/po/pl.po b/po/pl.po index 9b7e359..eaf2f73 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-06 14:20+0100\n" "Last-Translator: Tomasz Dominikowski \n" "Language-Team: Polish \n" @@ -90,73 +90,73 @@ msgstr "Å»aden program o nazwie \"%s\" nie zarejestrował zakładki dla \"%s\"" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Rozwinięcie wiersza exec \"%s\" z adresem URI \"%s\" nie powiodło się" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "Konwersja z zestawu znaków \"%s\" na zestaw \"%s\" nie jest obsługiwana" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\"" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Nieprawidłowa sekwencja bajtów na wejściu konwersji" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Błąd podczas konwersji: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Na końcu wejścia występuje sekwencja odpowiadająca części znaku" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Nie można przekonwertować napisu zastępczego \"%s\" na zestaw znaków \"%s\"" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "Adres URI \"%s\" nie jest bezwzględnym adresem URI, używającym schematu " "\"plikowego\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Adres URI lokalnego pliku \"%s\" nie może zawierać znaku \"#\"" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Adres URI \"%s\" jest nieprawidłowy" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Nazwa komputera w adresie URI \"%s\" jest nieprawidłowa" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Adres URI \"%s\" zawiera nieprawidłowe znaki sterujące" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Ścieżka \"%s\" nie jest ścieżką bezwzględną" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Nieprawidłowa nazwa komputera" @@ -165,98 +165,98 @@ msgstr "Nieprawidłowa nazwa komputera" msgid "Error opening directory '%s': %s" msgstr "Wystąpił błąd podczas otwierania katalogu \"%s\": %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nie można przydzielić %lu bajtów do odczytu pliku \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Wystąpił błąd podczas odczytu pliku \"%s\": %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Plik \"%s\" jest za duży" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Nie można odczytać z pliku \"%s\": %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nie można otworzyć pliku \"%s\": %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Nie można uzyskać atrybutów pliku \"%s\": funkcja fstat() zwróciła błąd: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nie można otworzyć pliku \"%s\": funkcja fdopen() zwróciła błąd: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Nie można zmienić nazwy pliku \"%s\" na \"%s\": funkcja g_rename() zwróciła " "błąd: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nie można utworzyć pliku \"%s\": %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Nie można otworzyć pliku \"%s\" do zapisu: funkcja fdopen() zwróciła błąd: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Nie można zapisać pliku \"%s\": funkcja fwrite() zwróciła błąd: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Nie można zapisać pliku \"%s\": funkcja fflush() zwróciła błąd: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Nie można zapisać pliku \"%s\": funkcja fsync() zwróciła błąd: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Nie można zamknąć pliku \"%s\": funkcja fclose() zwróciła błąd: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Nie można usunąć istniejącego pliku \"%s\": funkcja g_unlink() zwróciła " "błąd: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Szablon \"%s\" jest nieprawidłowy, nie powinien on zawierać \"%s\"" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Szablon \"%s\" nie zawiera XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -264,27 +264,42 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Niepowodzenie podczas odczytu dowiązania symbolicznego \"%s\": %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Dowiązania symboliczne nie są obsługiwane" @@ -558,7 +573,7 @@ msgstr "osiągnięto limit wyjątku" 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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "błąd wewnętrzny" @@ -1165,17 +1180,17 @@ msgstr "Nie można zinterpretować \"%s\" jako wartości logicznej." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Za duża wartość licznika przekazana do %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Potok jest już zamknięty" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Działanie zostało anulowane" @@ -1198,35 +1213,35 @@ msgstr "typ %s" msgid "Unexpected early end-of-stream" msgstr "Nieoczekiwany, przedwczesny koniec potoku" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Bez nazwy" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Plik .desktop nie określa pola Exec" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Nie można odnaleźć terminala wymaganego przez program" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Nie można utworzyć katalogu użytkownika dla konfiguracji programu %s: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nie można utworzyć katalogu użytkownika dla konfiguracji MIME %s: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Nie można utworzyć pliku .desktop dla użytkownika %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Własna definicja dla %s" @@ -1278,13 +1293,13 @@ msgstr "Błędna liczba elementów (%d) w kodowaniu GEmblemedIcon" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Oczekiwano obiektu GEmblem dla GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Działanie nie jest obsługiwane" @@ -1297,49 +1312,49 @@ msgstr "Działanie nie jest obsługiwane" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Nie istnieje zawierające montowanie" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Nie można skopiować na katalog" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Nie można skopiować katalogu na katalog" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Plik docelowy istnieje" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Nie można skopiować katalogu rekurencyjnie" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Nie można skopiować pliku specjalnego" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Wprowadzono nieprawidłową wartość dowiązania symbolicznego" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Kosz nie jest obsługiwany" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Nazwy plików nie mogą zawierać \"%c\"" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "wolumin nie obsługuje montowania" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Å»aden program nie jest zarejestrowany do obsługi tego pliku" @@ -1428,7 +1443,7 @@ msgstr "Potok wejściowy nie obsługuje odczytu" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Potok ma zaległe działanie" @@ -1441,114 +1456,119 @@ msgstr "Brak wystarczającej ilości miejsca dla adresu gniazda" msgid "Unsupported socket address" msgstr "Nieobsługiwany adres gniazda" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Nie można odnaleźć domyślnego typu monitora katalogu lokalnego" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Nieprawidłowa nazwa pliku %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Błąd podczas pobierania informacji o systemie plików: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Nie można zmienić nazwy katalogu głównego" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Błąd podczas zmieniania nazwy pliku: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Nie można zmienić nazwy pliku, plik o takiej nazwie już istnieje" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Nieprawidłowa nazwa pliku" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Błąd podczas otwierania pliku: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Nie można otworzyć katalogu" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Błąd podczas usuwania pliku: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Błąd podczas przenoszenia pliku do kosza: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nie można utworzyć katalogu kosza %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Nie można odnaleźć głównego katalogu dla kosza" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Nie można odnaleźć lub utworzyć katalogu kosza" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nie można utworzyć pliku informacji o koszu: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Nie można przenieść pliku do kosza: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Błąd podczas tworzenia katalogu: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Niepowodzenie podczas odczytu dowiązania symbolicznego \"%s\": %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Błąd podczas tworzenia dowiązania symbolicznego: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Błąd podczas przenoszenia pliku: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Nie można przenieść katalogu na katalog" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Nie można utworzyć kopii zapasowej pliku" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Błąd podczas usuwania pliku docelowego: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Przenoszenie między zamontowanymi udziałami nie jest obsługiwane" @@ -1569,104 +1589,104 @@ msgstr "Nieprawidłowa nazwa rozszerzonego atrybutu" msgid "Error setting extended attribute '%s': %s" msgstr "Błąd podczas ustawiania rozszerzonego atrybutu \"%s\": %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Błąd podczas wyznaczania pliku \"%s\": %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (nieprawidłowe kodowanie)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Błąd podczas wyznaczania deskryptora pliku: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Nieprawidłowy typ atrybutu (oczekiwano \"uint32\")" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Nieprawidłowy typ atrybutu (oczekiwano \"uint64\")" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Nieprawidłowy typ atrybutu (oczekiwano \"byte string\")" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Nie można ustawić uprawnień na dowiązaniach symbolicznych" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Błąd podczas ustawiania uprawnień: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Błąd podczas ustawiania właściciela: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "dowiązanie symboliczne nie może być puste" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Błąd podczas ustawiania dowiązania symbolicznego: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 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:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Błąd podczas ustawiania czasu modyfikacji lub dostępu: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "Kontekst SELinux nie może być pusty" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Błąd podczas ustawiania kontekstu SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux nie jest włączony w tym systemie" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Ustawianie atrybutu %s nie jest obsługiwane" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Błąd podczas odczytywania z pliku: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Błąd podczas wyszukiwania w pliku: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Błąd podczas zamykania pliku: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Nie można odnaleźć domyślnego typu monitora pliku lokalnego" @@ -1747,50 +1767,55 @@ msgstr "Nie można zmienić rozmiaru potoku wyjściowego pamięci" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "montowany obiekt nie obsługuje odmontowania" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "montowany obiekt nie obsługuje wysunięcia" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "montowany obiekt nie obsługuje odmontowania lub \"unmount_with_operation\"" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "montowany obiekt nie obsługuje wysunięcia lub \"eject_with_operation\"" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "montowany obiekt nie obsługuje ponownego montowania" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "montowany obiekt nie obsługuje rozpoznania typu zawartości" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" "montowany obiekt nie obsługuje synchronicznego rozpoznania typu zawartości" @@ -1800,11 +1825,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Nazwa komputera \"%s\" zawiera \"[\", ale nie \"]\"" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Potok wyjściowy nie obsługuje zapisu" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Potok źródłowy jest już zamknięty" @@ -1936,7 +1961,7 @@ msgstr "Błąd podczas wysyłania komunikatu: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage nie jest obsługiwane w Windows" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Błąd podczas pobierania komunikatu: %s" diff --git a/po/ps.po b/po/ps.po index 29925c8..0584f03 100644 --- a/po/ps.po +++ b/po/ps.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.head\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-04-12 17:07-0800\n" "Last-Translator: \n" "Language-Team: Pashto \n" @@ -87,69 +87,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "%s :د اړونې پر مهال ستونزه" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "ناسم دی URI '%s'" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "ناسم کوربه نوم" @@ -158,119 +158,134 @@ msgstr "ناسم کوربه نوم" msgid "Error opening directory '%s': %s" msgstr "%s :درکموند پرانيستلو کې ستونزه '%s'" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "%s :دوتنه لوسلو کې ستونزه '%s'" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "%s :دوتنې نه لوستلو کې پاتې راغی '%s' د" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "%s :دوتنه پرانيستلو کې پاتې راغی '%s'" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "%s :دوتنې جوړولو کې پاتې راغی '%s' د" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f Ú© ب" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f م ب" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f Ú« ب" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f Ú© ب" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f Ú© ب" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f Ú© ب" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "%s :په لوستلو کې پاتې راغی '%s' د پېلامي تړنې" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "پېلامي تړنې نه منل کيږي" @@ -501,7 +516,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "دنننۍ تېروتنه" @@ -1079,17 +1094,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "چار بند شو" @@ -1112,34 +1127,34 @@ msgstr "ډول %s" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "بېنومه" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "نه شي جوړولی %s د کارن سرپاڼې دوتنه" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "لپاره دوديز پېژنداوی %s د" @@ -1191,13 +1206,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "چار نه منل کيږي" @@ -1210,49 +1225,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "د درکموند پر سر نه شي لمېسلی" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "درکموند د درکموند پر سر نه شي لمېسلی" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "موخه دوتنه شتون لري" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "ځانګړې دوتنه نه شي لمېسلی" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "ناسم پېلامتړنې ارزښت ورکړل شوی" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "نه شي لرلی '%c' دوتنه نومونه" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1341,7 +1356,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1354,114 +1369,119 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "%s ناسم دوتنه نوم" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "%s :د دوتنه غونډال خبرتياوو اخيستلو کې ستونزه" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "ولۍ درکموند نه شي بيانومولی" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "%s :دوتنه بيانومولو کې ستونزه" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "دوتنه نه شي بيانومولی، دوتنه نوم د مخکې نه شته" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "ناسم دوتنه نوم" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "%s :دوتنه پرانيستلو کې ستونزه" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "درکموند نه شي پرانيستلی" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "%s :دوتنې ړنګولو کې ستونزه" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "%s د پوښۍ په جوړولو کې ستونزه:" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "%s :په لوستلو کې پاتې راغی '%s' د پېلامي تړنې" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "%s :د پېلامي تړنې په جوړولو کې ستونزه" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "%s :دوتنه خوځولو کې ستونزه" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "يو درکموند پر بل درکموند نه شي خوځولی" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "د شاتړ دوتنې جوړونه پاتې راغله" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "%s :د موخه دوتنې په ړنګولو کې ستونزه" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "د ماونټونو ترمنځ خوځېدنه نه منل کيږي" @@ -1482,103 +1502,103 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (ناسمه کوډييزونه)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "%s :د پرېښلو په امستلو کې ستونزه" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "%s :د پرېښلو په امستلو کې ستونزه" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "%s :د خاوند په امستلو کې ستونزه" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "%s :د پرېښلو په امستلو کې ستونزه" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "%s :دوتنې نه لوستلو کې ستونزه" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "%s :دوتنه بندولو کې ستونزه" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1659,49 +1679,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1710,11 +1730,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1848,7 +1868,7 @@ msgstr "%s :دوتنه پرانيستلو کې ستونزه" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "%s :دوتنې ړنګولو کې ستونزه" diff --git a/po/pt.po b/po/pt.po index e04b244..e0ee8e2 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.28\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-01 23:35+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" @@ -88,69 +88,69 @@ msgstr "Nenhuma aplicação denominada '%s' registou um marcador para '%s'" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Falha ao expandir a linha de execução '%s' com o URI '%s'" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Conversão do conjunto de caracteres '%s' para '%s' não é suportada" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Incapaz de abrir conversor de '%s' para '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Sequência de bytes inválida na origem da conversão" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversão: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Sequência de caracteres parcial no final da origem" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Incapaz de converter recurso '%s' para conjunto de caracteres '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "O URI '%s' não é um URI absoluto que utiliza o esquema \"file\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "O URI de ficheiro local '%s' não deverá incluir um '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "O URI '%s' é inválido" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "O nome de máquina do URI '%s' é inválido" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "O URI '%s' contém caracteres incorrectamente mascarados" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "O nome de caminho '%s' não é um caminho absoluto" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Nome de máquina inválido" @@ -159,119 +159,134 @@ msgstr "Nome de máquina inválido" msgid "Error opening directory '%s': %s" msgstr "Erro ao abrir o directório '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Incapaz de alocar %lu bytes para ler o ficheiro \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Ficheiro \"%s\" é demasiado grande" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Falha ao ler do ficheiro '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Falha ao abrir o ficheiro '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Falha ao obter atributos do ficheiro '%s': falha no fstat(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Falha ao abrir o ficheiro '%s': falha no fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Falha ao renomear o ficheiro '%s' para '%s': falha no g_rename(): %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Falha ao criar o ficheiro '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Falha ao abrir o ficheiro '%s' para escrita: falha no fdopen(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Falha ao escrever o ficheiro '%s': falha no fwrite(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Falha ao escrever o ficheiro '%s': falha no fflush(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Falha ao escrever o ficheiro '%s': falha no fsync(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Falha ao fechar o ficheiro '%s': falha no fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Incapaz de remover o ficheiro '%s' existente: falha no g_unlink(): %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Modelo '%s' inválido, não deveria conter um '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Modelo '%s' não contém XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Falha ao ler o atalho '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Atalhos não são suportados" @@ -542,7 +557,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "erro interno" @@ -1137,17 +1152,17 @@ msgstr "Incapaz de interpretar o valor '%s' como uma boleana." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Valor de contagem demasiado grande passado para %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "O fluxo já se encontra fechado" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "A operação foi cancelada" @@ -1170,35 +1185,35 @@ msgstr "Tipo %s" msgid "Unexpected early end-of-stream" msgstr "Final precoce de fluxo inesperado" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sem nome" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Ficheiro de área de trabalho não especifica campo Exec" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Incapaz de encontrar a consola necessária à aplicação" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, 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:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Definição personalizada de %s" @@ -1250,13 +1265,13 @@ msgstr "Número de blocos (%d) mal-formado na codificação GEmblemedIcon" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Esperado um GEmblem para o GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operação não suportada" @@ -1269,49 +1284,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Montagem contida não existe" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Incapaz de copiar sobre um directório" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Incapaz de copiar um directório sobre um directório" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Ficheiro de destino já existe" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Incapaz de copiar directório recursivamente" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Incapaz de copiar ficheiro especial" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Dado um valor de atalho inválido" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Não existe suporte para o Lixo" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Nomes de ficheiros não podem conter '%c'" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "unidade não implementa a montagem" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Não existe nenhuma aplicação registada para gerir este ficheiro" @@ -1400,7 +1415,7 @@ msgstr "Fluxo de entrada não implementa a leitura" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Fluxo tem uma operação por terminar" @@ -1413,114 +1428,119 @@ msgstr "Espaço insuficiente para o endereço do socket" msgid "Unsupported socket address" msgstr "Endereço de socket não suportado" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 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:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Nome de ficheiro %s inválido" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter a informação do sistema de ficheiros: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Incapaz de renomear o directório raiz" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear o ficheiro: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Incapaz de renomear o ficheiro, o nome já existe" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Nome de ficheiro inválido" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir o ficheiro: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Incapaz de abrir o directório" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Erro ao remover o ficheiro: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Erro ao enviar o ficheiro para o Lixo: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Incapaz de criar o directório de Lixo %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Incapaz de encontrar o directório de topo para o Lixo" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Incapaz de encontrar ou criar o directório de Lixo" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, 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:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Incapaz de enviar o ficheiro para o Lixo: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Erro ao criar o directório: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Falha ao ler o atalho '%s': %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao criar atalho: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover o ficheiro: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Incapaz de mover um directório sobre um directório" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Falha ao criar o ficheiro de cópia de segurança" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao remover o ficheiro de destino: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Não é suportado mover entre montados" @@ -1541,102 +1561,102 @@ msgstr "Nome de atributo extendido inválido" msgid "Error setting extended attribute '%s': %s" msgstr "Erro ao definir o atributo extendido '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Erro ao verificar o ficheiro '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (codificação inválida)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao verificar o descritor do ficheiro: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperado um uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperado um uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (esperado uma expressão byte)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Incapaz de definir permissões em atalhos simbólicos" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao definir as permissões: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao definir o dono: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "atalho tem de ser não-NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao definir o atalho: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "Erro ao definir o atalho: ficheiro não é um atalho" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Erro ao definir a hora de alteração ou acesso: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "O contexto SELinux tem de ser não-NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Erro ao definir o contexto SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "O SELinux não está activo neste sistema" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Não é suportada a definição do atributo %s" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Erro ao ler do ficheiro: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Erro ao procurar no ficheiro: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Erro ao fechar o ficheiro: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Incapaz de encontrar tipo de monitor por omissão de ficheiro local" @@ -1717,49 +1737,54 @@ msgstr "Falha ao redimensionar fluxo de saída de memória" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "montar não implementa desmontar" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "montar não implementa ejectar" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "montar não implementa desmontar ou unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "montar não implementa ejectar ou eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "montar não implementa remontar" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "montar não implementa detecção do tipo de conteúdo" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "montar não implementa detecção síncrona do tipo de conteúdo" @@ -1768,11 +1793,11 @@ msgstr "montar não implementa detecção síncrona do tipo de conteúdo" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Nome de máquina '%s' contém '[' mas não ']'" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Fluxo de saída não implementa a escrita" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Fluxo de origem já está fechado" @@ -1904,7 +1929,7 @@ msgstr "Erro ao enviar a mensagem: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage não é suportada em windows" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Erro ao receber a mensagem: %s" diff --git a/po/pt_BR.po b/po/pt_BR.po index f0c748b..542757b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-11-23 08:35-0500\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-11-05 11:39-0300\n" "Last-Translator: Vladimir Melo \n" "Language-Team: Brazilian Portuguese \n" @@ -25,318 +25,339 @@ msgstr "" "X-Poedit-Country: BRAZIL\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Atributo \"%s\" inesperado para elemento \"%s\"" -#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819 -#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936 +#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 +#: glib/gbookmarkfile.c:936 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Não foi localizado atributo \"%s\" do elemento \"%s\"" -#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171 -#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245 +#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 +#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Marca \"%s\" inesperada, esperava marca \"%s\"" -#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145 -#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265 +#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 +#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Marca \"%s\" inesperada dentro de \"%s\"" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "" "Não foi localizado arquivo de marcadores válido nos diretórios de dados" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Já existe um marcador para o URI \"%s\"" -#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198 -#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363 -#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531 -#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688 -#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827 -#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143 -#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384 -#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563 -#: ../glib/gbookmarkfile.c:3691 +#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 +#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 +#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 +#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 +#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 +#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 +#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 +#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 +#: glib/gbookmarkfile.c:3691 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Não foi localizado marcador para o URI \"%s\"" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Não foi definido tipo MIME no marcador para o URI \"%s\"" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Não foi definido sinal de particular no marcador para o URI \"%s\"" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Não há grupos definidos no marcador para o URI \"%s\"" -#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394 +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Nenhum aplicativo chamado \"%s\" registrou um marcador para \"%s\"" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Falha em expandir linha de execução \"%s\" com URI \"%s\"" -#: ../glib/gconvert.c:437 ../glib/gconvert.c:515 ../glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "Não há suporte à conversão do conjunto de caracteres \"%s\" para \"%s\"" -#: ../glib/gconvert.c:441 ../glib/gconvert.c:519 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Não foi possível abrir conversor de \"%s\" para \"%s\"" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:1031 ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964 -#: ../glib/gutf8.c:1419 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 +#: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Seqüência de bytes inválida na entrada de conversão" -#: ../glib/gconvert.c:646 ../glib/gconvert.c:956 ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversão: %s" -#: ../glib/gconvert.c:678 ../glib/gutf8.c:960 ../glib/gutf8.c:1170 -#: ../glib/gutf8.c:1311 ../glib/gutf8.c:1415 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Seqüência de caracteres parcial no final da entrada" -#: ../glib/gconvert.c:928 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Não é possível converter a seqüência \"%s\" para conjunto caracteres \"%s\"" -#: ../glib/gconvert.c:1751 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "O URI \"%s\" não é um URI absoluto que utilize o esquema \"file\"" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "O URI de arquivo local \"%s\" não pode incluir um \"#\"" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "O URI \"%s\" é inválido" -#: ../glib/gconvert.c:1790 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "O nome de servidor do URI \"%s\" é inválido" -#: ../glib/gconvert.c:1806 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "O URI \"%s\" contém caracteres com escape inválido" -#: ../glib/gconvert.c:1901 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "O nome de caminho \"%s\" não é um caminho absoluto" -#: ../glib/gconvert.c:1911 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Nome de servidor inválido" -#: ../glib/gdir.c:112 ../glib/gdir.c:135 +#: glib/gdir.c:112 glib/gdir.c:135 #, c-format msgid "Error opening directory '%s': %s" msgstr "Erro ao abrir o diretório \"%s\": %s" -#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Não foi possível alocar %lu bytes para ler arquivo \"%s\"" -#: ../glib/gfileutils.c:551 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Erro ao ler arquivo \"%s\": %s" -#: ../glib/gfileutils.c:565 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Arquivo \"%s\" é muito grande" -#: ../glib/gfileutils.c:648 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Falha ao ler do arquivo \"%s\": %s" -#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Falha ao abrir arquivo \"%s\": %s" -#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Falha ao obter atributos do arquivo \"%s\": fstat() falhou: %s" -#: ../glib/gfileutils.c:750 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Falha ao abrir arquivo \"%s\": fdopen() falhou: %s" -#: ../glib/gfileutils.c:858 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Falha ao renomear arquivo \"%s\" para \"%s\": g_rename() falhou: %s" -#: ../glib/gfileutils.c:900 ../glib/gfileutils.c:1366 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Falha ao criar arquivo \"%s\": %s" -#: ../glib/gfileutils.c:914 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Falha ao abrir arquivo \"%s\" para escrita: fdopen() falhou: %s" -#: ../glib/gfileutils.c:939 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Falha ao escrever no arquivo \"%s\": fwrite() falhou: %s" -#: ../glib/gfileutils.c:958 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Falha ao escrever no arquivo \"%s\": fflush() falhou: %s" -#: ../glib/gfileutils.c:987 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Falha ao escrever no arquivo \"%s\": fsync() falhou: %s" -#: ../glib/gfileutils.c:1006 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Falha ao fechar arquivo \"%s\": fclose() falhou: %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "O arquivo \"%s\" não pôde ser removido: g_unlink() falhou: %s" -#: ../glib/gfileutils.c:1328 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Modelo \"%s\" inválido, não deveria conter um \"%s\"" -#: ../glib/gfileutils.c:1341 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Modelo \"%s\" não contém XXXXXX" -#: ../glib/gfileutils.c:1779 +#: glib/gfileutils.c:1774 +#, c-format +msgid "%u byte" +msgid_plural "%u bytes" +msgstr[0] "%u byte" +msgstr[1] "%u bytes" + +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1784 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1789 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1832 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Falha ao ler link simbólico \"%s\": %s" -#: ../glib/gfileutils.c:1853 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Não há suporte a links simbólicos" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Não foi possível abrir conversor de \"%s\" para \"%s\": %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Não é possível fazer uma leitura em bruto em g_io_channel_read_line_string" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "Dados residuais não convertidos no buffer de leitura" -#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "Canal termina num caractere parcial" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Não é possível fazer uma leitura em bruto de g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:123 +#: glib/gmappedfile.c:123 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Falha ao abrir arquivo \"%s\": open() falhou: %s" -#: ../glib/gmappedfile.c:201 +#: glib/gmappedfile.c:201 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Falha ao mapear arquivo \"%s\": mmap() falhou: %s" -#: ../glib/gmarkup.c:303 ../glib/gmarkup.c:343 +#: glib/gmarkup.c:303 glib/gmarkup.c:343 #, c-format msgid "Error on line %d char %d: " msgstr "Erro na linha %d caractere %d: " -#: ../glib/gmarkup.c:363 ../glib/gmarkup.c:441 +#: glib/gmarkup.c:363 glib/gmarkup.c:441 #, c-format msgid "Invalid UTF-8 encoded text in name - not valid '%s'" msgstr "Texto do nome codificado em UTF-8 inválido - \"%s\" não válido" -#: ../glib/gmarkup.c:374 +#: glib/gmarkup.c:374 #, c-format msgid "'%s' is not a valid name " msgstr "\"%s\" não é um nome válido" -#: ../glib/gmarkup.c:390 +#: glib/gmarkup.c:390 #, c-format msgid "'%s' is not a valid name: '%c' " msgstr "\"%s\" não é um nome válido: \"%c\"" -#: ../glib/gmarkup.c:494 +#: glib/gmarkup.c:494 #, c-format msgid "Error on line %d: %s" msgstr "Erro na linha %d: %s" -#: ../glib/gmarkup.c:578 +#: glib/gmarkup.c:578 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -346,7 +367,7 @@ msgstr "" "referência de caractere (ê por exemplo) - talvez o dígito seja grande " "demais" -#: ../glib/gmarkup.c:590 +#: glib/gmarkup.c:590 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -356,24 +377,24 @@ msgstr "" "utilizou um caractere \"e\" comercial sem desejar iniciar uma entidade - " "escape-o com &" -#: ../glib/gmarkup.c:616 +#: glib/gmarkup.c:616 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Referência de caractere \"%-.*s\" não codifica um caractere permitido" -#: ../glib/gmarkup.c:654 +#: glib/gmarkup.c:654 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Entidade \"&;\" vazia vista; as entidades válidas são: & " < " "> '" -#: ../glib/gmarkup.c:662 +#: glib/gmarkup.c:662 #, c-format msgid "Entity name '%-.*s' is not known" msgstr "Nome de entidade \"%-.*s\" não é conhecido" -#: ../glib/gmarkup.c:667 +#: glib/gmarkup.c:667 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -381,11 +402,11 @@ msgstr "" "Entidade não termina com um ponto e vírgula; provavelmente você utilizou um " "\"e\" comercial sem desejar iniciar uma entidade - escape-o com &" -#: ../glib/gmarkup.c:1014 +#: glib/gmarkup.c:1014 msgid "Document must begin with an element (e.g. )" msgstr "Documento tem de começar com um elemento (ex. )" -#: ../glib/gmarkup.c:1054 +#: glib/gmarkup.c:1054 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -394,7 +415,7 @@ msgstr "" "\"%s\" não é um caractere válido após um caractere \"<\"; não poderá começar " "um nome de elemento" -#: ../glib/gmarkup.c:1122 +#: glib/gmarkup.c:1122 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -403,7 +424,7 @@ msgstr "" "Caractere estranho \"%s\", esperado um caractere \">\" para finalizar a " "marca \"%s\" de elemento vazio" -#: ../glib/gmarkup.c:1206 +#: glib/gmarkup.c:1206 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -411,7 +432,7 @@ msgstr "" "Caractere estranho \"%s\", esperava-se um \"=\" após o nome do atributo \"%s" "\" do elemento \"%s\"" -#: ../glib/gmarkup.c:1247 +#: glib/gmarkup.c:1247 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -422,7 +443,7 @@ msgstr "" "terminar a marca inicial do elemento \"%s\", ou opcionalmente um atributo; " "talvez tenha utilizado um caractere inválido no nome de atributo" -#: ../glib/gmarkup.c:1291 +#: glib/gmarkup.c:1291 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -431,7 +452,7 @@ msgstr "" "Caractere estranho \"%s\", esperava-se uma aspa aberta após o sinal de igual " "ao atribuir o valor ao atributo \"%s\" do elemento \"%s\"" -#: ../glib/gmarkup.c:1425 +#: glib/gmarkup.c:1425 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: ../glib/gmarkup.c:1472 +#: glib/gmarkup.c:1472 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elemento \"%s\" foi fechado, nenhum elemento está atualmente aberto" -#: ../glib/gmarkup.c:1481 +#: glib/gmarkup.c:1481 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Elemento \"%s\" foi fechado, mas o elemento atualmente aberto é \"%s\"" -#: ../glib/gmarkup.c:1648 +#: glib/gmarkup.c:1648 msgid "Document was empty or contained only whitespace" msgstr "Documento estava vazio ou apenas continha espaços" -#: ../glib/gmarkup.c:1662 +#: glib/gmarkup.c:1662 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Documento terminou inesperadamente logo após um menor que \"<\"" -#: ../glib/gmarkup.c:1670 ../glib/gmarkup.c:1715 +#: glib/gmarkup.c:1670 glib/gmarkup.c:1715 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -476,7 +497,7 @@ msgstr "" "Documento terminou inesperadamente com elementos ainda abertos - \"%s\" foi " "o último elemento aberto" -#: ../glib/gmarkup.c:1678 +#: glib/gmarkup.c:1678 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -485,21 +506,21 @@ msgstr "" "Documento terminou inesperadamente, esperava-se ver um maior que (\">\") " "para terminar a marca <%s/>" -#: ../glib/gmarkup.c:1684 +#: glib/gmarkup.c:1684 msgid "Document ended unexpectedly inside an element name" msgstr "Documento terminou inesperadamente dentro de um nome de elemento" -#: ../glib/gmarkup.c:1690 +#: glib/gmarkup.c:1690 msgid "Document ended unexpectedly inside an attribute name" msgstr "Documento terminou inesperadamente dentro de um nome de atributo" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Documento terminou inesperadamente dentro de uma marca de abertura de " "elemento." -#: ../glib/gmarkup.c:1701 +#: glib/gmarkup.c:1701 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -507,401 +528,399 @@ msgstr "" "Documento terminou inesperadamente após o sinal de igual que se seguiu a um " "nome de atributo; nenhum valor de atributo" -#: ../glib/gmarkup.c:1708 +#: glib/gmarkup.c:1708 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Documento terminou inesperadamente dentro de um valor de atributo" -#: ../glib/gmarkup.c:1724 +#: glib/gmarkup.c:1724 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Documento terminou inesperadamente dentro da marca de fechamento do elemento " "\"%s\"" -#: ../glib/gmarkup.c:1730 +#: glib/gmarkup.c:1730 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Documento terminou inesperadamente dentro de um comentário ou instrução de " "processamento" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "objeto corrompido" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "erro interno ou objeto corrompido" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "memória insuficiente" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "limite de backtracking alcançado" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "o padrão contém itens sem suporte para correspondência parcial" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "erro interno" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "não há suporte à referência retroativa como condição para correspondência " "parcial" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "limite de recursão alcançado" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "limite de espaço de trabalho para substrings vazias alcançado" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "combinação inválida de sinalizador de nova linha" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "erro desconhecido" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ no fim do padrão" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c no fim do padrão" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "caractere não reconhecido segue \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "escapes de alteração de maiusculização (\\l, \\L, \\u, \\U) não são " "permitidos aqui" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "números fora de ordem no quantificador {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "número grande demais no quantificador {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "terminação ] em falta para classe de caracteres" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "seqüência de escape inválida na classe de caracteres" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "intervalo fora de ordem na classe de caracteres" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nada a repetir" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "caractere não reconhecido após (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "caractere não reconhecido após (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "caractere não reconhecido após (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "classes nomeadas POSIX têm suporte apenas dentro de uma classe" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "terminação ) em falta" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") sem abrir (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "dígitos (?R ou (?[+-] devem ser seguidos por )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referência a subpadrão não existente" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr ") em falta após o comentário" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "expressão regular grande demais" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "falha ao obter memória" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "declaração lookbehind não é de largura fixa" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "número mal formado ou nome após (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "grupo condicional contém mais que duas ramificações" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "esperava-se declaração após (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "nome de classe POSIX desconhecido" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "elementos de arranjo POSIX sem suporte" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "valor de caractere na seqüência \\x{...} é grande demais" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "condição inválida (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C não permitido na declaração lookbehind" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "chamada recursiva pode causar uma repetição indefinidamente" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "terminação em falta no nome do subpadrão" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "dois subpadrões nomeados têm o mesmo nome" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "seqüência \\P ou \\p mal formada" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "nome de propriedade desconhecido após \\P ou \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "nome de subpadrão é grande demais (máximo 32 caracteres)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "excesso de subpadrões nomeados (máximo 10.000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "valor octal é maior que \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "O grupo DEFINE contém mais que uma ramificação" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "repetição de um grupo DEFINE não é permitida" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "opções do NEWLINE inconsistentes" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g não é seguido por um nome entre chaves ou um número diferente de zero " "opcionalmente entre chaves" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "repetição inesperada" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "estouro de código" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "espaço de trabalho de compilação invadido" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "subpadrão de referência verificado anteriormente não localizado" -#: ../glib/gregex.c:522 ../glib/gregex.c:1603 +#: glib/gregex.c:522 glib/gregex.c:1603 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Erro ao coincidir expressão regular %s: %s" -#: ../glib/gregex.c:1094 +#: glib/gregex.c:1094 msgid "PCRE library is compiled without UTF8 support" msgstr "Biblioteca PCRE compilada sem suporte a UTF-8" -#: ../glib/gregex.c:1103 +#: glib/gregex.c:1103 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Biblioteca PCRE compilada sem suporte às propriedades UTF-8" -#: ../glib/gregex.c:1157 +#: glib/gregex.c:1157 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Erro ao compilar expressão regular %s no caractere %d: %s" -#: ../glib/gregex.c:1193 +#: glib/gregex.c:1193 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Ero ao otimizar expressão regular %s: %s" -#: ../glib/gregex.c:2031 +#: glib/gregex.c:2031 msgid "hexadecimal digit or '}' expected" msgstr "esperava-se dígito hexadecimal ou \"}\"" -#: ../glib/gregex.c:2047 +#: glib/gregex.c:2047 msgid "hexadecimal digit expected" msgstr "esperava-se dígito hexadecimal" -#: ../glib/gregex.c:2087 +#: glib/gregex.c:2087 msgid "missing '<' in symbolic reference" msgstr "\"<\" em falta na referência simbólica" -#: ../glib/gregex.c:2096 +#: glib/gregex.c:2096 msgid "unfinished symbolic reference" msgstr "referência simbólica inacabada" -#: ../glib/gregex.c:2103 +#: glib/gregex.c:2103 msgid "zero-length symbolic reference" msgstr "referência simbólica de comprimento zero" -#: ../glib/gregex.c:2114 +#: glib/gregex.c:2114 msgid "digit expected" msgstr "esperava-se dígito" -#: ../glib/gregex.c:2132 +#: glib/gregex.c:2132 msgid "illegal symbolic reference" msgstr "referência simbólica ilegal" -#: ../glib/gregex.c:2194 +#: glib/gregex.c:2194 msgid "stray final '\\'" msgstr "\"\\\" final sem isolado" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 msgid "unknown escape sequence" msgstr "seqüência de escape desconhecida" -#: ../glib/gregex.c:2208 +#: glib/gregex.c:2208 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Erro ao analisar texto de substituição \"%s\" no caractere %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Texto citado não começa com uma aspa" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Aspa sem par na linha de comando ou outro texto de console" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Texto terminou logo após um caractere \"\\\". (O texto era \"%s\")" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Texto terminou antes da aspa equivalente ter sido localizada para %c. (texto " "era \"%s\")" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "Texto estava vazio (ou apenas continha espaços)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "Falha ao ler dados de processo filho" -#: ../glib/gspawn-win32.c:300 ../glib/gspawn.c:1480 +#: glib/gspawn-win32.c:300 glib/gspawn.c:1480 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Falha ao criar canal para comunicar com processo filho (%s)" -#: ../glib/gspawn-win32.c:339 ../glib/gspawn-win32.c:347 ../glib/gspawn.c:1139 +#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Falha ao ler de canal filho (%s)" -#: ../glib/gspawn-win32.c:370 ../glib/gspawn.c:1346 +#: glib/gspawn-win32.c:370 glib/gspawn.c:1346 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Falha ao ir para diretório \"%s\" (%s)" -#: ../glib/gspawn-win32.c:376 ../glib/gspawn-win32.c:495 +#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495 #, c-format msgid "Failed to execute child process (%s)" msgstr "Falha ao executar processo filho (%s)" -#: ../glib/gspawn-win32.c:445 +#: glib/gspawn-win32.c:445 #, c-format msgid "Invalid program name: %s" msgstr "Nome de programa inválido: %s" -#: ../glib/gspawn-win32.c:455 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1279 +#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "String inválida no vetor de argumentos em %d: %s" -#: ../glib/gspawn-win32.c:466 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1312 +#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312 #, c-format msgid "Invalid string in environment: %s" msgstr "String inválida no ambiente: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1260 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260 #, c-format msgid "Invalid working directory: %s" msgstr "Diretório de trabalho inválido: %s" -#: ../glib/gspawn-win32.c:784 +#: glib/gspawn-win32.c:784 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Falha ao executar programa auxiliar (%s)" -#: ../glib/gspawn-win32.c:998 +#: glib/gspawn-win32.c:998 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -909,138 +928,138 @@ msgstr "" "Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo " "filho" -#: ../glib/gspawn.c:190 +#: glib/gspawn.c:190 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Falha ao ler dados de processo filho (%s)" -#: ../glib/gspawn.c:329 +#: glib/gspawn.c:329 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)" -#: ../glib/gspawn.c:414 +#: glib/gspawn.c:414 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Erro inesperado em waitpid() (%s)" -#: ../glib/gspawn.c:1206 +#: glib/gspawn.c:1206 #, c-format msgid "Failed to fork (%s)" msgstr "Falha no fork (%s)" -#: ../glib/gspawn.c:1356 +#: glib/gspawn.c:1356 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Falha ao executar processo filho \"%s\" (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Falha ao redirecionar saída ou entrada do processo filho (%s)" -#: ../glib/gspawn.c:1375 +#: glib/gspawn.c:1375 #, c-format msgid "Failed to fork child process (%s)" msgstr "Falha no fork de processo filho (%s)" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Erro desconhecido ao executar processo filho \"%s\"" -#: ../glib/gspawn.c:1407 +#: glib/gspawn.c:1407 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Falha ao ler dados suficientes de canal pid do filho (%s)" -#: ../glib/gutf8.c:1038 +#: glib/gutf8.c:1038 msgid "Character out of range for UTF-8" msgstr "Caractere fora do limite para UTF-8" -#: ../glib/gutf8.c:1138 ../glib/gutf8.c:1147 ../glib/gutf8.c:1279 -#: ../glib/gutf8.c:1288 ../glib/gutf8.c:1429 ../glib/gutf8.c:1525 +#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288 +#: glib/gutf8.c:1429 glib/gutf8.c:1525 msgid "Invalid sequence in conversion input" msgstr "Seqüência inválida na conversão da entrada" -#: ../glib/gutf8.c:1440 ../glib/gutf8.c:1536 +#: glib/gutf8.c:1440 glib/gutf8.c:1536 msgid "Character out of range for UTF-16" msgstr "Caractere fora do limite para UTF-16" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "Usage:" msgstr "Uso:" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "[OPTION...]" msgstr "[OPÇÕES...]" -#: ../glib/goption.c:861 +#: glib/goption.c:861 msgid "Help Options:" msgstr "Opções de ajuda:" -#: ../glib/goption.c:862 +#: glib/goption.c:862 msgid "Show help options" msgstr "Exibe opções de ajuda" -#: ../glib/goption.c:868 +#: glib/goption.c:868 msgid "Show all help options" msgstr "Exibe todas as opções de ajuda" -#: ../glib/goption.c:930 +#: glib/goption.c:930 msgid "Application Options:" msgstr "Opções de aplicativo:" -#: ../glib/goption.c:992 ../glib/goption.c:1062 +#: glib/goption.c:992 glib/goption.c:1062 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Não é possível analisar o valor inteiro \"%s\" para %s" -#: ../glib/goption.c:1002 ../glib/goption.c:1070 +#: glib/goption.c:1002 glib/goption.c:1070 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Valor inteiro \"%s\" para %s fora dos limites" -#: ../glib/goption.c:1027 +#: glib/goption.c:1027 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "" "Não é possível analisar o ponto flutuante com dupla precisão \"%s\" para %s" -#: ../glib/goption.c:1035 +#: glib/goption.c:1035 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Ponto flutuante com dupla precisão \"%s\" para %s fora dos limites" -#: ../glib/goption.c:1298 ../glib/goption.c:1377 +#: glib/goption.c:1298 glib/goption.c:1377 #, c-format msgid "Error parsing option %s" msgstr "Erro ao ler a opção %s" -#: ../glib/goption.c:1408 ../glib/goption.c:1522 +#: glib/goption.c:1408 glib/goption.c:1522 #, c-format msgid "Missing argument for %s" msgstr "Falta argumento para %s" -#: ../glib/goption.c:1917 +#: glib/goption.c:1917 #, c-format msgid "Unknown option %s" msgstr "Opção %s desconhecida" -#: ../glib/gkeyfile.c:362 +#: glib/gkeyfile.c:362 msgid "Valid key file could not be found in search dirs" msgstr "" "Não foi possível localizar arquivo de chave válido nos diretórios pesquisados" -#: ../glib/gkeyfile.c:397 +#: glib/gkeyfile.c:397 msgid "Not a regular file" msgstr "Não é um arquivo comum" -#: ../glib/gkeyfile.c:405 +#: glib/gkeyfile.c:405 msgid "File is empty" msgstr "Arquivo vazio" -#: ../glib/gkeyfile.c:764 +#: glib/gkeyfile.c:764 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1048,57 +1067,57 @@ msgstr "" "Arquivo de chave contém a linha \"%s\" que não é um par chave-valor, grupo " "ou comentário" -#: ../glib/gkeyfile.c:824 +#: glib/gkeyfile.c:824 #, c-format msgid "Invalid group name: %s" msgstr "Nome de grupo inválido: %s" -#: ../glib/gkeyfile.c:846 +#: glib/gkeyfile.c:846 msgid "Key file does not start with a group" msgstr "Arquivo de chave não começa com um grupo" -#: ../glib/gkeyfile.c:872 +#: glib/gkeyfile.c:872 #, c-format msgid "Invalid key name: %s" msgstr "Nome de chave inválido: %s" -#: ../glib/gkeyfile.c:899 +#: glib/gkeyfile.c:899 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Arquivo de chave contém codificação \"%s\" sem suporte" -#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2506 -#: ../glib/gkeyfile.c:2572 ../glib/gkeyfile.c:2707 ../glib/gkeyfile.c:2840 -#: ../glib/gkeyfile.c:2993 ../glib/gkeyfile.c:3180 ../glib/gkeyfile.c:3241 +#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506 +#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840 +#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241 #, c-format msgid "Key file does not have group '%s'" msgstr "Arquivo de chave não tem grupo \"%s\"" -#: ../glib/gkeyfile.c:1289 +#: glib/gkeyfile.c:1289 #, c-format msgid "Key file does not have key '%s'" msgstr "Arquivo de chave não tem chave \"%s\"" -#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511 +#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511 #, 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:1416 ../glib/gkeyfile.c:1910 +#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910 #, 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:1531 +#: glib/gkeyfile.c:1531 #, c-format msgid "" "Key file contains key '%s' which has a value that cannot be interpreted." msgstr "" "Arquivo de chave contém chave \"%s\" cujo valor não pode ser interpretado." -#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2337 +#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1107,166 +1126,163 @@ msgstr "" "Arquivo de chave contém chave \"%s\" no grupo \"%s\" que tem valor que não " "pode ser interpretado." -#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:3252 +#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252 #, 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:3486 +#: glib/gkeyfile.c:3486 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:3508 +#: glib/gkeyfile.c:3508 #, 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:3650 +#: glib/gkeyfile.c:3650 #, 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:3664 +#: glib/gkeyfile.c:3664 #, c-format msgid "Integer value '%s' out of range" msgstr "Valor inteiro \"%s\" fora dos limites" -#: ../glib/gkeyfile.c:3697 +#: glib/gkeyfile.c:3697 #, 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:3721 +#: glib/gkeyfile.c:3721 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor \"%s\" não pode ser interpretado como um booleano." -#: ../gio/gbufferedinputstream.c:415 ../gio/gbufferedinputstream.c:496 -#: ../gio/ginputstream.c:186 ../gio/ginputstream.c:318 -#: ../gio/ginputstream.c:557 ../gio/ginputstream.c:682 -#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:652 +#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 +#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Valor muito alto passado para %s" -#: ../gio/gbufferedinputstream.c:883 ../gio/ginputstream.c:892 -#: ../gio/giostream.c:305 ../gio/goutputstream.c:1081 +#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "O fluxo já está fechado" -#: ../gio/gcancellable.c:420 ../gio/glocalfile.c:2095 -#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 +#: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "A operação foi cancelada" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "Tipo desconhecido" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "tipo de arquivo %s" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "tipo %s" -#: ../gio/gdatainputstream.c:311 +#: gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" msgstr "Fim do fluxo precoce não esperado" -#: ../gio/gdesktopappinfo.c:468 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Não nomeado" -#: ../gio/gdesktopappinfo.c:725 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "O arquivo da área de trabalho não especifica o campo Exec" -#: ../gio/gdesktopappinfo.c:905 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Não é possível localizar o terminal requerido para o aplicativo" -#: ../gio/gdesktopappinfo.c:1113 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Não é possível criar pasta de configuração do aplicativo do usuário %s: %s" -#: ../gio/gdesktopappinfo.c:1117 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Não é possível criar pasta de configuração MIME do usuário %s: %s" -#: ../gio/gdesktopappinfo.c:1525 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Não é possível criar arquivo %s da área de trabalho do usuário" -#: ../gio/gdesktopappinfo.c:1639 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Definição personalizada para %s" -#: ../gio/gdrive.c:409 +#: gio/gdrive.c:409 msgid "drive doesn't implement eject" msgstr "unidade não implementa ejetar" #. Translators: This is an error #. * message for drive objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gdrive.c:489 +#: gio/gdrive.c:489 msgid "drive doesn't implement eject or eject_with_operation" msgstr "unidade não implementa ejetar ou eject_with_operation" -#: ../gio/gdrive.c:566 +#: gio/gdrive.c:566 msgid "drive doesn't implement polling for media" msgstr "unidade não implementa verificação por mídia" -#: ../gio/gdrive.c:771 +#: gio/gdrive.c:771 msgid "drive doesn't implement start" msgstr "unidade não implementa start" -#: ../gio/gdrive.c:873 +#: gio/gdrive.c:873 msgid "drive doesn't implement stop" msgstr "unidade não implementa stop" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "Não é possível lidar com a versão %d da codificação GEmblem" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "Número inválido de tokens (%d) na codificação GEmblem" -#: ../gio/gemblemedicon.c:296 +#: gio/gemblemedicon.c:296 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "Não é possível lidar com a versão %d da codificação GEmblemedIcon" -#: ../gio/gemblemedicon.c:306 +#: gio/gemblemedicon.c:306 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "Número inválido de tokens (%d) na codificação GEmblemedIcon" -#: ../gio/gemblemedicon.c:329 +#: gio/gemblemedicon.c:329 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Esperado um GEmblem para o GEmblemedIcon" -#: ../gio/gfile.c:903 ../gio/gfile.c:1133 ../gio/gfile.c:1268 -#: ../gio/gfile.c:1504 ../gio/gfile.c:1558 ../gio/gfile.c:1615 -#: ../gio/gfile.c:1698 ../gio/gfile.c:1753 ../gio/gfile.c:1813 -#: ../gio/gfile.c:1867 ../gio/gfile.c:3192 ../gio/gfile.c:3246 -#: ../gio/gfile.c:3377 ../gio/gfile.c:3417 ../gio/gfile.c:3744 -#: ../gio/gfile.c:4146 ../gio/gfile.c:4232 ../gio/gfile.c:4321 -#: ../gio/gfile.c:4419 ../gio/gfile.c:4506 ../gio/gfile.c:4599 -#: ../gio/gfile.c:4929 ../gio/gfile.c:5209 ../gio/gfile.c:5278 -#: ../gio/gfile.c:6869 ../gio/gfile.c:6959 ../gio/gfile.c:7045 -#: ../gio/win32/gwinhttpfile.c:441 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 +#: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operação sem suporte" @@ -1278,128 +1294,128 @@ 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:1389 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077 -#: ../gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Ponto de montagem contido não existe" -#: ../gio/gfile.c:2441 ../gio/glocalfile.c:2251 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Não é possível copiar sobre diretório" -#: ../gio/gfile.c:2501 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Não é possível copiar diretório sobre diretório" -#: ../gio/gfile.c:2509 ../gio/glocalfile.c:2260 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Arquivo alvo existe" -#: ../gio/gfile.c:2527 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Não é possível copiar o diretório recursivamente" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Não é possível copiar o arquivo especial" -#: ../gio/gfile.c:3367 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Valor fornecido de link simbólico inválido" -#: ../gio/gfile.c:3460 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Não há suporte para lixeira" -#: ../gio/gfile.c:3509 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Nomes de arquivo não podem conter \"%c\"" -#: ../gio/gfile.c:5926 ../gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "volume não implementa montagem" -#: ../gio/gfile.c:6037 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Nenhum aplicativo está registrado como manipulador deste arquivo" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "O enumerador está fechado" -#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272 -#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481 +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "O enumerador do arquivo tem operação pendente" -#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "O enumerador do arquivo já está fechado" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "Não é possível lidar com a versão %d da codificação GFileIcon" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "Dados de entrada malformados para o GFileIcon" -#: ../gio/gfileinputstream.c:155 ../gio/gfileinputstream.c:422 -#: ../gio/gfileiostream.c:171 ../gio/gfileoutputstream.c:170 -#: ../gio/gfileoutputstream.c:525 +#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422 +#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170 +#: gio/gfileoutputstream.c:525 msgid "Stream doesn't support query_info" msgstr "Fluxo não tem suporte para query_info" -#: ../gio/gfileinputstream.c:337 ../gio/gfileiostream.c:389 -#: ../gio/gfileoutputstream.c:383 +#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389 +#: gio/gfileoutputstream.c:383 msgid "Seek not supported on stream" msgstr "Não há suporte à busca no fluxo" -#: ../gio/gfileinputstream.c:381 +#: gio/gfileinputstream.c:381 msgid "Truncate not allowed on input stream" msgstr "Truncar não permitido no fluxo de entrada" -#: ../gio/gfileiostream.c:465 ../gio/gfileoutputstream.c:459 +#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459 msgid "Truncate not supported on stream" msgstr "Não há suporte a truncar no fluxo" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Número errado de tokens (%d)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "Sem tipo para a classe chamada %s" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "O tipo %s não implementa a interface GIcon" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "O tipo %s não tem classe" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "Número de versão malformado: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "O tipo %s não implementa from_tokens() na interface GIcon" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "Não é possível lidar com a versão fornecida da codificação do ícone" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 msgid "Input stream doesn't implement read" msgstr "Fluxo de entrada não implementa leitura" @@ -1409,620 +1425,619 @@ msgstr "Fluxo de entrada não implementa leitura" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:902 ../gio/giostream.c:315 -#: ../gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "O fluxo tem operação pendente" -#: ../gio/ginetsocketaddress.c:182 ../gio/ginetsocketaddress.c:199 -#: ../gio/gunixsocketaddress.c:174 +#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199 +#: gio/gunixsocketaddress.c:174 msgid "Not enough space for socket address" msgstr "Sem espaço suficiente para o endereço do soquete" -#: ../gio/ginetsocketaddress.c:212 +#: gio/ginetsocketaddress.c:212 msgid "Unsupported socket address" msgstr "Endereço de soquete não suportado" -#: ../gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Não é possível localizar o tipo de diretório monitor local padrão" -#: ../gio/glocalfile.c:600 ../gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Nome de arquivo inválido: %s" -#: ../gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter informações do sistema de arquivos: %s" -#: ../gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Não é possível renomear o diretório root" -#: ../gio/glocalfile.c:1130 ../gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear arquivo: %s" -#: ../gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Não é possível renomear o arquivo, o nome do arquivo já existe" -#: ../gio/glocalfile.c:1152 ../gio/glocalfile.c:2124 ../gio/glocalfile.c:2153 -#: ../gio/glocalfile.c:2313 ../gio/glocalfileoutputstream.c:550 -#: ../gio/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648 -#: ../gio/glocalfileoutputstream.c:1130 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 +#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 +#: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Nome de arquivo inválido" -#: ../gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir arquivo: %s" -#: ../gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Não é possível abrir diretório" -#: ../gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Erro ao remover arquivo: %s" -#: ../gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Erro ao mover arquivo para a lixeira: %s" -#: ../gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Não é possível criar o diretório da lixeira %s: %s" -#: ../gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Não é possível localizar diretório de nível superior para a lixeira" -#: ../gio/glocalfile.c:1931 ../gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Não é possível localizar ou criar o diretório da lixeira" -#: ../gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Não é possível criar o arquivo de informações da lixeira: %s" -#: ../gio/glocalfile.c:2014 ../gio/glocalfile.c:2019 ../gio/glocalfile.c:2094 -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Não é possível mover arquivo para a lixeira: %s" -#: ../gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Erro ao criar o diretório: %s" -#: ../gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 #, c-format msgid "Filesystem does not support symbolic links" msgstr "O sistema de arquivos não tem suporte a links simbólicos" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao criar link simbólico: %s" -#: ../gio/glocalfile.c:2223 ../gio/glocalfile.c:2317 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover arquivo: %s" -#: ../gio/glocalfile.c:2246 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Não é possível mover diretório sobre diretório" -#: ../gio/glocalfile.c:2273 ../gio/glocalfileoutputstream.c:928 -#: ../gio/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957 -#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 +#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 +#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Falha ao criar arquivo de backup" -#: ../gio/glocalfile.c:2292 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao remover arquivo alvo: %s" -#: ../gio/glocalfile.c:2306 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Não há suporte a mover entre montagens" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 msgid "Attribute value must be non-NULL" msgstr "Valor de atributo deve ser não-NULO" -#: ../gio/glocalfileinfo.c:728 +#: gio/glocalfileinfo.c:728 msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo inválido (esperava-se expressão)" -#: ../gio/glocalfileinfo.c:735 +#: gio/glocalfileinfo.c:735 msgid "Invalid extended attribute name" msgstr "Nome de atributo estendido inválido" -#: ../gio/glocalfileinfo.c:775 +#: gio/glocalfileinfo.c:775 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Erro ao definir atributo estendido \"%s\": %s" -#: ../gio/glocalfileinfo.c:1481 ../gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Erro ao iniciar arquivo \"%s\": %s" -#: ../gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "(codificação inválida)" -#: ../gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao iniciar descritor de arquivo: %s" -#: ../gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperado uint32)" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperado uint64)" -#: ../gio/glocalfileinfo.c:1832 ../gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (expressão de byte esperada)" -#: ../gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Não foi possível definir permissões aos links simbólicos" -#: ../gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao definir permissões: %s" -#: ../gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao definir proprietário: %s" -#: ../gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "o link simbólico deve ser não-NULO" -#: ../gio/glocalfileinfo.c:1986 ../gio/glocalfileinfo.c:2005 -#: ../gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao definir link simbólico: %s" -#: ../gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 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:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Erro ao definir data/hora de modificação ou acesso: %s" -#: ../gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "O contexto SELinux deve ser não-NULO" -#: ../gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Erro ao definir o contexto SELinux: %s" -#: ../gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux não está habilitado neste sistema" -#: ../gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Não há suporte à definição do atributo %s" -#: ../gio/glocalfileinputstream.c:165 ../gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Erro ao ler do arquivo: %s" -#: ../gio/glocalfileinputstream.c:196 ../gio/glocalfileinputstream.c:208 -#: ../gio/glocalfileinputstream.c:320 ../gio/glocalfileoutputstream.c:449 -#: ../gio/glocalfileoutputstream.c:1005 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Erro ao buscar no arquivo: %s" -#: ../gio/glocalfileinputstream.c:241 ../gio/glocalfileoutputstream.c:235 -#: ../gio/glocalfileoutputstream.c:330 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Erro ao fechar arquivo: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Não é possível localizar o tipo de arquivo monitor local padrão" -#: ../gio/glocalfileoutputstream.c:181 ../gio/glocalfileoutputstream.c:214 -#: ../gio/glocalfileoutputstream.c:722 +#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:722 #, c-format msgid "Error writing to file: %s" msgstr "Erro ao escrever no arquivo: %s" -#: ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:262 #, c-format msgid "Error removing old backup link: %s" msgstr "Erro ao remover link antigo de backup: %s" -#: ../gio/glocalfileoutputstream.c:276 ../gio/glocalfileoutputstream.c:289 +#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289 #, c-format msgid "Error creating backup copy: %s" msgstr "Erro ao criar cópia de backup: %s" -#: ../gio/glocalfileoutputstream.c:307 +#: gio/glocalfileoutputstream.c:307 #, c-format msgid "Error renaming temporary file: %s" msgstr "Erro ao renomear arquivo temporário: %s" -#: ../gio/glocalfileoutputstream.c:495 ../gio/glocalfileoutputstream.c:1056 +#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056 #, c-format msgid "Error truncating file: %s" msgstr "Erro ao truncar arquivo: %s" -#: ../gio/glocalfileoutputstream.c:556 ../gio/glocalfileoutputstream.c:609 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:794 -#: ../gio/glocalfileoutputstream.c:1037 ../gio/glocalfileoutputstream.c:1136 +#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794 +#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136 #, c-format msgid "Error opening file '%s': %s" msgstr "Erro ao abrir arquivo \"%s\": %s" -#: ../gio/glocalfileoutputstream.c:825 +#: gio/glocalfileoutputstream.c:825 msgid "Target file is a directory" msgstr "Arquivo alvo é um diretório" -#: ../gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:830 msgid "Target file is not a regular file" msgstr "Arquivo alvo não é um arquivo comum" -#: ../gio/glocalfileoutputstream.c:842 +#: gio/glocalfileoutputstream.c:842 msgid "The file was externally modified" msgstr "O arquivo foi modificado externamente" -#: ../gio/glocalfileoutputstream.c:1021 +#: gio/glocalfileoutputstream.c:1021 #, c-format msgid "Error removing old file: %s" msgstr "Erro ao remover arquivo antigo: %s" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:553 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553 msgid "Invalid GSeekType supplied" msgstr "GSeekType fornecido inválido" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:563 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563 msgid "Invalid seek request" msgstr "Solicitação de busca inválida" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "Não é possível truncar GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:290 +#: gio/gmemoryoutputstream.c:290 msgid "Reached maximum data array limit" msgstr "Foi alcançado o limite máximo de matriz de dados" -#: ../gio/gmemoryoutputstream.c:325 +#: gio/gmemoryoutputstream.c:325 msgid "Memory output stream not resizable" msgstr "Fluxo de saída da memória não redimensionável" -#: ../gio/gmemoryoutputstream.c:341 +#: gio/gmemoryoutputstream.c:341 msgid "Failed to resize memory output stream" msgstr "Falha ao redimensionar fluxo de saída da memória" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "objeto de montagem não implementa desmontar" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "objeto de montagem não implementa ejetar" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: ../gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "objeto de montagem não implementa desmontar ou unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "objeto de montagem não implementa ejetar ou eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "objeto de montagem não implementa remontar" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "objeto de montagem não implementa estimativa de tipo de conteúdo" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" "objeto de montagem não implementa estimativa de tipo de conteúdo síncrono" -#: ../gio/gnetworkaddress.c:295 +#: gio/gnetworkaddress.c:295 #, c-format msgid "Hostname '%s' contains '[' but not ']'" msgstr "Nome da máquina \"%s\" contém \"[\" mas não \"]\"" -#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Fluxo de saída não implementa escrita" -#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "A fonte do fluxo já está fechada" -#: ../gio/gresolver.c:736 +#: gio/gresolver.c:736 #, c-format msgid "Error resolving '%s': %s" msgstr "Erro ao resolver \"%s\": %s" -#: ../gio/gresolver.c:786 +#: gio/gresolver.c:786 #, c-format msgid "Error reverse-resolving '%s': %s" msgstr "Erro ao resolver reversamente \"%s\": %s" -#: ../gio/gresolver.c:821 ../gio/gresolver.c:899 +#: gio/gresolver.c:821 gio/gresolver.c:899 #, c-format msgid "No service record for '%s'" msgstr "Nenhum serviço de registro para \"%s\"" -#: ../gio/gresolver.c:826 ../gio/gresolver.c:904 +#: gio/gresolver.c:826 gio/gresolver.c:904 #, c-format msgid "Temporarily unable to resolve '%s'" msgstr "Temporariamente sem condições de resolver \"%s\"" -#: ../gio/gresolver.c:831 ../gio/gresolver.c:909 +#: gio/gresolver.c:831 gio/gresolver.c:909 #, c-format msgid "Error resolving '%s'" msgstr "Erro ao resolver \"%s\"" -#: ../gio/gsocket.c:277 +#: gio/gsocket.c:277 msgid "Invalid socket, not initialized" msgstr "Soquete inválido, não inicializado" -#: ../gio/gsocket.c:284 +#: gio/gsocket.c:284 #, c-format msgid "Invalid socket, initialization failed due to: %s" msgstr "Soquete inválido, inicialização falhou devido a: %s" -#: ../gio/gsocket.c:292 +#: gio/gsocket.c:292 msgid "Socket is already closed" msgstr "O soquete já está fechado" -#: ../gio/gsocket.c:405 +#: gio/gsocket.c:405 #, c-format msgid "creating GSocket from fd: %s" msgstr "Criando GSocket a partir do fd: %s" -#: ../gio/gsocket.c:439 ../gio/gsocket.c:453 ../gio/gsocket.c:1911 +#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911 #, c-format msgid "Unable to create socket: %s" msgstr "Não é possível criar soquete: %s" -#: ../gio/gsocket.c:439 +#: gio/gsocket.c:439 msgid "Unknown protocol was specified" msgstr "Foi especificado um protocolo desconhecido" -#: ../gio/gsocket.c:758 +#: gio/gsocket.c:758 msgid "Cancellable initialization not supported" msgstr "Sem suporte a inicialização cancelável" -#: ../gio/gsocket.c:1112 +#: gio/gsocket.c:1112 #, c-format msgid "could not get local address: %s" msgstr "não foi possível obter endereço local: %s" -#: ../gio/gsocket.c:1145 +#: gio/gsocket.c:1145 #, c-format msgid "could not get remote address: %s" msgstr "não foi possível obter endereço remoto: %s" -#: ../gio/gsocket.c:1203 +#: gio/gsocket.c:1203 #, c-format msgid "could not listen: %s" msgstr "não foi possível escutar: %s" -#: ../gio/gsocket.c:1277 +#: gio/gsocket.c:1277 #, c-format msgid "Error binding to address: %s" msgstr "Erro ao vincular ao endereço: %s" -#: ../gio/gsocket.c:1397 +#: gio/gsocket.c:1397 #, c-format msgid "Error accepting connection: %s" msgstr "Erro ao aceitar a conexão: %s" -#: ../gio/gsocket.c:1510 +#: gio/gsocket.c:1510 msgid "Error connecting: " msgstr "Erro ao conectar: " -#: ../gio/gsocket.c:1514 +#: gio/gsocket.c:1514 msgid "Connection in progress" msgstr "Conexão em progresso" -#: ../gio/gsocket.c:1519 +#: gio/gsocket.c:1519 #, c-format msgid "Error connecting: %s" msgstr "Erro ao conectar: %s" -#: ../gio/gsocket.c:1559 +#: gio/gsocket.c:1559 #, c-format msgid "Unable to get pending error: %s" msgstr "Não é possível obter erro pendente: %s" -#: ../gio/gsocket.c:1655 +#: gio/gsocket.c:1655 #, c-format msgid "Error receiving data: %s" msgstr "Erro ao receber dados: %s" -#: ../gio/gsocket.c:1798 +#: gio/gsocket.c:1798 #, c-format msgid "Error sending data: %s" msgstr "Erro ao enviar dados: %s" -#: ../gio/gsocket.c:1990 +#: gio/gsocket.c:1990 #, c-format msgid "Error closing socket: %s" msgstr "Erro ao fechar soquete: %s" -#: ../gio/gsocket.c:2475 +#: gio/gsocket.c:2475 #, c-format msgid "Waiting for socket condition: %s" msgstr "Aguardando pela condição do soquete: %s" -#: ../gio/gsocket.c:2714 ../gio/gsocket.c:2795 +#: gio/gsocket.c:2714 gio/gsocket.c:2795 #, c-format msgid "Error sending message: %s" msgstr "Erro ao abrir enviar mensagem: %s" -#: ../gio/gsocket.c:2739 +#: gio/gsocket.c:2739 msgid "GSocketControlMessage not supported on windows" msgstr "não há suporte a GSocketControlMessage no windows" -#: ../gio/gsocket.c:2997 ../gio/gsocket.c:3135 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Erro ao receber mensagem: %s" -#: ../gio/gsocketclient.c:521 ../gio/gsocketclient.c:770 +#: gio/gsocketclient.c:521 gio/gsocketclient.c:770 msgid "Unknown error on connect" msgstr "erro desconhecido ao conectar" -#: ../gio/gsocketlistener.c:192 +#: gio/gsocketlistener.c:192 msgid "Listener is already closed" msgstr "O ouvinte já está fechado" -#: ../gio/gsocketlistener.c:233 +#: gio/gsocketlistener.c:233 msgid "Added socket is closed" msgstr "Soquete adicionado está fechado" -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "Não é possível lidar com a versão %d da codificação GThemedIcon" -#: ../gio/gunixconnection.c:151 +#: gio/gunixconnection.c:151 #, c-format msgid "Expecting 1 control message, got %d" msgstr "Esperando 1 mensagem de controle, obtive %d" -#: ../gio/gunixconnection.c:164 +#: gio/gunixconnection.c:164 msgid "Unexpected type of ancillary data" msgstr "Tipo de dado auxiliar não esperado" -#: ../gio/gunixconnection.c:182 +#: gio/gunixconnection.c:182 #, c-format msgid "Expecting one fd, but got %d\n" msgstr "Esperando um fd, mas obtive %d\n" -#: ../gio/gunixconnection.c:198 +#: gio/gunixconnection.c:198 msgid "Received invalid fd" msgstr "Recebido fd inválido" -#: ../gio/gunixinputstream.c:354 ../gio/gunixinputstream.c:374 -#: ../gio/gunixinputstream.c:452 ../gio/gunixoutputstream.c:439 +#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374 +#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439 #, c-format msgid "Error reading from unix: %s" msgstr "Erro ao ler do unix: %s" -#: ../gio/gunixinputstream.c:407 ../gio/gunixinputstream.c:589 -#: ../gio/gunixoutputstream.c:394 ../gio/gunixoutputstream.c:545 +#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589 +#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545 #, c-format msgid "Error closing unix: %s" msgstr "Erro ao fechar unix: %s" -#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883 +#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883 msgid "Filesystem root" msgstr "Sistema de arquivos root" -#: ../gio/gunixoutputstream.c:340 ../gio/gunixoutputstream.c:361 +#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361 #, c-format msgid "Error writing to unix: %s" msgstr "Erro ao escrever para unix: %s" -#: ../gio/gunixsocketaddress.c:182 +#: gio/gunixsocketaddress.c:182 msgid "Abstract unix domain socket addresses not supported on this system" msgstr "" "Soquetes de endereços de domínio unix abstratos não suportados neste sistema" -#: ../gio/gvolume.c:452 +#: gio/gvolume.c:452 msgid "volume doesn't implement eject" msgstr "volume não implementa ejetar" #. Translators: This is an error #. * message for volume objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gvolume.c:531 +#: gio/gvolume.c:531 msgid "volume doesn't implement eject or eject_with_operation" msgstr "volume não implementa ejetar ou eject_with_operation" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "Não é possível localizar o aplicativo" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "Erro ao lançar o aplicativo: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "Não há suporte a URIs" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "não há suporte às alterações de associação em win32" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "Não há suporte à criação de associação em win32" -#~ msgid "%u byte" -#~ msgid_plural "%u bytes" -#~ msgstr[0] "%u byte" -#~ msgstr[1] "%u bytes" - #~ msgid "do not hide entries" #~ msgstr "não ocultar entradas" diff --git a/po/ro.po b/po/ro.po index edc0443..720c69f 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-18 00:17+0300\n" "Last-Translator: Mișu Moldovan \n" "Language-Team: Română \n" @@ -88,69 +88,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Nu s-a putut expanda linia de comandă „%s” cu URI-ul %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Conversia de la setul de caractere „%s” la „%s” nu este implementată" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nu s-a putut iniția conversia de la „%s” la „%s”" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Secvență de octeți incorectă în inputul conversiei" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Eroare în timpul conversiei: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Secvență parțială de caractere la sfârșitul inputului" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nu se poate converti rezerva „%s” la setul de caractere „%s”" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI-ul „%s” nu este un URI absolut folosind schema „fișier”" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI-ul fișierului local „%s” nu poate include un „#”" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI-ul „%s” este nevalid" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Numele din URI-ul „%s” este nevalid" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI-ul „%s” conține caractere „escaped” incorecte" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Calea „%s” nu este o cale absolută" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Nume nevalid" @@ -159,93 +159,93 @@ msgstr "Nume nevalid" msgid "Error opening directory '%s': %s" msgstr "Eroare la deschiderea directorului „%s”: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nu s-au putut aloca %lu octeți pentru citirea fișierului „%s”" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Eroare la citirea fișierului „%s”: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Fișierul „%s” este prea mare" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Nu s-a putut citi din fișierul „%s”: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nu s-a putut deschide fișierul „%s”: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nu s-au putut obține atributele fișierului „%s”: fstat() a eșuat: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nu s-a putut deschide fișierul „%s”: fdopen() a eșuat: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Nu s-a putut redenumi fișierul „%s” în „%s”: g_rename() a eșuat: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nu s-a putut crea fișierul „%s”: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Nu s-a putut deschide fișierul „%s” pentru scriere, fdopen() a eșuat: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Nu s-a putut scrie fișierul „%s”: fwrite() a eșuat: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Nu s-a putut scrie fișierul „%s”: fflush() eșuat: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Nu s-a putut scrie fișierul „%s”: fsync() a eșuat: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Nu s-a putut închide fișierul „%s”: fclose() a eșuat: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Fișierul existent „%s” nu a putut fi șters: g_unlink() a eșuat: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Șablonul „%s” este incorect, n-ar trebui să conțină un „%s”" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Șablonul „%s” nu conține XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -253,27 +253,42 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nu s-a putut citi linkul simbolic „%s”: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Linkurile simbolice nu sunt implementate" @@ -544,7 +559,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "eroare internă" @@ -1137,17 +1152,17 @@ msgstr "Valoarea „%s” nu poate fi interpretată ca o valoare booleană." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "S-a pasat o valoare prea mare către %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Flux deja închis" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Operațiunea a fost anulată" @@ -1170,35 +1185,35 @@ msgstr "tip %s" msgid "Unexpected early end-of-stream" msgstr "Flux terminat neașteptat de repede" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nedenumit" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Fișierul desktop nu are specificat un câmp „Exec”" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Nu s-a găsit un terminal pentru pornirea aplicației" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Nu se poate crea fișierul desktop %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Definiție personalizată pentru %s" @@ -1250,13 +1265,13 @@ msgstr "Număr greșit formatat de elemente (%d) în codarea GEmblemedIcon" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Se aștepta un GEmblem pentru GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Operațiune neimplementată" @@ -1269,49 +1284,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Montarea conținută nu există" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Nu se poate copia peste director" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Nu se poate copia un director peste un alt director" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Fișierul destinație există deja" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Nu se poate copia recursiv directorul" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Nu se poate copia fișierul special" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "S-a primit o valoare incorectă pentru linkul simbolic" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Nu există o implementare pentru coșul de gunoi" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Numele de fișiere nu pot conține „%c”" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "volumul nu implementează montarea" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Nu există o aplicație înregistrată pentru deschiderea acestui fișier" @@ -1400,7 +1415,7 @@ msgstr "Fluxul de input nu are implementată o funcție de citire" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Asupra fluxului se execută deja o operațiune" @@ -1413,115 +1428,120 @@ msgstr "Spațiu insuficient pentru adresa socket-ului" msgid "Unsupported socket address" msgstr "Adresă nesuportată de socket" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 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:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Nume incorect de fișier: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Eroare la citirea detaliilor sistemului de fișiere: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Nu se poate redenumi directorul rădăcină" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Eroare la redenumirea fișierului: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Nu se poate redenumi fișierul, numele de fișier există deja" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Nume nevalid de fișier" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Eroare la deschiderea fișierului: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Nu se poate deschide directorul" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Eroare la ștergerea fișierului: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Eroare la mutarea la coș a fișierului: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, 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:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Nu s-a găsit directorul de top pentru coșul de gunoi" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 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:1985 +#: gio/glocalfile.c:1979 #, 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:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Nu s-a putut muta la coș fișierul: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Eroare la crearea directorului: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Nu s-a putut citi linkul simbolic „%s”: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Eroare la crearea linkului simbolic: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Eroare la mutarea fișierului: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Nu se poate muta un director peste un alt director" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Crearea fișierului de backup a eșuat" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Eroare la ștergerea fișierului destinație: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" "Operațiunea de mutare între două dispozitive montate nu este implementată" @@ -1543,103 +1563,103 @@ msgstr "Nume incorect de atribut extins" msgid "Error setting extended attribute '%s': %s" msgstr "Eroare la stabilirea atributului extins „%s”: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Eroare la citirea detaliilor fișierului „%s”: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (codare incorectă)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Eroare la citirea descriptorilor fișierului: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Tip incorect de atribut (se aștepta o valoare uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Tip incorect de atribut (se aștepta o valoare uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Tip incorect de atribut (se aștepta un șir de octeți)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Nu se pot defini drepturi pentru legături simbolice" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Eroare la definirea drepturilor: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Eroare la definirea deținătorului: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "linkul simbolic trebuie să fie diferit de NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Eroare la definirea linkului simbolic: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" "Eroare la definirea linkului simbolic: fișierul nu este un link simbolic" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Eroare la schimbarea datei de acces ori modificare: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "Contextul SELinux trebuie să fie diferit de NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Eroare la definirea contextului SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux nu este activat pentru acest sistem" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Definirea atributului %s nu este implementată" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Eroare la citirea din fișier: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Eroare la căutarea în fișier: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Eroare la închiderea fișierului: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Nu s-a găsit tipul implicit de monitorizare a fișierelor locale" @@ -1720,49 +1740,54 @@ msgstr "Nu s-a putut redimensiona fluxul de ieșire al memoriei" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "obiectul montat nu implementează demontarea" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "obiectul montat nu implementează ejectarea" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "obiectul montat nu implementează unmount ori unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "obiectul montat nu implementează eject ori eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "obiectul montat nu implementează remontarea" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "obiectul montat nu implementează detecția automată a conținutului" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" "obiectul montat nu implementează detecția automată și sincronizată a " @@ -1773,11 +1798,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Numele de gazdă „%s” conține „[” dar nu și „]”" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Fluxul de ieșire nu implementează scrierea" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Sursa fluxului este deja închisă" @@ -1909,7 +1934,7 @@ msgstr "Eroare la trimiterea mesajului: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage nu e implementat în Windows" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Eroare la primirea mesajului: %s" diff --git a/po/ru.po b/po/ru.po index 38b5aa5..a3ebe66 100644 --- a/po/ru.po +++ b/po/ru.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-10-06 12:38+0400\n" "Last-Translator: Anisimov Victor \n" "Language-Team: Russian \n" @@ -92,17 +92,17 @@ msgstr "Нет приложения с именем «%s», создавшего 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:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Преобразование из набора символов «%s» в «%s» не поддерживается" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не удалось открыть преобразователь из «%s» в «%s»" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" @@ -110,55 +110,55 @@ msgstr "" "Недопустимая последовательность байтов содержится во входной строке для " "преобразования" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Произошла ошибка при преобразовании: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "" "Неполная символьная последовательность содержится в конце входной строки" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Невозможно корректно преобразовать символ «%s» в символ из набора «%s»" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "URI «%s» не является абсолютным идентификатором при использовании схемы «file»" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Идентификатор URI локального файла «%s» не может включать символ «#»" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI «%s» недопустим" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Недопустимое имя узла в URI «%s»" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI «%s» содержит недопустимо экранированные символы" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Путь «%s» не является абсолютным" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Недопустимое имя узла" @@ -167,93 +167,93 @@ msgstr "Недопустимое имя узла" msgid "Error opening directory '%s': %s" msgstr "Произошла ошибка при открытии каталога «%s»: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Не удалось выделить %lu байтов для прочтения файла «%s»" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Произошла ошибка при чтении файла «%s»: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Файл «%s» слишком велик" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Не удалось прочитать из файла «%s»: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Не удалось открыть файл «%s»: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Не удалось получить атрибуты файла «%s»: сбой в функции fstat(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Не удалось открыть файл «%s»: сбой в функции fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Не удалось переименовать файл «%s» в «%s»: сбой в функции g_rename(): %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Не удалось создать файл «%s»: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Не удалось открыть файл «%s» для записи: сбой в функции fdopen(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Не удалось записать файл «%s»: сбой в функции fwrite(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Не удалось записать файл «%s»: сбой в функции fflush(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Не удалось записать файл «%s»: сбой в функции fsync(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Не удалось закрыть файл «%s»: сбой в функции fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Не удалось удалить существующий файл «%s»: сбой в функции g_unlink(): %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Шаблон «%s» недопустим: он не должен содержать «%s»" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Шаблон «%s» не содержит XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -261,27 +261,42 @@ msgstr[0] "%u байт" msgstr[1] "%u байта" msgstr[2] "%u байтов" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f КБ" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f МБ" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f ГБ" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f КБ" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f КБ" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f КБ" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Не удалось прочитать символьную ссылку «%s»: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Символьные ссылки не поддерживаются" @@ -551,7 +566,7 @@ msgstr "" "шаблон содержит элементы, которые не поддерживаются при поиске частичного " "совпадения" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "внутренняя ошибка" @@ -1157,17 +1172,17 @@ msgstr "Не удалось преобразовать «%s» в булево з #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Слишком большое значение количества передано в %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Поток уже закрыт" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Действие было отменено" @@ -1190,34 +1205,34 @@ msgstr "тип %s" msgid "Unexpected early end-of-stream" msgstr "Неожиданный ранний конец потока" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без имени" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "В desktop-файле не указано поле Exec" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Не удалось найти терминал, требуемый для приложения" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не удалось создать пользовательскую папку настроек приложения %s: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не удалось создать пользовательскую папку настроек MIME %s: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Не удалось создать пользовательский desktop-файл %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Особое определение для %s" @@ -1269,13 +1284,13 @@ msgstr "Некорректное число лексем (%d) текстовог msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Для GEmblemedIcon ожидается GEmblem" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Действие не поддерживается" @@ -1288,49 +1303,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Содержащая точка монтирования не существует" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Нельзя скопировать поверх каталога" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Нельзя скопировать каталог поверх каталога" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Целевой файл существует" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Не удалось рекурсивно скопировать каталог" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Нельзя скопировать специальный файл" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Дано неверное значение символьной ссылки" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Корзина не поддерживается" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Имена файлов не могут содержать «%c»" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "том не поддерживает присоединение" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Нет зарегистрированного приложения для обработки данного файла" @@ -1419,7 +1434,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Поток имеет незавершённое действие" @@ -1432,114 +1447,119 @@ msgstr "Недостаточно места для адреса сокета" msgid "Unsupported socket address" msgstr "Неподдерживаемый адрес сокета" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Не удалось найти тип монитора локальных каталогов по умолчанию" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Недопустимое имя файла %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Произошла ошибка при получении сведений о файловой системе: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Нельзя переименовать корневой каталог" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Произошла ошибка при переименовании файла: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Не удалось переименовать файл, такое имя файла уже есть" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Недопустимое имя файла" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Произошла ошибка при открытии файла: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Не удалось открыть каталог" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Произошла ошибка при удалении файла: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Произошла ошибка при удалении файла в корзину: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не удалось создать каталог корзины %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Не удалось найти каталог верхнего уровня для корзины" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Не удалось найти или создать каталог корзины" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Не удалось создать запись о файле в корзине: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Не удалось удалить файл в корзину: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Произошла ошибка при создании каталога: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Не удалось прочитать символьную ссылку «%s»: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Произошла ошибка при создании символьной ссылки: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Произошла ошибка при перемещении файла: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Нельзя переместить каталог поверх каталога" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Не удалось создать резервный файл" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Произошла ошибка при удалении целевого файла: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Перемещение между точками монтирования не поддерживается" @@ -1560,104 +1580,104 @@ msgstr "Недопустимое имя расширенного атрибут msgid "Error setting extended attribute '%s': %s" msgstr "Произошла ошибка при установке расширенного атрибута «%s»: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Произошла ошибка при получении сведений о файле «%s»: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (неверная кодировка)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Произошла ошибка при получении сведений о файловом дескрипторе: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Неверный тип атрибута (ожидался uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Неверный тип атрибута (ожидался uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Неверный тип атрибута (ожидалась строка byte)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Не удалоось установить права на символические ссылки" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Произошла ошибка при установке прав: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Произошла ошибка при установке владельца: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "символьная ссылка не должна быть NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Произошла ошибка при установке символьной ссылки: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" "Произошла ошибка при установке символьной ссылки: файл не является " "символьной ссылкой" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Произошла ошибка при установке времени модификации или доступа: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "Контекст SELinux не должен быть равен NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Произошла ошибка при установке контекста SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "В этой системе не включён SELinux" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Установка атрибута %s не поддерживается" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Произошла ошибка при чтении из файла: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Произошла ошибка при переходе по файлу: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Произошла ошибка при закрытии файла: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Не удалось найти тип монитора локальных файлов по умолчанию" @@ -1738,43 +1758,48 @@ msgstr "Не удалось изменить размер выходного п #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "точка монтирования не поддерживает отсоединение" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "точка монтирования не поддерживает извлечение" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "точка монтирования не поддерживает отсоединение " #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "точка монтирования не поддерживает извлечение или извлечение_с_операцией" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" "точка монтирования не поддерживает возможность определения типа содержимого" @@ -1782,7 +1807,7 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" "точка монтирования не поддерживает возможность синхронного определения типа " @@ -1793,11 +1818,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Имя узла «%s» содержит «[», но не «]»" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Выходной поток не поддерживает запись" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Исходный поток уже закрыт" @@ -1929,7 +1954,7 @@ msgstr "Произошла ошибка при отправлении сообщ msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage не поддерживается в Windows" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Произошла ошибка при получении сообщения: %s" diff --git a/po/rw.po b/po/rw.po index c2c60cc..2407a9e 100644 --- a/po/rw.po +++ b/po/rw.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2005-03-28 19:34-0700\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" @@ -94,71 +94,71 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Kuri Gusoma Ihuza" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, fuzzy, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Bivuye Inyuguti Gushyiraho Kuri ni OYA" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "OYA Gufungura Bivuye Kuri" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 #, fuzzy msgid "Invalid byte sequence in conversion input" msgstr "Bayite in Ihindurangero Iyinjiza" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, fuzzy, c-format msgid "Error during conversion: %s" msgstr "Ihindurangero" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 #, fuzzy msgid "Partial character sequence at end of input" msgstr "Inyuguti ku Impera Bya Iyinjiza" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, fuzzy, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "GUHINDURA Kuri" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "ni OYA ikoresha IDOSIYE Igishusho" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, fuzzy, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "IDOSIYE Gicurasi OYA Gushyiramo a" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, fuzzy, c-format msgid "The URI '%s' is invalid" msgstr "ni Sibyo" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, fuzzy, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Izina ry'inturo: Bya ni Sibyo" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, fuzzy, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Kirimo Inyuguti" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, fuzzy, c-format msgid "The pathname '%s' is not an absolute path" msgstr "ni OYA Inzira" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 #, fuzzy msgid "Invalid hostname" msgstr "Izina ry'inturo:" @@ -168,120 +168,135 @@ msgstr "Izina ry'inturo:" msgid "Error opening directory '%s': %s" msgstr "Gufungura %s%S bushyinguro" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, fuzzy, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "OYA Bayite Kuri Gusoma IDOSIYE" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, fuzzy, c-format msgid "Error reading file '%s': %s" msgstr "Ikosa mu gusoma idosiye" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, fuzzy, c-format msgid "Failed to read from file '%s': %s" msgstr "Kuri Gusoma Bivuye IDOSIYE" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, fuzzy, c-format msgid "Failed to open file '%s': %s" msgstr "Kuri Gufungura IDOSIYE" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, fuzzy, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Kuri Kubona Ibiranga Bya IDOSIYE Byanze" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, fuzzy, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Kuri Gufungura IDOSIYE Byanze" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Kuri Guhindura izina IDOSIYE Kuri Byanze" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, fuzzy, c-format msgid "Failed to create file '%s': %s" msgstr "Kuri Kurema IDOSIYE" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Kuri Gufungura IDOSIYE kugirango Byanze" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Kuri IDOSIYE Byanze" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Kuri IDOSIYE Byanze" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Kuri IDOSIYE Byanze" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Kuri Gufunga IDOSIYE Byanze" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, fuzzy, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "IDOSIYE OYA Cyavanyweho Byanze" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, fuzzy, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Sibyo OYA a" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Impera Na:" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, fuzzy, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Kuri Gusoma Ihuza" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 #, fuzzy msgid "Symbolic links not supported" msgstr "amahuza OYA" @@ -534,7 +549,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1139,17 +1154,17 @@ msgstr "Nka a Icyungo" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1173,34 +1188,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1252,13 +1267,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1272,50 +1287,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "amahuza OYA" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1404,7 +1419,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1417,37 +1432,37 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, 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:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy @@ -1455,84 +1470,89 @@ msgid "Invalid filename" msgstr "Izina ry'inturo:" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, 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:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Gufungura %s%S bushyinguro" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Kuri Gusoma Ihuza" + +#: gio/glocalfile.c:2155 #, 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:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1555,107 +1575,107 @@ msgid "Error setting extended attribute '%s': %s" msgstr "Gufungura %s%S bushyinguro" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "ku Umurongo" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "amahuza OYA" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Ikosa mu gusoma idosiye" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Ikosa mu gusoma idosiye" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1744,49 +1764,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1795,11 +1815,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1945,7 +1965,7 @@ msgid "GSocketControlMessage not supported on windows" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Ikosa mu gusoma idosiye" diff --git a/po/si.po b/po/si.po index 1df3266..ce4a666 100644 --- a/po/si.po +++ b/po/si.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.si\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2007-06-20 14:56+0530\n" "Last-Translator: Danishka Navin \n" "Language-Team: Sinhala \n" @@ -87,69 +87,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' සිට '%s' දක්වා පරිවර්තකය විවෘත කළ නොහැකි විය" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "පරිවර්තන ප්‍රධාධා තුළ සාවද්‍ය බයිට් පිළිවෙළක්යේ" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "%s' URI සාවද්‍ය වේ" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "'%s' URI හි ධාරක නාමය සාවද්‍ය වේ" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "සාවද්‍ය ධාරක නාමය" @@ -158,119 +158,134 @@ msgstr "සාවද්‍ය ධාරක නාමය" msgid "Error opening directory '%s': %s" msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, fuzzy, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr " \"%s\" ගොනුව කියවීම සඳහා %lu බයිට් ප්‍රමාණයක් යෙදවිය නොහැකි විය" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' ගොනුවෙන් කියවීම අසමත් විය: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' ගොනුව විවෘත කිරීම අසමත් විය: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' ගොනුවේ විශේෂණ ලබා ගැනීම අසමත් විය: fstat() අසමත් විය: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' ගොනුව විවෘත කිරීම අසමත් විය: fdopen() අසමත් විය: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "'%s' ගොනුව '%s' ලෙස නම වෙනස් ත කිරීම අසමත් විය: g_rename(අසමත් වියed: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "ලිවීම සඳහා '%s' ගොනුව විවෘත කිරීම අසමත් විය: fdopen() අසමත් විය: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' ගොනුවට ලිවීම අසමත් විය: fwrite() අසමත් විය: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "'%s' ගොනුවට ලිවීම අසමත් විය: fwrite() අසමත් විය: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "'%s' ගොනුවට ලිවීම අසමත් විය: fwrite() අසමත් විය: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' ගොනුව වැසීමීම අසමත් විය: fclose() අසමත් විය: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "දැනට ඇති '%s' ගොනුව ඉවත් කළ නොහැක: g_unlink() අසමත් විය: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s' ආකෘතිය සාවද්‍ය වේ, '%s' අඩංගු නොවිය යූතුය" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' ආකෘතියේ XXXXXX අඩංගු නොවේ" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' සංකේතාත්මක පුරුක කියවිම අසමත් විය: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" @@ -502,7 +517,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "අභ්‍යන්තර දෝෂය" @@ -1085,17 +1100,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1119,34 +1134,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1198,13 +1213,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1218,50 +1233,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1350,7 +1365,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1363,115 +1378,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "සාවද්‍ය යතුරු නම: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "සාවද්‍ය ධාරක නාමය" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "'%s' සංකේතාත්මක පුරුක කියවිම අසමත් විය: %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%d පේළියේ ත දෝෂයකි: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1492,103 +1512,103 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d පේළියේ ත දෝෂයකි: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1670,49 +1690,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1721,11 +1741,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1859,7 +1879,7 @@ msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" diff --git a/po/sk.po b/po/sk.po index 7aeb0b7..cdef701 100644 --- a/po/sk.po +++ b/po/sk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2008-03-15 15:01+0100\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -90,69 +90,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Nepodarilo sa prečítaÅ¥ symbolický odkaz '%s': %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Prevod zo znakovej sady '%s' do '%s' nie je podporovaný" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nepodarilo sa otvoriÅ¥ program na prevod z '%s' do '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Neplatná sekvencia bajtov na vstupe prevodu" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Chyba počas prevodu: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Čiastočná sekvencia znakov na konci vstupu" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nepodarilo sa previesÅ¥ náhradné `%s' do kódovej stránky `%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' nie je absolútne URI, používajúce schému \"file\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI lokálneho súboru '%s' nesmie obsahovaÅ¥ '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' je neplatné" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI hostiteľa '%s' je neplatné." -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' obsahuje neplatne zadané znaky" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Cesta '%s' nie je absolútna" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Neplatné meno hostiteľa" @@ -161,95 +161,95 @@ msgstr "Neplatné meno hostiteľa" msgid "Error opening directory '%s': %s" msgstr "Chyba pri otváraní priečinka '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nepodarilo sa alokovaÅ¥ %lu bajtov pre načítanie súboru \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Nepodarilo sa čítanie súboru '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nepodarilo sa otvoriÅ¥ súbor '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nepodarilo sa získaÅ¥ atribúty súboru '%s': fstat() zlyhala: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nepodarilo sa otvoriÅ¥ súbor '%s': fdopen() zlyhala: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Nepodarilo sa premenovaÅ¥ súbor '%s' na '%s': funkcia g_rename() zlyhala: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Nepodarilo sa otvoriÅ¥ súbor '%s' pre zápis: funkcia fdopen() zlyhala: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Nepodarilo sa zapísaÅ¥ súbor '%s': funkcia fwrite() zlyhala: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Nepodarilo sa zapísaÅ¥ súbor '%s': funkcia fwrite() zlyhala: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Nepodarilo sa zapísaÅ¥ súbor '%s': funkcia fwrite() zlyhala: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Nepodarilo sa zatvoriÅ¥ súbor '%s': funkcia fclose() zlyhala: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Existujúci súbor '%s' nemohol byÅ¥ odstránený: funkcia g_unlink() zlyhala: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Å ablóna '%s' je neplatná, nesmie obsahovaÅ¥ '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Å ablóna '%s' neobsahuje XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -257,27 +257,42 @@ msgstr[0] "%u bajtov" msgstr[1] "%u bajt" msgstr[2] "%u bajty" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nepodarilo sa prečítaÅ¥ symbolický odkaz '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Symbolické odkazy nepodporované" @@ -531,7 +546,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1126,17 +1141,17 @@ msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako booleovská." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Prúd je už zatvorený" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Operácia bola zruÅ¡ená" @@ -1159,34 +1174,34 @@ msgstr "typ %s" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nepomenované" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Vlastná definícia pre %s" @@ -1241,13 +1256,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Nepodporovaná operácia" @@ -1260,50 +1275,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Cieľový súbor existuje" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Symbolické odkazy nepodporované" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1392,7 +1407,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1405,114 +1420,119 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Neplatný názov programu: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Chyba pri premenovaní súboru: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Neplatný názov súboru" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Chyba pri otváraní súboru: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Nepodarilo sa otvoriÅ¥ priečinok" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Chyba pri odstraňovaní súboru: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Chyba pri otváraní priečinka '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Nepodarilo sa prečítaÅ¥ symbolický odkaz '%s': %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Chyba počas prevodu: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Chyba pri odstraňovaní cieľového súboru: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1534,104 +1554,104 @@ msgstr "Dokument neočakávane skončil v mene atribútu" msgid "Error setting extended attribute '%s': %s" msgstr "Chyba pri nastavovaní rozšírenej vlastnostii '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (neplatné kódovanie)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Neplatný typ vlastnosti (očakávané uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Neplatný typ vlastnosti (očakávané uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Neplatný typ vlastnosti (očakávaný bajtový reÅ¥azec)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Chyba počas prevodu: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Chyba počas prevodu: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Chyba pri nastavovaní vlastníka: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symbolický odkaz nesmie byÅ¥ prázdny" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Chyba pri nastavovaní symbolického odkazu: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Chyba počas prevodu: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "symbolický odkaz nesmie byÅ¥ prázdny" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Chyba pri nastavovaní vlastníka: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Symbolické odkazy nepodporované" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Chyba pri čítaní zo súboru: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Chyba pri zatváraní súboru: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1713,44 +1733,47 @@ msgstr "Zlyhala zmena veľkosti pamäťového výstupného prúdu" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "pripojenie neimplementuje odpojenie" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "pripojenie neimplementuje vysunutie" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "pripojenie neimplementuje odpojenie" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "pripojenie neimplementuje vysunutie" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "pripojenie neimplementuje opätovné pripojenie" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 #, fuzzy msgid "mount doesn't implement content type guessing" msgstr "pripojenie neimplementuje odpojenie" @@ -1758,7 +1781,7 @@ msgstr "pripojenie neimplementuje odpojenie" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 #, fuzzy msgid "mount doesn't implement synchronous content type guessing" msgstr "pripojenie neimplementuje odpojenie" @@ -1768,11 +1791,11 @@ msgstr "pripojenie neimplementuje odpojenie" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Výstupný prúd neimplementuje zápis" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Zdrojový prúd je už zatvorený" @@ -1907,7 +1930,7 @@ msgstr "Chyba pri otváraní súboru: %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Chyba pri odstraňovaní súboru: %s" diff --git a/po/sl.po b/po/sl.po index 475acd6..c4faa40 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,1275 +7,1266 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=general\n" -"POT-Creation-Date: 2009-11-27 00:38+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-11-27 07:14+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian GNOME Translation Team \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" +"%100==4 ? 3 : 0);\n" "X-Poedit-Country: SLOVENIA\n" "X-Poedit-Language: Slovenian\n" "X-Poedit-SourceCharset: utf-8\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Nepričakovan atribut '%s' za element '%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 "Atributa '%s' elementa '%s' ni mogoče najti" -#: ../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 "Nepričakovana oznaka '%s'. Pričakovana je oznaka '%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 "Nepričakovana oznaka '%s' znotraj '%s'" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "Ni veljavne datoteke zaznamkov v podatkovnih mapah" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Zaznamek za URI '%s' že obstaja" -#: ../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 "Ni veljavnega zaznamka za URI '%s'" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "V zaznamku za URI '%s' ni določene vrsta MIME" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "V zaznamku za URI '%s' ni določene zasebne zastavice" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "V zaznamku za URI '%s' ni nastavljenih skupin" -#: ../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 "Program z imenom '%s' ni ustvaril zaznamka za '%s'" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Napaka med razÅ¡irjanjem ukazne vrstice '%s' z URI '%s'" -#: ../glib/gconvert.c:437 -#: ../glib/gconvert.c:515 -#: ../glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Pretvorba iz nabora znakov '%s' v '%s' ni podprta" -#: ../glib/gconvert.c:441 -#: ../glib/gconvert.c:519 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ni mogoče odpreti pretvornika iz '%s' v '%s'" -#: ../glib/gconvert.c:638 -#: ../glib/gconvert.c:1031 -#: ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 -#: ../glib/giochannel.c:2288 -#: ../glib/gutf8.c:964 -#: ../glib/gutf8.c:1419 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 +#: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Neveljavno zaporedje bajtov na vhodu pretvorbe" -#: ../glib/gconvert.c:646 -#: ../glib/gconvert.c:956 -#: ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Napaka med pretvorbo: %s" -#: ../glib/gconvert.c:678 -#: ../glib/gutf8.c:960 -#: ../glib/gutf8.c:1170 -#: ../glib/gutf8.c:1311 -#: ../glib/gutf8.c:1415 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Delno (nedokončano) zaporedje znakov na koncu vhoda" -#: ../glib/gconvert.c:928 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ni mogoče pretvoriti '%s' v nabor znakov '%s'" -#: ../glib/gconvert.c:1751 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' pri uporabi \"datotečne\" sheme ni absoluten" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Krajevna datoteka URI '%s' ne sme vsebovati '#'" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' je neveljaven" -#: ../glib/gconvert.c:1790 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ime gostitelja naslova URI '%s' ni veljavno" -#: ../glib/gconvert.c:1806 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Naslov URI '%s' vsebuje neveljavne ubežne znake" -#: ../glib/gconvert.c:1901 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Pot '%s' ni absolutna pot" -#: ../glib/gconvert.c:1911 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Neveljavno ime gostitelja" -#: ../glib/gdir.c:112 -#: ../glib/gdir.c:135 +#: glib/gdir.c:112 glib/gdir.c:135 #, c-format msgid "Error opening directory '%s': %s" msgstr "Napaka ob odpiranju imenika '%s': %s" -#: ../glib/gfileutils.c:536 -#: ../glib/gfileutils.c:624 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ni mogoče rezervirati %lu bajtov za branje datoteke \"%s\"" -#: ../glib/gfileutils.c:551 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Napaka ob branju datoteke '%s': %s" -#: ../glib/gfileutils.c:565 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Datoteka \"%s\" je prevelika." -#: ../glib/gfileutils.c:648 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Ni mogoče brati iz datoteke '%s': %s" -#: ../glib/gfileutils.c:699 -#: ../glib/gfileutils.c:786 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Ni mogoče odpreti datoteke '%s': %s" -#: ../glib/gfileutils.c:716 -#: ../glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Ni mogoče dobiti atributov datoteke '%s': fstat() ni uspel: %s" -#: ../glib/gfileutils.c:750 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Ni mogoče odpreti datoteke '%s': fdopen() ni uspel: %s" -#: ../glib/gfileutils.c:858 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Ni mogoče preimenovati datoteke '%s' v '%s': g_rename() ni uspel: %s" -#: ../glib/gfileutils.c:900 -#: ../glib/gfileutils.c:1366 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Ni mogoče ustvariti datoteke '%s' %s" -#: ../glib/gfileutils.c:914 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Ni mogoče odpreti datoteke '%s' za pisanje: fdopen() ni uspel: %s" -#: ../glib/gfileutils.c:939 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Ni mogoče zapisati datoteke '%s': fwrite() ni uspel: %s" -#: ../glib/gfileutils.c:958 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Ni mogoče zapisati datoteke '%s': fflush() ni uspel: %s" -#: ../glib/gfileutils.c:987 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Ni mogoče zapisati datoteke '%s': fsync() ni uspel: %s" -#: ../glib/gfileutils.c:1006 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Ni mogoče zapreti datoteke '%s': fclose() ni uspel: %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Obstoječe datoteke '%s' ni mogoče odstraniti: g_unlink() ni uspel: %s" -#: ../glib/gfileutils.c:1328 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Predloga '%s' je neveljavna, saj ne sme vsebovati '%s'" -#: ../glib/gfileutils.c:1341 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Predloga '%s' ne vsebuje XXXXXX" -#: ../glib/gfileutils.c:1782 +#: glib/gfileutils.c:1774 +#, c-format +msgid "%u byte" +msgid_plural "%u bytes" +msgstr[0] "%u bajtov" +msgstr[1] "%u bajt" +msgstr[2] "%u bajta" +msgstr[3] "%u bajti" + +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1787 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1792 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1797 +#: glib/gfileutils.c:1797 #, c-format msgid "%.1f TB" msgstr "%.1f TB" -#: ../glib/gfileutils.c:1802 +#: glib/gfileutils.c:1802 #, c-format msgid "%.1f PB" msgstr "%.1f PB" -#: ../glib/gfileutils.c:1807 +#: glib/gfileutils.c:1807 #, c-format msgid "%.1f EB" msgstr "%.1f EB" -#: ../glib/gfileutils.c:1850 +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Ni mogoče prebrati simbolne povezave '%s': %s" -#: ../glib/gfileutils.c:1871 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Simbolne povezave niso podprte" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Ni mogoče odpreti pretvornika iz '%s' v '%s': %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Ni mogoče prebrati g_io_channel_read_line_string" -#: ../glib/giochannel.c:1626 -#: ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "Preostanek nepretvorjenih podatkov v bralnem medpomnilniku" -#: ../glib/giochannel.c:1707 -#: ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "Kanal je prekinjen v delnem znaku" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ni mogoče prebrati v g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:123 +#: glib/gmappedfile.c:123 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Ni mogoče odpreti datoteke '%s': open() ni uspel: %s" -#: ../glib/gmappedfile.c:201 +#: glib/gmappedfile.c:201 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Ni mogoče preslikati datoteke '%s': mmap() ni uspel: %s" -#: ../glib/gmarkup.c:303 -#: ../glib/gmarkup.c:343 +#: glib/gmarkup.c:303 glib/gmarkup.c:343 #, c-format msgid "Error on line %d char %d: " msgstr "Napaka v vrstici %d, znak %d:" -#: ../glib/gmarkup.c:363 -#: ../glib/gmarkup.c:441 +#: glib/gmarkup.c:363 glib/gmarkup.c:441 #, c-format msgid "Invalid UTF-8 encoded text in name - not valid '%s'" msgstr "Neveljavno UTF-8 kodirano besedilo imena - neveljaven '%s'" -#: ../glib/gmarkup.c:374 +#: glib/gmarkup.c:374 #, c-format msgid "'%s' is not a valid name " msgstr "'%s' ni veljavno ime" -#: ../glib/gmarkup.c:390 +#: glib/gmarkup.c:390 #, c-format msgid "'%s' is not a valid name: '%c' " msgstr "'%s' ni veljavno ime: '%c' " -#: ../glib/gmarkup.c:494 +#: glib/gmarkup.c:494 #, c-format msgid "Error on line %d: %s" msgstr "Napaka v vrstici %d: %s" -#: ../glib/gmarkup.c:578 +#: glib/gmarkup.c:578 #, c-format -msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large" -msgstr "Ni mogoče razčleniti '%-.*s', ki bi morala biti Å¡tevilka znotraj reference znaka (na primer ê) - morda je Å¡tevilka prevelika" +msgid "" +"Failed to parse '%-.*s', which should have been a digit inside a character " +"reference (ê for example) - perhaps the digit is too large" +msgstr "" +"Ni mogoče razčleniti '%-.*s', ki bi morala biti Å¡tevilka znotraj reference " +"znaka (na primer ê) - morda je Å¡tevilka prevelika" -#: ../glib/gmarkup.c:590 -msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Referenca znaka se ni končala s podpičjem; najverjetneje je uporabljen znak '&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&'" +#: glib/gmarkup.c:590 +msgid "" +"Character reference did not end with a semicolon; most likely you used an " +"ampersand character without intending to start an entity - escape ampersand " +"as &" +msgstr "" +"Referenca znaka se ni končala s podpičjem; najverjetneje je uporabljen znak " +"'&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&'" -#: ../glib/gmarkup.c:616 +#: glib/gmarkup.c:616 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Referenca znaka '%-.*s' ne Å¡ifrira dovoljenega znaka" -#: ../glib/gmarkup.c:654 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "Zaznana prazna entiteta '&;'; veljavne entitete so: & " < > '" +#: glib/gmarkup.c:654 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Zaznana prazna entiteta '&;'; veljavne entitete so: & " < > " +"'" -#: ../glib/gmarkup.c:662 +#: glib/gmarkup.c:662 #, c-format msgid "Entity name '%-.*s' is not known" msgstr "Neznano ime entitete '%-.*s'" -#: ../glib/gmarkup.c:667 -msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Entiteta se ne zaključi s podpičjem; najverjetneje je uporabljen znak '&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&'" +#: glib/gmarkup.c:667 +msgid "" +"Entity did not end with a semicolon; most likely you used an ampersand " +"character without intending to start an entity - escape ampersand as &" +msgstr "" +"Entiteta se ne zaključi s podpičjem; najverjetneje je uporabljen znak '&' " +"brez povezave z entiteto - znak '&' mora biti zapisan kot '&'" -#: ../glib/gmarkup.c:1014 +#: glib/gmarkup.c:1014 msgid "Document must begin with an element (e.g. )" msgstr "Dokument se mora začeti z elementom (na primer )" -#: ../glib/gmarkup.c:1054 +#: glib/gmarkup.c:1054 #, c-format -msgid "'%s' is not a valid character following a '<' character; it may not begin an element name" -msgstr "'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne začne z imenom elementa" +msgid "" +"'%s' is not a valid character following a '<' character; it may not begin an " +"element name" +msgstr "" +"'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne začne z imenom " +"elementa" -#: ../glib/gmarkup.c:1122 +#: glib/gmarkup.c:1122 #, c-format -msgid "Odd character '%s', expected a '>' character to end the empty-element tag '%s'" -msgstr "Nenavaden znak '%s'. Pričakovan znak je '>', da se zaključi oznako predmeta '%s'" +msgid "" +"Odd character '%s', expected a '>' character to end the empty-element tag '%" +"s'" +msgstr "" +"Nenavaden znak '%s'. Pričakovan znak je '>', da se zaključi oznako predmeta " +"'%s'" -#: ../glib/gmarkup.c:1206 +#: glib/gmarkup.c:1206 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -msgstr "Nenavaden znak '%s'. Za imenom atributa '%s' (elementa '%s') je pričakovan znak '='" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgstr "" +"Nenavaden znak '%s'. Za imenom atributa '%s' (elementa '%s') je pričakovan " +"znak '='" -#: ../glib/gmarkup.c:1247 +#: glib/gmarkup.c:1247 #, c-format -msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name" -msgstr "Nenavaden znak '%s'. Pričakovan znak '>' ali '/', ki bi zaključil oznako elementa '%s' ali atribut; morda ste uporabili neveljaven znak v imenu atributa'" +msgid "" +"Odd character '%s', expected a '>' or '/' character to end the start tag of " +"element '%s', or optionally an attribute; perhaps you used an invalid " +"character in an attribute name" +msgstr "" +"Nenavaden znak '%s'. Pričakovan znak '>' ali '/', ki bi zaključil oznako " +"elementa '%s' ali atribut; morda ste uporabili neveljaven znak v imenu " +"atributa'" -#: ../glib/gmarkup.c:1291 +#: glib/gmarkup.c:1291 #, c-format -msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'" -msgstr "Nenavaden znak '%s'. Za enačajem je pričakovan narekovaj znotraj katerega je podana vrednost atributa '%s' elementa '%s'" +msgid "" +"Odd character '%s', expected an open quote mark after the equals sign when " +"giving value for attribute '%s' of element '%s'" +msgstr "" +"Nenavaden znak '%s'. Za enačajem je pričakovan narekovaj znotraj katerega je " +"podana vrednost atributa '%s' elementa '%s'" -#: ../glib/gmarkup.c:1425 +#: glib/gmarkup.c:1425 #, c-format -msgid "'%s' is not a valid character following the characters ''" -msgstr "Znak '%s' ni veljaven kadar sledi zaprtju imena elementa '%s'; dovoljen znak je '>'" +msgid "" +"'%s' is not a valid character following the close element name '%s'; the " +"allowed character is '>'" +msgstr "" +"Znak '%s' ni veljaven kadar sledi zaprtju imena elementa '%s'; dovoljen znak " +"je '>'" -#: ../glib/gmarkup.c:1472 +#: glib/gmarkup.c:1472 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' je zaprt, trenutno ni odprtega elementa" -#: ../glib/gmarkup.c:1481 +#: glib/gmarkup.c:1481 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' je zaprt, Å¡e vedno pa je odprt element '%s'" -#: ../glib/gmarkup.c:1648 +#: glib/gmarkup.c:1648 msgid "Document was empty or contained only whitespace" msgstr "Dokument je prazen ali pa vsebuje le presledke" -#: ../glib/gmarkup.c:1662 +#: glib/gmarkup.c:1662 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokument nepričakovano zaključen takoj za odprtjem predmeta '<'" -#: ../glib/gmarkup.c:1670 -#: ../glib/gmarkup.c:1715 +#: glib/gmarkup.c:1670 glib/gmarkup.c:1715 #, c-format -msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened" -msgstr "Dokument nepričakovano zaključen s Å¡e odprtimi elementi - '%s' je zadnji odprt element" +msgid "" +"Document ended unexpectedly with elements still open - '%s' was the last " +"element opened" +msgstr "" +"Dokument nepričakovano zaključen s Å¡e odprtimi elementi - '%s' je zadnji " +"odprt element" -#: ../glib/gmarkup.c:1678 +#: glib/gmarkup.c:1678 #, c-format -msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>" -msgstr "Dokument nepričakovano zaključen, pričakovan je zaključni zaklepaj oznake <%s/>" +msgid "" +"Document ended unexpectedly, expected to see a close angle bracket ending " +"the tag <%s/>" +msgstr "" +"Dokument nepričakovano zaključen, pričakovan je zaključni zaklepaj oznake <%" +"s/>" -#: ../glib/gmarkup.c:1684 +#: glib/gmarkup.c:1684 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument nepričakovano zaključen sredi imena elementa" -#: ../glib/gmarkup.c:1690 +#: glib/gmarkup.c:1690 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument nepričakovano zaključen sredi imena atributa" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokument nepričakovano zaključen sredi oznake za odprtje elementa." -#: ../glib/gmarkup.c:1701 -msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value" -msgstr "Dokument nepričakovano zaključen za enačajem, ki sledil imenu atributa; ni določena vrednosti atributa" +#: glib/gmarkup.c:1701 +msgid "" +"Document ended unexpectedly after the equals sign following an attribute " +"name; no attribute value" +msgstr "" +"Dokument nepričakovano zaključen za enačajem, ki sledil imenu atributa; ni " +"določena vrednosti atributa" -#: ../glib/gmarkup.c:1708 +#: glib/gmarkup.c:1708 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument nepričakovano zaključen sredi vrednosti atributa" -#: ../glib/gmarkup.c:1724 +#: glib/gmarkup.c:1724 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokument nepričakovano zaključen sredi oznake zaprtja elementa '%s'" -#: ../glib/gmarkup.c:1730 +#: glib/gmarkup.c:1730 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Dokument nepričakovano zaključen sredi opombe ali ukaza" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "pokvarjen predmet" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "notranja napaka ali pokvarjen predmet" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "zmanjkalo je pomnilnika" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "dosežena omejitev sledenja nazaj" -#: ../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 "vzorec vsebuje predmete, ki niso podprti za delno iskanje zadetkov" -#: ../glib/gregex.c:154 -#: ../gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "notranja napaka" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "predhodne povezave, kot pogoji, niso podprti za delno primerjavo" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "dosežena omejitev globine drevesne ravni" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "dosežena omejitev delovnega prostora za prazne podrejene niti" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "nepravilna sestava zastavic nove vrstice" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "neznana napaka" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ na koncu vzorca" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c na koncu vzorca" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "neprepoznan znak sledi znaku \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" -msgstr "ubežno spreminjanje velikosti črk (\\l, \\L, \\u, \\U) na tem mestu ni dovoljeno" +msgstr "" +"ubežno spreminjanje velikosti črk (\\l, \\L, \\u, \\U) na tem mestu ni " +"dovoljeno" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "Å¡tevilke niso zapisane pravilno v {} količilniku" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "Å¡tevilke so prevelike v {} količilniku" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "manjkajoč zaključni znak ] za znakovni razred" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "neveljavno ubežno zaporedje v znakovnem razredu" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "nepravilen obseg v znakovnem razredu" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "ni mogoče ponoviti" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "neprepoznan znak za (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "neprepoznan znak za (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "neprepoznan znak za (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX razredi so podprti le znotraj razreda" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "manjka zaključujoči )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") brez odpirajočega (" #. 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 ali (?[+-] Å¡tevilom mora slediti )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "povezava na neobstoječ podrejen vzorec" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "manjka ) po opombi" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "logični izraz je predolg" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "napaka med pridobivanjem pomnilnika" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "povratna trditev ni določene dolžine" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "nepravilno oblikovano ime ali Å¡tevilka za (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "pogojna skupina vsebuje več kot dve veji" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "trditev pričakovana za (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "neznano POSIX ime razreda" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX primerjalni elementi niso podprti" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "znakovna vrednost v zaporedju \\x{...} je predolga" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "neveljaven pogoj (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C ni dovoljen v povratnih trditvah" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "drevesni klic opravila se lahko izvaja v neskončnost" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "manjkajoč zaključni znak v imenu podrejenega vzorca" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "dva imenovana podrejena vzorca imata enako ime" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "nepravilno oblikovano \\P ali \\p zaporedje" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "neznano ime lastnosti za \\P ali \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "ime podrejenega vzorca je predolgo (največ 32 znakov)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "preveč imenovanih podrejenih vzorcev (največ 10,000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "osmiÅ¡ka vrednost je večja kot \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE skupina vsebuje več kot eno vejo" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "ponavljanje DEFINE skupine ni dovoljeno" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "nepopolna NEWLINE možnost" -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" -msgstr "\\g ne sledi označenemu imenu ali pogojno označenemu Å¡tevilu večjem od nič" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" +msgstr "" +"\\g ne sledi označenemu imenu ali pogojno označenemu Å¡tevilu večjem od nič" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "nepričakovana ponovitev" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "prekoračitev kode" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "pretečena delovna povrÅ¡ina prevajanja kode" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "predhodno preverjene povezave podrejenega vzorca ni mogoče najti" -#: ../glib/gregex.c:522 -#: ../glib/gregex.c:1603 +#: glib/gregex.c:522 glib/gregex.c:1603 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Napaka med primerjanjem logičnega izraza %s: %s" -#: ../glib/gregex.c:1094 +#: glib/gregex.c:1094 msgid "PCRE library is compiled without UTF8 support" msgstr "Knjižnica PCRE je pretvorjena brez UTF-8 podpore" -#: ../glib/gregex.c:1103 +#: glib/gregex.c:1103 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Knjižnica PCRE je pretvorjena brez lastnosti UTF-8 podpore" -#: ../glib/gregex.c:1157 +#: glib/gregex.c:1157 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Napaka med pretvarjanjem logičnega izraza %s pri znaku %d: %s" -#: ../glib/gregex.c:1193 +#: glib/gregex.c:1193 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Napaka med prilagajanjem logičnega izraza %s: %s" -#: ../glib/gregex.c:2031 +#: glib/gregex.c:2031 msgid "hexadecimal digit or '}' expected" msgstr "Å¡estnajstiÅ¡ko Å¡tevilo ali pa pričakovan '}'" -#: ../glib/gregex.c:2047 +#: glib/gregex.c:2047 msgid "hexadecimal digit expected" msgstr "pričakovano Å¡estnajstiÅ¡ko Å¡tevilo" -#: ../glib/gregex.c:2087 +#: glib/gregex.c:2087 msgid "missing '<' in symbolic reference" msgstr "manjkajoč znak '<' v simbolni povezavi" -#: ../glib/gregex.c:2096 +#: glib/gregex.c:2096 msgid "unfinished symbolic reference" msgstr "nedokončana simbolna povezava" -#: ../glib/gregex.c:2103 +#: glib/gregex.c:2103 msgid "zero-length symbolic reference" msgstr "simbolna povezava nične dolžine" -#: ../glib/gregex.c:2114 +#: glib/gregex.c:2114 msgid "digit expected" msgstr "pričakovano Å¡tevilo" -#: ../glib/gregex.c:2132 +#: glib/gregex.c:2132 msgid "illegal symbolic reference" msgstr "neveljavna simbolna povezava" -#: ../glib/gregex.c:2194 +#: glib/gregex.c:2194 msgid "stray final '\\'" msgstr "obidi končna '\\'" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 msgid "unknown escape sequence" msgstr "neznano ubežno zaporedje" -#: ../glib/gregex.c:2208 +#: glib/gregex.c:2208 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Napaka med razčlenjevanjem besedila zamenjave \"%s\" pri znaku %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Citirano besedilo se ne začne z narekovajem" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "V ukazni vrstici ali v citiranem besedilu manjka končni narekovaj" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Besedilo končano takoj po znaku '\\'. (Besedilo je bilo '%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 "Besedilo končano preden je bil najden zaključni narekovaj za %c. (besedilo je bilo '%s')" +msgstr "" +"Besedilo končano preden je bil najden zaključni narekovaj za %c. (besedilo " +"je bilo '%s')" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "Besedilo je bilo prazno (ali vsebovalo le presledke)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "Ni mogoče prebrati podatkov iz procesa podrejenega predmeta" -#: ../glib/gspawn-win32.c:300 -#: ../glib/gspawn.c:1480 +#: glib/gspawn-win32.c:300 glib/gspawn.c:1480 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Ni mogoče ustvariti cevi za stik s procesom podrejenega predmeta (%s)" -#: ../glib/gspawn-win32.c:339 -#: ../glib/gspawn-win32.c:347 -#: ../glib/gspawn.c:1139 +#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Ni mogoče prebrati iz cevi podrejenega procesa (%s)" -#: ../glib/gspawn-win32.c:370 -#: ../glib/gspawn.c:1346 +#: glib/gspawn-win32.c:370 glib/gspawn.c:1346 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Ni mogoče spremeniti imenika v '%s' (%s)" -#: ../glib/gspawn-win32.c:376 -#: ../glib/gspawn-win32.c:495 +#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495 #, c-format msgid "Failed to execute child process (%s)" msgstr "Ni mogoče izvesti podrejenega procesa (%s)" -#: ../glib/gspawn-win32.c:445 +#: glib/gspawn-win32.c:445 #, c-format msgid "Invalid program name: %s" msgstr "Neveljavno ime programa: %s" -#: ../glib/gspawn-win32.c:455 -#: ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1279 +#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Neveljaven niz v vektorju argumenta pri %d: %s" -#: ../glib/gspawn-win32.c:466 -#: ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1312 +#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312 #, c-format msgid "Invalid string in environment: %s" msgstr "Neveljaven niz okolja: %s" -#: ../glib/gspawn-win32.c:719 -#: ../glib/gspawn-win32.c:1260 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260 #, c-format msgid "Invalid working directory: %s" msgstr "Neveljavna delovna mapa: %s" -#: ../glib/gspawn-win32.c:784 +#: glib/gspawn-win32.c:784 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Napaka med izvajanjem pomožnega programa (%s)" -#: ../glib/gspawn-win32.c:998 -msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process" -msgstr "Nepričakovana napaka v g_io_channel_win32_poll() med branjem podatkov procesa podrejenega predmeta" +#: glib/gspawn-win32.c:998 +msgid "" +"Unexpected error in g_io_channel_win32_poll() reading data from a child " +"process" +msgstr "" +"Nepričakovana napaka v g_io_channel_win32_poll() med branjem podatkov " +"procesa podrejenega predmeta" -#: ../glib/gspawn.c:190 +#: glib/gspawn.c:190 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Ni mogoče prebrati podatkov podrejenega procesa (%s)" -#: ../glib/gspawn.c:329 +#: glib/gspawn.c:329 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" -msgstr "Nepričakovana napaka v select() med branjem podatkov procesa podrejenega predmeta (%s)" +msgstr "" +"Nepričakovana napaka v select() med branjem podatkov procesa podrejenega " +"predmeta (%s)" -#: ../glib/gspawn.c:414 +#: glib/gspawn.c:414 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Nepričakovana napaka v waitpid() (%s)" -#: ../glib/gspawn.c:1206 +#: glib/gspawn.c:1206 #, c-format msgid "Failed to fork (%s)" msgstr "Ni mogoča razvejitev (%s)" -#: ../glib/gspawn.c:1356 +#: glib/gspawn.c:1356 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Ni mogoče izvesti podrejenega procesa \"%s\" (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Ni mogoče preusmeriti vhoda ali izhoda podrejenega procesa (%s)" -#: ../glib/gspawn.c:1375 +#: glib/gspawn.c:1375 #, c-format msgid "Failed to fork child process (%s)" msgstr "Ni mogoče razvejiti podrejenega procesa (%s)" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Neznana napaka med izvajanjem podrejenega procesa \"%s\"" -#: ../glib/gspawn.c:1407 +#: glib/gspawn.c:1407 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Ni mogoče prebrati dovolj podatkov iz cevi podrejenega procesa (%s)" -#: ../glib/gutf8.c:1038 +#: glib/gutf8.c:1038 msgid "Character out of range for UTF-8" msgstr "Znak izven intervala za UTF-8" -#: ../glib/gutf8.c:1138 -#: ../glib/gutf8.c:1147 -#: ../glib/gutf8.c:1279 -#: ../glib/gutf8.c:1288 -#: ../glib/gutf8.c:1429 -#: ../glib/gutf8.c:1525 +#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288 +#: glib/gutf8.c:1429 glib/gutf8.c:1525 msgid "Invalid sequence in conversion input" msgstr "Neveljavno zaporedje na vhodu pretvorbe" -#: ../glib/gutf8.c:1440 -#: ../glib/gutf8.c:1536 +#: glib/gutf8.c:1440 glib/gutf8.c:1536 msgid "Character out of range for UTF-16" msgstr "Znak izven intervala za UTF-16" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "Usage:" msgstr "Uporaba:" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "[OPTION...]" msgstr "[MOŽNOST ...]" -#: ../glib/goption.c:861 +#: glib/goption.c:861 msgid "Help Options:" msgstr "Možnosti pomoči:" -#: ../glib/goption.c:862 +#: glib/goption.c:862 msgid "Show help options" msgstr "Pokaži možnosti pomoči" -#: ../glib/goption.c:868 +#: glib/goption.c:868 msgid "Show all help options" msgstr "Pokaži vse možnosti pomoči" -#: ../glib/goption.c:930 +#: glib/goption.c:930 msgid "Application Options:" msgstr "Možnosti programa:" -#: ../glib/goption.c:992 -#: ../glib/goption.c:1062 +#: glib/goption.c:992 glib/goption.c:1062 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Ni mogoče razčleniti celoÅ¡tevilske vrednosti '%s' za %s" -#: ../glib/goption.c:1002 -#: ../glib/goption.c:1070 +#: glib/goption.c:1002 glib/goption.c:1070 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "CeloÅ¡tevilska vrednost '%s' za %s izven obsega" -#: ../glib/goption.c:1027 +#: glib/goption.c:1027 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Ni mogoče razčleniti dvojne vrednosti '%s' za %s" -#: ../glib/goption.c:1035 +#: glib/goption.c:1035 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Vrednost dvojne velikosti '%s' za %s izven obsega" -#: ../glib/goption.c:1298 -#: ../glib/goption.c:1377 +#: glib/goption.c:1298 glib/goption.c:1377 #, c-format msgid "Error parsing option %s" msgstr "Napaka med razčlenjevanjem %s" -#: ../glib/goption.c:1408 -#: ../glib/goption.c:1522 +#: glib/goption.c:1408 glib/goption.c:1522 #, c-format msgid "Missing argument for %s" msgstr "Manjka argument za %s" -#: ../glib/goption.c:1917 +#: glib/goption.c:1917 #, c-format msgid "Unknown option %s" msgstr "Neznana možnost %s" -#: ../glib/gkeyfile.c:362 +#: glib/gkeyfile.c:362 msgid "Valid key file could not be found in search dirs" msgstr "Veljavnega ključa v iskanih imenikih ni mogoče najti" -#: ../glib/gkeyfile.c:397 +#: glib/gkeyfile.c:397 msgid "Not a regular file" msgstr "Ni običajna datoteka" -#: ../glib/gkeyfile.c:405 +#: glib/gkeyfile.c:405 msgid "File is empty" msgstr "Datoteka je prazna" -#: ../glib/gkeyfile.c:764 +#: glib/gkeyfile.c:764 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" -msgstr "Datoteka s ključem vsebuje vrstico '%s', ki ni ključ-vrednost par, skupina ali opomba" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" +msgstr "" +"Datoteka s ključem vsebuje vrstico '%s', ki ni ključ-vrednost par, skupina " +"ali opomba" -#: ../glib/gkeyfile.c:824 +#: glib/gkeyfile.c:824 #, c-format msgid "Invalid group name: %s" msgstr "Neveljavno ime skupine: %s" -#: ../glib/gkeyfile.c:846 +#: glib/gkeyfile.c:846 msgid "Key file does not start with a group" msgstr "Datoteka s ključem se ne začne s skupino" -#: ../glib/gkeyfile.c:872 +#: glib/gkeyfile.c:872 #, c-format msgid "Invalid key name: %s" msgstr "Neveljavno ime ključa: %s" -#: ../glib/gkeyfile.c:899 +#: glib/gkeyfile.c:899 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Datoteka s ključem vsebuje nepodprto kodiranje '%s'" -#: ../glib/gkeyfile.c:1115 -#: ../glib/gkeyfile.c:1277 -#: ../glib/gkeyfile.c:2506 -#: ../glib/gkeyfile.c:2572 -#: ../glib/gkeyfile.c:2707 -#: ../glib/gkeyfile.c:2840 -#: ../glib/gkeyfile.c:2993 -#: ../glib/gkeyfile.c:3180 -#: ../glib/gkeyfile.c:3241 +#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506 +#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840 +#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241 #, c-format msgid "Key file does not have group '%s'" msgstr "Datoteka s ključem ni del skupine '%s'" -#: ../glib/gkeyfile.c:1289 +#: glib/gkeyfile.c:1289 #, c-format msgid "Key file does not have key '%s'" msgstr "Datoteka s ključem nima ključa '%s'" -#: ../glib/gkeyfile.c:1396 -#: ../glib/gkeyfile.c:1511 +#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511 #, 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" +msgstr "" +"Datoteka s ključem vsebuje ključ '%s' z vrednostjo '%s', ki ni zapisan v UTF-" +"8 naboru" -#: ../glib/gkeyfile.c:1416 -#: ../glib/gkeyfile.c:1910 +#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910 #, 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." +msgstr "" +"Datoteka s ključem vsebuje ključ '%s' z vrednostjo, ki je ni mogoče " +"obravnavati." -#: ../glib/gkeyfile.c:1531 +#: glib/gkeyfile.c:1531 #, c-format -msgid "Key file contains key '%s' which has a value that cannot be interpreted." -msgstr "Datoteka s ključem vsebuje ključ '%s' z vrednostjo, ki je ni mogoče obravnavati." +msgid "" +"Key file contains key '%s' which has a value that cannot be interpreted." +msgstr "" +"Datoteka s ključem vsebuje ključ '%s' z vrednostjo, ki je ni mogoče " +"obravnavati." -#: ../glib/gkeyfile.c:2125 -#: ../glib/gkeyfile.c:2337 +#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337 #, c-format -msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted." -msgstr "Datoteka s ključem vsebuje ključ '%s' v skupini '%s' z vrednostjo, ki je ni mogoče obravnavati." +msgid "" +"Key file contains key '%s' in group '%s' which has value that cannot be " +"interpreted." +msgstr "" +"Datoteka s ključem vsebuje ključ '%s' v skupini '%s' z vrednostjo, ki je ni " +"mogoče obravnavati." -#: ../glib/gkeyfile.c:2521 -#: ../glib/gkeyfile.c:2722 -#: ../glib/gkeyfile.c:3252 +#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252 #, 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:3486 +#: glib/gkeyfile.c:3486 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:3508 +#: glib/gkeyfile.c:3508 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Datoteka ključa vsebuje neveljavno ubežno zaporedje '%s'" -#: ../glib/gkeyfile.c:3650 +#: glib/gkeyfile.c:3650 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vrednosti '%s' ni mogoče obravnavati kot Å¡tevilo." -#: ../glib/gkeyfile.c:3664 +#: glib/gkeyfile.c:3664 #, c-format msgid "Integer value '%s' out of range" msgstr "CeloÅ¡tevilska vrednost '%s' izven obsega" -#: ../glib/gkeyfile.c:3697 +#: glib/gkeyfile.c:3697 #, 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:3721 +#: glib/gkeyfile.c:3721 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednosti '%s' ni mogoče obravnavati kot Boolovo vrednost." -#: ../gio/gbufferedinputstream.c:415 -#: ../gio/gbufferedinputstream.c:496 -#: ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 -#: ../gio/ginputstream.c:557 -#: ../gio/ginputstream.c:682 -#: ../gio/goutputstream.c:198 -#: ../gio/goutputstream.c:657 +#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 +#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Prevelika vrednost Å¡tetja poslana na %s" -#: ../gio/gbufferedinputstream.c:883 -#: ../gio/ginputstream.c:892 -#: ../gio/giostream.c:305 -#: ../gio/goutputstream.c:1108 +#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Pretok je že zaprt" -#: ../gio/gcancellable.c:433 -#: ../gio/glocalfile.c:2095 -#: ../gio/gsimpleasyncresult.c:648 -#: ../gio/gsimpleasyncresult.c:674 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 +#: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Dejanje je bilo prekliocano." -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "neznana vrsta" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "%s vrsta datoteke" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "%s vrsta" -#: ../gio/gdatainputstream.c:311 +#: gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" msgstr "Nepričakovan prezgodnji konec pretoka" -#: ../gio/gdesktopappinfo.c:468 -#: ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Neimenovan" -#: ../gio/gdesktopappinfo.c:725 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Namizna datoteka ne vsebuje določenega polja Exec" -#: ../gio/gdesktopappinfo.c:905 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Ni mogoče najti terminala, ki ga zahteva program" -#: ../gio/gdesktopappinfo.c:1113 +#: gio/gdesktopappinfo.c:1113 #, 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:1117 +#: gio/gdesktopappinfo.c:1117 #, 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:1525 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Ni mogoče ustvariti uporabnikove datoteke namizja %s" -#: ../gio/gdesktopappinfo.c:1639 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Določilo po meri za %s" -#: ../gio/gdrive.c:409 +#: gio/gdrive.c:409 msgid "drive doesn't implement eject" msgstr "pogona ni mogoče izvreči" #. Translators: This is an error #. * message for drive objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gdrive.c:489 +#: gio/gdrive.c:489 msgid "drive doesn't implement eject or eject_with_operation" msgstr "pogon ne vključuje ukaza izvrzi ali izvrzi_u_dejanjem" -#: ../gio/gdrive.c:566 +#: gio/gdrive.c:566 msgid "drive doesn't implement polling for media" msgstr "pogon ne podpira preverjanja enote" -#: ../gio/gdrive.c:771 +#: gio/gdrive.c:771 msgid "drive doesn't implement start" msgstr "pogon ne vključuje možnosti zagona" -#: ../gio/gdrive.c:873 +#: gio/gdrive.c:873 msgid "drive doesn't implement stop" msgstr "pogon ne vključuje možnosti zaustavitve" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "Ni mogoče upravljati z različico %d kodiranja GEmblem" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "Nepravilno oblikovana znakov (%d) v kodiranju GEmblem" -#: ../gio/gemblemedicon.c:296 +#: gio/gemblemedicon.c:296 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "Ni mogoče upravljati z različico %d kodiranja GEmblemedIcon" -#: ../gio/gemblemedicon.c:306 +#: gio/gemblemedicon.c:306 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "Nepravilno oblikovana znakov (%d) v kodiranju GEmblemedIcon" -#: ../gio/gemblemedicon.c:329 +#: gio/gemblemedicon.c:329 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Pričakovan GEmblem za GEmblemedIcon" -#: ../gio/gfile.c:903 -#: ../gio/gfile.c:1133 -#: ../gio/gfile.c:1268 -#: ../gio/gfile.c:1504 -#: ../gio/gfile.c:1558 -#: ../gio/gfile.c:1615 -#: ../gio/gfile.c:1698 -#: ../gio/gfile.c:1753 -#: ../gio/gfile.c:1813 -#: ../gio/gfile.c:1867 -#: ../gio/gfile.c:3192 -#: ../gio/gfile.c:3246 -#: ../gio/gfile.c:3377 -#: ../gio/gfile.c:3417 -#: ../gio/gfile.c:3744 -#: ../gio/gfile.c:4146 -#: ../gio/gfile.c:4232 -#: ../gio/gfile.c:4321 -#: ../gio/gfile.c:4419 -#: ../gio/gfile.c:4506 -#: ../gio/gfile.c:4599 -#: ../gio/gfile.c:4929 -#: ../gio/gfile.c:5209 -#: ../gio/gfile.c:5278 -#: ../gio/gfile.c:6869 -#: ../gio/gfile.c:6959 -#: ../gio/gfile.c:7045 -#: ../gio/win32/gwinhttpfile.c:441 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 +#: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Dejanje ni podprto" @@ -1287,140 +1278,128 @@ msgstr "Dejanje ni podprto" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1389 -#: ../gio/glocalfile.c:1066 -#: ../gio/glocalfile.c:1077 -#: ../gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Obstoječa enota ne obstaja" -#: ../gio/gfile.c:2441 -#: ../gio/glocalfile.c:2251 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Ni mogoče kopirati preko mape" -#: ../gio/gfile.c:2501 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Ni mogoče kopirati mape preko mape" -#: ../gio/gfile.c:2509 -#: ../gio/glocalfile.c:2260 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Ciljna datoteka obstaja" -#: ../gio/gfile.c:2527 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Ni mogoče kopirati drevesne strukture mape" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Ni mogoče kopirati posebne datoteke" -#: ../gio/gfile.c:3367 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Neveljavna vrednost simbolne povezave" -#: ../gio/gfile.c:3460 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Smeti niso podprte" -#: ../gio/gfile.c:3509 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Ni mogoče uporabiti '%c' v imenu datoteke" -#: ../gio/gfile.c:5926 -#: ../gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "enota ne podpira priklopa" -#: ../gio/gfile.c:6037 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Na voljo ni programa z a upravljanje s to datoteko" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "Å tevilčnik je zaprt" -#: ../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 "Å tevilčnik izvaja izredno dejanje" -#: ../gio/gfileenumerator.c:362 -#: ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "Å tevilčnik datotek je že zaprt" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "Ni mogoče upravljati z različico %d kodiranja GFileIcon " -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "Nepravilno oblikovani podatki za GFileIcon" -#: ../gio/gfileinputstream.c:155 -#: ../gio/gfileinputstream.c:422 -#: ../gio/gfileiostream.c:171 -#: ../gio/gfileoutputstream.c:170 -#: ../gio/gfileoutputstream.c:525 +#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422 +#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170 +#: gio/gfileoutputstream.c:525 msgid "Stream doesn't support query_info" msgstr "Pretok ne podpira query_info" -#: ../gio/gfileinputstream.c:337 -#: ../gio/gfileiostream.c:389 -#: ../gio/gfileoutputstream.c:383 +#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389 +#: gio/gfileoutputstream.c:383 msgid "Seek not supported on stream" msgstr "Iskanje po pretoku ni podprto" -#: ../gio/gfileinputstream.c:381 +#: gio/gfileinputstream.c:381 msgid "Truncate not allowed on input stream" msgstr "Razčlenitev ni dovoljena na dovodnem pretoku" -#: ../gio/gfileiostream.c:465 -#: ../gio/gfileoutputstream.c:459 +#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459 msgid "Truncate not supported on stream" msgstr "Razčlenitev ni podprta na pretoku" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Napačno Å¡tevilo znakov (%d)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "Ni določenega imena razreda %s" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "Vrsta %s ne vstavlja vmesnika GIcon" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "Vrste %s ni uvrščena v razred" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "Nepravilno oblikovana Å¡tevilka različice: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "Vrsta %s ne vstavlja from_tokens() vmesnika GIcon" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "Ni mogoče upravljati z navedeno različico kodiranja ikone" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 msgid "Input stream doesn't implement read" msgstr "Vhodni pretok ne podpira branja" @@ -1430,665 +1409,622 @@ msgstr "Vhodni pretok ne podpira branja" #. 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:902 -#: ../gio/giostream.c:315 -#: ../gio/goutputstream.c:1118 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Pretok izvaja izredno dejanje" -#: ../gio/ginetsocketaddress.c:182 -#: ../gio/ginetsocketaddress.c:199 -#: ../gio/gunixsocketaddress.c:174 +#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199 +#: gio/gunixsocketaddress.c:174 msgid "Not enough space for socket address" msgstr "Ni dovolj prostora za naslov vtiča" -#: ../gio/ginetsocketaddress.c:212 +#: gio/ginetsocketaddress.c:212 msgid "Unsupported socket address" msgstr "Nepodprti naslov vtiča" -#: ../gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Ni mogoče najti privzete vrste nadzora mape" -#: ../gio/glocalfile.c:600 -#: ../gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Neveljavno ime datoteke %s" -#: ../gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Napaka med branjem podrobnosti datotečnega sistema %s" -#: ../gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Ni mogoče preimenovati skrbniÅ¡ke mape" -#: ../gio/glocalfile.c:1130 -#: ../gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Napaka med preimenovanjem datoteke: %s" -#: ../gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Ni mogoče preimenovati datoteke, izbrano ime že obstaja" -#: ../gio/glocalfile.c:1152 -#: ../gio/glocalfile.c:2124 -#: ../gio/glocalfile.c:2153 -#: ../gio/glocalfile.c:2313 -#: ../gio/glocalfileoutputstream.c:550 -#: ../gio/glocalfileoutputstream.c:603 -#: ../gio/glocalfileoutputstream.c:648 -#: ../gio/glocalfileoutputstream.c:1130 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 +#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 +#: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Neveljavno ime datoteke" -#: ../gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Napaka med odpiranjem datoteke: %s" -#: ../gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Ni mogoče odpreti mape" -#: ../gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Napaka med odstranjevanjem datoteke: %s" -#: ../gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Napaka ob premikanjem datoteke v smeti: %s" -#: ../gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ni mogoče ustvariti mape smeti %s: %s" -#: ../gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Ni mogoče najti vrhnje ravni smeti" -#: ../gio/glocalfile.c:1931 -#: ../gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Ni mogoče najti ali ustvariti mape smeti" -#: ../gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Ni mogoče ustvariti datoteke podrobnosti: %s" -#: ../gio/glocalfile.c:2014 -#: ../gio/glocalfile.c:2019 -#: ../gio/glocalfile.c:2094 -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Ni mogoče premakniti datoteke v smeti: %s" -#: ../gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Napaka med ustvarjanjem mape: %s" -#: ../gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 #, c-format msgid "Filesystem does not support symbolic links" msgstr "Datotečni sistem ne podpira simbolnih povezav" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Napaka med ustvarjanjem simbolne povezave: %s" -#: ../gio/glocalfile.c:2223 -#: ../gio/glocalfile.c:2317 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Napaka med premikanjem datoteke: %s" -#: ../gio/glocalfile.c:2246 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Ni mogoče premakniti mape čez mapo" -#: ../gio/glocalfile.c:2273 -#: ../gio/glocalfileoutputstream.c:928 -#: ../gio/glocalfileoutputstream.c:942 -#: ../gio/glocalfileoutputstream.c:957 -#: ../gio/glocalfileoutputstream.c:973 -#: ../gio/glocalfileoutputstream.c:987 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 +#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 +#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Ni mogoče ustvariti varnostne kopije" -#: ../gio/glocalfile.c:2292 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Napaka med odstranjevanjem ciljne datoteke: %s" -#: ../gio/glocalfile.c:2306 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Premikanje med priklopi ni podprto" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 msgid "Attribute value must be non-NULL" msgstr "Vrednost atributa ne sme biti določena kot NULL" -#: ../gio/glocalfileinfo.c:728 +#: gio/glocalfileinfo.c:728 msgid "Invalid attribute type (string expected)" msgstr "Neveljavna vrsta atributa (pričakovan niz)" -#: ../gio/glocalfileinfo.c:735 +#: gio/glocalfileinfo.c:735 msgid "Invalid extended attribute name" msgstr "Neveljavno razÅ¡irjeno ime atributa" -#: ../gio/glocalfileinfo.c:775 +#: gio/glocalfileinfo.c:775 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Napaka med določanjem razÅ¡irjenega atributa '%s': %s" -#: ../gio/glocalfileinfo.c:1482 -#: ../gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Napaka med potrjevanjem datoteke '%s': %s" -#: ../gio/glocalfileinfo.c:1555 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (neveljavni kodni nabor)" -#: ../gio/glocalfileinfo.c:1753 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Napaka med potrjevanjem opisovalca datoteke: %s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Neveljavna vrsta atributa (pričakovan uint32)" -#: ../gio/glocalfileinfo.c:1816 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Neveljavna vrsta atributa (pričakovan uint64)" -#: ../gio/glocalfileinfo.c:1835 -#: ../gio/glocalfileinfo.c:1854 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Neveljavna vrsta atributa (pričakovan bitni niz)" -#: ../gio/glocalfileinfo.c:1889 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Ni mogoče določiti dovoljenj simbolnih povezav" -#: ../gio/glocalfileinfo.c:1905 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Napaka med določanjem dovoljenj: %s" -#: ../gio/glocalfileinfo.c:1956 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Napaka med določanjem lastnika: %s" -#: ../gio/glocalfileinfo.c:1979 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "Simbolna povezava ne sme biti določena kot NULL" -#: ../gio/glocalfileinfo.c:1989 -#: ../gio/glocalfileinfo.c:2008 -#: ../gio/glocalfileinfo.c:2019 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Napaka med določanjem simbolne povezave: %s" -#: ../gio/glocalfileinfo.c:1998 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" -msgstr "Napaka med določevanjem simbolne povezave; datoteka ni simbolna povezava" +msgstr "" +"Napaka med določevanjem simbolne povezave; datoteka ni simbolna povezava" -#: ../gio/glocalfileinfo.c:2124 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Napaka med določanjem sprememb ali časa dostopa: %s" -#: ../gio/glocalfileinfo.c:2147 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux atribut ne sme biti določena kot NULL" -#: ../gio/glocalfileinfo.c:2162 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Napaka nastavitve vsebine SELinux: %s" -#: ../gio/glocalfileinfo.c:2169 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "Na tem sistemu SELinux ni omogočen" -#: ../gio/glocalfileinfo.c:2261 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Določanje atributa %s ni podprto" -#: ../gio/glocalfileinputstream.c:165 -#: ../gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Napaka med branjem iz datoteke: %s" -#: ../gio/glocalfileinputstream.c:196 -#: ../gio/glocalfileinputstream.c:208 -#: ../gio/glocalfileinputstream.c:320 -#: ../gio/glocalfileoutputstream.c:449 -#: ../gio/glocalfileoutputstream.c:1005 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Napaka med iskanjem v datoteki: %s" -#: ../gio/glocalfileinputstream.c:241 -#: ../gio/glocalfileoutputstream.c:235 -#: ../gio/glocalfileoutputstream.c:330 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Napaka med zapiranjem datoteke: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Ni mogoče najti privzete krajevne datoteke nadzora" -#: ../gio/glocalfileoutputstream.c:181 -#: ../gio/glocalfileoutputstream.c:214 -#: ../gio/glocalfileoutputstream.c:722 +#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:722 #, c-format msgid "Error writing to file: %s" msgstr "Napaka med pisanjem v datoteko: %s" -#: ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:262 #, c-format msgid "Error removing old backup link: %s" msgstr "Napaka med odstranjevanjem stare varnostne povezave: %s" -#: ../gio/glocalfileoutputstream.c:276 -#: ../gio/glocalfileoutputstream.c:289 +#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289 #, c-format msgid "Error creating backup copy: %s" msgstr "Napaka med ustvarjanjem varnostne kopije: %s" -#: ../gio/glocalfileoutputstream.c:307 +#: gio/glocalfileoutputstream.c:307 #, c-format msgid "Error renaming temporary file: %s" msgstr "Napaka med preimenovanjem začasne datoteke: %s" -#: ../gio/glocalfileoutputstream.c:495 -#: ../gio/glocalfileoutputstream.c:1056 +#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056 #, c-format msgid "Error truncating file: %s" msgstr "Napaka med obrezovanjem datoteke: %s" -#: ../gio/glocalfileoutputstream.c:556 -#: ../gio/glocalfileoutputstream.c:609 -#: ../gio/glocalfileoutputstream.c:654 -#: ../gio/glocalfileoutputstream.c:794 -#: ../gio/glocalfileoutputstream.c:1037 -#: ../gio/glocalfileoutputstream.c:1136 +#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794 +#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136 #, c-format msgid "Error opening file '%s': %s" msgstr "Napaka med odpiranjem datoteke '%s': %s" -#: ../gio/glocalfileoutputstream.c:825 +#: gio/glocalfileoutputstream.c:825 msgid "Target file is a directory" msgstr "Ciljna datoteka je mapa" -#: ../gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:830 msgid "Target file is not a regular file" msgstr "Ciljna datoteka ni običajna datoteka" -#: ../gio/glocalfileoutputstream.c:842 +#: gio/glocalfileoutputstream.c:842 msgid "The file was externally modified" msgstr "Datoteka je bila zunanje spremenjena" -#: ../gio/glocalfileoutputstream.c:1021 +#: gio/glocalfileoutputstream.c:1021 #, c-format msgid "Error removing old file: %s" msgstr "Napaka med odstranjevanjem datoteke: %s" -#: ../gio/gmemoryinputstream.c:487 -#: ../gio/gmemoryoutputstream.c:553 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553 msgid "Invalid GSeekType supplied" msgstr "Privzet neveljaven GSeekType" -#: ../gio/gmemoryinputstream.c:497 -#: ../gio/gmemoryoutputstream.c:563 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563 msgid "Invalid seek request" msgstr "Neveljavna zahteva iskanja" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "Ni mogoče razčleniti GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:290 +#: gio/gmemoryoutputstream.c:290 msgid "Reached maximum data array limit" msgstr "Dosežena največja dovoljena vrednost podatkov" -#: ../gio/gmemoryoutputstream.c:325 +#: gio/gmemoryoutputstream.c:325 msgid "Memory output stream not resizable" msgstr "Odvoda pretoka pomnilnika ni mogoče razÅ¡iriti" -#: ../gio/gmemoryoutputstream.c:341 +#: gio/gmemoryoutputstream.c:341 msgid "Failed to resize memory output stream" msgstr "Napaka med razÅ¡irjanjem pretoka odvoda pomnilnika" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:409 +#: gio/gmount.c:409 msgid "mount doesn't implement \"unmount\"" msgstr "enota ne podpira možnosti \"odklopi\"" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:488 +#: gio/gmount.c:488 msgid "mount doesn't implement \"eject\"" msgstr "enota ne podpira možnosti \"izvrzi\"" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: ../gio/gmount.c:568 +#: gio/gmount.c:568 msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "enota ne podpira možnosti \"odklopi\" ali \"odklopi_z_dejanjem\"" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gmount.c:655 +#: gio/gmount.c:655 msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "enota ne podpira možnosti \"izvrzi\" ali \"izvrzi_z_dejanjem\"" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:744 +#: gio/gmount.c:744 msgid "mount doesn't implement \"remount\"" msgstr "enota ne podpira možnosti \"ponovnega priklopa\"" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:828 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "priklop ne podpira ugibanja vsebine vrste" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:917 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "priklop ne podpira usklajevanja ugibanja vsebine vrste" -#: ../gio/gnetworkaddress.c:295 +#: gio/gnetworkaddress.c:295 #, c-format msgid "Hostname '%s' contains '[' but not ']'" msgstr "Ime gostitelja '%s' vsebuje '[' vendar ne tudi ']'" -#: ../gio/goutputstream.c:207 -#: ../gio/goutputstream.c:408 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Odvodni pretok ne podpira pisanja" -#: ../gio/goutputstream.c:369 -#: ../gio/goutputstream.c:781 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Izvorni pretok je že zaprt" -#: ../gio/gresolver.c:736 +#: gio/gresolver.c:736 #, c-format msgid "Error resolving '%s': %s" msgstr "Napaka med razreÅ¡evanjem '%s': %s" -#: ../gio/gresolver.c:786 +#: gio/gresolver.c:786 #, c-format msgid "Error reverse-resolving '%s': %s" msgstr "Napaka med obratnim razreÅ¡evanjem '%s': %s" -#: ../gio/gresolver.c:821 -#: ../gio/gresolver.c:899 +#: gio/gresolver.c:821 gio/gresolver.c:899 #, c-format msgid "No service record for '%s'" msgstr "Ni zapisa storitve za '%s'" -#: ../gio/gresolver.c:826 -#: ../gio/gresolver.c:904 +#: gio/gresolver.c:826 gio/gresolver.c:904 #, c-format msgid "Temporarily unable to resolve '%s'" msgstr "začasno ni mogoče razreÅ¡iti '%s'" -#: ../gio/gresolver.c:831 -#: ../gio/gresolver.c:909 +#: gio/gresolver.c:831 gio/gresolver.c:909 #, c-format msgid "Error resolving '%s'" msgstr "Napaka med razreÅ¡evanjem '%s'" -#: ../gio/gsocket.c:277 +#: gio/gsocket.c:277 msgid "Invalid socket, not initialized" msgstr "Neveljaven vtič, ni zagnano" -#: ../gio/gsocket.c:284 +#: gio/gsocket.c:284 #, c-format msgid "Invalid socket, initialization failed due to: %s" msgstr "Neveljaven vtič, zaganjanje ni uspelo zaradi: %s" -#: ../gio/gsocket.c:292 +#: gio/gsocket.c:292 msgid "Socket is already closed" msgstr "Vtič je že zaprt" -#: ../gio/gsocket.c:405 +#: gio/gsocket.c:405 #, c-format msgid "creating GSocket from fd: %s" msgstr "ustvarjanje GSocet preko fd: %s" -#: ../gio/gsocket.c:439 -#: ../gio/gsocket.c:453 -#: ../gio/gsocket.c:1911 +#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911 #, c-format msgid "Unable to create socket: %s" msgstr "Ni mogoče ustvariti vtiča: %s" -#: ../gio/gsocket.c:439 +#: gio/gsocket.c:439 msgid "Unknown protocol was specified" msgstr "Določen je neznan protokol" -#: ../gio/gsocket.c:758 +#: gio/gsocket.c:758 msgid "Cancellable initialization not supported" msgstr "Dejanje prekinitve zagona ni podprto" -#: ../gio/gsocket.c:1112 +#: gio/gsocket.c:1112 #, c-format msgid "could not get local address: %s" msgstr "ni mogoče pridobiti krajevnega naslova: %s" -#: ../gio/gsocket.c:1145 +#: gio/gsocket.c:1145 #, c-format msgid "could not get remote address: %s" msgstr "ni mogoče pridobiti oddaljenega naslova: %s" -#: ../gio/gsocket.c:1203 +#: gio/gsocket.c:1203 #, c-format msgid "could not listen: %s" msgstr "ni mogoče slediti: %s" -#: ../gio/gsocket.c:1277 +#: gio/gsocket.c:1277 #, c-format msgid "Error binding to address: %s" msgstr "Napaka vezanjem na naslov: %s" -#: ../gio/gsocket.c:1397 +#: gio/gsocket.c:1397 #, c-format msgid "Error accepting connection: %s" msgstr "Napaka med sprejemanjem povezave: %s" -#: ../gio/gsocket.c:1510 +#: gio/gsocket.c:1510 msgid "Error connecting: " msgstr "Napaka med obrezovanjem:" -#: ../gio/gsocket.c:1514 +#: gio/gsocket.c:1514 msgid "Connection in progress" msgstr "Povezava v teku" -#: ../gio/gsocket.c:1519 +#: gio/gsocket.c:1519 #, c-format msgid "Error connecting: %s" msgstr "Napaka med povezovanjem: %s" -#: ../gio/gsocket.c:1559 +#: gio/gsocket.c:1559 #, c-format msgid "Unable to get pending error: %s" msgstr "Ni mogoče pridobiti čakajoče napake: %s" -#: ../gio/gsocket.c:1655 +#: gio/gsocket.c:1655 #, c-format msgid "Error receiving data: %s" msgstr "Napaka med prejemanjem podatkov: %s" -#: ../gio/gsocket.c:1798 +#: gio/gsocket.c:1798 #, c-format msgid "Error sending data: %s" msgstr "Napaka med poÅ¡iljanjem podatkov: %s" -#: ../gio/gsocket.c:1990 +#: gio/gsocket.c:1990 #, c-format msgid "Error closing socket: %s" msgstr "Napaka med zapiranjem vtiča: %s" -#: ../gio/gsocket.c:2475 +#: gio/gsocket.c:2475 #, c-format msgid "Waiting for socket condition: %s" msgstr "Čakanje na stanje vtiča: %s" -#: ../gio/gsocket.c:2714 -#: ../gio/gsocket.c:2795 +#: gio/gsocket.c:2714 gio/gsocket.c:2795 #, c-format msgid "Error sending message: %s" msgstr "Napaka med poÅ¡iljanjem sporočila: %s" -#: ../gio/gsocket.c:2739 +#: gio/gsocket.c:2739 msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage ni podprto na windows sistemih" -#: ../gio/gsocket.c:2997 -#: ../gio/gsocket.c:3135 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Napaka med prejemanjem sporočila: %s" -#: ../gio/gsocketclient.c:521 -#: ../gio/gsocketclient.c:770 +#: gio/gsocketclient.c:521 gio/gsocketclient.c:770 msgid "Unknown error on connect" msgstr "Neznana napaka med povezovanjem" -#: ../gio/gsocketlistener.c:192 +#: gio/gsocketlistener.c:192 msgid "Listener is already closed" msgstr "Sledilnik je že zaprt" -#: ../gio/gsocketlistener.c:233 +#: gio/gsocketlistener.c:233 msgid "Added socket is closed" msgstr "Dodan vtič je zaprt" -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "Ni mogoče upravljati z različico %d kodiranja GThemedIcon" -#: ../gio/gunixconnection.c:151 +#: gio/gunixconnection.c:151 #, c-format msgid "Expecting 1 control message, got %d" msgstr "Pričakovano eno nadzorno sporočilo, prejetih %d" -#: ../gio/gunixconnection.c:164 +#: gio/gunixconnection.c:164 msgid "Unexpected type of ancillary data" msgstr "Nepričakovana vrsta dodatnih podatkov" -#: ../gio/gunixconnection.c:182 +#: gio/gunixconnection.c:182 #, c-format msgid "Expecting one fd, but got %d\n" msgstr "Pričakovan en fd, pridobljenih %d\n" -#: ../gio/gunixconnection.c:198 +#: gio/gunixconnection.c:198 msgid "Received invalid fd" msgstr "Prejet neveljeven fd" -#: ../gio/gunixinputstream.c:354 -#: ../gio/gunixinputstream.c:374 -#: ../gio/gunixinputstream.c:452 -#: ../gio/gunixoutputstream.c:439 +#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374 +#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439 #, c-format msgid "Error reading from unix: %s" msgstr "Napaka med branjem unix-a: %s" -#: ../gio/gunixinputstream.c:407 -#: ../gio/gunixinputstream.c:589 -#: ../gio/gunixoutputstream.c:394 -#: ../gio/gunixoutputstream.c:545 +#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589 +#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545 #, c-format msgid "Error closing unix: %s" msgstr "Napaka med zapiranjem unix-a: %s" -#: ../gio/gunixmounts.c:1846 -#: ../gio/gunixmounts.c:1883 +#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883 msgid "Filesystem root" msgstr "Koren datotečnega sistema" -#: ../gio/gunixoutputstream.c:340 -#: ../gio/gunixoutputstream.c:361 +#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361 #, c-format msgid "Error writing to unix: %s" msgstr "Napaka med pisanjem na unix: %s" -#: ../gio/gunixsocketaddress.c:182 +#: gio/gunixsocketaddress.c:182 msgid "Abstract unix domain socket addresses not supported on this system" msgstr "Abstraktni vtič naslova unix domene ni podprt na tem sistemu" -#: ../gio/gvolume.c:452 +#: gio/gvolume.c:452 msgid "volume doesn't implement eject" msgstr "medija ni mogoče izvreči" #. Translators: This is an error #. * message for volume objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gvolume.c:531 +#: gio/gvolume.c:531 msgid "volume doesn't implement eject or eject_with_operation" msgstr "medija ne prepozna ukaza izvrzi" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "Ni mogoče najti programa" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "Napaka med zaganjanjem programa: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "naslovi URI niso podprti" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "Spreminjanje asociativnih povezav ni podprto na win32 sistemih" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "Ustvarjanje asociativnih povezav ni podprto na win32 sistemih" #~ msgid "do not hide entries" #~ msgstr "ne skrij vnosov" + #~ msgid "use a long listing format" #~ msgstr "uporabi zapis v obliki dolgega seznama" + #~ msgid "[FILE...]" #~ msgstr "[DATOTEKA ...]" + #~ msgid "" #~ "Character '%s' is not valid at the start of an entity name; the & " #~ "character begins an entity; if this ampersand isn't supposed to be an " @@ -2096,52 +2032,64 @@ msgstr "Ustvarjanje asociativnih povezav ni podprto na win32 sistemih" #~ msgstr "" #~ "Znak '%s' ni veljaven na začetku imena entitete; entiteto začne znak &; v " #~ "primeru, da znak ne predstavlja entitete, mora biti zapisan kot &" + #~ msgid "Character '%s' is not valid inside an entity name" #~ msgstr "Znak '%s' ni veljaven znotraj imena entitete" + #~ msgid "Empty character reference; should include a digit such as dž" #~ msgstr "Prazna referenca znaka; vsebovati bi morala Å¡tevilko kot dž" + #~ msgid "Unfinished entity reference" #~ msgstr "Nedokončano nanaÅ¡anje na entiteto" + #~ msgid "Unfinished character reference" #~ msgstr "Nedokončano nanaÅ¡anje na znak" + #~ msgid "Invalid UTF-8 encoded text - overlong sequence" #~ msgstr "Neveljavno UTF-8 kodirano besedilo - predolgo zaporedje" + #~ msgid "Invalid UTF-8 encoded text - not a start char" #~ msgstr "Neveljavno UTF-8 kodirano besedilo - ni začetnega znaka" + #~ msgid "file" #~ msgstr "datoteka" + #~ msgid "The file containing the icon" #~ msgstr "Datoteka, ki vsebuje ikono" + #~ msgid "name" #~ msgstr "ime" + #~ msgid "The name of the icon" #~ msgstr "Ime ikone" + #~ msgid "names" #~ msgstr "imena" + #~ msgid "An array containing the icon names" #~ msgstr "Vrsta, ki vsebuje imena ikon" + #~ msgid "use default fallbacks" #~ msgstr "uporabi privzete povrnitve" + #~ msgid "" #~ "Whether to use default fallbacks found by shortening the name at '-' " #~ "characters. Ignores names after the first if multiple names are given." #~ msgstr "" #~ "Ali naj se uporabi povrnitev s skrajÅ¡evanjem imena pri '-' znaku. Prezrta " #~ "so imena za prvim, če je podanih več imen." + #~ msgid "File descriptor" #~ msgstr "Opisnik datoteke" + #~ msgid "The file descriptor to read from" #~ msgstr "Opisnik datotek iz katerega naj se bere" + #~ msgid "Close file descriptor" #~ msgstr "ZApri opisnik datotek" + #~ msgid "Whether to close the file descriptor when the stream is closed" #~ msgstr "Ali naj se zapre opisnik datoteke, ko je pretok končan" + #~ msgid "The file descriptor to write to" #~ msgstr "Datotečni opisnik kamor naj se izpiÅ¡e" -#~ msgid "%u byte" -#~ msgid_plural "%u bytes" -#~ msgstr[0] "%u bajtov" -#~ msgstr[1] "%u bajt" -#~ msgstr[2] "%u bajta" -#~ msgstr[3] "%u bajti" - diff --git a/po/sq.po b/po/sq.po index 387fe73..b5a9cec 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2008-08-18 10:19+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: albanian \n" @@ -86,70 +86,70 @@ msgstr "Asnjë aplikativ me emrin '%s' ka regjistruar një libërshënues për ' msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Zgjerimi i rreshtit exec '%s' me URI '%s' dështoi" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertimi nga familja e simboleve '%s' në '%s' nuk suportohet" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "E pamundur hapja e konvertuesit nga '%s' në '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Gabim gjatë konvertimit: %s" # (pofilter) doublewords: The word 'të' is repeated -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Sekuencë e pjesëshme simbolesh në fund të së dhënave në hyrje" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "I pamundur konvertimi i '%s' në familjen e simboleve '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' nuk është një URI absolute duke përdorur skemën e \"file\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI për file lokal '%s' mund të mos përdorë një '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' është e pasaktë" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Emri i host të URI '%s' është i pasaktë" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' përmban simbole escape të pavlefshëm" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Pozicioni me emër '%s' nuk është një pozicion absolut" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Emër host i pasaktë" @@ -158,100 +158,100 @@ msgstr "Emër host i pasaktë" msgid "Error opening directory '%s': %s" msgstr "Gabim gjatë hapjes së directory '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "I pamundur grumbullimi i %lu bytes për të lexuar file \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "File \"%s\" është tepër i madh" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "I pamundur leximi nga file '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "E pamundur hapja e file '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "E pamundur marrja e pronësive të file '%s': fstat() dështoi: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Dështoi hapja e file '%s': fdopen() dështoi: %s" # (pofilter) puncspacing: checks for bad spacing after punctuation -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Ndryshimi i emrit të file nga '%s' në '%s' dështoi: g_rename() dështoi: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Dështoi krijimi i file '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Hapja e file '%s' për shkrim dështoi: fdopen() dështoi: %s" # (pofilter) puncspacing: checks for bad spacing after punctuation -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Shkrimi i file '%s' dështoi: fwrite() dështoi: %s" # (pofilter) puncspacing: checks for bad spacing after punctuation -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Shkrimi i file '%s' dështoi: fwrite() dështoi: %s" # (pofilter) puncspacing: checks for bad spacing after punctuation -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Shkrimi i file '%s' dështoi: fwrite() dështoi: %s" # (pofilter) puncspacing: checks for bad spacing after punctuation -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Mbyllja e file '%s' dështoi: fclose() dështoi: %s" # (pofilter) puncspacing: checks for bad spacing after punctuation -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "E pamundur heqja e file ekzistues '%s': g_unlink() dështoi: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Shabllon '%s' i pavlefshëm, nuk mund të përmbajë një '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Modeli '%s' nuk përmban XXXXXX" # (pofilter) untranslated: checks whether a string has been translated at all -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -259,29 +259,47 @@ msgstr[0] "%u byte" msgstr[1] "%u byte" # (pofilter) untranslated: checks whether a string has been translated at all -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" # (pofilter) untranslated: checks whether a string has been translated at all -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" # (pofilter) untranslated: checks whether a string has been translated at all -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +# (pofilter) untranslated: checks whether a string has been translated at all +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +# (pofilter) untranslated: checks whether a string has been translated at all +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +# (pofilter) untranslated: checks whether a string has been translated at all +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "I pamundur leximi i lidhjes simbolike '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Lidhjet simbolike nuk suportohen" @@ -560,7 +578,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "gabim i brendshëm" @@ -1220,19 +1238,19 @@ msgstr "Vlera '%s' nuk mund të interpretohet si një boolean." # (pofilter) untranslated: checks whether a string has been translated at all #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Vlerë count tepër e madhe kaluar tek %s" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 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:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Operacioni është anulluar" @@ -1261,22 +1279,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:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Paemër" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 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:890 +#: gio/gdesktopappinfo.c:905 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:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" @@ -1284,20 +1302,20 @@ msgstr "" "(%s): %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, 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:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Përcaktimi i personalizuar për %s" @@ -1358,13 +1376,13 @@ msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Veprimi nuk suportohet" @@ -1378,55 +1396,55 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 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:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "I pamundur kopjimi mbi directory" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 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:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "File objektiv ekziston" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "I pamundur kopjimi rekursiv i directory" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 #, fuzzy msgid "Can't copy special file" msgstr "I pamundur kopjimi mbi directory" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Dhënë vlerë e pavlefshme lidhje simbolike" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Koshi nuk suportohet" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Emrat e file nuk mund të përmbajnë '%c'" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "Volumi nuk suporton montimin" @@ -1434,7 +1452,7 @@ msgstr "Volumi nuk suporton montimin" # (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/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Nuk rezulton i regjistruar asnjë aplikativ për të manazhuar këtë file" @@ -1532,7 +1550,7 @@ msgstr "Stream i input nuk suporton leximin" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Stream prezanton një operacion në pritje" @@ -1546,13 +1564,13 @@ msgid "Unsupported socket address" msgstr "" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" 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:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Emër file i pasaktë %s" @@ -1561,13 +1579,13 @@ 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:974 +#: gio/glocalfile.c:968 #, 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:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "I pamundur riemërtimi i directory root" @@ -1575,19 +1593,19 @@ msgstr "I pamundur riemërtimi i directory root" # (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 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, 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:1139 +#: gio/glocalfile.c:1133 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:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" @@ -1597,13 +1615,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:1308 +#: gio/glocalfile.c:1302 #, 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:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "E pamundur hapja e directory" @@ -1611,7 +1629,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:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Gabim gjatë fshirjes së file: %s" @@ -1620,25 +1638,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:1808 +#: gio/glocalfile.c:1802 #, 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:1831 +#: gio/glocalfile.c:1825 #, 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:1852 +#: gio/glocalfile.c:1846 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:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "I pamundur krijimi apo gjetja e directory të koshit" @@ -1646,7 +1664,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:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "I pamundur krijimi i një file me informacionet e hedhjes në kosh: %s" @@ -1655,20 +1673,25 @@ 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:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, 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:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Gabim gjatë krijimit të directory: %s" +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "I pamundur leximi i lidhjes simbolike '%s': %s" + # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Gabim gjatë krijimit të lidhjes simbolike: %s" @@ -1677,18 +1700,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:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, 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:2242 +#: gio/glocalfile.c:2240 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:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" @@ -1698,13 +1721,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:2288 +#: gio/glocalfile.c:2286 #, 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:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Lëvizja midis objekteve mount nuk suportohet" @@ -1730,13 +1753,13 @@ msgid "Error setting extended attribute '%s': %s" msgstr "Gabim gjatë caktimit të atributit të zgjeruar '%s': %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "E pamundur kryerja e stat të file '%s': %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (kodifikim i pavlefshëm)" @@ -1744,88 +1767,88 @@ 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:1750 +#: gio/glocalfileinfo.c:1753 #, 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:1795 +#: gio/glocalfileinfo.c:1798 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:1813 +#: gio/glocalfileinfo.c:1816 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:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 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:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Gabim gjatë caktimit të së drejtave: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, 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:1953 +#: gio/glocalfileinfo.c:1956 #, 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:1976 +#: gio/glocalfileinfo.c:1979 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:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, 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:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "Gabim gjatë caktimit të symlink: file nuk është një lidhje simbolike" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Gabim gjatë caktimit të së drejtave: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 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:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Gabim gjatë përcaktimit të kontekstit SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 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:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Caktimi i atributit %s nuk suportohet" @@ -1834,7 +1857,7 @@ msgstr "Caktimi i atributit %s nuk suportohet" # (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/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Gabim gjatë leximit nga file: %s" @@ -1843,8 +1866,8 @@ msgstr "Gabim gjatë leximit nga 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/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" @@ -1854,14 +1877,14 @@ msgstr "Gabim gjatë pikëvendosjes në brendësi të 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/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Gabim gjatë mbylljes së file: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "E pamundur gjetja e llojit të monitorit të paracaktuar për file lokalë" @@ -1976,49 +1999,52 @@ msgstr "Ripërmasimi i stream të output të memories dështoi" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "objekti mount nuk suporton zmontimin" # (pofilter) untranslated: checks whether a string has been translated at all #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "objekti mount nuk suporton nxjerrjen jashtë" # (pofilter) untranslated: checks whether a string has been translated at all #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "objekti mount nuk suporton zmontimin" # (pofilter) untranslated: checks whether a string has been translated at all #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "objekti mount nuk suporton nxjerrjen jashtë" # (pofilter) untranslated: checks whether a string has been translated at all #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "objekti mount nuk suporton rimontimin" # (pofilter) untranslated: checks whether a string has been translated at all #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "objekti mount nuk suporton mbivendosjen e llojit të përmbajtjes" @@ -2026,7 +2052,7 @@ msgstr "objekti mount nuk suporton mbivendosjen e llojit të përmbajtjes" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" "objekti mount nuk suporton mbivendosjen sinkrone të llojit të përmbajtjes" @@ -2037,12 +2063,12 @@ msgid "Hostname '%s' contains '[' but not ']'" msgstr "" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Stream i output nuk suporton shkrimin" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Stream burues është i mbyllur" @@ -2227,7 +2253,7 @@ msgstr "ndryshimi i shoqërimeve nuk suportohet në win32" # (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/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Gabim gjatë fshirjes së file: %s" diff --git a/po/sr.po b/po/sr.po index ee1506c..6d5de07 100644 --- a/po/sr.po +++ b/po/sr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-30 02:59+0000\n" "Last-Translator: Милош Поповић \n" "Language-Team: Serbian \n" @@ -92,70 +92,70 @@ msgstr "Програм „%s“ није регистровао обележив msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Не могу да проширим комадну линију „%s“ са везом ка „%s“" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Претварање из скупа знакова „%s“ у „%s“ није подржано" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не могу да покренем претварање из „%s“ у „%s“" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Неисправан низ бајтова у улазу који претварам" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Грешка при претварању: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Непотпун низ знакова на крају улаза" # ово претпостављам да се односи на делимичан УТФ8 запис -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Не може претворити резерву „%s“ у запис „%s“" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Адреса „%s“ није апсолутна адреса помоћу „file“ шеме" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Адреса локалне датотеке „%s“ не сме садржати „#“" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Адреса „%s“ је неисправна" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Име домаћина из адресе „%s“ је неисправно" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Адреса „%s“ садржи неисправно назначене знаке" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Путања „%s“ није апсолутна путања" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Неисправно име домаћина" @@ -165,119 +165,134 @@ msgid "Error opening directory '%s': %s" msgstr "Грешка при отварању директоријума „%s“: %s" # bug: plural-forms -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Не могу да обезбедим %lu бајтова за читање датотеке „%s“" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Датотека „%s“ је превелика" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Не могу да прочитам из датотеке „%s“: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Не могу да отворим датотеку „%s“: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Не могу да сазнам особине датотеке „%s“: неуспешан fstat(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспешан fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Не могу да преименујем датотеку „%s“ у „%s“: неуспешан g_rename(): %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Не могу да отворим датотеку „%s“ ради уписа: неуспешан fdopen(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Не могу да упишем у датотеку „%s“: неуспешан fwrite(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Не могу да упишем у датотеку „%s“: неуспешан fflush(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Не могу да упишем у датотеку „%s“: неуспешан fsync(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Не могу да затворим датотеку „%s“: неуспешан fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Постојећа датотека „%s“ се не може уклонити: неуспешан g_unlink(): %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Неисправан шаблон „%s“, не сме садржати „%s“" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Шаблон „%s“ не садржи XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Не могу да прочитам симболичку везу „%s“: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Симболичке везе нису подржане" @@ -537,7 +552,7 @@ msgstr "достигнут је лимит претраживања уназад msgid "the pattern contains items not supported for partial matching" msgstr "образац садржи ставке које нису подржане за делимично поклапање" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "интерна грешка" @@ -1127,17 +1142,17 @@ msgstr "Вредност „%s“ се не може сматрати истин #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Превелика бројчана вредност је прослеђена у %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Ток је већ затворен" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Радња је прекинута" @@ -1160,34 +1175,34 @@ msgstr "%s врста" msgid "Unexpected early end-of-stream" msgstr "Неочекиван, преран крај тока" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Неименовано" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Датотека за радну површ не садржи Exec унос" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Не могу да нађем терминал ради покретања овог програма" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не могу да направим фасциклу за корисникова подешавања %s: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не могу да направим фасциклу за корисникова МИМЕ подешавања %s: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Не могу да направим датотеку радне површи %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Произвољне одреднице за %s" @@ -1239,13 +1254,13 @@ msgstr "Није исправно задат број токена (%d) у ко msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Очекивано је GEmblem за GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Радња није подржана" @@ -1258,49 +1273,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Садржано монтирање не постоји" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Не могу да умножим преко директоријума" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "не могу да умножим директоријум преко директоријума" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Циљна датотека већ постоји" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Не могу да умножим директоријум и његов садржај" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Не могу да умножим специјалну датотеку" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Дата је неисправна симболичка веза" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Није подржано смеће" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Имена датотека не могу да садрже „%c“" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "није подржано монтирање диска" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Ни један програм не може да отвори ову датотеку" @@ -1389,7 +1404,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Ток ради јако добро" @@ -1402,114 +1417,119 @@ msgstr "Нема довољно места за адресу утичнице" msgid "Unsupported socket address" msgstr "Није подржана адреса утичнице" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Не могу да нађем подразумевану врсту монитора за локални директоријум" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Неисправно име датотеке %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка приликом добијања података о систему датотека: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Не могу да преименујем корени директоријум" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Грешка у преименовању датотеке: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Не могу да преименујем датотеку, јер она већ посотоји" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Име датотеке је неисправно" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Грешка приликом отварања датотеке: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Не могу да отворим директоријум" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Грешка приликом уклањања датотеке: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Грешка приликом премештања датотеке у смеће: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не могу да направим директоријум за смеће %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Не могу да нађем корени директоријум за смеће" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Не могу да нађем или направим директоријум за смеће" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Не могу да направим датотеку са подацима о смећу: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Не могу да пошаљем датотеку у смеће: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Грешка приликом образовања директоријума: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Не могу да прочитам симболичку везу „%s“: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Грешка приликом образовања симболичке везе: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Грешка приликом премештања датотеке: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Не могу да преместим директоријум преко директоријума" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Није успела израда резервне копије датотеке" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Грешка приликом уклањања циљње датотеке: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Није подржано премештање између монтираних уређаја" @@ -1530,102 +1550,102 @@ msgstr "Није исправно проширено име особине" msgid "Error setting extended attribute '%s': %s" msgstr "Грешка приликом постављања проширене особине „%s“: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Грешка приликом постављања стања датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (неисправно кодирање)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка приликом постављања стања описивача датотеке: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Није исправна врста особине (очекивана је uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Није исправна врста особине (очекивана је uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Није исправна врста особине (очекивана је ниска битова)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Не могу да поставим овлашћења за симболичке везе" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Грешка приликом постављања овлашћења: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Грешка приликом постављања власника: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "симболичке везе морају бити различите од NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Грешка приликом постављања симболичке везе: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "Грешка при постављању симболичке везе: датотека није симболичка веза" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Грешка при постављању датума измене или приступа: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux контекст не сме бити NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Грешка приликом постављања SELinux контекста: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux није укључен на вашем систему" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Није подржано постављање особине %s" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Грешка приликом читања датотеке: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Грешка приликом претраге унутар датотеке: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Грешка приликом затварања датотеке: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Не могу да пронађем подразумевану, локалну врсту монитора датотеке" @@ -1706,49 +1726,54 @@ msgstr "Не могу да променим величину излазног м #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "монтирање не подржава unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "монтирање не подржава eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "монтирање не подржава unmount или unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "монтирање не подржава eject или eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "монтирање не подржава remount" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "монтирање не подржава налажење врсте садржаја" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "монтирање не подржава синхронизовано налажење врсте садржаја" @@ -1757,11 +1782,11 @@ msgstr "монтирање не подржава синхронизовано н msgid "Hostname '%s' contains '[' but not ']'" msgstr "Име домаћина „%s“ садржи „[“, али не и „]“" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Излазни ток не подржава упис" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Изворни ток је већ затворен" @@ -1893,7 +1918,7 @@ msgstr "Грешка при слању поруке: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage није подржано у прозорима" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Грешка при примању поруке: %s" diff --git a/po/sr@ije.po b/po/sr@ije.po index faf4399..8abec50 100644 --- a/po/sr@ije.po +++ b/po/sr@ije.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2004-04-29 01:11+0200\n" "Last-Translator: Bojan Suzic \n" "Language-Team: Serbian (sr) \n" @@ -88,71 +88,71 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Не могу да прочитам симболичку везу „%s“: %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Претварање из скупа знакова „%s“ у „%s“ није подржано" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не могу да покренем претварање из „%s“ у „%s“" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Неисправан низ бајтова у улазу који претварам" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Грешка при претварању: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Непотпун низ знакова на крају улаза" # ово претпостављам да се односи на делимичан УТФ8 запис -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Не може претворити резерву „%s“ у запис „%s“" # bug: "file" should be in quotes, if it's about "file:///" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Адреса „%s“ није апсолутна адреса помоћу „file“ шеме" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Адреса локалне датотеке „%s“ не смије садржати „#“" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Адреса „%s“ је неисправна" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Име домаћина из адресе „%s“ је неисправно" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Адреса „%s“ садржи неисправно назначене знаке" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Путања „%s“ није апсолутна путања" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Неисправно име домаћина" @@ -162,119 +162,134 @@ msgid "Error opening directory '%s': %s" msgstr "Грешка при отварању директоријума „%s“: %s" # bug: plural-forms -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Не могу да обезбједим %lu бајтова за читање датотеке „%s“" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Не могу да прочитам из датотеке „%s“: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Не могу да отворим датотеку „%s“: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Не могу да сазнам особине датотеке „%s“: неуспјешан fstat(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Неисправан шаблон „%s“, не смије садржати „%s“" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Шаблон „%s“ се не завршава са XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Не могу да прочитам симболичку везу „%s“: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Симболичке везе нису подржане" @@ -534,7 +549,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1130,17 +1145,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1163,34 +1178,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1242,13 +1257,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1262,50 +1277,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Симболичке везе нису подржане" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1394,7 +1409,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1407,115 +1422,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Не могу да прочитам симболичку везу „%s“: %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1537,103 +1557,103 @@ msgstr "Документ завршен неочекивано усред име msgid "Error setting extended attribute '%s': %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Грешка у %d. реду: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Симболичке везе нису подржане" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1715,49 +1735,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1766,11 +1786,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1905,7 +1925,7 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Грешка при читању датотеке „%s“: %s" diff --git a/po/sr@latin.po b/po/sr@latin.po index 2276e00..7a40f02 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-30 02:59+0000\n" "Last-Translator: MiloÅ¡ Popović \n" "Language-Team: Serbian \n" @@ -92,70 +92,70 @@ msgstr "Program „%s“ nije registrovao obeleživač ka „%s“" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Ne mogu da proÅ¡irim komadnu liniju „%s“ sa vezom ka „%s“" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Pretvaranje iz skupa znakova „%s“ u „%s“ nije podržano" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Neispravan niz bajtova u ulazu koji pretvaram" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "GreÅ¡ka pri pretvaranju: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Nepotpun niz znakova na kraju ulaza" # ovo pretpostavljam da se odnosi na delimičan UTF8 zapis -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ne može pretvoriti rezervu „%s“ u zapis „%s“" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Adresa „%s“ nije apsolutna adresa pomoću „file“ Å¡eme" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Adresa lokalne datoteke „%s“ ne sme sadržati „#“" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Adresa „%s“ je neispravna" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ime domaćina iz adrese „%s“ je neispravno" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Adresa „%s“ sadrži neispravno naznačene znake" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Putanja „%s“ nije apsolutna putanja" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Neispravno ime domaćina" @@ -165,119 +165,134 @@ msgid "Error opening directory '%s': %s" msgstr "GreÅ¡ka pri otvaranju direktorijuma „%s“: %s" # bug: plural-forms -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ne mogu da obezbedim %lu bajtova za čitanje datoteke „%s“" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Datoteka „%s“ je prevelika" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Ne mogu da pročitam iz datoteke „%s“: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Ne mogu da otvorim datoteku „%s“: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Ne mogu da saznam osobine datoteke „%s“: neuspeÅ¡an fstat(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Ne mogu da otvorim datoteku „%s“: neuspeÅ¡an fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Ne mogu da preimenujem datoteku „%s“ u „%s“: neuspeÅ¡an g_rename(): %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Ne mogu da otvorim datoteku „%s“ radi upisa: neuspeÅ¡an fdopen(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Ne mogu da upiÅ¡em u datoteku „%s“: neuspeÅ¡an fwrite(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Ne mogu da upiÅ¡em u datoteku „%s“: neuspeÅ¡an fflush(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Ne mogu da upiÅ¡em u datoteku „%s“: neuspeÅ¡an fsync(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Ne mogu da zatvorim datoteku „%s“: neuspeÅ¡an fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Postojeća datoteka „%s“ se ne može ukloniti: neuspeÅ¡an g_unlink(): %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Neispravan Å¡ablon „%s“, ne sme sadržati „%s“" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Å ablon „%s“ ne sadrži XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Ne mogu da pročitam simboličku vezu „%s“: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Simboličke veze nisu podržane" @@ -537,7 +552,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "interna greÅ¡ka" @@ -1128,17 +1143,17 @@ msgstr "Vrednost „%s“ se ne može smatrati istinitosnom." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Prevelika brojčana vrednost je prosleđena u %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Tok je već zatvoren" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Radnja je prekinuta" @@ -1161,34 +1176,34 @@ msgstr "%s vrsta" msgid "Unexpected early end-of-stream" msgstr "Neočekivan, preran kraj toka" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Neimenovano" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Datoteka za radnu povrÅ¡ ne sadrži Exec unos" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Ne mogu da nađem terminal radi pokretanja ovog programa" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Ne mogu da napravim fasciklu za korisnikova podeÅ¡avanja %s: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Ne mogu da napravim fasciklu za korisnikova MIME podeÅ¡avanja %s: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Ne mogu da napravim datoteku radne povrÅ¡i %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Proizvoljne odrednice za %s" @@ -1240,13 +1255,13 @@ msgstr "Nije ispravno zadat broj tokena (%d) u kodiranju GEmblemedIcon" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Očekivano je GEmblem za GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Radnja nije podržana" @@ -1259,49 +1274,49 @@ msgstr "Radnja nije podržana" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Sadržano montiranje ne postoji" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Ne mogu da umnožim preko direktorijuma" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "ne mogu da umnožim direktorijum preko direktorijuma" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Ciljna datoteka već postoji" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Ne mogu da umnožim direktorijum i njegov sadržaj" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Ne mogu da umnožim specijalnu datoteku" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Data je neispravna simbolička veza" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Nije podržano smeće" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Imena datoteka ne mogu da sadrže „%c“" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "nije podržano montiranje diska" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Ni jedan program ne može da otvori ovu datoteku" @@ -1390,7 +1405,7 @@ msgstr "Ulazni tok ne podržava čitanje" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Tok radi jako dobro" @@ -1403,114 +1418,119 @@ msgstr "Nema dovoljno mesta za adresu utičnice" msgid "Unsupported socket address" msgstr "Nije podržana adresa utičnice" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Ne mogu da nađem podrazumevanu vrstu monitora za lokalni direktorijum" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Neispravno ime datoteke %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka prilikom dobijanja podataka o sistemu datoteka: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Ne mogu da preimenujem koreni direktorijum" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "GreÅ¡ka u preimenovanju datoteke: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Ne mogu da preimenujem datoteku, jer ona već posotoji" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Ime datoteke je neispravno" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka prilikom otvaranja datoteke: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Ne mogu da otvorim direktorijum" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka prilikom uklanjanja datoteke: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka prilikom premeÅ¡tanja datoteke u smeće: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ne mogu da napravim direktorijum za smeće %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Ne mogu da nađem koreni direktorijum za smeće" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Ne mogu da nađem ili napravim direktorijum za smeće" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Ne mogu da napravim datoteku sa podacima o smeću: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Ne mogu da poÅ¡aljem datoteku u smeće: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "GreÅ¡ka prilikom obrazovanja direktorijuma: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Ne mogu da pročitam simboličku vezu „%s“: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka prilikom obrazovanja simboličke veze: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka prilikom premeÅ¡tanja datoteke: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Ne mogu da premestim direktorijum preko direktorijuma" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Nije uspela izrada rezervne kopije datoteke" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka prilikom uklanjanja ciljnje datoteke: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Nije podržano premeÅ¡tanje između montiranih uređaja" @@ -1531,102 +1551,102 @@ msgstr "Nije ispravno proÅ¡ireno ime osobine" msgid "Error setting extended attribute '%s': %s" msgstr "GreÅ¡ka prilikom postavljanja proÅ¡irene osobine „%s“: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka prilikom postavljanja stanja datoteke „%s“: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (neispravno kodiranje)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka prilikom postavljanja stanja opisivača datoteke: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Nije ispravna vrsta osobine (očekivana je uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Nije ispravna vrsta osobine (očekivana je uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Nije ispravna vrsta osobine (očekivana je niska bitova)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Ne mogu da postavim ovlašćenja za simboličke veze" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka prilikom postavljanja ovlašćenja: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka prilikom postavljanja vlasnika: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "simboličke veze moraju biti različite od NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka prilikom postavljanja simboličke veze: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "GreÅ¡ka pri postavljanju simboličke veze: datoteka nije simbolička veza" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "GreÅ¡ka pri postavljanju datuma izmene ili pristupa: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux kontekst ne sme biti NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "GreÅ¡ka prilikom postavljanja SELinux konteksta: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux nije uključen na vaÅ¡em sistemu" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Nije podržano postavljanje osobine %s" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "GreÅ¡ka prilikom čitanja datoteke: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "GreÅ¡ka prilikom pretrage unutar datoteke: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "GreÅ¡ka prilikom zatvaranja datoteke: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Ne mogu da pronađem podrazumevanu, lokalnu vrstu monitora datoteke" @@ -1707,49 +1727,54 @@ msgstr "Ne mogu da promenim veličinu izlaznog memorijskog toka" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "montiranje ne podržava unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "montiranje ne podržava eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "montiranje ne podržava unmount ili unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "montiranje ne podržava eject ili eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "montiranje ne podržava remount" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "montiranje ne podržava nalaženje vrste sadržaja" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "montiranje ne podržava sinhronizovano nalaženje vrste sadržaja" @@ -1758,11 +1783,11 @@ msgstr "montiranje ne podržava sinhronizovano nalaženje vrste sadržaja" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Ime domaćina „%s“ sadrži „[“, ali ne i „]“" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Izlazni tok ne podržava upis" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Izvorni tok je već zatvoren" @@ -1894,7 +1919,7 @@ msgstr "GreÅ¡ka pri slanju poruke: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage nije podržano u prozorima" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "GreÅ¡ka pri primanju poruke: %s" diff --git a/po/sv.po b/po/sv.po index 9ca4a1f..1ff8040 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-11-08 21:27+0100\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-11-08 22:04+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -16,1255 +16,1263 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Oväntat attribut \"%s\" för elementet \"%s\"" -#: ../glib/gbookmarkfile.c:748 -#: ../glib/gbookmarkfile.c:819 -#: ../glib/gbookmarkfile.c:829 -#: ../glib/gbookmarkfile.c:936 +#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 +#: glib/gbookmarkfile.c:936 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attributet \"%s\" för elementet \"%s\" hittades inte" -#: ../glib/gbookmarkfile.c:1106 -#: ../glib/gbookmarkfile.c:1171 -#: ../glib/gbookmarkfile.c:1235 -#: ../glib/gbookmarkfile.c:1245 +#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 +#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Oväntad tagg \"%s\"\", taggen \"%s\" förväntades" -#: ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1145 -#: ../glib/gbookmarkfile.c:1213 -#: ../glib/gbookmarkfile.c:1265 +#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 +#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Oväntad tagg \"%s\" inom \"%s\"" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "Ingen giltig bokmärkesfil hittades i datakataloger" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Ett bokmärke för uri \"%s\" finns redan" -#: ../glib/gbookmarkfile.c:2040 -#: ../glib/gbookmarkfile.c:2198 -#: ../glib/gbookmarkfile.c:2283 -#: ../glib/gbookmarkfile.c:2363 -#: ../glib/gbookmarkfile.c:2448 -#: ../glib/gbookmarkfile.c:2531 -#: ../glib/gbookmarkfile.c:2609 -#: ../glib/gbookmarkfile.c:2688 -#: ../glib/gbookmarkfile.c:2730 -#: ../glib/gbookmarkfile.c:2827 -#: ../glib/gbookmarkfile.c:2953 -#: ../glib/gbookmarkfile.c:3143 -#: ../glib/gbookmarkfile.c:3219 -#: ../glib/gbookmarkfile.c:3384 -#: ../glib/gbookmarkfile.c:3473 -#: ../glib/gbookmarkfile.c:3563 -#: ../glib/gbookmarkfile.c:3691 +#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 +#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 +#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 +#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 +#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 +#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 +#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 +#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 +#: glib/gbookmarkfile.c:3691 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Inget bokmärke hittades för uri \"%s\"" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Ingen Mime-typ definierad i bokmärket för uri \"%s\"" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Ingen privat flagga har definierats i bokmärket för uri \"%s\"" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Inga grupper inställda i bokmärket för uri \"%s\"" -#: ../glib/gbookmarkfile.c:3237 -#: ../glib/gbookmarkfile.c:3394 +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Inget program med namnet \"%s\" registrerade ett bokmärke för \"%s\"" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Misslyckades med att expandera exec-raden \"%s\" med URI \"%s\"" -#: ../glib/gconvert.c:437 -#: ../glib/gconvert.c:515 -#: ../glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertering frÃ¥n teckentabellen \"%s\" till \"%s\" stöds inte" -#: ../glib/gconvert.c:441 -#: ../glib/gconvert.c:519 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunde inte öppna konverteraren frÃ¥n \"%s\" till \"%s\"" -#: ../glib/gconvert.c:638 -#: ../glib/gconvert.c:1031 -#: ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 -#: ../glib/giochannel.c:2288 -#: ../glib/gutf8.c:964 -#: ../glib/gutf8.c:1419 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 +#: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Ogiltig bytesekvens i konverteringsindata" -#: ../glib/gconvert.c:646 -#: ../glib/gconvert.c:956 -#: ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Fel vid konvertering: %s" -#: ../glib/gconvert.c:678 -#: ../glib/gutf8.c:960 -#: ../glib/gutf8.c:1170 -#: ../glib/gutf8.c:1311 -#: ../glib/gutf8.c:1415 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Ofullständig teckensekvens vid slutet av indata" # fallback syftar pÃ¥ en sträng -#: ../glib/gconvert.c:928 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan inte konvertera reservsträngen \"%s\" till kodningen \"%s\"" -#: ../glib/gconvert.c:1751 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI:n \"%s\" är ingen absolut URI som använder \"file\"-schemat" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Lokala fil-URI:n \"%s\" fÃ¥r inte innehÃ¥lla en \"#\"" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI:n \"%s\" är ogiltig" -#: ../glib/gconvert.c:1790 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt" -#: ../glib/gconvert.c:1806 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI:n \"%s\" innehÃ¥ller ogiltigt kodade tecken" -#: ../glib/gconvert.c:1901 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Sökvägen \"%s\" är ingen absolut sökväg" -#: ../glib/gconvert.c:1911 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Ogiltigt värdnamn" -#: ../glib/gdir.c:112 -#: ../glib/gdir.c:135 +#: glib/gdir.c:112 glib/gdir.c:135 #, c-format msgid "Error opening directory '%s': %s" msgstr "Fel vid öppning av katalogen \"%s\": %s" -#: ../glib/gfileutils.c:536 -#: ../glib/gfileutils.c:624 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Kunde inte allokera %lu byte för att läsa filen \"%s\"" -#: ../glib/gfileutils.c:551 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Fel vid läsning av filen \"%s\": %s" -#: ../glib/gfileutils.c:565 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Filen \"%s\" är för stor" -#: ../glib/gfileutils.c:648 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Misslyckades med att läsa frÃ¥n filen \"%s\": %s" -#: ../glib/gfileutils.c:699 -#: ../glib/gfileutils.c:786 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Misslyckades med att öppna filen \"%s\": %s" -#: ../glib/gfileutils.c:716 -#: ../glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" -msgstr "Misslyckades med att fÃ¥ tag pÃ¥ attributen pÃ¥ filen \"%s\": fstat() misslyckades: %s" +msgstr "" +"Misslyckades med att fÃ¥ tag pÃ¥ attributen pÃ¥ filen \"%s\": fstat() " +"misslyckades: %s" -#: ../glib/gfileutils.c:750 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Misslyckades med att öppna filen \"%s\": fdopen() misslyckades: %s" -#: ../glib/gfileutils.c:858 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" -msgstr "Misslyckades med att byta namn pÃ¥ filen \"%s\" till \"%s\": g_rename() misslyckades: %s" +msgstr "" +"Misslyckades med att byta namn pÃ¥ filen \"%s\" till \"%s\": g_rename() " +"misslyckades: %s" -#: ../glib/gfileutils.c:900 -#: ../glib/gfileutils.c:1366 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Misslyckades med att skapa filen \"%s\": %s" -#: ../glib/gfileutils.c:914 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" -msgstr "Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() misslyckades: %s" +msgstr "" +"Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() " +"misslyckades: %s" -#: ../glib/gfileutils.c:939 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Misslyckades med att skriva filen \"%s\": fwrite() misslyckades: %s" -#: ../glib/gfileutils.c:958 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Misslyckades med att skriva filen \"%s\": fflush() misslyckades: %s" -#: ../glib/gfileutils.c:987 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Misslyckades med att skriva filen \"%s\": fsync() misslyckades: %s" -#: ../glib/gfileutils.c:1006 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Misslyckades med att stänga filen \"%s\": fclose() misslyckades: %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" -msgstr "Befintliga filen \"%s\" kunde inte tas bort: g_unlink() misslyckades: %s" +msgstr "" +"Befintliga filen \"%s\" kunde inte tas bort: g_unlink() misslyckades: %s" -#: ../glib/gfileutils.c:1328 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Mallen \"%s\" är ogiltig, den fÃ¥r inte innehÃ¥lla ett \"%s\"" -#: ../glib/gfileutils.c:1341 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Mallen \"%s\" innehÃ¥ller inte XXXXXX" -#: ../glib/gfileutils.c:1771 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u byte" -#: ../glib/gfileutils.c:1779 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1784 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1789 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1832 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Misslyckades med att läsa den symboliska länken \"%s\": %s" -#: ../glib/gfileutils.c:1853 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Symboliska länkar stöds inte" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Kunde inte öppna konverteraren frÃ¥n \"%s\" till \"%s\": %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Kan inte göra en rÃ¥ läsning i g_io_channel_read_line_string" -#: ../glib/giochannel.c:1626 -#: ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "Överbliven okonverterad data i läsbufferten" -#: ../glib/giochannel.c:1707 -#: ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "Kanalen slutar med ett ofullständigt tecken" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan inte göra en rÃ¥ läsning i g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:123 +#: glib/gmappedfile.c:123 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Misslyckades med att öppna filen \"%s\": open() misslyckades: %s" -#: ../glib/gmappedfile.c:201 +#: glib/gmappedfile.c:201 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Misslyckades med att mappa filen \"%s\": mmap() misslyckades: %s" -#: ../glib/gmarkup.c:303 -#: ../glib/gmarkup.c:343 +#: glib/gmarkup.c:303 glib/gmarkup.c:343 #, c-format msgid "Error on line %d char %d: " msgstr "Fel pÃ¥ rad %d tecken %d:" -#: ../glib/gmarkup.c:363 -#: ../glib/gmarkup.c:441 +#: glib/gmarkup.c:363 glib/gmarkup.c:441 #, c-format msgid "Invalid UTF-8 encoded text in name - not valid '%s'" msgstr "Ogiltig UTF-8-kodad text i namnet - inte giltig \"%s\"" -#: ../glib/gmarkup.c:374 +#: glib/gmarkup.c:374 #, c-format msgid "'%s' is not a valid name " msgstr "\"%s\" är inte ett giltigt namn " -#: ../glib/gmarkup.c:390 +#: glib/gmarkup.c:390 #, c-format msgid "'%s' is not a valid name: '%c' " msgstr "\"%s\" är inte ett giltigt namn: \"%c\" " -#: ../glib/gmarkup.c:494 +#: glib/gmarkup.c:494 #, c-format msgid "Error on line %d: %s" msgstr "Fel pÃ¥ rad %d: %s" -#: ../glib/gmarkup.c:578 +#: glib/gmarkup.c:578 #, c-format -msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large" -msgstr "Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en teckenreferens (ê till exempel). Talet är kanske för stort" +msgid "" +"Failed to parse '%-.*s', which should have been a digit inside a character " +"reference (ê for example) - perhaps the digit is too large" +msgstr "" +"Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en " +"teckenreferens (ê till exempel). Talet är kanske för stort" -#: ../glib/gmarkup.c:590 -msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &" +#: glib/gmarkup.c:590 +msgid "" +"Character reference did not end with a semicolon; most likely you used an " +"ampersand character without intending to start an entity - escape ampersand " +"as &" +msgstr "" +"Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-" +"tecken utan att avse att starta en entitet. Skriv om &-tecknet som &" -#: ../glib/gmarkup.c:616 +#: glib/gmarkup.c:616 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Teckenreferensen \"%-.*s\" kodar inte ett tillÃ¥tet tecken" -#: ../glib/gmarkup.c:654 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "Tom entitet \"&;\" hittades, giltiga entiteter är: & " < > '" +#: glib/gmarkup.c:654 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Tom entitet \"&;\" hittades, giltiga entiteter är: & " < > " +"'" -#: ../glib/gmarkup.c:662 +#: glib/gmarkup.c:662 #, c-format msgid "Entity name '%-.*s' is not known" msgstr "Entitetsnamnet \"%-.*s\" är okänt" -#: ../glib/gmarkup.c:667 -msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &" +#: glib/gmarkup.c:667 +msgid "" +"Entity did not end with a semicolon; most likely you used an ampersand " +"character without intending to start an entity - escape ampersand as &" +msgstr "" +"Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken " +"utan att avse att starta en entitet. Skriv om &-tecknet som &" -#: ../glib/gmarkup.c:1014 +#: glib/gmarkup.c:1014 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentet mÃ¥ste börja med ett element (exempelvis )" -#: ../glib/gmarkup.c:1054 +#: glib/gmarkup.c:1054 #, c-format -msgid "'%s' is not a valid character following a '<' character; it may not begin an element name" -msgstr "\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det fÃ¥r inte inleda ett elementnamn" +msgid "" +"'%s' is not a valid character following a '<' character; it may not begin an " +"element name" +msgstr "" +"\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det fÃ¥r inte " +"inleda ett elementnamn" -#: ../glib/gmarkup.c:1122 +#: glib/gmarkup.c:1122 #, c-format -msgid "Odd character '%s', expected a '>' character to end the empty-element tag '%s'" -msgstr "Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta taggen empty-element \"%s\"" +msgid "" +"Odd character '%s', expected a '>' character to end the empty-element tag '%" +"s'" +msgstr "" +"Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta taggen " +"empty-element \"%s\"" -#: ../glib/gmarkup.c:1206 +#: glib/gmarkup.c:1206 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -msgstr "Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" till elementet \"%s\"" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgstr "" +"Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" " +"till elementet \"%s\"" -#: ../glib/gmarkup.c:1247 +#: glib/gmarkup.c:1247 #, c-format -msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name" -msgstr "Konstigt tecken \"%s\", ett \">\"- eller \"/\"-tecken förväntades för att avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du kanske använde ett ogiltigt tecken i ett attributnamn" +msgid "" +"Odd character '%s', expected a '>' or '/' character to end the start tag of " +"element '%s', or optionally an attribute; perhaps you used an invalid " +"character in an attribute name" +msgstr "" +"Konstigt tecken \"%s\", ett \">\"- eller \"/\"-tecken förväntades för att " +"avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du " +"kanske använde ett ogiltigt tecken i ett attributnamn" -#: ../glib/gmarkup.c:1291 +#: glib/gmarkup.c:1291 #, c-format -msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'" -msgstr "Konstigt tecken \"%s\", ett startcitationstecken förväntades efter likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" tilldelades" +msgid "" +"Odd character '%s', expected an open quote mark after the equals sign when " +"giving value for attribute '%s' of element '%s'" +msgstr "" +"Konstigt tecken \"%s\", ett startcitationstecken förväntades efter " +"likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" " +"tilldelades" -#: ../glib/gmarkup.c:1425 +#: glib/gmarkup.c:1425 #, c-format -msgid "'%s' is not a valid character following the characters ''" -msgstr "\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det tillÃ¥tna tecknet är \">\"" +msgid "" +"'%s' is not a valid character following the close element name '%s'; the " +"allowed character is '>'" +msgstr "" +"\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det " +"tillÃ¥tna tecknet är \">\"" -#: ../glib/gmarkup.c:1472 +#: glib/gmarkup.c:1472 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elementet \"%s\" stängdes, inget element är öppet för tillfället" -#: ../glib/gmarkup.c:1481 +#: glib/gmarkup.c:1481 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" -msgstr "Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%s\"" +msgstr "" +"Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%" +"s\"" -#: ../glib/gmarkup.c:1648 +#: glib/gmarkup.c:1648 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller innehöll endast tomrum" -#: ../glib/gmarkup.c:1662 +#: glib/gmarkup.c:1662 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentet tog oväntat slut efter ett öppningsklammer \"<\"" -#: ../glib/gmarkup.c:1670 -#: ../glib/gmarkup.c:1715 +#: glib/gmarkup.c:1670 glib/gmarkup.c:1715 #, c-format -msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened" -msgstr "Dokumentet tog oväntat slut dÃ¥ element fortfarande var öppna. \"%s\" var det senast öppnade elementet" +msgid "" +"Document ended unexpectedly with elements still open - '%s' was the last " +"element opened" +msgstr "" +"Dokumentet tog oväntat slut dÃ¥ element fortfarande var öppna. \"%s\" var det " +"senast öppnade elementet" -#: ../glib/gmarkup.c:1678 +#: glib/gmarkup.c:1678 #, c-format -msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>" -msgstr "Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta taggen <%s/>" +msgid "" +"Document ended unexpectedly, expected to see a close angle bracket ending " +"the tag <%s/>" +msgstr "" +"Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta " +"taggen <%s/>" -#: ../glib/gmarkup.c:1684 +#: glib/gmarkup.c:1684 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet tog oväntat slut inuti ett elementnamn" -#: ../glib/gmarkup.c:1690 +#: glib/gmarkup.c:1690 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet tog oväntat slut inuti ett attributnamn" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentet tog oväntat slut inuti en elementöppnande tagg." -#: ../glib/gmarkup.c:1701 -msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value" -msgstr "Dokumentet tog oväntat slut efter likhetstecknet som följde ett attributnamn. Inget attributvärde" +#: glib/gmarkup.c:1701 +msgid "" +"Document ended unexpectedly after the equals sign following an attribute " +"name; no attribute value" +msgstr "" +"Dokumentet tog oväntat slut efter likhetstecknet som följde ett " +"attributnamn. Inget attributvärde" -#: ../glib/gmarkup.c:1708 +#: glib/gmarkup.c:1708 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet tog oväntat slut inuti ett attributvärde" -#: ../glib/gmarkup.c:1724 +#: glib/gmarkup.c:1724 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\"" +msgstr "" +"Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\"" -#: ../glib/gmarkup.c:1730 +#: glib/gmarkup.c:1730 msgid "Document ended unexpectedly inside a comment or processing instruction" -msgstr "Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion" +msgstr "" +"Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "skadat objekt" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "internt fel eller skadat objekt" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "slut pÃ¥ minne" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "bakÃ¥tspÃ¥rningsgräns nÃ¥dd" -#: ../glib/gregex.c:152 -#: ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "mönstret innehÃ¥ller objekt som inte stöds för delvis matchning" -#: ../glib/gregex.c:154 -#: ../gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "internt fel" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "bakreferenser som villkor stöds inte för delvis matchning" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "rekursionsgräns nÃ¥dd" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "arbetsytans gräns för tomma understrängar nÃ¥dd" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "ogiltig kombination av nyradsflaggor" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "okänt fel" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ pÃ¥ slutet av mönster" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c pÃ¥ slutet av mönster" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "okänt tecken efter \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "skiftlägesändrade escape-tecken (\\l, \\L, \\u, \\U) tillÃ¥ts inte här" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "tal är inte i ordning i {}-kvantifierare" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "tal för stort i {}-kvantifierare" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "saknar avslutande ] för teckenklass" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "ogiltig escape-sekvens i teckenklass" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "intervall är inte i ordning i teckenklass" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "ingenting att upprepa" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "okänt tecken efter (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "okänt tecken efter (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "okänt tecken efter (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX-namngivna klasser stöds endast inom en klass" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "saknar avslutande )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") utan öppnande (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R eller (?[+-]siffror mÃ¥ste efterföljas av )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referens till icke-existerande undermönster" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "saknar ) efter kommentar" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "reguljärt uttryck för stort" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "misslyckades med att fÃ¥ minne" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind-assertion är inte av fast längd" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "felformulerat tal eller namn efter (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "villkorsgrupp innehÃ¥ller fler än tvÃ¥ grenar" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "assertion förväntades efter (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "okänt POSIX-klassnamn" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX-sorteringselement stöds inte" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "teckenvärde i \\x{...}-sekvens är för stort" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "ogiltigt tillstÃ¥nd (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C tillÃ¥ts inte i lookbehind-assertion" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "rekursivt anrop kan gÃ¥ in i en oändlig slinga" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "saknar avslutstecken i undermönstrets namn" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "tvÃ¥ namngivna undermönster har samma namn" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "felformulerad \\P eller \\p-sekvens" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "okänt egenskapsnamn efter \\P eller \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "undermönstrets namn är för lÃ¥ngt (maximalt 32 tecken)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "för mÃ¥nga namngivna undermönster (maximalt 10,000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "oktalt värde är större än \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE-grupp innehÃ¥ller fler än en gren" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "upprepning av en DEFINE-grupp tillÃ¥ts inte" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "inkonsistenta NEWLINE-flaggor" -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" -msgstr "\\g följs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal inom klamrar" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" +msgstr "" +"\\g följs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal " +"inom klamrar" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "oväntad upprepning" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "överflöde i kod" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "fyllde över kompileringsutrymme" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "tidigare kontrollerad refererande undermönster hittades inte" -#: ../glib/gregex.c:522 -#: ../glib/gregex.c:1603 +#: glib/gregex.c:522 glib/gregex.c:1603 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Fel vid matchning av reguljära uttrycket %s: %s" -#: ../glib/gregex.c:1094 +#: glib/gregex.c:1094 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE-biblioteket är byggt utan stöd för UTF8" -#: ../glib/gregex.c:1103 +#: glib/gregex.c:1103 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE-biblioteket är byggt utan stöd för UTF8-egenskaper" -#: ../glib/gregex.c:1157 +#: glib/gregex.c:1157 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Fel vid kompilering av reguljära uttrycket %s vid tecknet %d: %s" -#: ../glib/gregex.c:1193 +#: glib/gregex.c:1193 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Fel vid optimering av reguljära uttrycket %s: %s" -#: ../glib/gregex.c:2031 +#: glib/gregex.c:2031 msgid "hexadecimal digit or '}' expected" msgstr "hexadecimal siffra eller \"}\" förväntades" -#: ../glib/gregex.c:2047 +#: glib/gregex.c:2047 msgid "hexadecimal digit expected" msgstr "hexadecimal siffra förväntades" -#: ../glib/gregex.c:2087 +#: glib/gregex.c:2087 msgid "missing '<' in symbolic reference" msgstr "saknar \"<\" i symbolisk referens" -#: ../glib/gregex.c:2096 +#: glib/gregex.c:2096 msgid "unfinished symbolic reference" msgstr "oavslutad symbolisk referens" -#: ../glib/gregex.c:2103 +#: glib/gregex.c:2103 msgid "zero-length symbolic reference" msgstr "symbolisk referens med noll-längd" -#: ../glib/gregex.c:2114 +#: glib/gregex.c:2114 msgid "digit expected" msgstr "siffra förväntades" -#: ../glib/gregex.c:2132 +#: glib/gregex.c:2132 msgid "illegal symbolic reference" msgstr "otillÃ¥ten symbolisk referens" -#: ../glib/gregex.c:2194 +#: glib/gregex.c:2194 msgid "stray final '\\'" msgstr "felplacerad avslutande \"\\\"" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 msgid "unknown escape sequence" msgstr "okänd escape-sekvens" -#: ../glib/gregex.c:2208 +#: glib/gregex.c:2208 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Fel vid tolkning av ersättningstexten \"%s\" vid tecknet %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Citerad text börjar inte med citationstecken" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Ensamt citationstecken pÃ¥ kommandoraden eller annan skalciterad text" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Texten slutade efter ett \"\\\"-tecken (texten var \"%s\")." -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" -msgstr "Texten slutade innan matchande citationstecken hittades för %c (texten var \"%s\")." +msgstr "" +"Texten slutade innan matchande citationstecken hittades för %c (texten var " +"\"%s\")." -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "Texten var tom (eller innehöll bara tomrum)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "Misslyckades med att läsa data frÃ¥n barnprocessen" -#: ../glib/gspawn-win32.c:300 -#: ../glib/gspawn.c:1480 +#: glib/gspawn-win32.c:300 glib/gspawn.c:1480 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Misslyckades med att skapa rör för kommunikation med barnprocess (%s)" -#: ../glib/gspawn-win32.c:339 -#: ../glib/gspawn-win32.c:347 -#: ../glib/gspawn.c:1139 +#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Misslyckades med att läsa frÃ¥n rör till barn (%s)" -#: ../glib/gspawn-win32.c:370 -#: ../glib/gspawn.c:1346 +#: glib/gspawn-win32.c:370 glib/gspawn.c:1346 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Misslyckades med att byta till katalogen \"%s\" (%s)" -#: ../glib/gspawn-win32.c:376 -#: ../glib/gspawn-win32.c:495 +#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495 #, c-format msgid "Failed to execute child process (%s)" msgstr "Misslyckades med att köra barnprocess (%s)" -#: ../glib/gspawn-win32.c:445 +#: glib/gspawn-win32.c:445 #, c-format msgid "Invalid program name: %s" msgstr "Ogiltigt programnamn: %s" -#: ../glib/gspawn-win32.c:455 -#: ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1279 +#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Ogiltig sträng i argumentvektorn vid %d: %s" -#: ../glib/gspawn-win32.c:466 -#: ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1312 +#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312 #, c-format msgid "Invalid string in environment: %s" msgstr "Ogiltig sträng i miljön: %s" -#: ../glib/gspawn-win32.c:719 -#: ../glib/gspawn-win32.c:1260 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260 #, c-format msgid "Invalid working directory: %s" msgstr "Ogiltig arbetskatalog: %s" -#: ../glib/gspawn-win32.c:784 +#: glib/gspawn-win32.c:784 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Misslyckades med att köra hjälparprogram (%s)" -#: ../glib/gspawn-win32.c:998 -msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process" -msgstr "Oväntat fel i g_io_channel_win32_poll() vid inläsning av data frÃ¥n en barnprocess" +#: glib/gspawn-win32.c:998 +msgid "" +"Unexpected error in g_io_channel_win32_poll() reading data from a child " +"process" +msgstr "" +"Oväntat fel i g_io_channel_win32_poll() vid inläsning av data frÃ¥n en " +"barnprocess" -#: ../glib/gspawn.c:190 +#: glib/gspawn.c:190 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Misslyckades med att läsa data frÃ¥n barnprocess (%s)" -#: ../glib/gspawn.c:329 +#: glib/gspawn.c:329 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Oväntat fel i select() vid läsning av data frÃ¥n en barnprocess (%s)" -#: ../glib/gspawn.c:414 +#: glib/gspawn.c:414 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Oväntat fel i waitpid() (%s)" -#: ../glib/gspawn.c:1206 +#: glib/gspawn.c:1206 #, c-format msgid "Failed to fork (%s)" msgstr "Misslyckades med att grena (%s)" -#: ../glib/gspawn.c:1356 +#: glib/gspawn.c:1356 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Misslyckades med att köra barnprocessen \"%s\" (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to redirect output or input of child process (%s)" -msgstr "Misslyckades med att dirigera om utdata eller indata frÃ¥n barnprocess (%s)" +msgstr "" +"Misslyckades med att dirigera om utdata eller indata frÃ¥n barnprocess (%s)" -#: ../glib/gspawn.c:1375 +#: glib/gspawn.c:1375 #, c-format msgid "Failed to fork child process (%s)" msgstr "Misslyckades med att skapa barnprocess (%s)" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Okänt fel vid körning av barnprocessen \"%s\"" -#: ../glib/gspawn.c:1407 +#: glib/gspawn.c:1407 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" -msgstr "Misslyckades med att läsa tillräckligt med data frÃ¥n röret till barnets pid (%s)" +msgstr "" +"Misslyckades med att läsa tillräckligt med data frÃ¥n röret till barnets pid " +"(%s)" -#: ../glib/gutf8.c:1038 +#: glib/gutf8.c:1038 msgid "Character out of range for UTF-8" msgstr "Tecknet är utanför intervallet för UTF-8" -#: ../glib/gutf8.c:1138 -#: ../glib/gutf8.c:1147 -#: ../glib/gutf8.c:1279 -#: ../glib/gutf8.c:1288 -#: ../glib/gutf8.c:1429 -#: ../glib/gutf8.c:1525 +#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288 +#: glib/gutf8.c:1429 glib/gutf8.c:1525 msgid "Invalid sequence in conversion input" msgstr "Ogiltig sekvens i konverteringsindata" -#: ../glib/gutf8.c:1440 -#: ../glib/gutf8.c:1536 +#: glib/gutf8.c:1440 glib/gutf8.c:1536 msgid "Character out of range for UTF-16" msgstr "Tecknet är utanför intervallet för UTF-16" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "Usage:" msgstr "Användning:" -#: ../glib/goption.c:755 +#: glib/goption.c:755 msgid "[OPTION...]" msgstr "[FLAGGA...]" -#: ../glib/goption.c:861 +#: glib/goption.c:861 msgid "Help Options:" msgstr "Hjälpflaggor:" -#: ../glib/goption.c:862 +#: glib/goption.c:862 msgid "Show help options" msgstr "Visa hjälpflaggor" -#: ../glib/goption.c:868 +#: glib/goption.c:868 msgid "Show all help options" msgstr "Visa alla hjälpflaggor" -#: ../glib/goption.c:930 +#: glib/goption.c:930 msgid "Application Options:" msgstr "Programflaggor:" -#: ../glib/goption.c:992 -#: ../glib/goption.c:1062 +#: glib/goption.c:992 glib/goption.c:1062 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Kan inte tolka heltalsvärdet \"%s\" för %s" -#: ../glib/goption.c:1002 -#: ../glib/goption.c:1070 +#: glib/goption.c:1002 glib/goption.c:1070 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Heltalsvärdet \"%s\" för %s är utanför intervallet" -#: ../glib/goption.c:1027 +#: glib/goption.c:1027 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Kan inte tolka dubbelvärdet \"%s\" för %s" -#: ../glib/goption.c:1035 +#: glib/goption.c:1035 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Dubbelvärdet \"%s\" för %s är utanför intervallet" -#: ../glib/goption.c:1298 -#: ../glib/goption.c:1377 +#: glib/goption.c:1298 glib/goption.c:1377 #, c-format msgid "Error parsing option %s" msgstr "Fel vid tolkning av flaggan %s" -#: ../glib/goption.c:1408 -#: ../glib/goption.c:1522 +#: glib/goption.c:1408 glib/goption.c:1522 #, c-format msgid "Missing argument for %s" msgstr "Argument saknas för %s" -#: ../glib/goption.c:1917 +#: glib/goption.c:1917 #, c-format msgid "Unknown option %s" msgstr "Okänd flagga %s" -#: ../glib/gkeyfile.c:362 +#: glib/gkeyfile.c:362 msgid "Valid key file could not be found in search dirs" msgstr "Giltig nyckelfil kunde inte hittas i sökkatalogerna" -#: ../glib/gkeyfile.c:397 +#: glib/gkeyfile.c:397 msgid "Not a regular file" msgstr "Inte en vanlig fil" -#: ../glib/gkeyfile.c:405 +#: glib/gkeyfile.c:405 msgid "File is empty" msgstr "Filen är tom" -#: ../glib/gkeyfile.c:764 +#: glib/gkeyfile.c:764 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" -msgstr "Nyckelfilen innehÃ¥ller raden \"%s\" som inte är ett nyckel-värde-par, grupp eller kommentar" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" +msgstr "" +"Nyckelfilen innehÃ¥ller raden \"%s\" som inte är ett nyckel-värde-par, grupp " +"eller kommentar" -#: ../glib/gkeyfile.c:824 +#: glib/gkeyfile.c:824 #, c-format msgid "Invalid group name: %s" msgstr "Ogiltigt gruppnamn: %s" -#: ../glib/gkeyfile.c:846 +#: glib/gkeyfile.c:846 msgid "Key file does not start with a group" msgstr "Nyckelfilen börjar inte med en grupp" -#: ../glib/gkeyfile.c:872 +#: glib/gkeyfile.c:872 #, c-format msgid "Invalid key name: %s" msgstr "Ogiltigt nyckelnamn: %s" -#: ../glib/gkeyfile.c:899 +#: glib/gkeyfile.c:899 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Nyckelfilen innehÃ¥ller kodningen \"%s\" som inte stöds" -#: ../glib/gkeyfile.c:1115 -#: ../glib/gkeyfile.c:1277 -#: ../glib/gkeyfile.c:2506 -#: ../glib/gkeyfile.c:2572 -#: ../glib/gkeyfile.c:2707 -#: ../glib/gkeyfile.c:2840 -#: ../glib/gkeyfile.c:2993 -#: ../glib/gkeyfile.c:3180 -#: ../glib/gkeyfile.c:3241 +#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506 +#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840 +#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241 #, c-format msgid "Key file does not have group '%s'" msgstr "Nyckelfilen har inte gruppen \"%s\"" -#: ../glib/gkeyfile.c:1289 +#: glib/gkeyfile.c:1289 #, c-format msgid "Key file does not have key '%s'" msgstr "Nyckelfilen har inte nyckeln \"%s\"" -#: ../glib/gkeyfile.c:1396 -#: ../glib/gkeyfile.c:1511 +#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" -msgstr "Nyckelfilen innehÃ¥ller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8" +msgstr "" +"Nyckelfilen innehÃ¥ller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8" -#: ../glib/gkeyfile.c:1416 -#: ../glib/gkeyfile.c:1910 +#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." -msgstr "Nyckelfilen innehÃ¥ller nyckeln \"%s\" som innehÃ¥ller ett värde som inte kan tolkas." +msgstr "" +"Nyckelfilen innehÃ¥ller nyckeln \"%s\" som innehÃ¥ller ett värde som inte kan " +"tolkas." -#: ../glib/gkeyfile.c:1531 +#: glib/gkeyfile.c:1531 #, c-format -msgid "Key file contains key '%s' which has a value that cannot be interpreted." -msgstr "Nyckelfilen innehÃ¥ller nyckeln \"%s\" som innehÃ¥ller ett värde som inte kan tolkas." +msgid "" +"Key file contains key '%s' which has a value that cannot be interpreted." +msgstr "" +"Nyckelfilen innehÃ¥ller nyckeln \"%s\" som innehÃ¥ller ett värde som inte kan " +"tolkas." -#: ../glib/gkeyfile.c:2125 -#: ../glib/gkeyfile.c:2337 +#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337 #, c-format -msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted." -msgstr "Nyckelfilen innehÃ¥ller nyckeln \"%s\" i gruppen \"%s\" som innehÃ¥ller ett värde som inte kan tolkas." +msgid "" +"Key file contains key '%s' in group '%s' which has value that cannot be " +"interpreted." +msgstr "" +"Nyckelfilen innehÃ¥ller nyckeln \"%s\" i gruppen \"%s\" som innehÃ¥ller ett " +"värde som inte kan tolkas." -#: ../glib/gkeyfile.c:2521 -#: ../glib/gkeyfile.c:2722 -#: ../glib/gkeyfile.c:3252 +#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252 #, 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:3486 +#: glib/gkeyfile.c:3486 msgid "Key file contains escape character at end of line" msgstr "Nyckelfilen innehÃ¥ller kontrolltecken i slutet pÃ¥ en rad" -#: ../glib/gkeyfile.c:3508 +#: glib/gkeyfile.c:3508 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nyckelfilen innehÃ¥ller ogiltiga kontrollsekvensen \"%s\"" -#: ../glib/gkeyfile.c:3650 +#: glib/gkeyfile.c:3650 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Värdet \"%s\" kan inte tolkas som ett tal." -#: ../glib/gkeyfile.c:3664 +#: glib/gkeyfile.c:3664 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltalsvärdet \"%s\" är utanför intervallet" -#: ../glib/gkeyfile.c:3697 +#: glib/gkeyfile.c:3697 #, 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:3721 +#: glib/gkeyfile.c:3721 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Värdet \"%s\" kan inte tolkas som ett booleskt värde." -#: ../gio/gbufferedinputstream.c:415 -#: ../gio/gbufferedinputstream.c:496 -#: ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 -#: ../gio/ginputstream.c:557 -#: ../gio/ginputstream.c:682 -#: ../gio/goutputstream.c:197 -#: ../gio/goutputstream.c:652 +#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 +#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "För stort räknevärde skickat till %s" -#: ../gio/gbufferedinputstream.c:883 -#: ../gio/ginputstream.c:892 -#: ../gio/giostream.c:305 -#: ../gio/goutputstream.c:1081 +#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Strömmen är redan stängd" -#: ../gio/gcancellable.c:420 -#: ../gio/glocalfile.c:2095 -#: ../gio/gsimpleasyncresult.c:648 -#: ../gio/gsimpleasyncresult.c:674 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 +#: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Åtgärden avbröts" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "Okänd typ" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "%s-filtyp" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "%s-typ" -#: ../gio/gdatainputstream.c:311 +#: gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" msgstr "Oväntat tidig end-of-stream" -#: ../gio/gdesktopappinfo.c:463 -#: ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Namnlös" -#: ../gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Skrivbordsfilen angav inget Exec-fält" -#: ../gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Kunde inte hitta terminal som krävs för programmet" -#: ../gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan inte skapa skrivbordsfil för användare %s" -#: ../gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Anpassad definition för %s" -#: ../gio/gdrive.c:409 +#: gio/gdrive.c:409 msgid "drive doesn't implement eject" msgstr "enheten har inte implementerat utmatning" #. Translators: This is an error #. * message for drive objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gdrive.c:489 +#: gio/gdrive.c:489 msgid "drive doesn't implement eject or eject_with_operation" msgstr "enheten har inte implementerat eject eller eject_with_operation" -#: ../gio/gdrive.c:566 +#: gio/gdrive.c:566 msgid "drive doesn't implement polling for media" msgstr "enheten har inte implementerat pollning av media" -#: ../gio/gdrive.c:771 +#: gio/gdrive.c:771 msgid "drive doesn't implement start" msgstr "enheten har inte implementerat start" -#: ../gio/gdrive.c:873 +#: gio/gdrive.c:873 msgid "drive doesn't implement stop" msgstr "enheten har inte implementerat stop" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "Kan inte hantera version %d av GEmblem-kodning" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "Felformaterat antal token (%d) i GEmblem-kodning" -#: ../gio/gemblemedicon.c:296 +#: gio/gemblemedicon.c:296 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "Kan inte hantera version %d av GEmblemedIcon-kodning" -#: ../gio/gemblemedicon.c:306 +#: gio/gemblemedicon.c:306 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "Felformaterat antal token (%d) i GEmblemedIcon-kodning" -#: ../gio/gemblemedicon.c:329 +#: gio/gemblemedicon.c:329 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Förväntade en GEmblem för GEmblemedIcon" -#: ../gio/gfile.c:861 -#: ../gio/gfile.c:1091 -#: ../gio/gfile.c:1226 -#: ../gio/gfile.c:1462 -#: ../gio/gfile.c:1516 -#: ../gio/gfile.c:1573 -#: ../gio/gfile.c:1656 -#: ../gio/gfile.c:1711 -#: ../gio/gfile.c:1771 -#: ../gio/gfile.c:1825 -#: ../gio/gfile.c:3150 -#: ../gio/gfile.c:3204 -#: ../gio/gfile.c:3335 -#: ../gio/gfile.c:3375 -#: ../gio/gfile.c:3702 -#: ../gio/gfile.c:4104 -#: ../gio/gfile.c:4190 -#: ../gio/gfile.c:4279 -#: ../gio/gfile.c:4377 -#: ../gio/gfile.c:4464 -#: ../gio/gfile.c:4557 -#: ../gio/gfile.c:4887 -#: ../gio/gfile.c:5167 -#: ../gio/gfile.c:5236 -#: ../gio/gfile.c:6827 -#: ../gio/gfile.c:6917 -#: ../gio/gfile.c:7003 -#: ../gio/win32/gwinhttpfile.c:441 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 +#: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Åtgärden stöds inte" @@ -1276,140 +1284,128 @@ 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:1347 -#: ../gio/glocalfile.c:1066 -#: ../gio/glocalfile.c:1077 -#: ../gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Infattande montering finns inte" -#: ../gio/gfile.c:2399 -#: ../gio/glocalfile.c:2251 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Kan inte kopiera över katalog" -#: ../gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Kan inte kopiera katalog över katalog" -#: ../gio/gfile.c:2467 -#: ../gio/glocalfile.c:2260 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "MÃ¥lfilen finns" -#: ../gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Kan inte kopiera katalogen rekursivt" -#: ../gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Kan inte kopiera specialfil" -#: ../gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Ogiltigt värde för symbolisk länk angivet" -#: ../gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Papperskorgen stöds inte" -#: ../gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnamn fÃ¥r inte innehÃ¥lla \"%c\"" -#: ../gio/gfile.c:5884 -#: ../gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "volymen har inte implementerat montering" -#: ../gio/gfile.c:5995 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Inget program är registrerat för hantering av denna fil" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "Numreraren är stängd" -#: ../gio/gfileenumerator.c:213 -#: ../gio/gfileenumerator.c:272 -#: ../gio/gfileenumerator.c:372 -#: ../gio/gfileenumerator.c:481 +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "Filnumreraren har kvarstÃ¥ende Ã¥tgärd" -#: ../gio/gfileenumerator.c:362 -#: ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "Filnumreraren är redan strängd" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "Kan inte hantera version %d av GFileIcon-kodning" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "Felformaterad inmatningsdata för GFileIcon" -#: ../gio/gfileinputstream.c:155 -#: ../gio/gfileinputstream.c:422 -#: ../gio/gfileiostream.c:171 -#: ../gio/gfileoutputstream.c:170 -#: ../gio/gfileoutputstream.c:525 +#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422 +#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170 +#: gio/gfileoutputstream.c:525 msgid "Stream doesn't support query_info" msgstr "Strömmen saknar stöd för query_info" -#: ../gio/gfileinputstream.c:337 -#: ../gio/gfileiostream.c:389 -#: ../gio/gfileoutputstream.c:383 +#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389 +#: gio/gfileoutputstream.c:383 msgid "Seek not supported on stream" msgstr "Sökning stöds inte pÃ¥ strömmen" -#: ../gio/gfileinputstream.c:381 +#: gio/gfileinputstream.c:381 msgid "Truncate not allowed on input stream" msgstr "Kapning tillÃ¥ts inte pÃ¥ inmatningsströmmen" -#: ../gio/gfileiostream.c:465 -#: ../gio/gfileoutputstream.c:459 +#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459 msgid "Truncate not supported on stream" msgstr "Kapning stöds inte pÃ¥ strömmen" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Fel antal token (%d)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "Ingen typ för klassnamnet %s" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "Typen %s implementerar inte GIcon-gränssnittet" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "Typen %s är inte klassad" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "Felformaterat versionsnummer: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "Typen %s implementerar inte from_tokens() pÃ¥ GIcon-gränssnittet" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "Kan inte hantera angiven version för ikonkodningen" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 msgid "Input stream doesn't implement read" msgstr "Inmatningsströmmen har inte implementerat läsning" @@ -1419,665 +1415,626 @@ msgstr "Inmatningsströmmen har inte implementerat läsning" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:902 -#: ../gio/giostream.c:315 -#: ../gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Strömmen har kvarstÃ¥ende Ã¥tgärd" -#: ../gio/ginetsocketaddress.c:182 -#: ../gio/ginetsocketaddress.c:199 -#: ../gio/gunixsocketaddress.c:174 +#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199 +#: gio/gunixsocketaddress.c:174 msgid "Not enough space for socket address" msgstr "Inte tillräckligt med utrymme för uttagsadress" -#: ../gio/ginetsocketaddress.c:212 +#: gio/ginetsocketaddress.c:212 msgid "Unsupported socket address" msgstr "Uttagsadressen stöds inte" -#: ../gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Kunde inte hitta standardtyp för lokal katalogövervakare" -#: ../gio/glocalfile.c:600 -#: ../gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Ogiltigt filnamn %s" -#: ../gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fel vid hämtning av filsystemsinformation: %s" -#: ../gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Kan inte byta namn pÃ¥ rotkatalog" -#: ../gio/glocalfile.c:1130 -#: ../gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Fel vid namnbyte av fil: %s" -#: ../gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Kan inte byta namn pÃ¥ filen, filnamnet finns redan" -#: ../gio/glocalfile.c:1152 -#: ../gio/glocalfile.c:2124 -#: ../gio/glocalfile.c:2153 -#: ../gio/glocalfile.c:2313 -#: ../gio/glocalfileoutputstream.c:550 -#: ../gio/glocalfileoutputstream.c:603 -#: ../gio/glocalfileoutputstream.c:648 -#: ../gio/glocalfileoutputstream.c:1130 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 +#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 +#: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Ogiltigt filnamn" -#: ../gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Fel vid öppnade av fil: %s" -#: ../gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Kan inte öppna katalog" -#: ../gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Fel vid borttagning av fil: %s" -#: ../gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Fel vid kastande av fil: %s" -#: ../gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kunde inte skapa papperskorgskatalogen %s: %s" -#: ../gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Kunde inte hitta toppnivÃ¥katalog för papperskorg" -#: ../gio/glocalfile.c:1931 -#: ../gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Kunde inte hitta eller skapa papperskorgskatalog" -#: ../gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kunde inte skapa information om kastad fil: %s" -#: ../gio/glocalfile.c:2014 -#: ../gio/glocalfile.c:2019 -#: ../gio/glocalfile.c:2094 -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Kunde inte kasta fil: %s" -#: ../gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Fel vid skapande av katalog: %s" -#: ../gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 #, c-format msgid "Filesystem does not support symbolic links" msgstr "Filsystemet saknar stöd för symboliska länkar" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Fel vid skapande av symbolisk länk: %s" -#: ../gio/glocalfile.c:2223 -#: ../gio/glocalfile.c:2317 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Fel vid flyttning av fil: %s" -#: ../gio/glocalfile.c:2246 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Kan inte flytta katalog över katalog" -#: ../gio/glocalfile.c:2273 -#: ../gio/glocalfileoutputstream.c:928 -#: ../gio/glocalfileoutputstream.c:942 -#: ../gio/glocalfileoutputstream.c:957 -#: ../gio/glocalfileoutputstream.c:973 -#: ../gio/glocalfileoutputstream.c:987 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 +#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 +#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Misslyckades med att skapa säkerhetskopiefil" -#: ../gio/glocalfile.c:2292 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Fel vid borttagning av mÃ¥lfil: %s" -#: ../gio/glocalfile.c:2306 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Flyttning mellan monteringar stöds inte" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 msgid "Attribute value must be non-NULL" msgstr "Attributvärde mÃ¥ste vara icke-NULL" -#: ../gio/glocalfileinfo.c:728 +#: gio/glocalfileinfo.c:728 msgid "Invalid attribute type (string expected)" msgstr "Ogiltig attributtyp (sträng förväntades)" -#: ../gio/glocalfileinfo.c:735 +#: gio/glocalfileinfo.c:735 msgid "Invalid extended attribute name" msgstr "Ogiltigt utökat attributnamn" -#: ../gio/glocalfileinfo.c:775 +#: gio/glocalfileinfo.c:775 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Fel vid inställning av utökat attribut \"%s\": %s" -#: ../gio/glocalfileinfo.c:1481 -#: ../gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Fel vid tillstÃ¥ndsläsning av filen \"%s\": %s" -#: ../gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (ogiltig kodning)" -#: ../gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fel vid tillstÃ¥ndsläsning av filhandtag: %s" -#: ../gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Ogiltig attributtyp (uint32 förväntades)" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Ogiltig attributtyp (uint64 förväntades)" -#: ../gio/glocalfileinfo.c:1832 -#: ../gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Ogiltig attributtyp (bytesträng förväntades)" -#: ../gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Kan inte ställa in rättigheter pÃ¥ symboliska länkar" -#: ../gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Fel vid inställning av rättigheter: %s" -#: ../gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Fel vid inställning av ägare: %s" -#: ../gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symbolisk länk mÃ¥ste vara icke-NULL" -#: ../gio/glocalfileinfo.c:1986 -#: ../gio/glocalfileinfo.c:2005 -#: ../gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Fel vid inställning av symbolisk länk: %s" -#: ../gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 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:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Fel vid inställning av ändrings- eller Ã¥tkomsttid: %s" -#: ../gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux-kontext mÃ¥ste vara icke-NULL" -#: ../gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Fel vid inställning av SELinux-kontext: %s" -#: ../gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux är inte aktiverat pÃ¥ detta system" -#: ../gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Inställning av attributet %s stöds inte" -#: ../gio/glocalfileinputstream.c:165 -#: ../gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Fel vid läsning frÃ¥n fil: %s" -#: ../gio/glocalfileinputstream.c:196 -#: ../gio/glocalfileinputstream.c:208 -#: ../gio/glocalfileinputstream.c:320 -#: ../gio/glocalfileoutputstream.c:449 -#: ../gio/glocalfileoutputstream.c:1005 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Fel vid sökning i fil: %s" -#: ../gio/glocalfileinputstream.c:241 -#: ../gio/glocalfileoutputstream.c:235 -#: ../gio/glocalfileoutputstream.c:330 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Fel vid stängning av fil: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Kunde inte hitta standardtyp för lokal filövervakare" -#: ../gio/glocalfileoutputstream.c:181 -#: ../gio/glocalfileoutputstream.c:214 -#: ../gio/glocalfileoutputstream.c:722 +#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:722 #, c-format msgid "Error writing to file: %s" msgstr "Fel vid skrivning till fil: %s" -#: ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:262 #, c-format msgid "Error removing old backup link: %s" msgstr "Fel vid borttagning av gamla länk till säkerhetskopia: %s" -#: ../gio/glocalfileoutputstream.c:276 -#: ../gio/glocalfileoutputstream.c:289 +#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289 #, c-format msgid "Error creating backup copy: %s" msgstr "Fel vid skapande av säkerhetskopia: %s" -#: ../gio/glocalfileoutputstream.c:307 +#: gio/glocalfileoutputstream.c:307 #, c-format msgid "Error renaming temporary file: %s" msgstr "Fel vid namnbyte pÃ¥ temporärfil: %s" -#: ../gio/glocalfileoutputstream.c:495 -#: ../gio/glocalfileoutputstream.c:1056 +#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056 #, c-format msgid "Error truncating file: %s" msgstr "Fel vid kapning av fil: %s" -#: ../gio/glocalfileoutputstream.c:556 -#: ../gio/glocalfileoutputstream.c:609 -#: ../gio/glocalfileoutputstream.c:654 -#: ../gio/glocalfileoutputstream.c:794 -#: ../gio/glocalfileoutputstream.c:1037 -#: ../gio/glocalfileoutputstream.c:1136 +#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794 +#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136 #, c-format msgid "Error opening file '%s': %s" msgstr "Fel vid öppning av filen \"%s\": %s" -#: ../gio/glocalfileoutputstream.c:825 +#: gio/glocalfileoutputstream.c:825 msgid "Target file is a directory" msgstr "MÃ¥lfilen är en katalog" -#: ../gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:830 msgid "Target file is not a regular file" msgstr "MÃ¥lfilen är inte en vanlig fil" -#: ../gio/glocalfileoutputstream.c:842 +#: gio/glocalfileoutputstream.c:842 msgid "The file was externally modified" msgstr "Filen blev externt ändrad" -#: ../gio/glocalfileoutputstream.c:1021 +#: gio/glocalfileoutputstream.c:1021 #, c-format msgid "Error removing old file: %s" msgstr "Fel vid borttagning av gammal fil: %s" -#: ../gio/gmemoryinputstream.c:487 -#: ../gio/gmemoryoutputstream.c:553 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553 msgid "Invalid GSeekType supplied" msgstr "Ogiltig GSeekType angavs" -#: ../gio/gmemoryinputstream.c:497 -#: ../gio/gmemoryoutputstream.c:563 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563 msgid "Invalid seek request" msgstr "Ogiltig sökbegäran" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "Kan inte kapa av GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:290 +#: gio/gmemoryoutputstream.c:290 msgid "Reached maximum data array limit" msgstr "NÃ¥dde maximal gräns för datakedja" -#: ../gio/gmemoryoutputstream.c:325 +#: gio/gmemoryoutputstream.c:325 msgid "Memory output stream not resizable" msgstr "Storlek för minnesutmatningsström är inte ändringsbar" -#: ../gio/gmemoryoutputstream.c:341 +#: gio/gmemoryoutputstream.c:341 msgid "Failed to resize memory output stream" msgstr "Misslyckades med att ändra storlek pÃ¥ minnesutmatningsström" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount har inte implementerat unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount har inte implementerat eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: ../gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "mount har inte implementerat unmount eller unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "mount har inte implementerat eject eller eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount har inte implementerat remount" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount har inte implementerat estimering av innehÃ¥llstyp" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount har inte implementerat synkron estimering av innehÃ¥llstyp" -#: ../gio/gnetworkaddress.c:295 +#: gio/gnetworkaddress.c:295 #, c-format msgid "Hostname '%s' contains '[' but not ']'" msgstr "Värdnamnet \"%s\" innehÃ¥ller \"[\" men inte \"]\"" -#: ../gio/goutputstream.c:206 -#: ../gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Utmatningsström har inte implementerat skrivning" -#: ../gio/goutputstream.c:368 -#: ../gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Källströmmen är redan stängd" -#: ../gio/gresolver.c:736 +#: gio/gresolver.c:736 #, c-format msgid "Error resolving '%s': %s" msgstr "Fel vid uppslag av \"%s\": %s" -#: ../gio/gresolver.c:786 +#: gio/gresolver.c:786 #, c-format msgid "Error reverse-resolving '%s': %s" msgstr "Fel vid omvänt uppslag av \"%s\": %s" -#: ../gio/gresolver.c:821 -#: ../gio/gresolver.c:899 +#: gio/gresolver.c:821 gio/gresolver.c:899 #, c-format msgid "No service record for '%s'" msgstr "Ingen tjänstepost för \"%s\"" -#: ../gio/gresolver.c:826 -#: ../gio/gresolver.c:904 +#: gio/gresolver.c:826 gio/gresolver.c:904 #, c-format msgid "Temporarily unable to resolve '%s'" msgstr "Kan för tillfället inte slÃ¥ upp \"%s\"" -#: ../gio/gresolver.c:831 -#: ../gio/gresolver.c:909 +#: gio/gresolver.c:831 gio/gresolver.c:909 #, c-format msgid "Error resolving '%s'" msgstr "Fel vid uppslag av \"%s\"" -#: ../gio/gsocket.c:277 +#: gio/gsocket.c:277 msgid "Invalid socket, not initialized" msgstr "Ogiltigt uttag, inte initierat" -#: ../gio/gsocket.c:284 +#: gio/gsocket.c:284 #, c-format msgid "Invalid socket, initialization failed due to: %s" msgstr "Ogiltigt uttag, initiering misslyckades pÃ¥ grund av: %s" -#: ../gio/gsocket.c:292 +#: gio/gsocket.c:292 msgid "Socket is already closed" msgstr "Uttaget är redan stängt" -#: ../gio/gsocket.c:405 +#: gio/gsocket.c:405 #, c-format msgid "creating GSocket from fd: %s" msgstr "skapar GSocket frÃ¥n fd: %s" -#: ../gio/gsocket.c:439 -#: ../gio/gsocket.c:453 -#: ../gio/gsocket.c:1911 +#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911 #, c-format msgid "Unable to create socket: %s" msgstr "Kunde inte skapa uttag: %s" -#: ../gio/gsocket.c:439 +#: gio/gsocket.c:439 msgid "Unknown protocol was specified" msgstr "Okänt protokoll angavs" -#: ../gio/gsocket.c:758 +#: gio/gsocket.c:758 msgid "Cancellable initialization not supported" msgstr "Avbrytningsbar initiering stöds inte" -#: ../gio/gsocket.c:1112 +#: gio/gsocket.c:1112 #, c-format msgid "could not get local address: %s" msgstr "kunde inte fÃ¥ lokal adress: %s" -#: ../gio/gsocket.c:1145 +#: gio/gsocket.c:1145 #, c-format msgid "could not get remote address: %s" msgstr "Kunde inte fÃ¥ fjärradress: %s" -#: ../gio/gsocket.c:1203 +#: gio/gsocket.c:1203 #, c-format msgid "could not listen: %s" msgstr "kunde inte lyssna: %s" -#: ../gio/gsocket.c:1277 +#: gio/gsocket.c:1277 #, c-format msgid "Error binding to address: %s" msgstr "Fel vid bindning till adress: %s" -#: ../gio/gsocket.c:1397 +#: gio/gsocket.c:1397 #, c-format msgid "Error accepting connection: %s" msgstr "Fel vid godkännande av anslutning: %s" -#: ../gio/gsocket.c:1510 +#: gio/gsocket.c:1510 msgid "Error connecting: " msgstr "Fel vid anslutning: " -#: ../gio/gsocket.c:1514 +#: gio/gsocket.c:1514 msgid "Connection in progress" msgstr "Anslutningsförsök pÃ¥gÃ¥r" -#: ../gio/gsocket.c:1519 +#: gio/gsocket.c:1519 #, c-format msgid "Error connecting: %s" msgstr "Fel vid anslutning: %s" -#: ../gio/gsocket.c:1559 +#: gio/gsocket.c:1559 #, c-format msgid "Unable to get pending error: %s" msgstr "Kunde inte fÃ¥ tag pÃ¥ väntande fel: %s" -#: ../gio/gsocket.c:1655 +#: gio/gsocket.c:1655 #, c-format msgid "Error receiving data: %s" msgstr "Fel vid mottagning av data: %s" -#: ../gio/gsocket.c:1798 +#: gio/gsocket.c:1798 #, c-format msgid "Error sending data: %s" msgstr "Fel vid sändning av data: %s" -#: ../gio/gsocket.c:1990 +#: gio/gsocket.c:1990 #, c-format msgid "Error closing socket: %s" msgstr "Fel vid stängning av uttag: %s" -#: ../gio/gsocket.c:2475 +#: gio/gsocket.c:2475 #, c-format msgid "Waiting for socket condition: %s" msgstr "Väntar pÃ¥ uttagstillstÃ¥nd: %s" -#: ../gio/gsocket.c:2714 -#: ../gio/gsocket.c:2795 +#: gio/gsocket.c:2714 gio/gsocket.c:2795 #, c-format msgid "Error sending message: %s" msgstr "Fel vid sändning av meddelande: %s" -#: ../gio/gsocket.c:2739 +#: gio/gsocket.c:2739 msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage stöds inte pÃ¥ Windows" -#: ../gio/gsocket.c:2997 -#: ../gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Fel vid mottagning av meddelande: %s" -#: ../gio/gsocketclient.c:521 -#: ../gio/gsocketclient.c:770 +#: gio/gsocketclient.c:521 gio/gsocketclient.c:770 msgid "Unknown error on connect" msgstr "Okänt fel inträffade vid anslutning" -#: ../gio/gsocketlistener.c:192 +#: gio/gsocketlistener.c:192 msgid "Listener is already closed" msgstr "Lyssnaren är redan stängd" -#: ../gio/gsocketlistener.c:233 +#: gio/gsocketlistener.c:233 msgid "Added socket is closed" msgstr "Tillagt uttag är stängt" -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "Kan inte hantera version %d av GThemedIcon-kodning" -#: ../gio/gunixconnection.c:151 +#: gio/gunixconnection.c:151 #, c-format msgid "Expecting 1 control message, got %d" msgstr "Förväntade 1 kontrollmeddelande, fick %d" -#: ../gio/gunixconnection.c:164 +#: gio/gunixconnection.c:164 msgid "Unexpected type of ancillary data" msgstr "Oväntad typ av underordnat data" -#: ../gio/gunixconnection.c:182 +#: gio/gunixconnection.c:182 #, c-format msgid "Expecting one fd, but got %d\n" msgstr "Förväntade ett fd, men fick %d\n" -#: ../gio/gunixconnection.c:198 +#: gio/gunixconnection.c:198 msgid "Received invalid fd" msgstr "Tog emot ogiltig fd" -#: ../gio/gunixinputstream.c:354 -#: ../gio/gunixinputstream.c:374 -#: ../gio/gunixinputstream.c:452 -#: ../gio/gunixoutputstream.c:439 +#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374 +#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439 #, c-format msgid "Error reading from unix: %s" msgstr "Fel vid läsning frÃ¥n unix: %s" -#: ../gio/gunixinputstream.c:407 -#: ../gio/gunixinputstream.c:589 -#: ../gio/gunixoutputstream.c:394 -#: ../gio/gunixoutputstream.c:545 +#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589 +#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545 #, c-format msgid "Error closing unix: %s" msgstr "Fel vid stängning av unix: %s" -#: ../gio/gunixmounts.c:1846 -#: ../gio/gunixmounts.c:1883 +#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883 msgid "Filesystem root" msgstr "Filsystemsrot" -#: ../gio/gunixoutputstream.c:340 -#: ../gio/gunixoutputstream.c:361 +#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361 #, c-format msgid "Error writing to unix: %s" msgstr "Fel vid skrivning till unix: %s" -#: ../gio/gunixsocketaddress.c:182 +#: gio/gunixsocketaddress.c:182 msgid "Abstract unix domain socket addresses not supported on this system" msgstr "Abstrakta Unix-domänuttagsadresser stöds inte pÃ¥ detta system" -#: ../gio/gvolume.c:452 +#: gio/gvolume.c:452 msgid "volume doesn't implement eject" msgstr "volymen har inte implementerat eject" #. Translators: This is an error #. * message for volume objects that #. * don't implement any of eject or eject_with_operation. -#: ../gio/gvolume.c:531 +#: gio/gvolume.c:531 msgid "volume doesn't implement eject or eject_with_operation" msgstr "volume har inte implementerat eject eller eject_with_operation" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "Kan inte hitta programmet" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "Fel vid start av program: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "URI:er stöds inte" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "associeringsändringar stöds inte pÃ¥ win32" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "Associeringsskapanden stöds inte pÃ¥ win32" #~ msgid "do not hide entries" #~ msgstr "dölj inga poster" + #~ msgid "use a long listing format" #~ msgstr "använd ett lÃ¥ngt listningsformat" + #~ msgid "[FILE...]" #~ msgstr "[FIL...]" + #~ msgid "" #~ "Character '%s' is not valid at the start of an entity name; the & " #~ "character begins an entity; if this ampersand isn't supposed to be an " @@ -2086,32 +2043,46 @@ msgstr "Associeringsskapanden stöds inte pÃ¥ win32" #~ "Tecknet \"%s\" är inte giltigt i början pÃ¥ ett entitetsnamn; tecknet & " #~ "inleder en entitet. Om detta &-tecken inte ska vara en entitet mÃ¥ste du " #~ "skriva om det som &." + #~ msgid "Character '%s' is not valid inside an entity name" #~ msgstr "Tecknet \"%s\" är inte giltigt inuti ett entitetsnamn" + #~ msgid "Empty character reference; should include a digit such as dž" #~ msgstr "Tom teckenreferens, mÃ¥ste innehÃ¥lla ett tal som exempelvis dž" + #~ msgid "Unfinished entity reference" #~ msgstr "Oavslutad entitetsreferens" + #~ msgid "Unfinished character reference" #~ msgstr "Oavslutad teckenreferens" + #~ msgid "Invalid UTF-8 encoded text - overlong sequence" #~ msgstr "Ogiltigt UTF-8-kodad text - för lÃ¥ng sekvens" + #~ msgid "Invalid UTF-8 encoded text - not a start char" #~ msgstr "Ogiltigt UTF-8-kodad text - inte ett starttecken" + #~ msgid "file" #~ msgstr "fil" + #~ msgid "The file containing the icon" #~ msgstr "Filen innehÃ¥llandes ikonen" + #~ msgid "name" #~ msgstr "namn" + #~ msgid "The name of the icon" #~ msgstr "Namnet för ikonen" + #~ msgid "names" #~ msgstr "namn" + #~ msgid "An array containing the icon names" #~ msgstr "En kedja innehÃ¥llandes ikonnamnen" + #~ msgid "use default fallbacks" #~ msgstr "använd standardvärden att falla tillbaka pÃ¥" + #~ msgid "" #~ "Whether to use default fallbacks found by shortening the name at '-' " #~ "characters. Ignores names after the first if multiple names are given." @@ -2119,61 +2090,86 @@ msgstr "Associeringsskapanden stöds inte pÃ¥ win32" #~ "Huruvida standardvärden att falla tillbaka pÃ¥ ska användas som hittas " #~ "genom att förkorta namnet vid \"-\"-tecken. Ignorerar namn efter den " #~ "första om flera namn anges." + #~ msgid "File descriptor" #~ msgstr "Filhandtag" + #~ msgid "The file descriptor to read from" #~ msgstr "Filhandtaget att läsa frÃ¥n" + #~ msgid "Close file descriptor" #~ msgstr "Stäng filhandtag" + #~ msgid "Whether to close the file descriptor when the stream is closed" #~ msgstr "Huruvida filhandtaget ska stängas när strömmen stängs" + #~ msgid "The file descriptor to write to" #~ msgstr "Filhandtaget att skriva till" + #~ msgid "cancelled" #~ msgstr "avbröts" + #~ msgid "Error creating backup link: %s" #~ msgstr "Fel vid skapande av länk till säkerhetskopia: %s" + #~ msgid "Can't load just created desktop file" #~ msgstr "Kan inte läsa in nyligen skapad skrivbordsfil" + #~ msgid "Too large count value passed to g_input_stream_read_async" #~ msgstr "För stort räknevärde skickat till g_input_stream_read_async" + #~ msgid "Too large count value passed to g_input_stream_skip" #~ msgstr "För stort räknevärde skickat till g_input_stream_skip" + #~ msgid "Too large count value passed to g_input_stream_skip_async" #~ msgstr "För stort räknevärde skickat till g_input_stream_skip_async" + #~ msgid "Target file already exists" #~ msgstr "MÃ¥lfilen finns redan" + #~ msgid "Too large count value passed to g_output_stream_write" #~ msgstr "För stort räknevärde skickat till g_output_stream_write" + #~ msgid "Too large count value passed to g_output_stream_write_async" #~ msgstr "För stort räknevärde skickat till g_output_stream_write_async" + #~ msgid "Could not change file mode: fork() failed: %s" #~ msgstr "Kunde inte byta filläge: fork() misslyckades: %s" + #~ msgid "Could not change file mode: chmod() failed: %s" #~ msgstr "Kunde inte byta filläge: chmod() misslyckades: %s" + #~ msgid "Could not change file mode: Child terminated by signal: %s" #~ msgstr "Kunde inte byta filläge: Barnet avslutades med signal: %s" + #~ msgid "Could not change file mode: Child terminated abnormally" #~ msgstr "Kunde inte byta filläge: Barnet avslutades onormalt" + #~ msgid "Conversion from character set `%s' to `%s' is not supported" #~ msgstr "Konvertering frÃ¥n teckentabellen \"%s\" till \"%s\" stöds inte" + #~ msgid "Could not open converter from `%s' to `%s': %s" #~ msgstr "Kunde inte öppna konverteraren frÃ¥n \"%s\" till \"%s\": %s" + #~ msgid "" #~ "Failed to parse '%s', which should have been a digit inside a character " #~ "reference (ê for example) - perhaps the digit is too large" #~ msgstr "" #~ "Misslyckades med att tolka \"%s\", som skulle ha varit ett tal inuti en " #~ "teckenreferens (ê till exempel). Talet är kanske för stort" + #~ msgid "Character reference '%s' does not encode a permitted character" #~ msgstr "Teckenreferensen \"%s\" kodar inte ett tillÃ¥tet tecken" + #~ msgid "Incorrect message size" #~ msgstr "Felaktig meddelandestorlek" + #~ msgid "Socket error" #~ msgstr "Uttagsfel" + #~ msgid "Channel set flags unsupported" #~ msgstr "Kanalinställningsflaggor stöds inte" + #~ msgid "" #~ "The hostname of the URI `%s' is contains invalidly escaped characters" #~ msgstr "Värdnamnet för URI:n \"%s\" innehÃ¥ller felaktigt inbäddade tecken" - diff --git a/po/ta.po b/po/ta.po index f3e083f..6115e9a 100644 --- a/po/ta.po +++ b/po/ta.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.master.ta\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-17 15:47+0530\n" "Last-Translator: \n" "Language-Team: \n" @@ -102,69 +102,69 @@ msgstr "'%s' பெயரிலுள்ள பயன்பாடு '%s'க் msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec வரி '%s' ஐ யூஆர்ஐ (URI) '%s' உடன் விரிவாக்குதல் தோல்வியுற்றது" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "வரியுரு வகை `%s' இலிருந்து `%s' க்கு மாற்றுவதற்கு ஆதரவளிப்பு கிடையாது" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' லிருந்து '%s'க்கு மாற்றியை திறக்க முடியவில்லை" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "நிலை மாற்றியின் உள்ளீடுக்கு தவறான பைட் வரிசைமுறை" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "மாற்றும் போது பிழை: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "உள்ளீடின் முடிவில் பூர்த்தியாகாத வரியுரு வரிசைமுறை" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "பின்னடைப்பு '%s', '%s' குறிக் கணமிற்கு மாற்ற முடியவில்லை" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' \"கோப்பு\"திட்டத்தை பயன்படுத்தும் முழுமையான URI அல்ல" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "உள்ளமைக் கோப்பு வலை முகவரி `%s' இல் ஓர் `#' இல்லாமல் இருக்கலாம்" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "`%s' செல்லுபடியாகாத வலை முகவரி" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "`%s' வலை முகவரியின் விருந்தோம்புப்-பெயர் செல்லுபடியாகாதது" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "வலை முகவரி `%s' இல் செல்லுபடியாகாத 'விடுபடு' வரியுருகள்" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' பாதைப்-பெயர் ஓர் தனிப் பாதை அல்ல" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "பிழையான விருந்தோம்புப்-பெயர்" @@ -173,119 +173,134 @@ msgstr "பிழையான விருந்தோம்புப்-பெ msgid "Error opening directory '%s': %s" msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu பைட்டுகளை \"%s\" கோப்பு வாசிப்பதற்கு ஒதுக்கிவைக்க முடியவில்லை" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "கோப்பு \"%s\" மிகப்பெரியது" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' கோப்பிலிருந்து வாசிக்க முடியவில்லை: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' கோப்பு திறக்க முடியவில்லை: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' கோப்பின் பண்புகளை பெறமுடியவில்லை: fstat() செயலிழந்தது: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' கோப்பை திறக்க முடியவில்லை: fdopen() செயலிழந்தது: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "'%s'கோப்பினை '%s'க்கு மறுபெயரிட முடியவில்லை: g_rename() செயலிழந்தது: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "'%s' கோப்பினை திறக்க முடியவில்லை: fdopen() செயலிழந்தது: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' கோப்பினை எழுத முடியவில்லை: fwrite() செயலிழந்தது: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "கோப்பு '%s' எழுத முடியவில்லை: fflush() செயலிழந்தது: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "கோப்பு '%s' எழுத முடியவில்லை: fsync() செயலிழந்தது: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s'கோப்பினை மூட முடியவில்லை: fclose() செயலிழந்தது: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "இருக்கும் கோப்பு '%s' ஐ நீக்க முடியாது: g_unlink() செயலிழந்தது: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s' படிம அச்சு செல்லுபடியாகாதது; அதனில் '%s' இருக்கக் கூடாது" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' படிம அச்சில் XXXXXX இல்லை" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' என்பதன்-குறுக்கம் இணைப்பை வாசிக்க முடியவில்லை: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" @@ -545,7 +560,7 @@ msgstr "பின்நோக்கி ஆராயும் எல்லை அ msgid "the pattern contains items not supported for partial matching" msgstr "தோரணி உள்ளடக்கங்கள் பகுதி பொருத்தத்துக்கு ஆதரவு தராத உருப்படிகளாக உள்ளன" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "உள்ளமை தவறு" @@ -1131,17 +1146,17 @@ msgstr "மதிப்பு '%s' பூலியனாக செயல்ப #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%sக்கு மிகப்பெரிய எண்ணிக்கை மதிப்பு செலுத்தப்பட்டது" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "ஸ்ட்ரீம் ஏற்கனவே மூடப்பட்டது" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "செயல்பாடு ரத்து செய்யப்பட்டது" @@ -1164,34 +1179,34 @@ msgstr "%s வகை" msgid "Unexpected early end-of-stream" msgstr "எதிர்ப்பார்க்கப்படாத முடிவு ஸ்ட்ரீம்" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "பெயரில்லாதது" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "பணிமேடை கோப்பு Exec புலம் குறிப்பிடப்படவில்லை" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "விண்ணப்பத்திற்கு தேவைப்படும் முனையத்தை கண்டுபிடிக்க இயலவில்லை" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "பயனர் விண்ணப்ப கட்டமைப்பு கோப்புறை %sஐ உருவாக்க இயலவில்லை: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "பயனர் MIME கட்டமைப்பு கோப்புறை %s உருவாக்க இயலவில்லை: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "பயனர் டெஸ்க்டாப் கோப்பு %s உருவாக்க முடியாது" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%sக்கு தனிபயன் விளக்கம்" @@ -1243,13 +1258,13 @@ msgstr "தவறான டோக்கன் எண்ணிக்கை (%d) G msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon க்காக ஒரு GEmblem எதிர்பார்க்கப்படுகிறது" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "செயல்பாட்டிற்கு ஆதரவு கிடையாது" @@ -1262,49 +1277,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "கொண்டுள்ள மவுண்ட் இல்லை" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "அடைவுக்கு மேலாக நகலெடுக்க முடியாது" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "அடைவுக்கு மேலாக அடைவினை நகலெடுக்க முடியாது" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "இலக்கு கோப்பு வெளியேற்றப்பட்டது" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "அடைவை மீண்டும் நகலெடுக்க முடியவில்லை" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "சிறப்பு கோப்பை நகலெடுக்க முடியவில்லை" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "தவறான symlink மதிப்பு கொடுக்கப்பட்டுள்ளது" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "குப்பை ஆதரவு கிடையாது" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "'%c' கோப்பின் பெயர்களை பெற்றிருக்கவில்லை" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "தொகுதி மவுண்டை செயல்படுத்தவில்லை" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "இந்த கோப்பைக் கையாள எந்த பதிவு செய்யப்பட்ட விண்ணப்பமும் இல்லை" @@ -1393,7 +1408,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "ஸ்ட்ரீம் சிறந்த செயல்பாட்டை கொண்டுள்ளது" @@ -1406,114 +1421,119 @@ msgstr "சாக்கெட் முகவரிக்கு போதிய msgid "Unsupported socket address" msgstr "துணைபுரியாத சாக்கெட் முகவரி" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "முன்னிருப்பு உள்ளமை அடைவு மானிட்டர் வகையை தேட முடியவில்லை" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "செல்லுபடியாகாத கோப்பு பெயர் %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "கோப்பு முறைமை தகவலை பெறும் போது பிழை: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "ரூட் அடைவை மறுபெயரிட முடியவில்லை" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "கோப்பு மறுபெயரிடும் போது பிழை: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "கோப்பை மறுபெயரிட முடியவில்லை, கோப்புபெயர் ஏற்கனவே வெளியேற்றப்பட்டது" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "தவறான கோப்பு பெயர்" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "கோப்பு திறக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "அடைவை திறக்க இயலவில்லை" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "கோப்பு நீக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "கோப்பினை குப்பைக்கு அனுப்பும் போது பிழை: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "குப்பை அடைவு %sஐ உருவாக்க முடியவில்லை: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "குப்பைக்கு மேல் நிலை அடைவை தேட முடியவில்லை" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "குப்பை அடைவை தேட அல்லது உருவாக்க முடியவில்லை" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "குப்பை தகவல் கோப்பினை உருவாக்க முடியவில்லை: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "கோப்பை இழுக்க முடியவில்லை: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "அடைவை உருவாக்கும்போது பிழை: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "'%s' என்பதன்-குறுக்கம் இணைப்பை வாசிக்க முடியவில்லை: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "குறிப்பீட்டின் இணைப்பை ஏற்படுத்துவதுல் பிழை: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "பிழை நகர்த்தும் கோப்பு: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "அடைவில் அடைவை நகர்த்த முடியவில்லை" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "பின்சேமிப்பு கோப்பு உருவாக்க முடியவில்லை" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "பிழை நீக்கும் இலக்கு கோப்பு : %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "மவுண்டிற்கிடையே நகர்த்த முடியவில்லை" @@ -1534,102 +1554,102 @@ msgstr "பண்பு பெயர் உள்ளே ஆவணம் தி msgid "Error setting extended attribute '%s': %s" msgstr "விரிவான அளவுரு'%s' அமைப்பதில் பிழை: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' கோப்பை துவக்குவதில் பிழை : %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (தவறான குறிமுறை)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "கோப்பு விவரிப்பவரை துவக்குவதில் பிழை: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "தவறான அளவுரு வகை (uint32 எதிர்ப்பார்க்கப்பட்டது)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "தவறான அளவுரு வகை (uint64 எதிர்பார்க்கப்பட்டது)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "தவறான அளவுரு வகை (பைட் சரம் எதிர்பார்க்கப்பட்டது)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "symlinksக்கு அனுமதிகளை அமைக்க முடியவில்லை" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "பிழை அமைப்பதில் அனுமதி: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "மாற்றும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symlink பூஜ்ஜியமாக இருக்கக்கூடாது" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "symlink: %s கை அமைப்பதில் பிழை" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "symlink அமைப்பதில் பிழை: கோப்பு ஒரு symlinkஆக இல்லை" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "மாற்றத்தை அமைக்கும் போது அல்லது அணுகல் நேரத்தில் பிழை: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux சூழல் பூஜ்ஜியமாக இருக்கக்கூடாது" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux சூழலை அமைப்பதில் பிழை: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux இந்த கணினியில் செயல்படுத்தப்படவில்லை" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "அளவுரு %s ஐ அமைப்பதில் ஆதரவு கிடையாது" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "கோப்பிலிருந்து வாசிக்கும் போது பிழை: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "கோப்பை பார்க்கும் போது பிழை: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "கோப்பை முடிக்கும் போது பிழை: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "முன்னிருப்பு உள்ளமை கோப்பு மானிட்டர் வகையை தேட முடியவில்லை" @@ -1710,49 +1730,54 @@ msgstr "நினைவக வெளிப்பாடு ஸ்ட்ரீம #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount unmountஐ செயல்படுத்தவில்லை" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount வெளியேற்றத்தை செயல்படுத்தவில்லை" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "mount unmount அல்லது unmount_with_operationஐ செயல்படுத்தவில்லை" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "mount eject_with_operation அல்லது வெளியேற்றத்தை செயல்படுத்தவில்லை" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount remount ஐ செயல்படுத்தவில்லை" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount உள்ளடக்க வகையை செயல்படுத்தவில்லை" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount ஒருங்கிணைத்தல் உள்ளடக்க வகையை செயல்படுத்தவில்லை" @@ -1761,11 +1786,11 @@ msgstr "mount ஒருங்கிணைத்தல் உள்ளடக் msgid "Hostname '%s' contains '[' but not ']'" msgstr "புரவலன் பெயர் '%s' '[' but not ']'ஐ கொண்டுள்ளது" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "வெளிப்பாடு ஸ்ட்ரீம் எழுதுதலை செயல்படுத்தவில்லை" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "மூல ஸ்ட்ரீம் ஏற்கனவே மூடப்பட்டது" @@ -1897,7 +1922,7 @@ msgstr "செய்தி அனுப்பும் போது பிழை msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage windowsஇல் துணைபுரிவதில்லை" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "செய்தி பெறும் போது பிழை: %s" diff --git a/po/te.po b/po/te.po index 76236d0..da9837e 100644 --- a/po/te.po +++ b/po/te.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.master.te\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-17 14:15+0530\n" "Last-Translator: Krishna Babu K \n" "Language-Team: Telugu \n" @@ -96,69 +96,69 @@ msgstr "ఎటువంటి అనువర్తనము '%s' నామమ msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec వరుస '%s'ను URI '%s'తో పొడిగించుటకు విఫలమైంది" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "అక్షరమాలలొ కల '%s' నుండి '%s' కు పరివర్తించడానికి సహకరించదు" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' నుండి '%s' కు పరివర్తించడం సాధ్యం కాదు " -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "ఎగుబడి బైట్ క్రమంను పరివర్తించుట నిస్సారమగును" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "పరివర్తనం నందు దోషం కలదు: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "చివరి ఎగుబడి నందు పాక్షికముగా అక్షర క్రమము కలదు." -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "ఫాల్ బ్యాక్ '%s' ను '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "\"దస్త్రం\" యోచనను ఉపయోగించిన యుఆర్ఐ '%s' సంపూర్ణమైన యుఆర్ఐ కాదు" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "స్థానిక యుఆర్ఐ '%s' '#' ను కలుపుకొనియండలెదు " -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr " '%s' యుఆర్ఐ నిస్సారము" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "ఆతిథ్య నామం యొక్క యుఆర్ఐ '%s' నిస్సారము" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "యుఆర్ఐ '%s' నిస్సారమైన ఎస్కేప్ అక్షరాలు కలిగియున్నాయి." -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr " '%s' త్రోవ నామం సరిఐనది కాదు." -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "నిస్సారమైన ఆతిథ్య నామము" @@ -167,119 +167,134 @@ msgstr "నిస్సారమైన ఆతిథ్య నామము" msgid "Error opening directory '%s': %s" msgstr " వివరణ తెరచుటలో దోషం '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu బైట్లని దస్త్రం \"%s\" చదువుటకు ఇవ్వలేము" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "దస్త్రము \"%s\" చాలా పెద్దది" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr " దస్త్రం '%s': %s నుండి చదువుటలో విఫలమైనారు" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr " దస్త్రం '%s': %s తెరుచుటలో విఫలమైనారు" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "దస్త్ర ఆపాదనలు విఫలమగును '%s': ఎఫ్ స్టాట్() విఫలమైనది: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "దస్త్రం '%s' తెరుచుటలో విఫలమైనారు: ఎఫ్ డిఓపన్() విఫలమైనది: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "దస్త్రమును '%s'నుండి '%s'కు పునఃనామకరణ చేయుటలో విఫలమైంది: g_rename() విఫలమైంది: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "దస్త్రము '%s'ను వ్రాయటుకొరకు తెరుచుటలో విఫలమైంది: fdopen() విఫలమైంది:%s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "దస్త్రము '%s'కు వ్రాయటలో విఫలమైంది: fwrite() విఫలమైంది:%s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "దస్త్రము '%s'కు వ్రాయుటకు విఫలమైంది: fflush() విఫలమైంది: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "దస్త్రము '%s'కు వ్రాయటలో విఫలమైంది: fsync() విఫలమైంది:%s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "దస్త్రము '%s'ను మూయుటలో విఫలమైంది: fclose() విఫలమైంది: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "ఉన్న దస్త్రము '%s' తొలగించబడ లేకపోయింది: g_unlink() విఫలమైంది: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr " '%s' మాదిరి, '%s' కలిగియుండలెదు. " -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "మాదిరి '%s' XXXXXX కలిగిలేదు" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr " '%s' చిహ్న పూరితజోడి చదువుటలో విఫలమయినావు : %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "చిహ్న పూరితజోడి సహకరించలెదు. " @@ -527,7 +542,7 @@ msgstr "బ్యాక్‌ట్రాకింగ్ పరిమితి msgid "the pattern contains items not supported for partial matching" msgstr "పాక్షిక సరిజోడికి మద్దతీయని అంశములను మాదిరి కలిగివుంది" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "అంతర్గత దోషము" @@ -1107,17 +1122,17 @@ msgstr "%s' విలువను బులియన్ గా చదువు #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "చాలపెద్ద లెక్కింపు విలువ %sకు పంపబడింది" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "స్ట్రీమ్ యిప్పటికే మూయబడింది" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "ఆపరేషన్ రద్దైనది" @@ -1140,34 +1155,34 @@ msgstr "%s రకము" msgid "Unexpected early end-of-stream" msgstr "స్ట్రీమ్ యొక్క అనుకోని త్వరిత ముగింపు" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "నామములేని" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "డెస్కుటాప్ దస్త్రము Exec క్షేత్రమును తెలుపలేదు" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "అనువర్తనంకు కావలిసిన ‍టెర్మినల్‌ను కనుగొనలేక పోయింది" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "వినియోగదారి అనువర్తన ఆకృతీకరణ సంచయం %sను సృష్టించలేకపోయింది: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "వినియోగదారి MIME ఆకృతీకరణ సంచయం %sను సృష్టించలేకపోయింది: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "వినియోగదారి డెస్కుటాప్ దస్త్రమును సృష్టించలేకపోయింది %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s కొరకు మలిచిన నిర్వచనము" @@ -1219,13 +1234,13 @@ msgstr "GEmblemedIcon ఎన్కోడింగ్‌నందు టోకె msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon కొరకు GEmblem కావలసివుంది" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "ఆపరేషన్ మద్దతీయబడలేదు" @@ -1238,49 +1253,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "వినియోగదారికి దృగ్గోచరమగు మౌంట్ లేదు" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "డైరెక్టరీనందు నకలు తీయలేదు" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "డైరెక్టరీని డైరెక్టరీకి నకలు తీయలేము" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "లక్ష్యపు దస్త్రము వుంది" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "డైరెక్టరీని పునరావృతముగా నకలుతీయలేదు" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "ప్రత్యేక దస్త్రమును నకలుతీయలేదు" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "చెల్లని సిమ్‌లింక్ విలువ యివ్వబడినది" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "ట్రాష్ మద్దతీయలేదు" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "దస్త్రము నామములు '%c'ని కలిగిలేవు" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "వాల్యూమ్ మౌంట్‌ను చేయలేకపోయింది" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "ఈ దస్త్రము సంబాలించుతున్నట్లు యెటువంటి అనువర్తనము నమోదుకాలేదు" @@ -1369,7 +1384,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "ఈ స్ట్రీమ్ యిప్పటికే వొక ఆపరేషన్‌ను కలిగివుంది" @@ -1382,114 +1397,119 @@ msgstr "సాకెట్ చిరునామా కొరకు సరిప msgid "Unsupported socket address" msgstr "మద్దతీయని సాకెట్ చిరునామా" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "అప్రమేయ స్థానిక మానిటర్ రకమును కనుగొనలేక పోయింది" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "చెల్లని దస్త్రనామము %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "దస్త్రవ్యవస్థ సమాచారంను కనుగొనుటలో దోషము : %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "రూట్ డైరెక్టరీని పునఃనామకరణ చేయలేము" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "దస్త్రమును పునఃనామకరణ చేయుటలో దోషము: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "దస్త్రమును పునఃనామకరణ చేయలేము, దస్త్రనామము యిప్పటికే వుంది" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "చెల్లని దస్త్రనామము" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "దస్త్రమును తెరుచుటలో దోషము : %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "డెరెక్టరీని తెరువలేము" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "దస్త్రమును తొలగించుటలో దోషము: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "దస్త్రమును ట్రాష్ చేయుటలో దోషము : %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ట్రాష్ డెరెక్టరీ(dir)ను సృష్టించలేక పోయింది %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "ట్రాష్ కొరకు పైస్థాయి డైరెక్టరీని కనుగొనలేక పోయింది" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "ట్రాష్ డైరెక్టీని కనుగోనలేక పోయింది లేదా సృష్టించలేక పోయింది" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ట్రాషింగ్ సమాచారపు దస్త్రమును సృష్టించలేక పోయింది: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "దస్త్రమును ట్రాష్ చేయలేక పోయింది: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "డెరెక్టరీని సృష్టించుటలో దోషము: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr " '%s' చిహ్న పూరితజోడి చదువుటలో విఫలమయినావు : %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "చిహ్నరూప లింకును చేయుటలో దోషము: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "దస్త్రమును కదుపుటలో దోషము: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "డెరెక్టరీని డెరెక్టరీకి కదుపలేము" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "బ్యాకప్ దస్త్రము సృష్టీకరణ విఫలమైంది" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "టార్గెట్ దస్త్రమును తొలగించుటలో దోషము: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "మౌంట్స్‍ మధ్య కదలిక మద్దతీయబడదు" @@ -1510,102 +1530,102 @@ msgstr "పొడిగించిన యాట్రిబ్యూట్ చ msgid "Error setting extended attribute '%s': %s" msgstr "పొడిగించిన యాట్రిబ్యూట్ అమర్చుటలో దోషము '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "దస్త్రము '%s'ను ప్రారంభించుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (చెల్లని యెన్కోడింగ్)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "దస్త్రము వివరణిని ప్రతిపాదించుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "చెల్లని యాట్రిబ్యూట్ రకము (uint32 అనుకోబడినది)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "చెల్లని యాట్రిబ్యూట్ రకము (uint64 అనుకోబడినది)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "చెల్లని యాట్రిబ్యూట్ రకము (బైట్ స్ట్రింగ్ అనుకోబడినది)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "సిమ్‌లింకుల నందు అనుమతులను అమర్చలేదు" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "అనుమతులను అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "యజమానిని అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "సిమ్‌లింకు తప్పక NULL-కాకూడదు" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "సింమ్‌లింకు అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "సింమ్‌లింకు అమర్చుటలో దోషము: దస్త్రము సిమ్‌లింకు కాదు" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "సవరణ లేదా యాక్సెస్ సమయం అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux సందర్భం తప్పక NULL-కాకూడదు" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux సందర్భం అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux ఈ సిస్టమ్‌పైన చేతనపరచ బడిలేదు" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "యాట్రిబ్యూట్ %sను అమర్చుట మద్దతీయుటలేదు" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "దస్త్రము నుండి చదువుటలో దోషము: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "దస్త్రముకు చూడుటలో దోషము: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "దస్త్రము మూయుటలో దోషము: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "అప్రమేయ స్థానిక దస్త్రపు మానిటర్ రకమును కనుగొనలేక పోయింది" @@ -1686,49 +1706,54 @@ msgstr "మెమోరీ అవుట్‌పుట్ స్ట్రీమ #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "మౌంట్ అన్‌మౌంట్‌ను అభివృద్దిచేయుట లేదు" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "మౌంట్ నిష్క్రమణను అభివృద్ది చేయుటలేదు" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "అన్‌మౌంట్ లేదా ఆపరేషన్_తో_అన్‌మౌంట్‌ను మౌంటు అభివృద్ది పరచలేదు" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "మౌంట్ బయటకుపంపు లేదా ఆపరేషన్‌తో_బయటకు_పంపును అభివృద్దిపరచుటలేదు" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "సారము రకం ఊహింపును మౌంట్ అభివృద్దిచేయుటలేదు" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "ఏకకాల సారము రకం ఊహింపును మౌంట్ అభివృద్ది చేయుటలేదు" @@ -1737,11 +1762,11 @@ msgstr "ఏకకాల సారము రకం ఊహింపును à°® msgid "Hostname '%s' contains '[' but not ']'" msgstr "హోస్టునామము '%s' కలిగివుంది '[' but not ']'" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "అవుట్‌పుట్ స్ట్రీమ్ వ్రాయుటను అభివృద్దిచేయుటలేదు" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "మూల స్ట్రీమ్ యిప్పటికే మూయబడివుంది" @@ -1873,7 +1898,7 @@ msgstr "సందేశమును పంపుటలో దోషము: %s" msgid "GSocketControlMessage not supported on windows" msgstr "విండోస్ నందు GSocketControlMessage మద్దతీయదు" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "సందేశమును స్వీకరించుటలో దోషము: %s" diff --git a/po/th.po b/po/th.po index 1bebb7e..fe4ceae 100644 --- a/po/th.po +++ b/po/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.14.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-15 14:29+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -87,69 +87,69 @@ msgstr "ไม่มีโปรแกรมประยุกต์ชื่อ 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:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "ไม่รองรับการแปลงรหัสอักขระจาก '%s' ไปเป็น '%s'" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "ไม่สามารถเปิดตัวแปลงรหัสอักขระจาก '%s' ไปเป็น '%s' ได้" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "มีลำดับไบต์ที่ไม่ถูกต้องในข้อมูลที่ป้อนให้ตัวแปลงรหัส" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "เกิดข้อผิดพลาดระหว่างแปลงรหัส: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "มีลำดับไบต์ไม่เต็มอักขระอยู่ที่ท้ายข้อมูลเข้า" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "ไม่สามารถแปลงสตริงซ่อมเสริม '%s' ให้เป็นรหัส '%s' ได้" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' ไม่ใช่ URI สัมบูรณ์ที่ใช้ scheme \"file\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI ของแฟ้มท้องถิ่น '%s' ต้องไม่มี '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' ใช้ไม่ได้" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "ชื่อโฮสต์ของ URI '%s' ใช้ไม่ได้" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' มีอักขระหลีกที่ไม่ถูกต้อง" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "ชื่อพาธ '%s' ไม่ใช่พาธเต็ม" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "ชื่อโฮสต์ผิดรูปแบบ" @@ -158,118 +158,133 @@ msgstr "ชื่อโฮสต์ผิดรูปแบบ" msgid "Error opening directory '%s': %s" msgstr "เกิดข้อผิดพลาดขณะเปิดไดเรกทอรี '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "ไม่สามารถจองหน่วยความจำ %lu ไบต์เพื่ออ่านแฟ้ม \"%s\" ได้" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "แฟ้ม \"%s\" ใหญ่เกินไป" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "อ่านข้อมูลจากแฟ้ม '%s' ไม่สำเร็จ: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "เปิดแฟ้ม '%s' ไม่สำเร็จ: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "อ่านแอตทริบิวต์ของแฟ้ม '%s' ไม่สำเร็จ: fstat() ล้มเหลว: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "เปิดแฟ้ม '%s' ไม่สำเร็จ: fdopen() ล้มเหลว: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "เปลี่ยนชื่อแฟ้ม '%s' ไปเป็น '%s' ไม่สำเร็จ: g_rename() ล้มเหลว: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "สร้างแฟ้ม '%s' ไม่สำเร็จ: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "เปิดแฟ้ม '%s' เพื่อเขียนไม่สำเร็จ: fdopen() ล้มเหลว: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "เขียนแฟ้ม '%s' ไม่สำเร็จ: fwrite() ล้มเหลว: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "เขียนแฟ้ม '%s' ไม่สำเร็จ: fflush() ล้มเหลว: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "เขียนแฟ้ม '%s' ไม่สำเร็จ: fsync() ล้มเหลว: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "ปิดแฟ้ม '%s' ไม่สำเร็จ: fclose() ล้มเหลว: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "ไม่สามารถลบแฟ้ม '%s' ที่มีอยู่ได้: g_unlink() ล้มเหลว: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "แม่แบบ '%s' ใช้ไม่ได้ ไม่ควรมี '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "แม่แบบ '%s' ไม่มี XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u ไบต์" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "อ่านลิงก์สัญลักษณ์ '%s' ไม่สำเร็จ: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "ไม่รองรับลิงก์สัญลักษณ์" @@ -511,7 +526,7 @@ msgstr "เกินขอบเขตการถอยคืน" msgid "the pattern contains items not supported for partial matching" msgstr "แพตเทิร์นมีรายการที่ไม่รองรับในการจับคู่ทีละส่วน" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "ข้อผิดพลาดภายใน" @@ -1090,17 +1105,17 @@ msgstr "ค่า '%s' ไม่สามารถตีความเป็น #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "มีการส่งค่า count ที่สูงเกินไปมาให้ %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "สตรีมถูกปิดไปแล้ว" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "การกระทำถูกยกเลิก" @@ -1123,34 +1138,34 @@ msgstr "ชนิด %s" msgid "Unexpected early end-of-stream" msgstr "พบจุดจบสตรีมก่อนกำหนด" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ไม่มีชื่อ" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "แฟ้มเดสก์ท็อปไม่ได้ระบุเขตข้อมูล Exec" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "หาเทอร์มินัลซึ่งต้องใช้ในการเปิดโปรแกรมไม่พบ" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ไม่สามารถสร้างโฟลเดอร์ %s สำหรับเก็บค่าตั้งโปรแกรมของผู้ใช้: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ไม่สามารถสร้างโฟลเดอร์ %s สำหรับเก็บค่าตั้ง MIME ของผู้ใช้: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "ไม่สามารถสร้างแฟ้มเดสก์ท็อป %s สำหรับผู้ใช้" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "ข้อกำหนดกำหนดเองสำหรับ %s" @@ -1202,13 +1217,13 @@ msgstr "จำนวนโทเคนในรหัสของ GEmblemedIcon msgid "Expected a GEmblem for GEmblemedIcon" msgstr "ต้องการข้อมูล GEmblem สำหรับ GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "ไม่รองรับการกระทำนี้" @@ -1221,49 +1236,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "ไม่มีจุดเมานท์ที่บรรจุแฟ้มอยู่" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "ไม่สามารถคัดลอกทับไดเรกทอรี" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "ไม่สามารถคัดลอกไดเรกทอรีทับไดเรกทอรี" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "มีแฟ้มปลายทางอยู่ก่อนแล้ว" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "ไม่สามารถคัดลอกไดเรกทอรีทั้งยวง" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "ไม่สามารถคัดลอกแฟ้มพิเศษได้" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "ได้รับชื่อ symlink ที่ใช้การไม่ได้" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "ไม่รองรับการใช้ถังขยะ" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "ชื่อแฟ้มจะมีอักขระ '%c' ไม่ได้" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "โวลุมไม่รองรับการเมานท์" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "ไม่มีโปรแกรมที่ลงทะเบียนสำหรับจัดการแฟ้มประเภทนี้ไว้" @@ -1352,7 +1367,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "สตรีมมีการกระทำค้างอยู่" @@ -1365,114 +1380,119 @@ msgstr "มีที่ว่างไม่พอสำหรับที่อ msgid "Unsupported socket address" msgstr "ไม่รองรับที่อยู่ซ็อกเก็ต" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "ไม่สามารถหาชนิดปริยายของการเฝ้ามองไดเรกทอรีในเครื่อง" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "ชื่อแฟ้ม %s ผิดรูปแบบ" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "เกิดข้อผิดพลาดขณะอ่านข้อมูลของระบบแฟ้ม: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "ไม่สามารถเปลี่ยนชื่อไดเรกทอรีราก" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "เกิดข้อผิดพลาดขณะเปลี่ยนชื่อแฟ้ม: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "ไม่สามารถเปลี่ยนชื่อแฟ้ม เนื่องจากมีแฟ้มชื่อเดียวกันอยู่ก่อนแล้ว" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "ชื่อแฟ้มผิดรูปแบบ" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "เกิดข้อผิดพลาดขณะเปิดแฟ้ม: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "ไม่สามารถเปิดไดเรกทอรี" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "เกิดข้อผิดพลาดขณะลบแฟ้ม: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "เกิดข้อผิดพลาดขณะทิ้งแฟ้มลงถังขยะ: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "สร้างไดเรกทอรีถังขยะ '%s' ไม่สำเร็จ: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "หาไดเรกทอรีระดับบนสุดสำหรับถังขยะไม่สำเร็จ" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "หาหรือสร้างไดเรกทอรีถังขยะไม่สำเร็จ" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "สร้างแฟ้มข้อมูลการทิ้งขยะไม่สำเร็จ: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "ทิ้งแฟ้มลงถังขยะไม่สำเร็จ: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "เกิดข้อผิดพลาดขณะสร้างไดเรกทอรี: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "อ่านลิงก์สัญลักษณ์ '%s' ไม่สำเร็จ: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "เกิดข้อผิดพลาดขณะสร้าง symbolic link: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "เกิดข้อผิดพลาดขณะย้ายแฟ้ม: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "ไม่สามารถย้ายไดเรกทอรีทับไดเรกทอรี" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "สร้างแฟ้มสำรองไม่สำเร็จ" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "เกิดข้อผิดพลาดขณะลบแฟ้มปลายทาง: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "ไม่รองรับการย้ายแฟ้มข้ามอุปกรณ์" @@ -1493,102 +1513,102 @@ msgstr "ชื่อแอตทริบิวต์ส่วนขยายเ msgid "Error setting extended attribute '%s': %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดแอตทริบิวต์ส่วนขยาย '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "เกิดข้อผิดพลาดขณะ stat แฟ้ม '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (รหัสอักขระไม่ถูกต้อง)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "เกิดข้อผิดพลาดขณะ stat file descriptor: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการสตริงของไบต์)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "ไม่สามารถกำหนดสิทธิ์ให้กับ symlink ได้" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดสิทธิ์: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดเจ้าของ: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "symlink ต้องไม่ใช่ตัวชี้ศูนย์" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: แฟ้มไม่ใช่ symlink" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดเวลาเปลี่ยนแปลงหรือเข้าถึง: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux context ต้องไม่ใช่ตัวชี้ศูนย์" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนด SELinux context: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "ไม่ได้เปิดใช้งาน SELinux ในระบบนี้" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "ไม่รองรับการกำหนดแอตทริบิวต์ %s" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "เกิดข้อผิดพลาดขณะอ่านข้อมูลจากแฟ้ม: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "เกิดข้อผิดพลาดขณะเลื่อนตำแหน่งอ่านเขียนแฟ้ม: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "เกิดข้อผิดพลาดขณะปิดแฟ้ม: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "ไม่สามารถหาชนิดปริยายของการเฝ้ามองแฟ้มในเครื่อง" @@ -1669,49 +1689,54 @@ msgstr "เปลี่ยนขนาดสตรีมข้อมูลออ #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "การเมานท์นี้ยังไม่รองรับการเลิกเมานท์" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "การเมานท์นี้ยังไม่รองรับการดันสื่อออก" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "การเมานท์นี้ยังไม่รองรับคำสั่ง unmount หรือ unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "การเมานท์นี้ยังไม่รองรับคำสั่ง eject หรือ eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "การเมานท์นี้ยังไม่รองรับการเดาชนิดเนื้อหา" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "การเมานท์นี้ยังไม่รองรับการเดาชนิดเนื้อหาแบบซิงโครนัส" @@ -1720,11 +1745,11 @@ msgstr "การเมานท์นี้ยังไม่รองรับ msgid "Hostname '%s' contains '[' but not ']'" msgstr "ชื่อโฮสต์ '%s' มี '[' แต่ไม่มี ']'" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "สตรีมข้อมูลออกยังไม่รองรับการเขียนข้อมูล" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "สตรีมต้นทางถูกปิดไปแล้ว" @@ -1856,7 +1881,7 @@ msgstr "เกิดข้อผิดพลาดขณะส่งข้อค msgid "GSocketControlMessage not supported on windows" msgstr "ไม่รองรับ GSocketControlMessage บนวินโดวส์" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "เกิดข้อผิดพลาดขณะรับข้อความ: %s" diff --git a/po/tl.po b/po/tl.po index 8b9c11b..e010561 100644 --- a/po/tl.po +++ b/po/tl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2005-12-01 17:31+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -90,69 +90,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Sawi ang pagbasa ng symbolic link '%s': %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Pagsalin mula sa character set '%s' patungong '%s' ay hindi suportado" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Hindi mabuksan ang converter mula '%s' tungong '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Hindi tanggap na byte sequence sa conversion input" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Error habang nagco-convert: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Hindi kumpletong karakter sequence sa dulo ng input" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Hindi maka-balik '%s' sa codeset '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Ang URI '%s' ay hindi absolute URI na gamit ang paraang \"file\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Ang lokal na talaksang URI '%s' ay hindi maaaring maglaman ng '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Ang URI '%s' ay hindi tanggap" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ang hostname ng URI '%s' ay hindi tanggap" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Ang URI '%s' ay may hindi tanggap na escaped karakter" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Ang pathname '%s' ay hindi absolute path" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Hindi tanggap na hostname" @@ -161,123 +161,138 @@ msgstr "Hindi tanggap na hostname" msgid "Error opening directory '%s': %s" msgstr "Error sa pagbukas ng directory '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Hindi makapag-tabi ng %lu byte upang basahin ang talaksang \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Sawi ang pagbabasa ng talaksang '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Sawi ang pagbukas ng talaksang '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Sawi ang pagkuha ng mga attribute ng talaksang '%s': sawi ang fstat(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Sawi ang pagbukas ng talaksang '%s': sawi ang fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Bigo ang papalit ng pangalan ng talaksang '%s' sa '%s': bigo ang g_rename(): " "%s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Bigo ang pagbukas ng talaksang '%s' para sa pagsusulat: bigo ang fdopen(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Bigo sa pagsusulat ng talaksang '%s': bigo ang fwrite(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Bigo sa pagsusulat ng talaksang '%s': bigo ang fwrite(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Bigo sa pagsusulat ng talaksang '%s': bigo ang fwrite(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Bigo ang pagsara ng talaksang '%s': bigo ang fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Hindi matanggal ang talaksang '%s': bigo ang g_unlink(): %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Hindi tanggap ang template '%s', wala dapat na '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Hindi XXXXXX ang dulo ng template '%s'" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Sawi ang pagbasa ng symbolic link '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Hindi suportado ang mga symbolic link" @@ -556,7 +571,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1157,17 +1172,17 @@ msgstr "Ang halagang '%s' ay hindi mabasa bilang boolean." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1191,34 +1206,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1270,13 +1285,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1290,50 +1305,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Hindi suportado ang mga symbolic link" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1422,7 +1437,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1435,115 +1450,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Imbalidong pangalan ng programa: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Hindi tanggap na hostname" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Error sa pagbukas ng directory '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Sawi ang pagbasa ng symbolic link '%s': %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1566,103 +1586,103 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "Error sa pagbukas ng directory '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Error sa linya %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Hindi suportado ang mga symbolic link" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1745,49 +1765,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1796,11 +1816,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1934,7 +1954,7 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" diff --git a/po/tr.po b/po/tr.po index 78b40cd..a6dc4a1 100644 --- a/po/tr.po +++ b/po/tr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-08-25 00:32+0300\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" @@ -88,70 +88,70 @@ msgstr "'%s' adında hiçbir uygulama '%s' için yer imi kaydetmedi" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Exec satırı '%s' URI %s ile genişletilirken başarısız olundu" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' karakter kümesinden '%s' karakter kümesine dönüşüm desteklenmiyor" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'--'%s' dönüştürücüsü açılamıyor" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Dönüşüm girdisinde geçersiz bayt dizisi" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Dönüşüm sırasında hata oluştu: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Girdinin sonunda parçalı karakter dizisi" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Geridönüş karakter kümesi '%s', '%s' karakter kümesine dönüştürülemiyor" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s', \"file\" şemasını kullanan kesin bir URI değil" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Yerel dosya URI'si '%s', '#' içeremez" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' geçersiz" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI makine adı '%s' geçersiz" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' geçersiz olarak çıkış yapılmış karakterler içeriyor" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Yol adı '%s', kesin bir yol değil" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Geçersiz makine adı" @@ -160,121 +160,136 @@ msgstr "Geçersiz makine adı" msgid "Error opening directory '%s': %s" msgstr "'%s' dizini açılamadı: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu bayt \"%s\" dosyasını okumak için ayrılamadı" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' dosyası okunurken hata: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Dosya \"%s\" çok büyük" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' dosyasından okuma başarısız: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' dosyasını açma başarısız: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "'%s' dosyasının özniteliklerini alma başarısız: fstat() başarısızlığı: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' dosyasını açma başarısız: fdopen() başarısızlığı: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "'%s' dosyasının adı '%s' olarak değiştirilirken hata: g_rename() " "başarısızlığı: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' dosyasını oluşturma başarısız: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "'%s' dosyası yazma için açılamadı: fdopen() başarısızlığı: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' dosyasına yazılamadı: fwrite() başarısızlığı: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Dosya '%s' yazılamadı: fflush() başarısız: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Dosya '%s' yazılamadı: fsync() başarısız: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' dosyası kapatılamadı: fclose() başarısızlığı: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Varolan dosya '%s' silinemedi: g_unlink() başarısızlığı: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Şablon '%s' geçersiz, '%s' içermemeli" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Şablon '%s' XXXXXX içermiyor" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' sembolik bağını okuma başarısız: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Sembolik bağlar desteklenmiyor" @@ -538,7 +553,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "dahili hata" @@ -1126,17 +1141,17 @@ msgstr "'%s' değeri mantıksal değer olarak yorumlanamıyor." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "%s için çok büyük sayaç değeri geçildi" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Akış zaten kapalı" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "İşlem iptal edildi" @@ -1159,34 +1174,34 @@ msgstr "%s türü" msgid "Unexpected early end-of-stream" msgstr "Beklenmeyen erken akış-sonu" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Ä°simlendirilmemiş" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "Desktop dosyası Exec alanı belirtmemiş" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Uygulama için gerekli uçbirim bulunamadı" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Kullanıcı masaüstü dosyası %s oluşturulamıyor" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s için özel tanım" @@ -1238,13 +1253,13 @@ msgstr "GEmblemedIcon kodlaması içerisinde bozuk sayıda token (%d)" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon için bir Gemblem beklendi" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "İşlem desteklenmiyor" @@ -1257,49 +1272,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Bağlama mevcut değil içeriyor" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Dizin üzerine kopyalanamıyor" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Dizin dizin üzerine kopyalanamıyor" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Hedef dosya mevcut" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Dizin iç içe kopyalanamıyor" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Özel dosya kopyalanamıyor" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Geçersiz sembolik bağ değeri verildi" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Çöp desteklenmiyor" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Dosy adları '%c' içeremez" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "sistem bağlama uygulamıyor" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Bu dosyayı işlemek için hiçbir uygulama kayıtlı değil" @@ -1388,7 +1403,7 @@ msgstr "Giriş akımı okumayı uygulamıyor" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Akışın sıradışı işlemi var" @@ -1401,114 +1416,119 @@ msgstr "Soket adresi için yeterli alan yok" msgid "Unsupported socket address" msgstr "Desteklenmeyen soket adresi" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Öntanımlı yerel dizin izleme tipi bulunamadı" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Geçersiz dosya adı %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Dosya sistemi bilgisi alınırken hata: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Kök dizini yeniden adlandırılamıyor" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Dosya yeniden adlandırılırken hata: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Dosya yeniden adlandırılamıyor, dosya ismi zaten mevcut" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Geçersiz dosya adı" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Dosya açılırken hata: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Dizin açılamıyor" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Dosya silinirken hata: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Dosya çöpe atılırken hata: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Çöp dizini %s oluşturulamıyor: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Çöp için en üst seviye dizin bulunamıyor" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "Çöp dizini bulunamıyor ya da oluşturulamıyor" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Çöp bilgi dosyası oluşturulamıyor: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Dosya çöpe atılamıyor: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Dizin oluşturulurken hata: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "'%s' sembolik bağını okuma başarısız: %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Sembolik bağ yaparken hata: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Dosya taşınırken hata: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Dizin dizin üzerine taşınamıyor" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Yedek dosyası oluşturma başarısız oldu" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Hedef dosya silerken hata: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Bağlı sistemler arasında taşıma desteklenmiyor" @@ -1529,103 +1549,103 @@ msgstr "Geçersiz genişletilmiş öznitelik ismi" msgid "Error setting extended attribute '%s': %s" msgstr "Genişletilmiş öznitelik '%s' atanırken hata: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' dosyası durumlandırılırken hata: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (geçersiz kodlama)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Dosya tanımlayıcı durumlandırılırken hata: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Geçersiz öznitelik türü (uint32 beklendi)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Geçersiz öznitelik türü (uint64 beklendi)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Geçersiz öznitelik türü (byte dizisi beklendi)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Ä°zinler atanırken hata: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Ä°zinler atanırken hata: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Sahip atanırken hata: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "sembolik bağ NULL olmamalı" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Sembolik bağ atanırken hata: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "Sembolik bağ atanırken hata: dosya bir sembolik bağ değil" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Değiştirme veya erişim süresi atanırken hata: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux bağlamı NULL olmamalı" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux bağlamı atanırken hata: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux bu sistede etkin değil" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Öznitelik %s ataması desteklenmiyor" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Dosyadan okunurken hata: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Dosya içinde atlama yapılırken hata: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Dosya kapatılırken hata: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Öntanımlı yerel dosya izleme türü bulunamadı" @@ -1706,49 +1726,54 @@ msgstr "Hafız çıktı açışı yeniden boyutlandırma başarısız oldu" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "mount unmount uygulamıyor" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "mount eject uygulamıyor" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "mount, unmount veya unmount_with_operation uygulamıyor" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "mount, eject veya eject_with_operation uygulamıyor" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "mount remount uygulamıyor" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "mount içerik türü tahminini uygulamıyor" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount senkron içerik türü tahminini uygulamıyor" @@ -1757,11 +1782,11 @@ msgstr "mount senkron içerik türü tahminini uygulamıyor" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Makine ismi '%s' içeriyor '[' var ama ']' yok" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Çıktı akışı write uygulamıyor" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Kaynak akışı zaten kapalı" @@ -1893,7 +1918,7 @@ msgstr "Mesaj gönderme hatası: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage windows'ta desteklenmiyor" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Mesaj alma hatası: %s" diff --git a/po/tt.po b/po/tt.po index e01da1c..f5e9006 100644 --- a/po/tt.po +++ b/po/tt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgnome\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2005-11-09 13:19+0300\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" @@ -83,69 +83,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "'%s' biremennän uqıp bulmadı: %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' -› '%s' digän bilge äyländerü totılmí" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' -› '%s' äyländergeçen açıp bulmadı" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "'%s' digän cirle birem URI'sında '#' bilgese bula almí" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "'%s' digän URI yaraqsız" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "'%s' digän URI'nıñ host adı yaraqsız" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' digän yul töptän tügel" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Host adı yaraqsız" @@ -154,119 +154,134 @@ msgstr "Host adı yaraqsız" msgid "Error opening directory '%s': %s" msgstr "'%s' törgägen açıp bulmadı: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' biremen uqığanda xata: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' biremennän uqıp bulmadı: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' biremen açıp bulmadı: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' birem üzençälegen belep bulmadı: fstat() uzmadı: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' biremen açıp bulmadı: fdopen() uzmadı: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "'%s' birem adın '%s' itep üzgärtep bulmadı: g_rename() uzmadı: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Yazu öçen '%s' biremen açıp bulmadı: fdopen() uzmadı: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' biremen yazıp bulmadı: fwrite() uzmadı: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "'%s' biremen yazıp bulmadı: fwrite() uzmadı: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "'%s' biremen yazıp bulmadı: fwrite() uzmadı: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' biremen yabıp bulmadı: fclose() uzmadı: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Barlıqtağı '%s' biremen beterep bulmadı: g_unlink() uzmadı: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s' ürçetmäse yaraqsız, eçendä '%s' bula almí" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' ürçetmäneñ azağında XXXXXX tügel" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "" @@ -497,7 +512,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1075,17 +1090,17 @@ msgstr "'%s' digän bäyäsen yuqbar itep tanıp bulmí." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1109,34 +1124,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1188,13 +1203,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "" @@ -1207,49 +1222,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1338,7 +1353,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1351,115 +1366,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Yazılım adı yaraqsız: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Host adı yaraqsız" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' törgägen açıp bulmadı: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, c-format +msgid "Filesystem does not support symbolic links" +msgstr "" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1480,103 +1500,103 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "'%s' törgägen açıp bulmadı: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d. yulda xata: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1659,49 +1679,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1710,11 +1730,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1847,7 +1867,7 @@ msgstr "'%s' biremen uqığanda xata: %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "'%s' biremen uqığanda xata: %s" diff --git a/po/uk.po b/po/uk.po index 6191ad0..aa6ee5f 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-07-06 14:56+0300\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: ukrainian >\n" @@ -88,71 +88,71 @@ msgstr "Не зареєстровано програму з назвою '%s' д 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:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Перетворення з набору символів \"%s\" у \"%s\" не підтримується" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не вдається відкрити модуль перетворення з \"%s\" у \"%s\"" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Неправильна послідовність байтів у перетворюваних вхідних даних" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Помилка під час перетворення: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Незавершена символьна послідовність на кінці вводу" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Неможливо коректно перетворити символ \"%s\" у символ з набору \"%s\"" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "Ідентифікатор URI \"%s\" не є абсолютним ідентифікатором при використанні " "схеми \"file\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Ідентифікатор URI \"%s\" локального файла не може містити символ \"#\"" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI \"%s\" - неправильний" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Неправильна назва вузла в URI \"%s\"" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Ідентифікатор URI \"%s\" містить неправильно екранований символ" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Шлях \"%s\" не є абсолютним" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Неправильна назва вузла" @@ -161,92 +161,92 @@ msgstr "Неправильна назва вузла" msgid "Error opening directory '%s': %s" msgstr "Помилка відкривання каталогу \"%s\": %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Не вдається виділити %lu байтів для зчитування файла \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Помилка зчитування файлу \"%s\": %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Файл \"%s\" занадто великий" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Помилка зчитування з файлу \"%s\": %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Помилка відкривання файлу \"%s\": %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Помилка отримання атрибутів файлу \"%s\": помилка fstat(): %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Помилка відкривання файлу \"%s\": помилка fdopen(): %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Помилка перейменування файлу \"%s\" на \"%s\": помилка g_rename(): %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Помилка створення файлу \"%s\": %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Помилка відкривання файлу \"%s\" для запису: помилка fdopen(): %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Помилка запису у файл \"%s\": помилка fwrite(): %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Помилка запису у файл '%s': помилка fflush(): %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Помилка запису у файл '%s': помилка fsync(): %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Помилка закривання файлу \"%s\": помилка fclose(): %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Не вдається видалити існуючий файл \"%s\": помилка g_unlink(): %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Шаблон \"%s\" неправильний, бо не може містити \"%s\"" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Шаблон \"%s\" не містить XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -254,27 +254,42 @@ msgstr[0] "%u байт" msgstr[1] "%u байти" msgstr[2] "%u байтів" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f кбайт" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f Мбайт" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f Гбайт" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f кбайт" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f кбайт" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f кбайт" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Помилка читання символічного посилання \"%s\": %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Символічні посилання не підтримуються" @@ -544,7 +559,7 @@ msgstr "" "шаблон містить елементи, які не підтримуються при пошуку часткової " "відповідності" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "внутрішня помилка" @@ -1141,17 +1156,17 @@ msgstr "Не вдається розібрати значення '%s' як ло #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "До %s передано надто велике значення лічильника" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Потік вже закрито" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Операцію скасовано" @@ -1174,34 +1189,34 @@ msgstr "тип %s" msgid "Unexpected early end-of-stream" msgstr "Неочікуваний передчасний кінець потоку" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без назви" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "У Desktop-файлі не визначено поле Exec" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "Неможливо знайти термінал, що потрібен програмі" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не вдається створити теку параметрів програми %s: %s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не вдається створити теку параметрів MIME %s: %s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Не вдається створити для користувача desktop-файл %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Власне визначення %s" @@ -1254,13 +1269,13 @@ msgstr "Неправильна кількість лексем (%d) у коду msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Очікується GEmblem для GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Операція не підтримується" @@ -1273,49 +1288,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Вкладена точка монтування не існує" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Не вдається копіювати у каталог" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "Не вдається копіювати каталог у каталог" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Цільовий файл існує" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Не вдається рекурсивно скопіювати каталог" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "Не вдається скопіювати спеціальний файл" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Неправильне значення символьного посилання" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Смітник не підтримується" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "назви файлів не можуть містити символ '%c'" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "том не підтримує операцію монтування" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Не зареєстровано програму для обробки цього файлу" @@ -1404,7 +1419,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Для потоку є незавершена операція" @@ -1417,114 +1432,119 @@ msgstr "Бракує простору для адреси сокету" msgid "Unsupported socket address" msgstr "Непідтримувана адреса сокету" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "Не вдається знайти типовий різновид монітору локального каталогу" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Неправильна назва файлу %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "Помилка при отриманні інформації з файлової системи: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Не можна перейменовувати кореневий каталог" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "Помилка при перейменуванні файлу: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "Не вдається перейменувати файлу, файл з такою назвою вже існує" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Неправильна назва файлу" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Помилка при відкриванні файлу: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Не вдається відкрити каталог" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Помилка при видаленні файлу: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "Помилка при переміщенні файлу до смітника: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Помилка при створенні каталогу смітника %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "Не вдається знайти каталог верхнього рівня для смітника" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "не вдається знайти чи створити каталог смітника" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Помилка створення файл у смітнику: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "Не вдається перемістити файл до смітника: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Помилка при створенні каталогу: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Помилка читання символічного посилання \"%s\": %s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "Помилка при створенні символьного посилання: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Помилка при переміщенні файлу: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "Не вдається перемістити каталог у каталог" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Помилка при створенні файлу резервної копії" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Помилка при зчитуванні цільового файлу: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "Переміщення між різними точками монтування не підтримується" @@ -1545,104 +1565,104 @@ msgstr "Неправильна назва розширеного атрибут msgid "Error setting extended attribute '%s': %s" msgstr "Помилка при встановленні розширеного атрибуту \"%s\": %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Помилка отримання інформації про файл \"%s\": %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (неправильне кодування)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "Помилка отримання інформації для дескриптору файлу: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Неправильний тип атрибута (очікувався uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Неправильний тип атрибуту (очікувався uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "Неправильний тип атрибуту (очікувався рядок байтів)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "Помилка при встановленні прав доступу на символічне посилання" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Помилка встановлення прав доступу: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Помилка встановлення власник: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "символьне посилання не може мати значення NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "Помилка при встановленні символьного посилання: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" "помилка при встановленні символьного посилання: файл не є символьним " "посиланням" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "Помилка при встановленні часу зміни або доступу: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "Контекст SELinux не може значення NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Помилка при встановленні контексту SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux не увімкнено у цій системі" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Встановлення атрибуту %s не підтримуються" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Помилка при читанні файлу: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Помилка при встановленні позиції у файлі: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Помилка при закриванні файлу: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Не вдається знайти типовий різновид монітору локального файлу" @@ -1723,29 +1743,33 @@ msgstr "Помилка при зміні розміру потоку вивод #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "для точки монтування не реалізовано операцію відмонтування" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "для точки монтування не реалізовано операцію витягування носія" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "У mount не реалізовано функцію від'єднання або від'єднання з операцією" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "для точки монтування не реалізовано операцію витягування носія або " "витягування з операцією" @@ -1753,14 +1777,15 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" "для точки монтування не реалізовано автоматичне визначення типу контексту" @@ -1768,7 +1793,7 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" "для точки монтування не реалізовано автоматичне визначення типу синхронного " @@ -1779,11 +1804,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "Назва вузла '%s' містить '[' але не містить ']'" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "У потоці виводу не реалізовано операцію запису" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Вхідний потік вже закритий" @@ -1915,7 +1940,7 @@ msgstr "Помилка при надсиланні повідомлення: %s" msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage не підтримується у windows" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "Помилка при отриманні повідомлення: %s" diff --git a/po/vi.po b/po/vi.po index 16f37d8..482563f 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.19.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-02-07 19:26+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -87,70 +87,70 @@ msgstr "Không có ứng dụng tên « %s » đã đăng ký một liên kết msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Lỗi mở rộng dòng thá»±c hiện « %s » bằng URI « %s »" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Không hỗ trợ khả năng chuyển đổi từ bộ ký tá»± « %s » sang « %s »" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Không thể mở bộ chuyển đổi từ « %s » sang « %s »" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Gặp dây byte không hợp lệ trong dữ liệu nhập chuyển đổi" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Gặp lỗi khi chuyển đổi: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Dây ký tá»± riêng phần ở cuối dữ liệu nhập" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Không thể chuyển đổi đồ dữ trữ « %s » thành bộ mã « %s »" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "URI « %s » không phải là một URI tuyệt đối sá»­ dụng lược đồ « file » (tập tin)" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Không cho phép URI tập tin cục bộ « %s » chứa dấu thăng « # »" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI « %s » không hợp lệ" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Tên máy của URI « %s » không hợp lệ" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI « %s » chứa một số ký tá»± đã thoát không hợp lệ" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Tên đường dẫn « %s » không phải là một đường dẫn tuyệt đối" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Tên máy không hợp lệ" @@ -159,118 +159,133 @@ msgstr "Tên máy không hợp lệ" msgid "Error opening directory '%s': %s" msgstr "Gặp lỗi khi mở thÆ° mục « %s »: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Không thẻ cấp phát %lu byte để đọc tập tin « %s »" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Gặp lỗi khi đọc tập tin « %s »: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Tập tin \"%s\" quá lớn" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Lỗi đọc từ tập tin « %s »: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Lỗi mở tập tin « %s »: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Lỗi lấy các thuộc tính của tập tin « %s »: lỗi « fstat() »: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Lỗi mở tập tin « %s »: lỗi « fdopen() »: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Lỗi thay đổi tên tập tin « %s » thành « %s »: lỗi « g_rename() »: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Lỗi tạo tập tin « %s »: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Lỗi mở tập tin « %s »: lỗi « fdopen() »: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Lỗi ghi tập tin « %s »: lỗi « fdopen() »: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Lỗi ghi tập tin « %s »: lỗi « fdopen() »: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Lỗi ghi tập tin « %s »: lỗi « fdopen() »: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Lỗi đóng tập tin « %s »: lỗi « fclose() »: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Không thể gỡ bỏ tập tin tồn tại « %s »: lỗi « g_unlink() »: %s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Biểu mẫu « %s » không hợp lệ, không nên chứa « %s »" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Biểu mẫu « %s » không chứa XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Lỗi đọc liên kết tượng trÆ°ng « %s »: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Không hỗ trợ khả năng sá»­ dụng liên kết tượng trÆ°ng" @@ -534,7 +549,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:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "lỗi nội bộ" @@ -1130,17 +1145,17 @@ msgstr "Không thể giải dịch giá trị « %s » dạng bun (đúng/sai)." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "Giá trị đếm quá lớn được gá»­i cho %s" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "Luồng đã bị đóng" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "Thao tác bị thôi" @@ -1163,34 +1178,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:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Không có tên" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 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:890 +#: gio/gdesktopappinfo.c:905 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:1098 +#: gio/gdesktopappinfo.c:1113 #, 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:1102 +#: gio/gdesktopappinfo.c:1117 #, 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:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "Không thể tạo tập tin desktop %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "Lời định nghÄ©a riêng cho %s" @@ -1245,13 +1260,13 @@ msgstr "Bảng mã GEmblemedIcon chứa số các hiệu bài dạng sai (%d)" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Mong đợi một GEmblem cho GEmblemedIcon" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "Thao tác không được hỗ trợ" @@ -1264,50 +1279,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "Bộ lắp chứa không tồn tại" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "Không thể sao chép đè lên thÆ° mục" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 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:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "Tập tin đích đã có" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "Không thể sao chép đệ quy thÆ° mục" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 #, fuzzy msgid "Can't copy special file" msgstr "Không thể sao chép đè lên thÆ° mục" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "Đưa ra giá trị liên kết tượng trÆ°ng không hợp lệ" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "Thùng rác không được hỗ trợ" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "Tên tập tin không thể chứa « %c »" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "hàm volume (khối tin) không thá»±c hiện chức năng mount (lắp)" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "Không có ứng dụng đăng ký xá»­ lý tập tin này" @@ -1396,7 +1411,7 @@ msgstr "Luồng nhập vào không thá»±c hiện chức năng đọc" #. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "Luồng có thao tác còn chạy" @@ -1409,114 +1424,119 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 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:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "Tên tập tin không hợp lệ: %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, 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:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "Không thể thay đổi tên của thÆ° mục gốc" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, 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 +#: gio/glocalfile.c:1133 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:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "Tên tập tin không hợp lệ" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "Gặp lỗi khi mở tập tin: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "Không thể mở thÆ° mục" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "Gặp lỗi khi gỡ bỏ tập tin: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, 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:1831 +#: gio/glocalfile.c:1825 #, 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:1852 +#: gio/glocalfile.c:1846 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:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 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:1985 +#: gio/glocalfile.c:1979 #, 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:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, 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:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "Lỗi tạo thÆ° mục: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Lỗi đọc liên kết tượng trÆ°ng « %s »: %s" + +#: gio/glocalfile.c:2155 #, 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:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "Gặp lỗi khi di chuyển tập tin: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 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:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "Lỗi tạo tập tin sao lÆ°u" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "Gặp lỗi khi gỡ bỏ tập tin đích: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 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" @@ -1537,105 +1557,105 @@ msgstr "Tên thuộc tính đã mở rộng không hợp lệ" msgid "Error setting extended attribute '%s': %s" msgstr "Gặp lỗi khi đặt thuộc tính đã mở rộng « %s »: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "Gặp lỗi khi lấy trạng thái về tập tin « %s »: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (bảng mã không hợp lệ)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, 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:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 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:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Gặp lỗi khi đặt quyền hạn: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "Gặp lỗi khi đặt quyền hạn: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "Gặp lỗi khi đặt người sở hữu : %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "liên kết tượng trÆ°ng phải có giá trị" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, 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:1995 +#: gio/glocalfileinfo.c:1998 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:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Gặp lỗi khi đặt quyền hạn: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "Ngữ cảnh SELinux phải khác NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "Lỗi đặt ngữ cảnh SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 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:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "Không hỗ trợ chức năng đặt thuộc tính %s" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "Gặp lỗi khi đọc từ tập tin: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "Gặp lỗi khi tìm nÆ¡i trong tập tin: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "Gặp lỗi khi đóng tập tin: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "Không tìm thấy kiểu theo dõi tập tin cục bộ mặc định" @@ -1716,51 +1736,54 @@ msgstr "Lỗi thay đổi kích thước luồng ra bộ nhớ" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "hàm mount (lắp) không thá»±c hiện hàm unmount (bỏ lắp)" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "hàm mount (lắp) không thá»±c hiện hàm eject (đầy ra)" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "hàm mount (lắp) không thá»±c hiện hàm unmount (bỏ lắp)" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "hàm mount (lắp) không thá»±c hiện hàm eject (đầy ra)" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +msgid "mount doesn't implement \"remount\"" msgstr "hàm mount (lắp) không thá»±c hiện hàm remount (lắp lại)" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "hàm mount (lắp) không thá»±c hiện đoán nội dung" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "hàm mount (lắp) không thá»±c hiện đoán nội dung đồng bộ" @@ -1769,11 +1792,11 @@ msgstr "hàm mount (lắp) không thá»±c hiện đoán nội dung đồng bộ" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Luồng xuất không thá»±c hiện hàm write (ghi)" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "Luồng nguồn đã bị đóng" @@ -1909,7 +1932,7 @@ msgstr "Gặp lỗi khi mở tập tin: %s" msgid "GSocketControlMessage not supported on windows" msgstr "các thay đổi liên quan không được hỗ trợ trên win32" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Gặp lỗi khi gỡ bỏ tập tin: %s" diff --git a/po/wa.po b/po/wa.po index 42c86f8..b533a09 100644 --- a/po/wa.po +++ b/po/wa.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -90,69 +90,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Dji n' a savou lére li loyén simbolike «%s»: %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Li cviersaedje di l' ecôdaede «%s» viè «%s» n' est nén sopoirté" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Dji n' a savou drovi l' cvierseu di «%s» viè «%s»" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Li tchmin «%s» n' est nén on tchmin absolou" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Li tchmin «%s» n' est nén on tchmin absolou" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "No d' lodjoe nén valide" @@ -161,121 +161,136 @@ msgstr "No d' lodjoe nén valide" msgid "Error opening directory '%s': %s" msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Dji n' a savou alouwer %lu octets po lére li fitchî «%s»" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Dji n' a nén savou lére li fitchî «%s»: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Dji n' a savou drovi li fitchî «%s»: %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Dji n' a nén savou aveur les atributs do fitchî «%s»: fstat() a fwait " "berwete: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Li patron «%s» n' est nén valide, i n' doet nén aveur on «%s»" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Li patron «%s» èn finixh nén avou XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Dji n' a savou lére li loyén simbolike «%s»: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Loyéns simbolikes nén sopoirtés" @@ -511,7 +526,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1091,17 +1106,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1124,34 +1139,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1203,13 +1218,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1223,50 +1238,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Loyéns simbolikes nén sopoirtés" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1355,7 +1370,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1368,115 +1383,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "No d' lodjoe nén valide" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, 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:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, 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 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "No d' lodjoe nén valide" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, 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:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, 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:1808 +#: gio/glocalfile.c:1802 #, 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:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Dji n' a savou lére li loyén simbolike «%s»: %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, 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:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, 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:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1497,103 +1517,103 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, 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:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Aroke el roye %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Loyéns simbolikes nén sopoirtés" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1675,49 +1695,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1726,11 +1746,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1864,7 +1884,7 @@ msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" diff --git a/po/xh.po b/po/xh.po index 471754d..06477cb 100644 --- a/po/xh.po +++ b/po/xh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n" "Last-Translator: Canonical Ltd \n" "Language-Team: Xhosa \n" @@ -90,70 +90,70 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Akuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "Uguqulo ukusuka kwingqokelela yeempawu '%s' ukuya kwi '%s' ayixhaswanga" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Akukwazekanga ukuvula isiguquli ukusuka ku '%s' ukuya ku '%s'" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "Ulandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguqulo" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "Inxalenye yophawu lolandelelwano ekupheleni kongeniso-lwazi" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Akukwazeki ukuguqula i-fallback '%s' kwiseti yekhowudi '%s'" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "I-URI '%s' asiyiyo i-URI ngokupheleleyo esebenzisa indlela ye \"file\"" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "I-URI yefayili yendawo '%s' kunokwenzeka ingaquki i-'#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "Ayisebenzi i-'%s' yeURI" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Igama lomququzeleli weURI '%s' alisebenzi" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "I-URI '%s' iqulethe iimpawu ezisindileyo ezingasebenziyo" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Igama lendlela yothungelwano '%s' akuyiyo kuphela indlela" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "Igama lomququzeleli elingasebenziyo" @@ -162,121 +162,136 @@ msgstr "Igama lomququzeleli elingasebenziyo" msgid "Error opening directory '%s': %s" msgstr "Impazamo yokuvula uvimba weefayili '%s': %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Akwazekanga ukwaba %lu ii-byte ukufunda ifayili \"%s\"" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Akuphumelelekanga ukufunda ifayili '%s': %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Akuphumelelekanga ukuvula ifayili '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Akuphumelelekanga ukufumana iimpawu zefayili '%s': fstat() " "akuphumelelekanga: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "I-Template '%s' ayisebenzi, kufuneka ingaqulathi i '%s'" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "I-Template '%s' ayipheli ngo XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Akuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" @@ -546,7 +561,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1154,17 +1169,17 @@ msgstr "Ixabiso '%s' alinakho ukuchazwa njenge-boolean." #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1188,34 +1203,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1267,13 +1282,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 #, fuzzy msgid "Operation not supported" @@ -1287,50 +1302,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 #, fuzzy msgid "Trash not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1419,7 +1434,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1432,115 +1447,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Igama lomququzeleli elingasebenziyo" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "Igama lomququzeleli elingasebenziyo" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Impazamo yokuvula uvimba weefayili '%s': %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Akuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1562,103 +1582,103 @@ msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu" msgid "Error setting extended attribute '%s': %s" msgstr "Impazamo yokuvula uvimba weefayili '%s': %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Impazamo emgceni %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1741,49 +1761,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1792,11 +1812,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1930,7 +1950,7 @@ msgstr "Impazamo yokufunda ifayili '%s': %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" diff --git a/po/yi.po b/po/yi.po index 8031a4c..9969fc5 100644 --- a/po/yi.po +++ b/po/yi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2003-03-19\n" "Last-Translator: Raphael Finkel \n" "Language-Team: Yiddish \n" @@ -86,69 +86,69 @@ msgstr "" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "פֿאַרװאַנדלונג פֿון קאָדירונג %s צו %s ניט געשטיצט" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "ניט געקענט עפֿענען פֿאַרװאַנדלער פֿון %s צו %s: %s" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "אומלעקסיק אַכטעלע־סעײַװענץ אין פֿאַרװאַנדלונג אַרױסשרײַב" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "האַלבע כאַראַקטער־סעקװענץ צום סוף פֿון אַרײַנשרײַב" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "ניט געקענט פֿאַרװאַנדלען גרונטבאַטרעף %s צו קאָדירונג %s" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "דער URI %s איז ניט אַבסאָלוט לױט דער טעקע־סכעמע" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "דער לאָקאַלער טעקע־URI %s טאָר ניט כּולל זײַן אַ '#'" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "דער URI %s איז אומלעקסיק" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "דער מאַשין־נאָמען פֿונעם URI %s איז אומלעקסיק" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "דער URI %s איז כּולל אומלעקסיקע פּליטה־כאַראַקטערס" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "די פּאַפּקע־רשימה %s איז ניט אַבסאָלוט" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "אומלעקסיקער מאַשין־נאָמען" @@ -157,119 +157,134 @@ msgstr "אומלעקסיקער מאַשין־נאָמען" msgid "Error opening directory '%s': %s" msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "ניט געקענט אױסטײלן %lu אַכטעלעך צו לײענען טעקע %s" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "ניט געקענט לײענען טעקע %s: %s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "ניט געקענט עפֿענען טעקע '%s': %s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "ניט געקענט באַקומען אַטריבוטן פֿון טעקע %s: fstat() איז דורכגעפֿאַלן: %s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, fuzzy, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, fuzzy, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "מוסטער %s אומלעקסיק, טאָר ניט כּולל זײַן %s" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, fuzzy, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "מוסטער %s ענדיקט זיך ניט מיט XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, c-format +msgid "%.1f TB" +msgstr "" + +#: glib/gfileutils.c:1802 +#, c-format +msgid "%.1f PB" +msgstr "" + +#: glib/gfileutils.c:1807 +#, c-format +msgid "%.1f EB" +msgstr "" + +#: glib/gfileutils.c:1850 #, fuzzy, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "" @@ -532,7 +547,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "" @@ -1121,17 +1136,17 @@ msgstr "" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "" @@ -1154,34 +1169,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1233,13 +1248,13 @@ msgstr "" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "" @@ -1252,49 +1267,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "" @@ -1383,7 +1398,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "" @@ -1396,115 +1411,120 @@ msgstr "" msgid "Unsupported socket address" msgstr "" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "אומלעקסיקער מאַשין־נאָמען" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 #, fuzzy msgid "Invalid filename" msgstr "אומלעקסיקער מאַשין־נאָמען" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "ניט געקענט שאַפֿן טעקע %s: %s" + +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "" @@ -1526,103 +1546,103 @@ msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אי msgid "Error setting extended attribute '%s': %s" msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 #, fuzzy msgid "Cannot set permissions on symlinks" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "דורכפֿאַל אױף שורה %d: %s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "" @@ -1704,49 +1724,49 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +msgid "mount doesn't implement \"unmount\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +msgid "mount doesn't implement \"eject\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "" @@ -1755,11 +1775,11 @@ msgstr "" msgid "Hostname '%s' contains '[' but not ']'" msgstr "" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "" @@ -1892,7 +1912,7 @@ msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, fuzzy, c-format msgid "Error receiving message: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" diff --git a/po/zh_CN.po b/po/zh_CN.po index d3708cd..85f95d6 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-09 20:48+0800\n" "Last-Translator: Hinker \n" "Language-Team: Chinese/Simplified \n" @@ -90,69 +90,69 @@ msgstr "没有名为“%s”的应用程序为“%s”注册书签" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "用 URI “%2$s”展开 exec 行“%1$s”失败" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "不支持从字符集“%s”到“%s”的转换" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "无法打开从“%s”到“%s”的转换器" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "转换输入中出现无效字符序列" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "转换过程中出错:%s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "输入末尾出现未尽字符序列" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "无法转换后备字符集“%s”到字符集“%s”" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI“%s”不是“file”格式的绝对 URI" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "本地文件 URI“%s”不能包含“#”" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI“%s”无效" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI中的主机名“%s”无效" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI“%s”中包含无效的转义字符" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "路径名“%s”不是绝对路径" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "无效的主机名" @@ -161,118 +161,133 @@ msgstr "无效的主机名" msgid "Error opening directory '%s': %s" msgstr "打开目录“%s”时发生错误:%s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "无法分配 %lu 字节以读取文件“%s”" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "读取文件“%s”出错:%s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "文件“%s”太大" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "读取文件“%s”失败:%s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "打开文件“%s”失败:%s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "获得文件“%s”的属性失败:fstat() 失败:%s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "打开文件“%s”失败:fdopen() 失败:%s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "将文件“%s”重命名为“%s”失败:g_rename() 失败:%s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "创建文件“%s”失败:%s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "打开文件“%s”写入失败:fdopen() 失败:%s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "写入文件“%s”失败:fwrite() 失败:%s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "写入文件“%s”失败:fflush() 失败:%s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "写入文件“%s”失败:fsync() 失败:%s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "关闭文件“%s”失败:fclose() 失败:%s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "无法删除已有文件“%s”:g_unlink() 失败:%s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "模板“%s”无效,不应该包含“%s”" -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "模板“%s”的不包含 XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u 字节" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "读取符号链接“%s”失败:%s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "不支持符号链接" @@ -509,7 +524,7 @@ msgstr "达到回溯上限" msgid "the pattern contains items not supported for partial matching" msgstr "表达式包含不被部分匹配支持的项" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "内部错误" @@ -1087,17 +1102,17 @@ msgstr "无法将值“%s”解释为布尔值。" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "传递给 %s 的计数值太大了" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "流已经关闭" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "操作被取消" @@ -1120,34 +1135,34 @@ msgstr "%s 类型" msgid "Unexpected early end-of-stream" msgstr "非预期的过早的流结束符" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命名" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "桌面文件未指定 Exec 区域" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "无法找到应用程序需要的终端" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "无法创建用户应用程序配置文件夹 %s:%s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "无法创建用户 MIME 配置文件夹 %s:%s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "无法创建用户桌面文件 %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "%s 的自制定定义" @@ -1202,13 +1217,13 @@ msgstr "GEmblemedIcon 编码中有不正确的符号数量(%d)" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon 中应为 GEmblem" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "不支持该操作" @@ -1221,49 +1236,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "包含的挂载不存在" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "无法复制目录" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "无法将目录复制到目录" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "目标文件已存在" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "无法递归复制目录" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "无法复制特殊文件" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "给出的符号链接值无效" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "不支持垃圾箱" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "文件名不能包含“%c”" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "卷未实现挂载" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "没有注册为处理此文件的应用程序" @@ -1352,7 +1367,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "流有异常操作" @@ -1365,114 +1380,119 @@ msgstr "没有足够的空间套接字地址" msgid "Unsupported socket address" msgstr "不支持的套接字地址" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "无法找默认的本地目录监视器类型" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "无效的文件名名:%s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "读取文件系统信息出错:%s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "无法重命名根目录" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "重命名文件出错:%s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "无法重命名文件,该文件名已存在" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "无效的文件名" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "打开文件出错:%s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "无法打开目录" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "移除文件出错:%s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "将文件放到垃圾箱出错:%s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "创建垃圾箱目录 %s 失败:%s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "无法找到垃圾箱的顶级目录" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "无法找到或创建垃圾箱目录" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "创建垃圾信息文件失败:%s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "无法将文件移动到回收站:%s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "创建目录出错:%s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "读取符号链接“%s”失败:%s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "创建符号链接出错:%s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "移动文件出错:%s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "无法将目录移动到目录" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "备份文件创建失败" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "移除目标文件出错:%s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "不支持在挂载之间移动" @@ -1493,102 +1513,102 @@ msgstr "无效的扩展属性名" msgid "Error setting extended attribute '%s': %s" msgstr "设置扩展属性“%s”出错:%s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "获取文件“%s”状态出错:%s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr " (无效的编码)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "获取文件描述符状态时出错:%s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "无效的属性类型(应为 uint32)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "无效的属性类型(应为 uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "无效的属性类型(应为 byte string)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "无法为符号链设置权限" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "设置访问权限出错:%s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "设置所有者出错:%s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "符号链接必须是非空" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "设置符号链接出错:%s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "设定符号链接出错:文件不是符号链接" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "错误设置修改或访问时间:%s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux 上下文必须是非空" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "设置 SELinux 上下文出错:%s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "此系统尚未启用 SELinux" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "不支持设置属性 %s" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "读取文件出错:%s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "在文件中查找时出错:%s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "关闭文件出错:%s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "无法找到默认的本地文件监视器类型" @@ -1669,51 +1689,54 @@ msgstr "改变内存输出流大小失败" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "挂载未实现卸载" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "挂载未实现弹出" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 +#: gio/gmount.c:568 #, fuzzy -msgid "mount doesn't implement unmount or unmount_with_operation" +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "挂载未执行卸载或 unmount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 +#: gio/gmount.c:655 #, fuzzy -msgid "mount doesn't implement eject or eject_with_operation" +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "挂载未执行弹出或 eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "挂载未实现内容类型猜测" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "挂载未实现同步内容类型猜测" @@ -1722,11 +1745,11 @@ msgstr "挂载未实现同步内容类型猜测" msgid "Hostname '%s' contains '[' but not ']'" msgstr "主机名 “%s” 包含“[”但是缺少“]”" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "输出流未实现写入" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "来源流已经关闭" @@ -1858,7 +1881,7 @@ msgstr "发送信息出错:%s" msgid "GSocketControlMessage not supported on windows" msgstr "Windows 不支持 GSocketControlMessage" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "接受信息出错:%s" diff --git a/po/zh_HK.po b/po/zh_HK.po index 1e0d9c4..8076ea1 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.21.7\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-21 20:53+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (Hong Kong) \n" @@ -89,69 +89,69 @@ msgstr "沒有名為「%s」的應用程式註冊書籤「%s」" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "以 URI‘%2$s’ 展開 exec 行‘%1$s’失敗" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "不支援將字符集‘%s’轉換成‘%s’" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "無法將‘%s’轉換至‘%s’" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "轉換輸入資料時遇到不正確的位元組組合" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "轉換時發生錯誤:%s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "輸入資料結束時字符仍未完整" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "無法將後備字串‘%s’的字符集轉換成‘%s’" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI‘%s’不是使用“file”格式的絕對 URI" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "本機檔案的 URI‘%s’不應含有‘#’" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI‘%s’無效" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI‘%s’中的主機名稱無效" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI‘%s’含有「不正確跳出」的字符" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "路徑名稱‘%s’不是絕對路徑" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "主機名稱無效" @@ -160,119 +160,134 @@ msgstr "主機名稱無效" msgid "Error opening directory '%s': %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "無法配置 %lu 位元來讀取檔案“%s”" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "檔案「%s」太過巨大" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "讀取檔案‘%s’失敗:%s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "開啟檔案「%s」失敗:%s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "獲取檔案‘%s’的屬性失敗:fstat() 失敗:%s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "檔案名稱由‘%s’改為‘%s’失敗:g_rename() 失敗:%s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "建立檔案‘%s’失敗:%s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "開啟檔案‘%s’作寫入失敗:fdopen() 失敗:%s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "寫入檔案‘%s’失敗:fwrite() 失敗:%s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "無法寫入檔案「%s」:fflush() 失敗:%s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "無法寫入檔案「%s」:fsync() 失敗:%s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "關閉檔案‘%s’失敗:fclose() 失敗:%s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "現存檔案‘%s’無法移除:g_unlink() 失敗:%s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "樣式‘%s’無效,不應含有‘%s’" # (Abel) this is file template for mktemp/mkstemp -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "檔案樣式‘%s’沒有包含 XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u 位元組" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "讀取符號連結‘%s’失敗:%s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "不支援符號連結" @@ -510,7 +525,7 @@ msgstr "已達回溯上限" msgid "the pattern contains items not supported for partial matching" msgstr "此模式包含了不支援部分比對的項目" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "內部的錯誤" @@ -1088,17 +1103,17 @@ msgstr "數值‘%s’不能被解譯為邏輯值。" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "傳給 %s 的計數值太大" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "串流已經關閉" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "操作已被取消" @@ -1121,34 +1136,34 @@ msgstr "%s 類型" msgid "Unexpected early end-of-stream" msgstr "未預期的串流過早結束" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命名的" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "桌面(Desktop)檔案未指定 Exec 欄位" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "無法找到應用程式要求的終端機" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "不能建立使用者應用程式組態資料夾 %s:%s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "不能建立使用者 MIME 組態資料夾 %s:%s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "不能建立使用者桌面檔案 %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "自選 %s 的定義" @@ -1200,13 +1215,13 @@ msgstr "GEmblemedIcon 編碼中記號 (%d) 的數量格式不正確" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "預期為 GEmblemedIcon 的 GEmblem" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "不支援的操作" @@ -1219,49 +1234,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "包含了不存在的掛載點" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "不能複製整個目錄" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "不能將目錄複製到目錄上" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "目標檔案已存在" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "不能遞廻複製目錄" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "不能複製特殊的檔案" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "提供了無效的符號連結值" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "不支援回收筒" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "檔案名稱不能包含「%c」" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "儲存區尚未實作掛載功能" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "沒有應用程式註冊為用以處理這個檔案" @@ -1350,7 +1365,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "串流有異常操作" @@ -1363,114 +1378,119 @@ msgstr "socket 位址沒有足夠的空間" msgid "Unsupported socket address" msgstr "不支援的 socket 位址" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "無法找到預設的本地端目錄監視器類型" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "無效的檔案名稱 %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "取得檔案系統資訊時發生錯誤:%s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "不能重新命名根目錄" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "重新命名檔案時發生錯誤:%s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "不能重新命名檔案,該檔案名稱已存在" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "無效的檔案名稱" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "開啓檔案時發生錯誤:%s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "不能開啟目錄" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "移除檔案時發生錯誤:%s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "移動檔案至回收筒時發生錯誤:%s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "無法建立回收筒目錄 %s:%s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "無法找到回收筒的頂端層級目錄" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "無法找到或建立回收筒目錄" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "無法建立回收筒資訊檔案:%s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "無法將檔案移至回收筒:%s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "建立目錄發生錯誤:%s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "讀取符號連結‘%s’失敗:%s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "建立符號連結時發生錯誤:%s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "移動檔案時發生錯誤:%s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "不能將目錄移動至目錄上" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "建立備份檔案失敗" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "移除目標檔案時發生錯誤:%s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "不支援在掛載點之間移動" @@ -1491,102 +1511,102 @@ msgstr "無效的延伸屬性名稱" msgid "Error setting extended attribute '%s': %s" msgstr "設定延伸屬性「%s」時發生錯誤:%s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "取得檔案「%s」狀態時發生錯誤:%s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "(無效的編碼)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "取得檔案描述狀態時發生錯誤:%s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "無效的屬性類型(應為 uint32 值)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "無效的屬性類型(應為 uint64 值)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "無效的屬性類型(應為 byte string 值)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "不能設定符號連結的權限" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "設定權限時發生錯誤:%s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "設定擁有者時發生錯誤:%s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "符號連結必須為非-NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "設定符號連結時發生錯誤:%s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "設定符號連結時發生錯誤:檔案不是符號連結" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "設定修改或存取時刻時發生錯誤:%s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux 關聯必須為非-NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "設定 SELinux 關聯時發生錯誤:%s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux 在這個系統上並未啟用" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "不支援設定屬性 %s" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "從檔案讀取時發生錯誤:%s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "在檔案中搜尋時發生錯誤:%s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "關閉檔案時發生錯誤:%s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "無法找到預設的本地端檔案監視器類型" @@ -1667,49 +1687,54 @@ msgstr "改變記憶體輸出串流的大小失敗" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "掛載點尚未實作卸載" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "掛載點尚未實作退出" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "掛載點尚未實作卸載(umount)或 umount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "掛載點尚未實作退出(eject) 或 eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "掛載點尚未實作內容類型預測" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "掛載點尚未實作同步內容類型預測" @@ -1718,11 +1743,11 @@ msgstr "掛載點尚未實作同步內容類型預測" msgid "Hostname '%s' contains '[' but not ']'" msgstr "主機名稱「%s」含有 '[' but not ']'" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "輸出串流尚未實作寫入" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "來源串流已經關閉" @@ -1854,7 +1879,7 @@ msgstr "傳送訊息時發生錯誤:%s" msgid "GSocketControlMessage not supported on windows" msgstr "視窗不支援 GSocketControlMessage" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "取回郵件發生錯誤:%s" diff --git a/po/zh_TW.po b/po/zh_TW.po index 27fe96c..f450445 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.21.7\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-07 09:51-0400\n" +"POT-Creation-Date: 2009-11-29 23:30-0500\n" "PO-Revision-Date: 2009-09-19 21:30+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (Taiwan) \n" @@ -89,69 +89,69 @@ msgstr "沒有名為「%s」的應用程式註冊書籤「%s」" msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "以 URI‘%2$s’ 展開 exec 行‘%1$s’失敗" -#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 +#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "不支援將字元集‘%s’轉換成‘%s’" -#: glib/gconvert.c:435 glib/gconvert.c:513 +#: glib/gconvert.c:441 glib/gconvert.c:519 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "無法將‘%s’轉換至‘%s’" -#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402 +#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402 #: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 #: glib/gutf8.c:1419 msgid "Invalid byte sequence in conversion input" msgstr "轉換輸入資料時遇到不正確的位元組組合" -#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409 +#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409 #: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "轉換時發生錯誤:%s" -#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 +#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311 #: glib/gutf8.c:1415 msgid "Partial character sequence at end of input" msgstr "輸入資料結束時字元仍未完整" -#: glib/gconvert.c:922 +#: glib/gconvert.c:928 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "無法將後備字串‘%s’的字元集轉換成‘%s’" -#: glib/gconvert.c:1745 +#: glib/gconvert.c:1751 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI‘%s’不是使用“file”格式的絕對 URI" -#: glib/gconvert.c:1755 +#: glib/gconvert.c:1761 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "本機檔案的 URI‘%s’不應含有‘#’" -#: glib/gconvert.c:1772 +#: glib/gconvert.c:1778 #, c-format msgid "The URI '%s' is invalid" msgstr "URI‘%s’無效" -#: glib/gconvert.c:1784 +#: glib/gconvert.c:1790 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI‘%s’中的主機名稱無效" -#: glib/gconvert.c:1800 +#: glib/gconvert.c:1806 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI‘%s’含有「不正確跳出」的字元" -#: glib/gconvert.c:1895 +#: glib/gconvert.c:1901 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "路徑名稱‘%s’不是絕對路徑" -#: glib/gconvert.c:1905 +#: glib/gconvert.c:1911 msgid "Invalid hostname" msgstr "主機名稱無效" @@ -160,119 +160,134 @@ msgstr "主機名稱無效" msgid "Error opening directory '%s': %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: glib/gfileutils.c:529 glib/gfileutils.c:617 +#: glib/gfileutils.c:536 glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "無法配置 %lu 位元來讀取檔案“%s”" -#: glib/gfileutils.c:544 +#: glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: glib/gfileutils.c:558 +#: glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "檔案「%s」太過巨大" -#: glib/gfileutils.c:641 +#: glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "讀取檔案‘%s’失敗:%s" -#: glib/gfileutils.c:692 glib/gfileutils.c:779 +#: glib/gfileutils.c:699 glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "開啟檔案「%s」失敗:%s" -#: glib/gfileutils.c:709 glib/gmappedfile.c:141 +#: glib/gfileutils.c:716 glib/gmappedfile.c:141 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "獲取檔案‘%s’的屬性失敗:fstat() 失敗:%s" -#: glib/gfileutils.c:743 +#: glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: glib/gfileutils.c:851 +#: glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "檔案名稱由‘%s’改為‘%s’失敗:g_rename() 失敗:%s" -#: glib/gfileutils.c:893 glib/gfileutils.c:1359 +#: glib/gfileutils.c:900 glib/gfileutils.c:1366 #, c-format msgid "Failed to create file '%s': %s" msgstr "建立檔案‘%s’失敗:%s" -#: glib/gfileutils.c:907 +#: glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "開啟檔案‘%s’作寫入失敗:fdopen() 失敗:%s" -#: glib/gfileutils.c:932 +#: glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "寫入檔案‘%s’失敗:fwrite() 失敗:%s" -#: glib/gfileutils.c:951 +#: glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "無法寫入檔案「%s」:fflush() 失敗:%s" -#: glib/gfileutils.c:980 +#: glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "無法寫入檔案「%s」:fsync() 失敗:%s" -#: glib/gfileutils.c:999 +#: glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "關閉檔案‘%s’失敗:fclose() 失敗:%s" -#: glib/gfileutils.c:1117 +#: glib/gfileutils.c:1124 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "現存檔案‘%s’無法移除:g_unlink() 失敗:%s" -#: glib/gfileutils.c:1321 +#: glib/gfileutils.c:1328 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "樣式‘%s’無效,不應含有‘%s’" # (Abel) this is file template for mktemp/mkstemp -#: glib/gfileutils.c:1334 +#: glib/gfileutils.c:1341 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "檔案樣式‘%s’沒有包含 XXXXXX" -#: glib/gfileutils.c:1764 +#: glib/gfileutils.c:1774 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u 位元組" -#: glib/gfileutils.c:1772 +#: glib/gfileutils.c:1782 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1777 +#: glib/gfileutils.c:1787 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1782 +#: glib/gfileutils.c:1792 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1825 +#: glib/gfileutils.c:1797 +#, fuzzy, c-format +msgid "%.1f TB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1802 +#, fuzzy, c-format +msgid "%.1f PB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1807 +#, fuzzy, c-format +msgid "%.1f EB" +msgstr "%.1f KB" + +#: glib/gfileutils.c:1850 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "讀取符號連結‘%s’失敗:%s" -#: glib/gfileutils.c:1846 +#: glib/gfileutils.c:1871 msgid "Symbolic links not supported" msgstr "不支援符號連結" @@ -510,7 +525,7 @@ msgstr "已達回溯上限" msgid "the pattern contains items not supported for partial matching" msgstr "此模式包含了不支援部分比對的項目" -#: glib/gregex.c:154 gio/glocalfile.c:2102 +#: glib/gregex.c:154 gio/glocalfile.c:2096 msgid "internal error" msgstr "內部的錯誤" @@ -1088,17 +1103,17 @@ msgstr "數值‘%s’不能被解譯為邏輯值。" #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652 +#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657 #, c-format msgid "Too large count value passed to %s" msgstr "傳給 %s 的計數值太大" #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1081 +#: gio/goutputstream.c:1108 msgid "Stream is already closed" msgstr "串流已經關閉" -#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648 +#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648 #: gio/gsimpleasyncresult.c:674 msgid "Operation was cancelled" msgstr "操作已被取消" @@ -1121,34 +1136,34 @@ msgstr "%s 類型" msgid "Unexpected early end-of-stream" msgstr "未預期的串流過早結束" -#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命名的" -#: gio/gdesktopappinfo.c:710 +#: gio/gdesktopappinfo.c:725 msgid "Desktop file didn't specify Exec field" msgstr "桌面(Desktop)檔案未指定 Exec 欄位" -#: gio/gdesktopappinfo.c:890 +#: gio/gdesktopappinfo.c:905 msgid "Unable to find terminal required for application" msgstr "無法找到應用程式要求的終端機" -#: gio/gdesktopappinfo.c:1098 +#: gio/gdesktopappinfo.c:1113 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "不能建立使用者應用程式組態資料夾 %s:%s" -#: gio/gdesktopappinfo.c:1102 +#: gio/gdesktopappinfo.c:1117 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "不能建立使用者 MIME 組態資料夾 %s:%s" -#: gio/gdesktopappinfo.c:1506 +#: gio/gdesktopappinfo.c:1525 #, c-format msgid "Can't create user desktop file %s" msgstr "不能建立使用者桌面檔案 %s" -#: gio/gdesktopappinfo.c:1618 +#: gio/gdesktopappinfo.c:1639 #, c-format msgid "Custom definition for %s" msgstr "自訂 %s 的定義" @@ -1200,13 +1215,13 @@ msgstr "GEmblemedIcon 編碼中記號 (%d) 的數量格式不正確" msgid "Expected a GEmblem for GEmblemedIcon" msgstr "預期為 GEmblemedIcon 的 GEmblem" -#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 -#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 -#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 -#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464 -#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236 -#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000 +#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504 +#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753 +#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246 +#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146 +#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506 +#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278 +#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045 #: gio/win32/gwinhttpfile.c:441 msgid "Operation not supported" msgstr "不支援的操作" @@ -1219,49 +1234,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077 -#: gio/glocalfile.c:1090 +#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071 +#: gio/glocalfile.c:1084 msgid "Containing mount does not exist" msgstr "包含了不存在的掛載點" -#: gio/gfile.c:2399 gio/glocalfile.c:2247 +#: gio/gfile.c:2441 gio/glocalfile.c:2245 msgid "Can't copy over directory" msgstr "不能複製整個目錄" -#: gio/gfile.c:2459 +#: gio/gfile.c:2501 msgid "Can't copy directory over directory" msgstr "不能將目錄複製到目錄上" -#: gio/gfile.c:2467 gio/glocalfile.c:2256 +#: gio/gfile.c:2509 gio/glocalfile.c:2254 msgid "Target file exists" msgstr "目標檔案已存在" -#: gio/gfile.c:2485 +#: gio/gfile.c:2527 msgid "Can't recursively copy directory" msgstr "不能遞廻複製目錄" -#: gio/gfile.c:2784 +#: gio/gfile.c:2826 msgid "Can't copy special file" msgstr "不能複製特殊的檔案" -#: gio/gfile.c:3325 +#: gio/gfile.c:3367 msgid "Invalid symlink value given" msgstr "提供了無效的符號連結值" -#: gio/gfile.c:3418 +#: gio/gfile.c:3460 msgid "Trash not supported" msgstr "不支援回收筒" -#: gio/gfile.c:3467 +#: gio/gfile.c:3509 #, c-format msgid "File names cannot contain '%c'" msgstr "檔案名稱不能包含「%c」" -#: gio/gfile.c:5884 gio/gvolume.c:376 +#: gio/gfile.c:5926 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "儲存區尚未實作掛載功能" -#: gio/gfile.c:5992 +#: gio/gfile.c:6037 msgid "No application is registered as handling this file" msgstr "沒有應用程式註冊為用以處理這個檔案" @@ -1350,7 +1365,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091 +#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118 msgid "Stream has outstanding operation" msgstr "串流有異常操作" @@ -1363,114 +1378,119 @@ msgstr "socket 位址沒有足夠的空間" msgid "Unsupported socket address" msgstr "不支援的 socket 位址" -#: gio/glocaldirectorymonitor.c:295 +#: gio/glocaldirectorymonitor.c:288 msgid "Unable to find default local directory monitor type" msgstr "無法找到預設的本地端目錄監視器類型" -#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424 +#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 #, c-format msgid "Invalid filename %s" msgstr "無效的檔案名稱 %s" -#: gio/glocalfile.c:974 +#: gio/glocalfile.c:968 #, c-format msgid "Error getting filesystem info: %s" msgstr "取得檔案系統資訊時發生錯誤:%s" -#: gio/glocalfile.c:1110 +#: gio/glocalfile.c:1104 msgid "Can't rename root directory" msgstr "不能重新命名根目錄" -#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#: gio/glocalfile.c:1124 gio/glocalfile.c:1150 #, c-format msgid "Error renaming file: %s" msgstr "重新命名檔案時發生錯誤:%s" -#: gio/glocalfile.c:1139 +#: gio/glocalfile.c:1133 msgid "Can't rename file, filename already exist" msgstr "不能重新命名檔案,該檔案名稱已存在" -#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153 -#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550 +#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147 +#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550 #: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648 #: gio/glocalfileoutputstream.c:1130 msgid "Invalid filename" msgstr "無效的檔案名稱" -#: gio/glocalfile.c:1308 +#: gio/glocalfile.c:1302 #, c-format msgid "Error opening file: %s" msgstr "開啓檔案時發生錯誤:%s" -#: gio/glocalfile.c:1318 +#: gio/glocalfile.c:1312 msgid "Can't open directory" msgstr "不能開啟目錄" -#: gio/glocalfile.c:1443 +#: gio/glocalfile.c:1437 #, c-format msgid "Error removing file: %s" msgstr "移除檔案時發生錯誤:%s" -#: gio/glocalfile.c:1808 +#: gio/glocalfile.c:1802 #, c-format msgid "Error trashing file: %s" msgstr "移動檔案至回收筒時發生錯誤:%s" -#: gio/glocalfile.c:1831 +#: gio/glocalfile.c:1825 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "無法建立回收筒目錄 %s:%s" -#: gio/glocalfile.c:1852 +#: gio/glocalfile.c:1846 msgid "Unable to find toplevel directory for trash" msgstr "無法找到回收筒的頂端層級目錄" -#: gio/glocalfile.c:1931 gio/glocalfile.c:1951 +#: gio/glocalfile.c:1925 gio/glocalfile.c:1945 msgid "Unable to find or create trash directory" msgstr "無法找到或建立回收筒目錄" -#: gio/glocalfile.c:1985 +#: gio/glocalfile.c:1979 #, c-format msgid "Unable to create trashing info file: %s" msgstr "無法建立回收筒資訊檔案:%s" -#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094 -#: gio/glocalfile.c:2101 +#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088 +#: gio/glocalfile.c:2095 #, c-format msgid "Unable to trash file: %s" msgstr "無法將檔案移至回收筒:%s" -#: gio/glocalfile.c:2128 +#: gio/glocalfile.c:2122 #, c-format msgid "Error creating directory: %s" msgstr "建立目錄發生錯誤:%s" -#: gio/glocalfile.c:2157 +#: gio/glocalfile.c:2151 +#, fuzzy, c-format +msgid "Filesystem does not support symbolic links" +msgstr "讀取符號連結‘%s’失敗:%s" + +#: gio/glocalfile.c:2155 #, c-format msgid "Error making symbolic link: %s" msgstr "建立符號連結時發生錯誤:%s" -#: gio/glocalfile.c:2219 gio/glocalfile.c:2313 +#: gio/glocalfile.c:2217 gio/glocalfile.c:2311 #, c-format msgid "Error moving file: %s" msgstr "移動檔案時發生錯誤:%s" -#: gio/glocalfile.c:2242 +#: gio/glocalfile.c:2240 msgid "Can't move directory over directory" msgstr "不能將目錄移動至目錄上" -#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928 +#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928 #: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957 #: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987 msgid "Backup file creation failed" msgstr "建立備份檔案失敗" -#: gio/glocalfile.c:2288 +#: gio/glocalfile.c:2286 #, c-format msgid "Error removing target file: %s" msgstr "移除目標檔案時發生錯誤:%s" -#: gio/glocalfile.c:2302 +#: gio/glocalfile.c:2300 msgid "Move between mounts not supported" msgstr "不支援在掛載點之間移動" @@ -1491,102 +1511,102 @@ msgstr "無效的延伸屬性名稱" msgid "Error setting extended attribute '%s': %s" msgstr "設定延伸屬性「%s」時發生錯誤:%s" -#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812 +#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812 #, c-format msgid "Error stating file '%s': %s" msgstr "取得檔案「%s」狀態時發生錯誤:%s" -#: gio/glocalfileinfo.c:1552 +#: gio/glocalfileinfo.c:1555 msgid " (invalid encoding)" msgstr "(無效的編碼)" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1753 #, c-format msgid "Error stating file descriptor: %s" msgstr "取得檔案描述狀態時發生錯誤:%s" -#: gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1798 msgid "Invalid attribute type (uint32 expected)" msgstr "無效的屬性類型(應為 uint32 值)" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1816 msgid "Invalid attribute type (uint64 expected)" msgstr "無效的屬性類型(應為 uint64 值)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854 msgid "Invalid attribute type (byte string expected)" msgstr "無效的屬性類型(應為 byte string 值)" -#: gio/glocalfileinfo.c:1886 +#: gio/glocalfileinfo.c:1889 msgid "Cannot set permissions on symlinks" msgstr "不能設定符號連結的權限" -#: gio/glocalfileinfo.c:1902 +#: gio/glocalfileinfo.c:1905 #, c-format msgid "Error setting permissions: %s" msgstr "設定權限時發生錯誤:%s" -#: gio/glocalfileinfo.c:1953 +#: gio/glocalfileinfo.c:1956 #, c-format msgid "Error setting owner: %s" msgstr "設定擁有者時發生錯誤:%s" -#: gio/glocalfileinfo.c:1976 +#: gio/glocalfileinfo.c:1979 msgid "symlink must be non-NULL" msgstr "符號連結必須為非-NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008 +#: gio/glocalfileinfo.c:2019 #, c-format msgid "Error setting symlink: %s" msgstr "設定符號連結時發生錯誤:%s" -#: gio/glocalfileinfo.c:1995 +#: gio/glocalfileinfo.c:1998 msgid "Error setting symlink: file is not a symlink" msgstr "設定符號連結時發生錯誤:檔案不是符號連結" -#: gio/glocalfileinfo.c:2121 +#: gio/glocalfileinfo.c:2124 #, c-format msgid "Error setting modification or access time: %s" msgstr "設定修改或存取時刻時發生錯誤:%s" -#: gio/glocalfileinfo.c:2144 +#: gio/glocalfileinfo.c:2147 msgid "SELinux context must be non-NULL" msgstr "SELinux 關聯必須為非-NULL" -#: gio/glocalfileinfo.c:2159 +#: gio/glocalfileinfo.c:2162 #, c-format msgid "Error setting SELinux context: %s" msgstr "設定 SELinux 關聯時發生錯誤:%s" -#: gio/glocalfileinfo.c:2166 +#: gio/glocalfileinfo.c:2169 msgid "SELinux is not enabled on this system" msgstr "SELinux 在這個系統上並未啟用" -#: gio/glocalfileinfo.c:2258 +#: gio/glocalfileinfo.c:2261 #, c-format msgid "Setting attribute %s not supported" msgstr "不支援設定屬性 %s" -#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701 +#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701 #, c-format msgid "Error reading from file: %s" msgstr "從檔案讀取時發生錯誤:%s" -#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208 -#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449 +#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202 +#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449 #: gio/glocalfileoutputstream.c:1005 #, c-format msgid "Error seeking in file: %s" msgstr "在檔案中搜尋時發生錯誤:%s" -#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235 +#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235 #: gio/glocalfileoutputstream.c:330 #, c-format msgid "Error closing file: %s" msgstr "關閉檔案時發生錯誤:%s" -#: gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:191 msgid "Unable to find default local file monitor type" msgstr "無法找到預設的本地端檔案監視器類型" @@ -1667,49 +1687,54 @@ msgstr "改變記憶體輸出串流的大小失敗" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:378 -msgid "mount doesn't implement unmount" +#: gio/gmount.c:409 +#, fuzzy +msgid "mount doesn't implement \"unmount\"" msgstr "掛載點尚未實作卸載" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:457 -msgid "mount doesn't implement eject" +#: gio/gmount.c:488 +#, fuzzy +msgid "mount doesn't implement \"eject\"" msgstr "掛載點尚未實作退出" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:537 -msgid "mount doesn't implement unmount or unmount_with_operation" +#: gio/gmount.c:568 +#, fuzzy +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "掛載點尚未實作卸載(umount)或 umount_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:624 -msgid "mount doesn't implement eject or eject_with_operation" +#: gio/gmount.c:655 +#, fuzzy +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "掛載點尚未實作退出(eject) 或 eject_with_operation" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:713 -msgid "mount doesn't implement remount" +#: gio/gmount.c:744 +#, fuzzy +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:797 +#: gio/gmount.c:828 msgid "mount doesn't implement content type guessing" msgstr "掛載點尚未實作內容類型預測" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:886 +#: gio/gmount.c:917 msgid "mount doesn't implement synchronous content type guessing" msgstr "掛載點尚未實作同步內容類型預測" @@ -1718,11 +1743,11 @@ msgstr "掛載點尚未實作同步內容類型預測" msgid "Hostname '%s' contains '[' but not ']'" msgstr "主機名稱「%s」含有 '[' but not ']'" -#: gio/goutputstream.c:206 gio/goutputstream.c:407 +#: gio/goutputstream.c:207 gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "輸出串流尚未實作寫入" -#: gio/goutputstream.c:368 gio/goutputstream.c:776 +#: gio/goutputstream.c:369 gio/goutputstream.c:781 msgid "Source stream is already closed" msgstr "來源串流已經關閉" @@ -1854,7 +1879,7 @@ msgstr "傳送訊息時發生錯誤:%s" msgid "GSocketControlMessage not supported on windows" msgstr "視窗不支援 GSocketControlMessage" -#: gio/gsocket.c:2997 gio/gsocket.c:3136 +#: gio/gsocket.c:2997 gio/gsocket.c:3135 #, c-format msgid "Error receiving message: %s" msgstr "取回郵件發生錯誤:%s" -- 2.7.4