From e14f918de98313808ccdc2bf9a8f7bb3a845c643 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 May 2008 21:22:45 +0000 Subject: [PATCH] 2.17.0 svn path=/trunk/; revision=6948 --- ChangeLog | 4 + INSTALL | 4 +- README | 13 +- docs/reference/ChangeLog | 4 + docs/reference/glib/compiling.sgml | 2 +- gio/ChangeLog | 7 + gio/tests/live-g-file.c | 7 + gmodule/ChangeLog | 4 + gobject/ChangeLog | 4 + gthread/ChangeLog | 4 + po/ChangeLog | 4 + po/am.po | 259 +++++---- po/ar.po | 800 ++++++++++++------------- po/as.po | 259 +++++---- po/az.po | 259 +++++---- po/be.po | 260 +++++---- po/be@latin.po | 260 +++++---- po/bg.po | 770 ++++++++++++------------ po/bn.po | 259 +++++---- po/bn_IN.po | 259 +++++---- po/bs.po | 259 +++++---- po/ca.po | 814 +++++++++++++------------- po/cs.po | 770 ++++++++++++------------ po/cy.po | 259 +++++---- po/da.po | 259 +++++---- po/de.po | 259 +++++---- po/dz.po | 259 +++++---- po/el.po | 1119 +++++++++++++++++------------------ po/en_CA.po | 770 ++++++++++++------------ po/en_GB.po | 770 ++++++++++++------------ po/eo.po | 259 +++++---- po/es.po | 827 +++++++++++++------------- po/et.po | 770 ++++++++++++------------ po/eu.po | 827 +++++++++++++------------- po/fa.po | 259 +++++---- po/fi.po | 776 +++++++++++++------------ po/fr.po | 259 +++++---- po/ga.po | 259 +++++---- po/gl.po | 770 ++++++++++++------------ po/gu.po | 259 +++++---- po/he.po | 770 ++++++++++++------------ po/hi.po | 259 +++++---- po/hr.po | 259 +++++---- po/hu.po | 839 ++++++++++++++------------- po/hy.po | 259 +++++---- po/id.po | 259 +++++---- po/is.po | 259 +++++---- po/it.po | 259 +++++---- po/ja.po | 770 ++++++++++++------------ po/ka.po | 259 +++++---- po/kn.po | 259 +++++---- po/ko.po | 259 +++++---- po/ku.po | 259 +++++---- po/lt.po | 770 ++++++++++++------------ po/lv.po | 259 +++++---- po/mg.po | 259 +++++---- po/mk.po | 259 +++++---- po/ml.po | 259 +++++---- po/mn.po | 259 +++++---- po/mr.po | 259 +++++---- po/ms.po | 259 +++++---- po/nb.po | 770 ++++++++++++------------ po/ne.po | 259 +++++---- po/nl.po | 770 ++++++++++++------------ po/nn.po | 259 +++++---- po/oc.po | 773 ++++++++++++------------ po/or.po | 259 +++++---- po/pa.po | 259 +++++---- po/pl.po | 259 +++++---- po/pt.po | 851 ++++++++++++++------------- po/pt_BR.po | 770 ++++++++++++------------ po/ro.po | 259 +++++---- po/ru.po | 802 +++++++++++++------------ po/rw.po | 259 +++++---- po/si.po | 259 +++++---- po/sk.po | 770 ++++++++++++------------ po/sl.po | 1088 +++++++++++++++++----------------- po/sq.po | 861 ++++++++++++++------------- po/sr.po | 259 +++++---- po/sr@Latn.po | 259 +++++---- po/sr@ije.po | 259 +++++---- po/sv.po | 1128 ++++++++++++++++++------------------ po/ta.po | 259 +++++---- po/te.po | 259 +++++---- po/th.po | 259 +++++---- po/tl.po | 259 +++++---- po/tr.po | 809 +++++++++++++------------- po/tt.po | 259 +++++---- po/uk.po | 259 +++++---- po/vi.po | 818 +++++++++++++------------- po/wa.po | 259 +++++---- po/xh.po | 259 +++++---- po/yi.po | 259 +++++---- po/zh_CN.po | 770 ++++++++++++------------ po/zh_HK.po | 259 +++++---- po/zh_TW.po | 259 +++++---- 96 files changed, 19401 insertions(+), 19074 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9b1938a..93b961e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-05-27 Matthias Clasen + * === Released 2.17.0 === + +2008-05-27 Matthias Clasen + * README.in: Add a note about G_DISABLE_SINGLE_HEADERS. * NEWS: Updates diff --git a/INSTALL b/INSTALL index b51b782..bfc69f0 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.16.1.tar.gz | tar xvf - # unpack the sources - % cd glib-2.16.1 # change to the toplevel directory + % gzip -cd glib-2.17.0.tar.gz | tar xvf - # unpack the sources + % cd glib-2.17.0 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/README b/README index cd3d40d..b88ef5b 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.16.1. GLib is the low-level core +This is GLib version 2.17.0. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, @@ -24,6 +24,16 @@ Installation See the file 'INSTALL' +Notes about GLib 2.18 +===================== + +* The recommended way of using GLib has always been to only include the + toplevel headers glib.h, glib-object.h and gio.h. GLib enforces this by + generating an error when individual headers are directly included. + To help with the transition, the enforcement is not turned on by + default for GLib headers (it is turned on for GObject and GIO). + To turn it on, define the preprocessor symbol G_DISABLE_SINGLE_INCLUDES. + Notes about GLib 2.16 ===================== @@ -31,7 +41,6 @@ Notes about GLib 2.16 and libselinux for extended attribute and SELinux support. Use --disable-xattr and --disable-selinux to build without these. - Notes about GLib 2.10 ===================== diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index d11e68b..ccf27e6 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,9 @@ 2008-05-27 Matthias Clasen + * === Released 2.17.0 === + +2008-05-27 Matthias Clasen + * glib/compiling.sgml: Document G_DISABLE_SINGLE_INCLUDES 2008-05-27 Michael Natterer diff --git a/docs/reference/glib/compiling.sgml b/docs/reference/glib/compiling.sgml index bcbf62c..f446206 100644 --- a/docs/reference/glib/compiling.sgml +++ b/docs/reference/glib/compiling.sgml @@ -71,7 +71,7 @@ by using the command line option -DG_DISABLE_DEPRECATED=1. The recommended way of using GLib has always been to only include the toplevel headers glib.h, glib-object.h, gio.h. -Starting with 2.17, GLib enforces this this by generating an error +Starting with 2.17, GLib enforces this by generating an error when individual headers are directly included. To help with the transition, the enforcement is not turned on by default for GLib headers (it is turned on for GObject and GIO). diff --git a/gio/ChangeLog b/gio/ChangeLog index 1d8f2d5..62226cc 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,10 @@ +2008-05-27 Matthias Clasen + + * === Released 2.17.0 === + + * tests/live-g-file.c: Clean up after the tests, so make distcheck + doesn't complain about leftover files. + 2008-05-27 simon.zheng * glocalfile.c: (g_local_file_query_filesystem_info): diff --git a/gio/tests/live-g-file.c b/gio/tests/live-g-file.c index 203fcb2..19afff7 100644 --- a/gio/tests/live-g-file.c +++ b/gio/tests/live-g-file.c @@ -1077,6 +1077,8 @@ prep_clean_structure (gconstpointer test_data) cleanup_dir_recurse (root, root); + g_file_delete (root, NULL, NULL); + g_object_unref (root); } @@ -1190,5 +1192,10 @@ main (int argc, char *argv[]) g_test_add_data_func ("/live-g-file/test_delete", target_path, test_delete); + if (write_test || only_create_struct) + g_test_add_data_func ("/live-g-file/final_clean", target_path, + prep_clean_structure); + return g_test_run (); + } diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 437a35e..4265f0f 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2008-05-27 Matthias Clasen + + * === Released 2.17.0 === + 2008-05-05 Michael Natterer * Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 5360c58..cbcc1c4 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +2008-05-27 Matthias Clasen + + * === Released 2.17.0 === + 2008-05-05 Michael Natterer * Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 2bf017d..a2be893 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2008-05-27 Matthias Clasen + + * === Released 2.17.0 === + 2008-05-05 Michael Natterer * Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent diff --git a/po/ChangeLog b/po/ChangeLog index 623ea51..8c092d7 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2008-05-27 Matthias Clasen + + * === Released 2.17.0 === + 2008-05-22 Djihed Afifi * ar.po: Updated Arabic Translation by Khaled Hosny. diff --git a/po/am.po b/po/am.po index 32e2da0..707fab8 100644 --- a/po/am.po +++ b/po/am.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2003-01-16 08:39+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" @@ -16,74 +16,74 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "" @@ -157,7 +157,7 @@ msgstr "" msgid "Invalid hostname" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "" @@ -299,22 +299,22 @@ msgstr "" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -322,93 +322,93 @@ msgid "" "it as &" msgstr "" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" msgstr "" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, 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 "" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" msgstr "" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "የማይሰራ የUTF-8 ጽሑፍ" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "የማይሰራ የUTF-8 ጽሑፍ" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "የማይሰራ የUTF-8 ጽሑፍ" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -416,87 +416,87 @@ msgid "" "character in an attribute name" msgstr "" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, 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 "" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" @@ -520,7 +520,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1116,7 +1116,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1130,7 +1130,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1169,7 +1169,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1182,10 +1182,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "" @@ -1198,52 +1198,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1254,12 +1254,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1315,181 +1315,186 @@ msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" msgid "Error getting filesystem info: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1562,12 +1567,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" @@ -1577,17 +1582,17 @@ msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1661,7 +1666,7 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" msgid "Error closing unix: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/ar.po b/po/ar.po index 0dab5ea..d2b67a1 100644 --- a/po/ar.po +++ b/po/ar.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-05-19 01:52+0100\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-05-22 19:06+0300\n" "Last-Translator: Khaled Hosny \n" "Language-Team: Arabic \n" @@ -18,225 +18,226 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "صفة غير متوقّعة '%s' للعنصر '%s'" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "الصفة '%s' للعنصر '%s' غير موجودة" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "وسْم غير متوقع '%s'، توقّعت الوسْم '%s'" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "وسْم غير متوقّع '%s' داخل '%s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "لا يوجد ملف علامات سليم في أدلّة البيانات" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "توجد بالفعل علامة للمسار '%s'" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "لا توجد علامة للمسار '%s'" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "لم يعرّف نوع MIME في علامة المسار '%s'" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "لم يعرف علم خاص في العلامات للمسار '%s'" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "لم تحدد أي مجموعات في علامة '%s'" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "لم يسجل أي تطبيق بالاسم '%s' علامة '%s'" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "التحويل من مجموعة المحارف '%s' إلى '%s' غير مدعوم" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "تعذّر فتح المُحوِّل من '%s' إلى '%s'" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "سلسلة بايتات غير سليمة في دخْل التحويل" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "خطأ أثناء التحويل: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "تتابع محارف جزئي عند نهاية الدخْل" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "تعذّر تحويل fallback '%s' إلى مجموعة المحارف '%s'" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "المسار '%s' ليس مسارا مطلقا باستخدام المخطط \"file\"" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "ملف المسار المحلي '%s' لا يمكن أن يحتوي على '#'" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "المسار '%s' غير سليم" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "اسم مستضيف المسار '%s' غير سليم" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "المسار '%s' يحتوي على محارف خلوص غير سليمة " -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "اسم المسار '%s' ليس مسارا كاملا" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "اسم المستضيف غير سليم" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "خطأ أثناء فتح الدليل '%s': %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "تعذّر تحصيص %Ilu بايتات لقرائة الملف \"%s\"" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "خطأ عند قراءة الملف '%s': %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "فشلت القراءة من الملف '%s': %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "فشل فتح الملف '%s': %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "فشلت في أخذ صفات الملف '%s': فشل fstat(): %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "فشل فتح الملف '%s': فشل fdopen(): %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "فشل إعادة تسمية الملف '%s' إلى '%s': فشل g_rename(): %s" -#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "فشل إنشاء الملف '%s': %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "فشل فتح الملف '%s' للكتابة: فشل fdopen(): %s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "فشلت في كتابة الملف '%s': فشل fwrite(): %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "فشلت في غلق الملف '%s': فشل fclose(): %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "لا يمكن حذف الملف الموجود مسبقا '%s': فشل g_unlink(): %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "القالب '%s' غير سليم، لا يجب أن يحتوي على '%s'" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "لا يحتوي القالب '%s' على XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -247,82 +248,82 @@ msgstr[3] "%Iu بايت" msgstr[4] "%Iu بايت" msgstr[5] "%Iu بايت" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%I.1f ك.بايت" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%I.1f م.بايت" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%I.1f ج.بايت" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "فشلت قراءة الوصلة الرمزية '%s': %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "الوصلات الرمزية غير مدعومة" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "تعذّر فتح المُحوِّل من '%s' إلى '%s': %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "لا يمكن عمل قراءة خام في g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "بيانات غير مُحوّلة باقية في حاجز القراءة الخلفي" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "تنتهي القناة عند محرف جزئي" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "لا يمكن عمل قراءة خام في g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "فشل فتح الملف '%s': فشل open(): %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "فشل في مقابلة الملف'%s': mmap() فشل: %s" -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "خطأ في السطر %Id الرمز %Id: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "خطأ في السطر %Id: %s" -#: ../glib/gmarkup.c:442 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" +#: glib/gmarkup.c:448 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" msgstr "رُؤي كيان فارغ '&;'، الكيانات السليمة هي:& " < > ' " -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -332,25 +333,25 @@ msgstr "" "المحرف '%s' غير سليم عند بداية اسم الكيان؛ المحرف & يبدأ كيانا، ان كان علامة " "اﻻمبارساند هذه غير موضوعة على انها كيان، تخطاها باعتبارها &" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "المحرف '%s' غير موجود داخل اسم أي كيان" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "اسم الكيان '%s' غير معروف" -#: ../glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" msgstr "" -"اسم الكيان لم ينته بفاصلة منقوطة؛ الأرجح أنك استخدمت علامة & دون أن " -"تنوي بدء كيان - تخطى العلامة عن طريق اعتبارها &" +"اسم الكيان لم ينته بفاصلة منقوطة؛ الأرجح أنك استخدمت علامة & دون أن تنوي بدء " +"كيان - تخطى العلامة عن طريق اعتبارها &" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -359,16 +360,16 @@ msgstr "" "فشل في تحليل '%-.*s'، والتي كان لابد من كتبتها بالأرقام داخل مرجع محرف " "(ê كمثال) - ربما الرقم كبير جدًا" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "مرجع المحرف '%-.*s' لا يقوم بترميز محرف مسموح به" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "مرجع محرف فارغ؛ يجب أن يتضمن رقما مثل dž" -#: ../glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -377,51 +378,52 @@ msgstr "" "مرجع المحرف لم ينته بفاصلة منقوطة؛ الأرجح أنك استخدمت علامة امبارساند دون أن " "تنوي بدء كيان - تخطا العلامت عن طريق اعتبارها &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "مرجع كيان غير مكتمل" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "مرجع محرف غير مكتمل" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "نص مرمّز بـ UTF-8 غير سليم - سلسة طويلة جدا" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "نص مرمّز بـ UTF-8 غير سليم - ليس محرف بداية" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "نص مرمّز بـ UTF-8 غير سليم - غير سليم '%s'" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "يجب أن يبدأ المستند بعنصر ( مثلا)" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "'%s' محرف غير سليم بعد المحرف '<'؛ ربما لا يبدأ هذا المحرف اسم عنصر" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "محرف غريب '%s'، توقعت محرف '>' لإنهاء بداية علامة العنصر '%s'" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "محرف غريب '%s'، توقعت '=' بعد اسم الصفة '%s' للعنصر '%s'" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -431,7 +433,7 @@ msgstr "" "محرف غريب '%s'، توقعت المحرف '>' أو '/' لإنهاء علامة البداية للعنصر '%s'، أو " "بشكل اختياري صفة؛ ربما استخدمت محرفًا غير صالح في اسم صفة" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -440,39 +442,39 @@ msgstr "" "محرف غريب '%s'، توقعت علامة اقتباس مفتوحة بعد علامة التساوي عند إعطاء قيمة " "من الصفة '%s' للعنصر '%s'" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "'%s' محرف غير صالح بعد اغلاق اسم العنصر '%s'؛ المحرف المسموح به هو '>'" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "العنصر '%s' كان مغلقا، لا عنصر مفتوح حاليا" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "العنصر '%s' كان مغلقا، لكن العنصر المفتوح حاليا هو '%s'" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "المستند كان فارغا أو كان يحتوي فقط على مساحات فارغة" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "انتهى المستند بشكل غير متوقع بعد قوس بزاوية '<'" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -481,26 +483,27 @@ msgstr "" "انتهى المستند بشكل غير متوقع مع عناصر لا زالت مفتوحة - '%s' كان آخر عنصر " "مفتوح" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" -msgstr "انتهى المستند بشكل غير متوقع، توقعت رؤية قوس ذا زاوية لينهي العلامة<%s/>" +msgstr "" +"انتهى المستند بشكل غير متوقع، توقعت رؤية قوس ذا زاوية لينهي العلامة<%s/>" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "انتهى المستند بشكل غير متوقع داخل اسم عنصر" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "انتهى المستند بشكل غير متوقع داخل اسم صفة" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "انتهى المستند بشكل غير متوقع بعد علامة فتح عنصر" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -508,581 +511,582 @@ msgstr "" "انتهى المستند بشكل غير متوقع بعد علامة التساوي اثر اسم صفة؛ لا توجد قيمة " "للصفة" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "انتهى المستند بشكل غير متوقع وهو داخلَ قيمة صفة" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "انتهى المستند بشكل غير متوقع داخل علامة انهاء للعنصر '%s'" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 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:1965 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "خطأ داخلي" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "المراجع الرجعية غير مدعومة كشرط للتطابق الجزئي" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "وُصِلَ للحد المسموح به من التواتر" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "وُصِلَ للحد المسموح به لمساحة العمل بالسلاسل الجزئية الفارغة" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "ائتلاف غير صحيح لأعلمة السطر الجديد" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "خطأ مجهول" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ في نهاية النمط" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c في نهاية النمط" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "رمز غير معروف بعد \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "خلوصات تغيير المحارف (\\l, \\L, \\u, \\U) غير مسموح بها هنا" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "الأعداد خارج التغطية في المكمم {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "العدد كبير جدا في المكمم {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "الرمز ] غير موجود" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "سلسلة غير سليمة" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "مجال خارج التغطية في نوع الرموز" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "لا شيئ للإعادة" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "رمز غير معروف بعد (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "رمز غير معروف بعد (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "رمز غير معروف بعد (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "أصناف POSIX المسماة مدعومة فقط داخل صنف" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "القوس الغالق غير موجود )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") بلا قوس فاتح (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R أو (?[+-] أرقام يجب أن تتبع ب )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "إشارة لقالب داخلي غير موجود" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "الرمز ) غير موجود بعد التعليق" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "قالب كبير جدًّا" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "فشل تلقي الذاكرة" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "مصادقة العثور الخلفي ليست بحجم واحد" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "اسم أو عدد غير صحيح بعد (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "المجموعة الشرطية تحتوي على أكثر من فرعين" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "مصادقة منتظرة بعد (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "اسم نوع POSIX غير معروف" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "عناصر الترتيب POSIX غير مدعومة" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "قيمة الرمز في سلسلة \\x{...} كبيرة جدًا" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "شرط غير صحيح (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C غير مسموحة له عند العثور الخلفي" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "الوظيفة التكرارية يمكن أن تستمر إلى ما لا نهاية" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "منهي غير موجود في اسم القالب الداخلي" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "هناك قالبان داخليان لهما نفس الاسم" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "سلسلة \\P أو \\p سيئة التركيب" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "اسم خاصية غير معروفة بعد \\P أو \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "اسم القالب الداخلي كبير جدا" -#: ../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 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "\\g غير متبوعة باسم قوس أو عدد بقوس" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "إعادة غير متوقعة" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "فيضان الرموز" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "خطأ تركيب مساحة العمل" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "القالب الداخلى المراقب مسبقا غير موجود" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "خطأ عند تطابق جملة المقارنة %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "تم تجميع مكتبة PCRE من دون دعم UTF8 " -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "تم تجميع مكتبة PCRE من دون دعم خصائص UTF8 " -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "خطأ عند تجميع جملة المقارنة %s عند المحرف %Id: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "خطأ عند تحسين جملة المقارنة %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "رقم من نظام 16 أو '}' متوقع" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "رقم من نظام 16 متوقع" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "'<' غير موجود في المرجع الرمزي" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "مرجع كيان غير مكتمل" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "مرجع رمزي معدوم الطول" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "رقم متوقع" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "مرجع كيان غير صحيح" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "نتيجة نهائية '\\'" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "سلسلة خروج غير معروفة" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "خطأ عند قراءة نص الإستبدال \"%s\" عند المحرف %Ilu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "النص المقتبس لا يبدأ بعلامة اقتباس" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format 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 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "كان النص فارغا (أو كان يحتوي على فراغ أبيض)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "فشلت قراءة البيانات من العملية الإبنة" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "فشل عمل أنبوب للاتصال بالعملية الإبنة (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "فشلت القراءة من الأنبوب الإبن (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "فشل التغيير إلى الدليل '%s' (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "فشل تنفيذ العملية الإبنة (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "اسم برنامج غير صحيح: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "سلسلة غير صالحة في متجه الأحجية عند%Id: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "سلسلة غير صالحة في البيئة: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "دليل عمل غير سليم: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "فشل تنفيذ البرنامج المساعد (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "خطأ غير متوقع في g_io_channel_win32_poll() أثناء القراءة من عملية ابنة" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "فشلت قراءة البيانات من العملية الإبنة (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "خطأ غير متوقع في select() أثناء قراءة البيانات من العملية الإبنة (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "خطأ غير متوقع في waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "فشل تشعيب (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "فشل تنفيذ العملية الإبنة \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "فشل اعادة توجيه الخرْج أو الدخْل للعملية الإبنة (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "فشل تشعيب العملية الإبنة (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "خطأ غير معروف أثناء تنفيذ العملية الإبنة \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "فشلت قراءة بيانات كافية من أنبوب child pid (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "محرف خارج حدود UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "تتابع غير سليم في دخْل التحويل" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "محرف خارج حدود UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "الاستخدام:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPTION...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "خيارات المساعدة:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "اعرض خيارات المساعدة" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "اعرض كل خيارات المساعدة" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "خيارات التطبيق:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "تعذّر تحليل قيمة العدد الصحيح '%s' ل %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "قيمة الرقم الصحيح '%s' ل %s خارج المجال" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "تعذّر تحليل القيمة المزدوجة '%s' ل %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "القيمة المزدوجة '%s' ل %s خارج المجال" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "خطأ أثناء تحليل الخيار %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "معامل %s مفقود" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "خيار مجهول %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "لا يمكن إيجاد ملف مفتاح صحيح في دلائل البحث" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "ليس ملفا اعتياديا" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "الملف فارغ" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" -msgstr "ملف المفتاح يحتوي على سطر '%s' والذي ليس زوج قيمة مفاتيح ، مجموعة ، أو تعليق" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" +msgstr "" +"ملف المفتاح يحتوي على سطر '%s' والذي ليس زوج قيمة مفاتيح ، مجموعة ، أو تعليق" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "اسم مجموعة غير صحيح: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "لا يبدأ ملف المفتاح بمجموعة" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "اسم مفتاح غير صحيح: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "يحتوي ملف المفتاع على ترميز غير مدعوم '%s'" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "لا يحتوي ملف المفتاح على المجموعة '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "لا يحتوي ملف المفتاح على المفتاح '%s'" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "يحتوي ملف المفتاح على المفتاح '%s' ذو القيمة '%s' التي ليست UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "ملف المفتاح يحتوي على مفتاح '%s' والذي لديه قيمة لايمكن تفسيرها." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1091,128 +1095,124 @@ msgstr "" "ملف المفتاح يحتوي على مفتاح '%s'في المجموعة '%s'والتي لديها قيمة لايمكن " "تفسيرها." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "لا يحتوي ملف المفتاح على مفتاح '%s' في المجموعة '%s'" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "ملف المفتاح يحتوي على محرف الخلوص في آخر السطر" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "ملف المفتاح يحتوي على تتابع خلوص غير صالح '%s'" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "لا يمكن تفسير القيمة '%s' كعدد." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "قيمة عدد صحيح '%s' خارج المدى" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "لا يمكن تفسير القيمة '%s' كعدد عشري." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "لا يمكن تفسير القيمة '%s' كعدد منطقي." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "مُرِّرت قيمة كبيرة جدّا إلى %s" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "سبق إغلاق الدَفق " -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1958 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "أُلغيت العملية " -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "نوع مجهول" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s نوع ملفّ" -#: ../gio/gcontenttype.c:591 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s نوع" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "نهاية دَفق غير متوقّعة وغير متوقعة " -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "غير مسمّى" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "ملف سطح المكتب لم يحدد الحقل التنفيدي" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "تعذّر إيجاد الطرفية المطلوبة للتطبيق" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "تعذّر إنشاء مجلد التهيئة الخاص بتطبيق المستخدم %s: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "لا يمكن إنشاء مجلد التهيئة MIME %s للمستخدم: %s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "لا يمكن إنشاء الملف %s" -#: ../gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "تعريف مخصص لِ %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "محرك الأقراص لا ينفذ القذف" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "محرك الأقراص لا ينفذ جسّ الوسائط" -#: ../gio/gfile.c:811 ../gio/gfile.c:1039 ../gio/gfile.c:1172 -#: ../gio/gfile.c:1403 ../gio/gfile.c:1456 ../gio/gfile.c:1512 -#: ../gio/gfile.c:1594 ../gio/gfile.c:2651 ../gio/gfile.c:2696 -#: ../gio/gfile.c:2746 ../gio/gfile.c:2786 ../gio/gfile.c:3110 -#: ../gio/gfile.c:3512 ../gio/gfile.c:3595 ../gio/gfile.c:3678 -#: ../gio/gfile.c:3758 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "عمليّة غير مدعومة" @@ -1225,93 +1225,93 @@ 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:1291 ../gio/glocalfile.c:1048 ../gio/glocalfile.c:1059 -#: ../gio/glocalfile.c:1072 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "الوصل الحاوي غير موجود" -#: ../gio/gfile.c:1933 ../gio/glocalfile.c:2108 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "لا يمكنك نقل دليل على دليل" -#: ../gio/gfile.c:1993 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "لا يمكنك نسخ دليل على دليل" -#: ../gio/gfile.c:2001 ../gio/glocalfile.c:2117 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "الملف الهدف موجود مسبّقا" -#: ../gio/gfile.c:2019 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr " لا يمكنك النسخ التكراري للدليل " -#: ../gio/gfile.c:2736 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr " قيمة الوصلة الرمزية المُعطاة غير سليمة" -#: ../gio/gfile.c:2829 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "المهملات غير مدعومة" -#: ../gio/gfile.c:2876 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "لا يمكن لأسماء الملفات أن تحتوي على '%c' " -#: ../gio/gfile.c:4812 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "الجهاز لا ينفذ الوَصل" -#: ../gio/gfile.c:4920 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "لم يسجل أي تطبيق كمعالج لهذا الملف" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "المُعدِّد مغلق" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:426 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "مُعدد الملف له عملية عالقة" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "مُعدد الملف سبق إغلاقه" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "الدَفق لا يدعم query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "عملية السعي البحث غير مُدعمة على الدَفق" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "البَتْرُ غير مسموح به على دَفق الإدخال" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "البَتْرُ غير مدعم على الدَفق" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "دَفق الإدخال لا يُنَفذ القراءة" @@ -1322,299 +1322,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr " للدَفق عملية عالقة" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "تعذّر ايجاد نوع المراقبة للدليل المحلي الافتراضي " -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "اسم ملف غير صالح %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "خطأ أثناء تلقي معلومات نظام الملفات: %s" -#: ../gio/glocalfile.c:1092 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr " لا يمكنك إعادة تسمية الدليل الجذري " -#: ../gio/glocalfile.c:1110 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "لا يمكنك إعادة تسمية الملف، اسم الملف موجود بالفعل" -#: ../gio/glocalfile.c:1123 ../gio/glocalfile.c:1987 ../gio/glocalfile.c:2016 -#: ../gio/glocalfile.c:2170 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "أسم ملف غير صالح" -#: ../gio/glocalfile.c:1127 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "خطأ عند إعادة تسمية الملف: %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "خطأ عند فتح الملف: %s" -#: ../gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "لا يمكن فتح الدّليل" -#: ../gio/glocalfile.c:1316 ../gio/glocalfile.c:1991 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "خطأ عند حذف الملف: %s" -#: ../gio/glocalfile.c:1680 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "خطأ عند ارسال الملف للمهملات: %s" -#: ../gio/glocalfile.c:1703 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "تعذّر إنشاء مجلد سلة المهملات %s: %s" -#: ../gio/glocalfile.c:1724 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "تعذّر إيجاد دليل المستوى الأعلى للمهملات" -#: ../gio/glocalfile.c:1803 ../gio/glocalfile.c:1823 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "تعذّر ايجاد أو إنشاء دليل المهملات" -#: ../gio/glocalfile.c:1857 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "تعذّر إنشاء ملف المُهْملات: %s" -#: ../gio/glocalfile.c:1882 ../gio/glocalfile.c:1957 ../gio/glocalfile.c:1964 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "تعذّر نقل الملف: %s إلى المهملات " -#: ../gio/glocalfile.c:2020 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "خطأ أثناء فتح الدليل '%s': %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "خطأ أثناء تشكيل الوصلة الرمزية: %s" -#: ../gio/glocalfile.c:2080 ../gio/glocalfile.c:2174 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "خطأ عندنقل الملف: %s" -#: ../gio/glocalfile.c:2103 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "لا يمكنك نقل دليل على دليل" -#: ../gio/glocalfile.c:2130 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "فشل إنشاء ملف النسخة الاحتياطية" -#: ../gio/glocalfile.c:2149 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "خطأ في إزالة الملف الهدف: %s" -#: ../gio/glocalfile.c:2163 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "النقل بين الوصلات غير مدعوم" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "قيمة الخاصية لا بد أن تكون غير منعدمة" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "نوع الخاصية غير سليم ( يُفترض أن يكون مقطعا )" -#: ../gio/glocalfileinfo.c:730 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "اسم غير سليم للخاصية الممتدة" -#: ../gio/glocalfileinfo.c:770 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "خطأ عند تعيين الخاصية الممتدة '%s': %s" -#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "خطأ عند تناول الملف '%s': %s" -#: ../gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (ترميز غير سليم)" -#: ../gio/glocalfileinfo.c:1693 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "خطأ فى تناول واصف الملف: %s" -#: ../gio/glocalfileinfo.c:1738 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "نوع الخاصية غير سليم ( يُفترض uint32 )" -#: ../gio/glocalfileinfo.c:1756 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "نوع الخاصية غير سليم ( يُفترض uint64 )" -#: ../gio/glocalfileinfo.c:1775 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "نوع الخاصية غير سليم ( يُنتضر مقطع بايت )" -#: ../gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "خطأ تعيين الأذونات: %s" -#: ../gio/glocalfileinfo.c:1852 ../gio/glocalfileinfo.c:2020 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "خطأ تعيين المالك: %s" -#: ../gio/glocalfileinfo.c:1875 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "يجب أن يكون فهرس القائمة غير سلبي." -#: ../gio/glocalfileinfo.c:1885 ../gio/glocalfileinfo.c:1904 -#: ../gio/glocalfileinfo.c:1915 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "خطأ أثناء تعيين الوصلة الرمزية: %s" -#: ../gio/glocalfileinfo.c:1894 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "خطأ في تعيين الوصلة الرمزية: الملف ليس وصلة رمزية" -#: ../gio/glocalfileinfo.c:2075 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "تعيين الصفة %s غير مُدَعَّم" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "خطأ أثناء القراءة من الملف: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "خطأ أثناء تصفح الملف: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "خطأ عند غلق الملف: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "تعذّر إيجاد نوع المراقبة للملف المحلي الافتراضي " -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "خطأ في الكتابة للملف: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "خطأ أثناء إزالة وصلة النسخة الاحتياطية القديمة: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "خطأ أثناء إنشاء النسخة الاحتياطية: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "خطأ عند إعادة تسمية الملف المؤقت: %s " -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "خطأ أثناء بَتْر الملف: %s " -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "خطأ عند فتح الملف '%s': %s " -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "الملف الهدف هو دليل" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "الملف الهدف هو ليس ملفًا عاديًا." -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "تمّ تعديل الملف خارجيّا" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "تم تقديم GSeekType غير سليم" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "طلب بحث غير سليم" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "تعذر بَتْرُ GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "تَمَّ بُلوغ أقصى حد لمصفوفة المعطيات" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "دَفْقُ الاخراج للذاكرة غير قابل لتغيير القياس" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "فشل تغيير قياس دَفْقُ الاخراج للذاكرة" @@ -1622,119 +1627,120 @@ msgstr "فشل تغيير قياس دَفْقُ الاخراج للذاكرة" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "نقطة الوصل لا تدعم الفصل" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "نقطو الوصْل لا يتدعم الإخراج" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "نقطة الوصل لا تدعم إعادة الوصل" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "دَفْقُ الاخراج لا يدعم الكتابة" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "دَفْقُ المَصدر سبق إغلاقه" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "اسم" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "اسم الأيقونة" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "أسماء" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "مصفوفة تحتوي أسماء الأيقونات" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "استخدم الاحتياط المبدئي" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." -msgstr "ما إذا سيستخدم الاحتياط المبدئي الموجود بقص الأسماء عند محارف '-'. تجاهل الأسماء بعد الأول إذا خدد أكثر من اسمز" +msgstr "" +"ما إذا سيستخدم الاحتياط المبدئي الموجود بقص الأسماء عند محارف '-'. تجاهل " +"الأسماء بعد الأول إذا خدد أكثر من اسمز" -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "خطأ عند القراءة من يونكس: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "خطأ عند غلق يونكس: %s" -#: ../gio/gunixmounts.c:1790 ../gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "جذر نظام الملفّات" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "خطأ أثناء الكتابة ليونكس: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "الجزء لا يدعم الإخراج" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "تعذّر العثور على التّطبيق" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "خطأ عند تشغيل التطبيق: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "المسارات غير مدعومة" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "تغيير الترابطات غير مدعوم على win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "إنشاء الترابط غير مدعوم على win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "لا تخفِ العناصر" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "استخدم تهيئة العرض المسترسل" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[ملف...]" - diff --git a/po/as.po b/po/as.po index 9efd7ad..8d6ebf5 100644 --- a/po/as.po +++ b/po/as.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: as\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-02-28 17:08+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese\n" @@ -17,74 +17,74 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1)\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "অপ্ৰত্যাশিত গুণ '%s' পদাৰ্থ '%s' ৰ বাবে" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%s' গুণ '%s' পদাৰ্থৰ পোৱা ন'গ'ল" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "অপ্ৰত্যাশিত চিহ্ন '%s', '%s' চিহ্ন আশা কৰা হৈছিল" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "অপ্ৰত্যাশিত চিহ্ন '%s', '%s' ৰ ভিতৰত" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "তথ্য পঞ্জিকাত কোনো বৈধ পত্ৰচিহ্নৰ নথিপত্ৰ পোৱা ন'গ'ল" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI '%s' ৰ বাবে পত্ৰচিহ্ন ইতিমধ্যে আছে" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s' ৰ বাবে পত্ৰচিহ্ন পোৱা ন'গ'ল" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s' ৰ পত্ৰচিহ্নৰ বাবে কোনো MIME ৰ ধৰণ সংজ্ঞা দিয়া হোৱা নাই" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s' ৰ পত্ৰচিহ্নত কোনো ব্যক্তিগত চিহ্নৰ সংজ্ঞা দিয়া হোৱা নাই" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s' ৰ পত্ৰচিহ্নৰ বাবে কোনো সমষ্টি প্ৰতিষ্ঠা কৰা হোৱা নাই" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' নামৰ কোনো অনুপ্ৰয়োগে '%s' ৰ বাবে কোনো পত্ৰচিহ্ন পঞ্জীভূক্ত কৰা নাই" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec শাৰী '%s', য'ত URI '%s' আছে, বিস্তৃত কৰাত বিফল" @@ -158,7 +158,7 @@ msgstr "'%s' পথৰ নাম এটা সম্পূৰ্ণ পথৰ msgid "Invalid hostname" msgstr "অবৈধ গৃহস্থৰনাম" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s" @@ -300,23 +300,23 @@ msgstr "'%s' নথিপত্ৰ খোলোঁতে বিফল: open() msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' নথিপত্ৰ map কৰোঁতে বিফল: mmap() বিফল: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "%d শাৰীৰ %d আখৰত ভুল:" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d শাৰীত ভুল: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "ৰিক্ত পদাৰ্থ '&;' দেখা গ'ল; বৈধ পদাৰ্থসমূহ হ'ল: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -326,17 +326,17 @@ msgstr "" "'%s' আখৰ পদাৰ্থৰ নামৰ আৰম্ভনিৰ বাবে বৈধ নহয়; & আখৰে এটা পদাৰ্থ আৰম্ভ কৰে; যদি এই " "এম্পাৰছেন্দ এটা পদাৰ্থ হ'ব নালাগে, তাক & হিচাপে নিৰ্গমন কৰক" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "'%s' আখৰ পদাৰ্থৰ নামৰ ভিতৰত বৈধ নহয়" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "পদাৰ্থৰ নাম '%s' অজ্ঞাত" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -344,7 +344,7 @@ msgstr "" "পদাৰ্থ এটা ছেমিকলনেৰে অন্ত ন'হ'ল; পদাৰ্থ এটা আৰম্ভ কৰিব নিবিচাৰিও অতি সম্ভৱ আপুনি " "এটা এম্পাৰছেন্দ আখৰ ব্যৱহাৰ কৰিছে - এম্পাৰছেন্দক & হিচাপে নিৰ্গমন কৰক" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -353,17 +353,17 @@ msgstr "" "'%-.*s' বিশ্লেষণ কৰোঁতে ভুল, যি কোনো আখৰৰ উল্লেখৰ ভিতৰৰ এটা সংখ্যা হ'ব লাগিছিল " "(&#২৩৪; যেনে) - হয়তো সংখ্যাটো বৰ ডাঙৰ" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" "আখৰৰ উল্লেখ থকা '%-.*s' এ এটা আজ্ঞা থকা আখৰক সাঙ্কেতিক লিপিলৈ পৰিবৰ্তিত নকৰে" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "ৰিক্ত আখৰৰ সঙ্কেত; এটা সংখ্যা থাকিব লাগে যেনে &#৪৫৪;" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -372,52 +372,52 @@ msgstr "" "আখৰৰ উল্লেখ এটা ছেমিকলনেৰে অন্ত ন'হ'ল; পদাৰ্থ এটা আৰম্ভ কৰিব নিবিচাৰিও অতি সম্ভৱ " "আপুনি এটা এম্পাৰছেন্দ আখৰ ব্যৱহাৰ কৰিছে - এম্পাৰছেন্দক & হিচাপে নিৰ্গমন কৰক" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "অসম্পূৰ্ণ পদাৰ্থৰ উল্লেখ" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "অসম্পূৰ্ণ আখৰৰ উল্লেখ" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - overlong ক্ৰম" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - এটা আৰম্ভৰ আখৰ নহয়" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - অবৈধ '%s'" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "প্ৰলেক্ষ এটা পদাৰ্থৰ সৈতে আৰম্ভ হ'ব লাগিব (যেনে )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -425,93 +425,93 @@ msgid "" "character in an attribute name" msgstr "" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, 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 "" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "প্ৰলেক্ষ ৰিক্ত বা অকল ৰিক্ত স্থান আছিলে" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 #, fuzzy msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "প্ৰলেক্ষ" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, fuzzy, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "প্ৰলেক্ষ" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, fuzzy, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "প্ৰলেক্ষ" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 #, fuzzy msgid "Document ended unexpectedly inside an element name" msgstr "প্ৰলেক্ষ" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 #, fuzzy msgid "Document ended unexpectedly inside an attribute name" msgstr "প্ৰলেক্ষ" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 #, fuzzy msgid "Document ended unexpectedly inside an element-opening tag." msgstr "প্ৰলেক্ষ." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 #, fuzzy msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "প্ৰলেক্ষ" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 #, fuzzy msgid "Document ended unexpectedly while inside an attribute value" msgstr "প্ৰলেক্ষ" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, fuzzy, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "প্ৰলেক্ষ" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 #, fuzzy msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "প্ৰলেক্ষ" @@ -536,7 +536,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1138,7 +1138,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1152,7 +1152,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1191,7 +1191,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1204,10 +1204,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" @@ -1220,52 +1220,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "'%s' নামৰ কোনো অনুপ্ৰয়োগে '%s' ৰ বাবে কোনো পত্ৰচিহ্ন পঞ্জীভূক্ত কৰা নাই" @@ -1276,12 +1276,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1337,181 +1337,186 @@ msgstr "অবৈধ গৃহস্থৰনাম" msgid "Error getting filesystem info: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "অবৈধ গৃহস্থৰনাম" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%d শাৰীত ভুল: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "প্ৰলেক্ষ" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d শাৰীত ভুল: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" @@ -1584,12 +1589,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "অবৈধ গৃহস্থৰনাম" @@ -1599,17 +1604,17 @@ msgstr "অবৈধ গৃহস্থৰনাম" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1684,7 +1689,7 @@ msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" msgid "Error closing unix: %s" msgstr "%d শাৰীত ভুল: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/az.po b/po/az.po index 74ce0de..56a3e45 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.az\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2004-02-02 12:12+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" @@ -16,75 +16,75 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0.2\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "Tək hərf '%s', xüsusiyyət adı '%s' olan element '%s' dən sonra '=' gözlənilir" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "'%s' simvolik körpüsü oxuna bilmədi: %s" @@ -158,7 +158,7 @@ msgstr "`%s'in cığır adı mütləq cığır deyildir" msgid "Invalid hostname" msgstr "Hökmsüz qovşaq adı" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Cərgə açma xətası: '%s': %s" @@ -300,23 +300,23 @@ msgstr "Fayl açma iflası '%s': fdopen() iflası: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Fayl açma iflası '%s': fdopen() iflası: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "%d. sətir %d. xarakterində xəta: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d sətirində xəta : %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Boş element '&;' tapldı; hökmlü elementlər: & " < &qt; '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -327,17 +327,17 @@ msgstr "" "başlayar; əgər bu ampersand bir element olaraq var sayılmazsa, & olaraq " "işlədə bilərsiniz" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Xarakter '%s' bir element adının içində hökmlü deyildir" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Element adı '%s' bilinmir" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -346,7 +346,7 @@ msgstr "" "işlətdiniz bir element başlanğıcı ola bilməyən hərf üçün ampersandı & " "olaraq işlədin" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, fuzzy, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -355,16 +355,16 @@ msgstr "" "'%s' i şərhləndirmə xətası, hərf içində bir rəqəm olmalıdır referens (məs; " "ê) - belki rəqəm çok böyükdür" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Xarakter referens '%s' icazə verilən xarakteri kodlaya bilmir" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Boş hərf referens; dž kimi bir rəqəm daxil etməlidir;" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -374,34 +374,34 @@ msgstr "" "xarakteri elementə başlamaq üçün işlətmədiniz - ampersand yerinə & işlədə " "bilərsiniz" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Bitirilməmiş varlıq mə'lumatı" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Bitirilməmiş xarakter mə'lumatı" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Hökmsüz UTF-8 kodlanmış mətn" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Hökmsüz UTF-8 kodlanmış mətn" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Hökmsüz UTF-8 kodlanmış mətn" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Sənəd bir element ilə başlamalıdır (məs. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -410,7 +410,7 @@ msgstr "" "'<' xarakterindən sonra gələn '%s' hökmlü bir xarakter deyil; bir element " "adı olmaya bilər" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -419,14 +419,14 @@ msgstr "" "Tək hərf '%s', Elementın başlanğıç etiketinin sonuna '>' xarakteri " "gözlənilir '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Tək hərf '%s', xüsusiyyət adı '%s' olan element '%s' dən sonra '=' gözlənilir" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -437,7 +437,7 @@ msgstr "" "gözlənilir, və ya bir xüsusiyyət; xüsusiyyət adında hökmsüz bir hərf " "işlədilmiş ola bilərsiniz" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -446,7 +446,7 @@ msgstr "" "Tək hərf '%s',element '%s'in xüsusiyyəti '%s''ə qiymət verilirkən bərabərdir " "işarətindən sonra açıq alıntı işarəti gözlənilir" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' bağlanıb, heç bir element açıq deyildir" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' bağlanıb, fəqət indi açıq element '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Sənəd boşdur və ya təkcə boşluq xarakteri daxil etməkdədir" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Sənəd açıq üçbucaq mötərizə '<'den sonra gözlənilməz bir şəkildə qurtardı" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -492,7 +492,7 @@ msgstr "" "Sənəd elementləri hələ açıq olaraq gözlənilməz bir şəkildə qurtardı - son " "element '%s' açıq idi" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -501,19 +501,19 @@ msgstr "" "Sənəd gözlənilməz bir şəkildə qurtardı, etiket <%s/> ilə qurtaran qapalı " "üçbucaq mötərizə gözlənilir" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Sənəd bir elementin içində gözlənilməz bir şəkildə qurtardı" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qurtardı" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Sənəd bir element-açma etiketi içində gözlənilməz bir şəkildə qurtardı" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -521,17 +521,17 @@ msgstr "" "Sənəd xüsusiyyət adını təqib edən bərabərdir işarətindən sonra gözlənilməz " "bir şəkildə qurtardı: xüsusiyyət qiyməti yoxdur" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" "Sənəd bir xüsusiyyət qiyməti içində ikən gözlənilməz bir şəkildə qurtardı" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Sənəd bağlı etiket '%s' içində gözlənilməz bir şəkildə qurtardı" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Sənəd bir şərh və ya gedişat göstərişi içində ikən gözlənilməz bir şəkildə " @@ -557,7 +557,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1161,7 +1161,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1175,7 +1175,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1214,7 +1214,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1227,10 +1227,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Simvolik körpülər dəstəklənmir" @@ -1243,52 +1243,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Simvolik körpülər dəstəklənmir" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1299,12 +1299,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1360,181 +1360,186 @@ msgstr "Hökmsüz qovşaq adı" msgid "Error getting filesystem info: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Hökmsüz qovşaq adı" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Cərgə açma xətası: '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qurtardı" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Cərgə açma xətası: '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d sətirində xəta : %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simvolik körpülər dəstəklənmir" @@ -1607,12 +1612,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Hökmsüz qovşaq adı" @@ -1622,17 +1627,17 @@ msgstr "Hökmsüz qovşaq adı" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1707,7 +1712,7 @@ msgstr "Fayl oxuma xətası: '%s': %s" msgid "Error closing unix: %s" msgstr "%d sətirində xəta : %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/be.po b/po/be.po index db7dc26..bd8ed95 100644 --- a/po/be.po +++ b/po/be.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2005-11-16 11:21+0200\n" "Last-Translator: Vital Khilko \n" "Language-Team: Belarusian \n" @@ -17,77 +17,77 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" # glib/gmarkup.c:1120 -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "Дзіўны сымбаль \"%s\", чакаўся сымбаль \"=\" пасьля назвы атрыбута \"%s\" " "элемэнту \"%s\"" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, fuzzy, c-format msgid "No valid bookmark file found in data dirs" msgstr "Дапушчальны файл ключу не адшуканы ў каталёгу даньняў" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" # glib/gfileutils.c:745 -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Немагчыма прачытаць сымбалічную спасылку \"%s\": %s" @@ -179,7 +179,7 @@ msgid "Invalid hostname" msgstr "Недапушчальная назва вузла" # glib/gdir.c:79 -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s" @@ -346,26 +346,26 @@ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Збой мапаваньня файлу '%s': збой mmap(): %s" # glib/gmarkup.c:219 -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Памылка ў радку %d сымбаль %d: %s" # glib/gmarkup.c:303 -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Памылка ў радку %d: %s" # glib/gmarkup.c:382 -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Пусты запіс \"&;\" адшуканы; дапушчальныя: & " < > '" # glib/gmarkup.c:392 -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -377,19 +377,19 @@ msgstr "" "тады экрануйце яго запісам &" # glib/gmarkup.c:428 -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Сымбаль \"%s\" недапушчальны ўнутры назвы сутнасьці" # glib/gmarkup.c:472 -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Невядомая назва сутнасьці \"%s\"" # glib/gmarkup.c:482 -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -398,7 +398,7 @@ msgstr "" "не для пазначэньня пачатку сутнасьці - экрануйце яго як &" # glib/gmarkup.c:528 -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -408,18 +408,18 @@ msgstr "" "(ê напрыклад) - мажліва, нумар завялікі" # glib/gmarkup.c:553 -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Лучыва на сымбаль '%-.*s' не вызначае дазволены сымбаль" # glib/gmarkup.c:570 -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Пустое лучыва да сымбалю: мусіць уключаць нумар, напрыклад dž" # glib/gmarkup.c:580 -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -428,39 +428,39 @@ msgstr "" "Лучыва да сымбалю не канчаецца кропкай з коскай; здаецца, што сымбаль & быў " "выкарыстаны ня для пазначэньня пачатка сутнасьці - экрануйце яго як &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Незавершанае лучыва сутнасьці" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Незавершанае лучыва сымбалю" # glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896 -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Недапушчальна закадаваны тэкст UTF-8" # glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896 -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Недапушчальна закадаваны тэкст UTF-8" # glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896 -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Недапушчальна закадаваны тэкст UTF-8" # glib/gmarkup.c:932 -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Дакумэнт мусіць пачынацца з элемэнту (напрыклад )" # glib/gmarkup.c:970 -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -470,7 +470,7 @@ msgstr "" "сымбаль ня можа пачынаць назву элемэнту" # glib/gmarkup.c:1033 -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -480,7 +480,7 @@ msgstr "" "\"" # glib/gmarkup.c:1120 -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -489,7 +489,7 @@ msgstr "" "элемэнту \"%s\"" # glib/gmarkup.c:1161 -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -501,7 +501,7 @@ msgstr "" "выкарыстаны недапушчальны сымбаль у назве атрыбуту" # glib/gmarkup.c:1244 -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -511,7 +511,7 @@ msgstr "" "надаецца значэньне атрыбуту \"%s\" элемэнту \"%s\"" # glib/gmarkup.c:1384 -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" # glib/gmarkup.c:1433 -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" "Элемэнт \"%s\" быў закрыты, аніводны элемэнт у бягучы момант не адкрыты" # glib/gmarkup.c:1442 -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Элемэнт \"%s\" быў закрыты, але ў гэты час адкрыты \"%s\"" # glib/gmarkup.c:1574 -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Дакумэнт быў пусты ці утрымліваў толькі прагалы" # glib/gmarkup.c:1588 -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Дакумэнт нечакана скончыўся адразу пасьля вуглавой дужкі \"<\"" # glib/gmarkup.c:1596 glib/gmarkup.c:1640 -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -564,7 +564,7 @@ msgstr "" "апошнім адкрытым элемэнтам" # glib/gmarkup.c:1604 -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -573,22 +573,22 @@ msgstr "" "Дакумэнт нечакана скончыўся, чакаецца вуглавая дужка якая закрывае тэг <%s/>" # glib/gmarkup.c:1610 -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Дакумэнт нечакана скончыўся ўнутры назвы элемэнту" # glib/gmarkup.c:1615 -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Дакумэнт нечакана скончыўся ўнутры назвы атрыбуту" # glib/gmarkup.c:1620 -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Дакумэнт нечакана скончыўся ўнутры элемэнту які адкрывае тэг." # glib/gmarkup.c:1626 -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -597,18 +597,18 @@ msgstr "" "атрыбуту: не пазначана значэньне атрыбуту" # glib/gmarkup.c:1633 -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Дакумэнт нечакана скончыўся ўнутры значэньня атрыбуту" # glib/gmarkup.c:1648 -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Дакумэнт нечакана скончыўся ўнутры элемэнту \"%s\" які закрывае тэг" # glib/gmarkup.c:1654 -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Дакумэнт нечакана скончыўся ўнутры камэнтару ці інструкцыі" @@ -632,7 +632,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1284,7 +1284,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1299,7 +1299,7 @@ msgstr "Невядомая можнасьць %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1338,7 +1338,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1351,10 +1351,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" @@ -1367,52 +1367,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1423,12 +1423,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1486,100 +1486,106 @@ msgstr "Недапушчальная назва праграмы: %s" msgid "Error getting filesystem info: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" # glib/gconvert.c:1729 -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Недапушчальная назва вузла" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Збой стварэньня файлу \"%s\": %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Збой стварэньня файлу \"%s\": %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Збой стварэньня файлу \"%s\": %s" +# glib/gdir.c:79 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s" + # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Памылка ў часе пераўтварэньня: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format @@ -1587,101 +1593,101 @@ msgid "Backup file creation failed" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" # glib/gmarkup.c:1615 -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Дакумэнт нечакана скончыўся ўнутры назвы атрыбуту" # glib/gdir.c:79 -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format 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:1720 +#: gio/glocalfileinfo.c:1801 #, 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:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Памылка ў часе пераўтварэньня: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" # glib/gmarkup.c:303 -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Памылка ў радку %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" @@ -1764,13 +1770,13 @@ msgstr "Не зьяўляецца звычайным файлам" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" # glib/gconvert.c:1729 -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Недапушчальная назва праграмы: %s" @@ -1780,17 +1786,17 @@ msgstr "Недапушчальная назва праграмы: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1868,7 +1874,7 @@ msgstr "Памылка чытаньня файлу \"%s\": %s" msgid "Error closing unix: %s" msgstr "Памылка ў радку %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/be@latin.po b/po/be@latin.po index a9286d2..ad13dd0 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-02-16 23:33+0200\n" "Last-Translator: Ihar Hrachyshka \n" "Language-Team: Belarusian Latin \n" @@ -18,76 +18,76 @@ msgstr "" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" # glib/gmarkup.c:1120 -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Niečakany atrybut '%s' dla elementu '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Atrybut '%s' elementu '%s' nia znojdzieny" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Niečakany značnik '%s', spadziavalisia značnika '%s'" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Niečakany značnik '%s' unutry '%s'" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Niemahčyma znajści pravilnaha fajłu zakładak u katalohach źviestak" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Zakładka dla URI '%s' užo isnuje" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Dla URI '%s' nia znojdziena zakładak" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Nie akreśleny typ MIME Å­ zakładcy dla URI '%s'" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Nie akreślili pryvatnaha ściažka Å­ zakładcy dla URI '%s'" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Nie akreślili hrup u zakładcy dla URI '%s'" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" "Nivodnaja aplikacyja pad nazvaj '%s' nie zarehistravała zakładki dla '%s'" # glib/gfileutils.c:745 -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Prablema z razhortvańniem radka zapusku '%s' z URI '%s'" @@ -180,7 +180,7 @@ msgid "Invalid hostname" msgstr "Niapravilnaja nazva kamputara" # glib/gdir.c:79 -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Pamyłka pry adčynieńni katalohu '%s': %s" @@ -353,25 +353,25 @@ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Niemahčyma zmapavać fajł '%s': funkcyja mmap() vyvieła: %s" # glib/gmarkup.c:219 -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Pamyłka Å­ %d radku pry znaku %d: " # glib/gmarkup.c:303 -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Pamyłka Å­ radku %d: %s" # glib/gmarkup.c:382 -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "Pusty zapis '&;' adÅ¡ukany; dapuščalnyja: & " < > '" # glib/gmarkup.c:392 -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -382,19 +382,19 @@ msgstr "" "kali hety znak nie pavinien pačynać adzinki, zamianicie jaho na znak &" # glib/gmarkup.c:428 -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Znak '%s' niedapuščalny Å­nutry nazvy adzinki" # glib/gmarkup.c:472 -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Nieviadomaja nazva adzinki '%s'" # glib/gmarkup.c:482 -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -403,7 +403,7 @@ msgstr "" "nia mieÅ­ aznačać pačatku adzinki — zamianicie jaho na &" # glib/gmarkup.c:528 -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -413,18 +413,18 @@ msgstr "" "znaku (naprykład ê) — mahčyma, ličba zavialikaja" # glib/gmarkup.c:553 -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Spasyłka na znak '%-.*s' nie źjaÅ­lajecca zapisam dazvolenaha znaku" # glib/gmarkup.c:570 -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Pustaja spasyłka na znak: u joj pavinien być numar, naprykład dž" # glib/gmarkup.c:580 -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -434,37 +434,37 @@ msgstr "" "nie dla paznačeńnia pačatku adzinki — u takim vypadku zamianicie jaho jak " "&" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "NiezavierÅ¡anaja spasyłka na adzinku" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "NiezavierÅ¡anaja spasyłka na znak" # glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896 -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Niapravilna kadavany tekst UTF-8 - zadoÅ­haja paśladoÅ­naść" # glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896 -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Niapravilna kadavany tekst UTF-8 - nie pačatkovy znak" # glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896 -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Niapravilna kadavany tekst UTF-8 - niapravilny \"%s\"" # glib/gmarkup.c:932 -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dakument musić pačynacca z elementu (naprykład )" # glib/gmarkup.c:970 -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -474,7 +474,7 @@ msgstr "" "pačynać nazvy adzinki" # glib/gmarkup.c:1033 -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -483,7 +483,7 @@ msgstr "" "DziÅ­ny znak '%s', čakaÅ­sia znak '>' dla zakančeńnia značnika elementu '%s'" # glib/gmarkup.c:1120 -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -491,7 +491,7 @@ msgstr "" "DziÅ­ny znak '%s', čakaÅ­sia znak '=' paśla nazvy atrybutu '%s' elementu '%s'" # glib/gmarkup.c:1161 -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -503,7 +503,7 @@ msgstr "" "niedapuščalny znak u nazovie atrybutu" # glib/gmarkup.c:1244 -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -513,7 +513,7 @@ msgstr "" "nadajecca značeńnie atrybutu '%s' elementu '%s'" # glib/gmarkup.c:1384 -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" # glib/gmarkup.c:1433 -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' byÅ­ začynieny, dziejna niama adčynienych elementaÅ­" # glib/gmarkup.c:1442 -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' byÅ­ začynieny, ale dziejna adčynieny '%s'" # glib/gmarkup.c:1574 -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dakument byÅ­ pusty albo Å­trymlivaÅ­ tolki prabieły" # glib/gmarkup.c:1588 -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Adrazu paśla znaku '%s' dakument niečakana skončyÅ­sia" # glib/gmarkup.c:1596 glib/gmarkup.c:1640 -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -565,7 +565,7 @@ msgstr "" "— '%s' byÅ­ apoÅ¡nim adčynienym elementam" # glib/gmarkup.c:1604 -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -575,22 +575,22 @@ msgstr "" "značnik <%s/>" # glib/gmarkup.c:1610 -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dakument niečakana skončyÅ­sia Å­nutry nazvy elementu" # glib/gmarkup.c:1615 -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dakument niečakana skončyÅ­sia Å­nutry nazvy atrybutu" # glib/gmarkup.c:1620 -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dakument niečakana skončyÅ­sia Å­nutry elementu, jaki adkryvaje značnik." # glib/gmarkup.c:1626 -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -599,18 +599,18 @@ msgstr "" "atrybutu: niama vartaści atrybutu" # glib/gmarkup.c:1633 -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dakument niečakana skončyÅ­sia Å­nutry vartaści atrybutu" # glib/gmarkup.c:1648 -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dakument niečakana skončyÅ­sia Å­nutry značnika zamykańnia elementu '%s'" # glib/gmarkup.c:1654 -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Dakument niečakana skončyÅ­sia Å­nutry kamentara albo instrukcyi" @@ -636,7 +636,7 @@ msgstr "" "Å¡ablon utrymlivaje elementy, jakija nie padtrymvajucca dla častkovaj " "adpaviadnaści" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "unutranaja pamyłka" @@ -1292,7 +1292,7 @@ msgstr "Funkcyi %s pieradadzieny nadta vialiki ličylnik" msgid "Stream is already closed" msgstr "Płyń užo začynienaja" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Aperacyja anulavanaja" @@ -1306,7 +1306,7 @@ msgstr "Nieviadomy typ" msgid "%s filetype" msgstr "typ fajłaÅ­ %s" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "typ %s" @@ -1346,7 +1346,7 @@ msgstr "Niemahčyma stvaryć kanfihuracyjny kataloh MIME %s dla karystalnika: %s msgid "Can't create user desktop file %s" msgstr "Niemahčyma stvaryć fajł stała %s dla karystalnika" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Asablivaje aznačeńnie dla %s" @@ -1359,10 +1359,10 @@ msgstr "pryłada nie zaimplementavała vysoÅ­vańnia (eject)" msgid "drive doesn't implement polling for media" msgstr "pryłada nie zaimplementavała apytańnia nośbitaÅ­ (poll)" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Aperacyja nie padtrymlivajecca" @@ -1375,52 +1375,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Źmiaščalnaje mantavańnie nie isnuje" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Niemahčyma skapijavać zamiest katalohu" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Niemahčyma skapijavać kataloh zamiest inÅ¡aha katalohu" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Metavy fajł isnuje" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Niemahčyma rekursiÅ­na skapijavać kataloh" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Padadzienaja niapravilnaja vartaść symbalnaj spasyłki" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Śmietnica nie padtrymlivajacca" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Nazvy fajłaÅ­ nia mohuć utrymlivać \"%c\"" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "masiÅ­ nie zaimplementavaÅ­ mantavańnia (mount)" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Nivodnaja aplikacyja nie zarehistravanaja dla pracy z hetym fajłam" @@ -1431,12 +1431,12 @@ msgid "Enumerator is closed" msgstr "Ličylnik začynieny" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "U fajłavaha ličylnika jość važkaja aperacyja" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Fajłavy ličylnik užo začynieny" @@ -1494,100 +1494,106 @@ msgstr "Niapravilnaja nazva fajłu %s" msgid "Error getting filesystem info: %s" msgstr "Pamyłka atrymańnia źviestak ab fajłavaj systemie: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Niemahčyma źmianić nazvu dla karaniovaha katalohu" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format 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:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Niapravilnaja nazva fajłu" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Pamyłka adčytańnia fajłu: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Pamyłka adčynieńnia fajłu: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Niemahčyma adčynić kataloh" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Pamyłka vydaleńnia fajłu: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Pamyłka vykidańnia Å­ śmietnicu fajłu: %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Niemahčyma stvaryć kataloh śmietnicy %s: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Niemahčyma znajści najvyÅ¡ejÅ¡y kataloh dziela śmiećcia" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format 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:1781 +#: gio/glocalfile.c:1863 #, 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:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Niemahčyma vykinuć u śmietnicu fajł: %s" +# glib/gdir.c:79 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Pamyłka pry adčynieńni katalohu '%s': %s" + # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Pamyłka stvareńnia symbalnaj spasyłki: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Pamyłka pieranosu fajłu: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Niemahčyma pieranieści kataloh zamiest inÅ¡aha katalohu" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format @@ -1595,103 +1601,103 @@ msgid "Backup file creation failed" msgstr "NiaÅ­dałaje stvareńnie zapasnoha fajłu" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Pamyłka vydaleńnia metavaha fajłu: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Pieranos pamiž punktami mantavańnia nie padtrymlivajecca" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Vartaść atrybutu musić być nia-NULL" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Niapravilny typ atrybutu (čakaÅ­sia tekstavy radok)" # glib/gmarkup.c:1615 -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Niapravilnaja nazva paÅ¡yranaha atrybutu" # glib/gdir.c:79 -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Pamyłka akreśleńnia paÅ¡yranaha atrybutu '%s': %s" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Pamyłka atrymańnia stat() dla fajłu '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (niapravilnaje kadavańnie)" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Pamyłka atrymańnia stat() dla fajłavaha deskryptara: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Niapravilny typ atrybutu (čakaÅ­sia uint32)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Niapravilny typ atrybutu (čakaÅ­sia uint64)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format 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:1720 +#: gio/glocalfileinfo.c:1801 #, 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:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Pamyłka akreśleńnia ŭładalnika: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symbalnaja spasyłka musić być nia-NULL" # glib/gmarkup.c:303 -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Pamyłka akreśleńnia symbalnaj spasyłki: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" "Pamyłka akreśleńnia symbalnaj spasyłki: fajł nie źjaÅ­lajecca symbalnaj " "spasyłkaj" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Akreśleńnie atrybutu %s nie padtrymlivajecca" @@ -1774,13 +1780,13 @@ msgstr "Metavy fajł nia prosty" msgid "The file was externally modified" msgstr "Fajł byÅ­ źmienieny zvonku" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Akreśleny niapravilny GSeekType" # glib/gconvert.c:1729 -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Niapravilnaja zapyt pieraskoku Å­ fajle" @@ -1790,17 +1796,17 @@ msgstr "Niapravilnaja zapyt pieraskoku Å­ fajle" msgid "Cannot truncate GMemoryInputStream" msgstr "Niemahčyma padrezać GMemoryInputStream" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Dasiahnuta maksymalnaje abmiežavańnie masiva źviestak" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Nielha źmianiać pamier płyni vyjścia Å­ pamiaci" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Nie Å­dałosia źmianić pamier płyni vyjścia Å­ pamiaci" @@ -1880,7 +1886,7 @@ msgstr "Pamyłka adčytańnia z unix: %s" msgid "Error closing unix: %s" msgstr "Pamyłka začynieńnia unix: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Korań fajłavaj systemy" diff --git a/po/bg.po b/po/bg.po index d73b247..ee37f83 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-05-08 23:06+0300\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-05-08 07:52+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -16,323 +16,322 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: ../glib/gbookmarkfile.c:728 ../glib/gbookmarkfile.c:805 -#: ../glib/gbookmarkfile.c:884 ../glib/gbookmarkfile.c:931 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Неочакван атрибут „%s“ на елемента „%s“" -#: ../glib/gbookmarkfile.c:739 ../glib/gbookmarkfile.c:816 -#: ../glib/gbookmarkfile.c:826 ../glib/gbookmarkfile.c:942 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Атрибутът „%s“ на елемента „%s“ не е открит" -#: ../glib/gbookmarkfile.c:1112 ../glib/gbookmarkfile.c:1177 -#: ../glib/gbookmarkfile.c:1241 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Неочакван етикет „%s“, очакваше се „%s“" -#: ../glib/gbookmarkfile.c:1137 ../glib/gbookmarkfile.c:1151 -#: ../glib/gbookmarkfile.c:1219 ../glib/gbookmarkfile.c:1271 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Неочакван етикет „%s“ вътре в „%s“" -#: ../glib/gbookmarkfile.c:1798 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Не може да се открие валиден файл с отметки в папките с данни" -#: ../glib/gbookmarkfile.c:1999 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Вече съществува отметка за адреса „%s“" -#: ../glib/gbookmarkfile.c:2045 ../glib/gbookmarkfile.c:2202 -#: ../glib/gbookmarkfile.c:2287 ../glib/gbookmarkfile.c:2367 -#: ../glib/gbookmarkfile.c:2452 ../glib/gbookmarkfile.c:2535 -#: ../glib/gbookmarkfile.c:2613 ../glib/gbookmarkfile.c:2692 -#: ../glib/gbookmarkfile.c:2734 ../glib/gbookmarkfile.c:2831 -#: ../glib/gbookmarkfile.c:2957 ../glib/gbookmarkfile.c:3147 -#: ../glib/gbookmarkfile.c:3223 ../glib/gbookmarkfile.c:3388 -#: ../glib/gbookmarkfile.c:3477 ../glib/gbookmarkfile.c:3567 -#: ../glib/gbookmarkfile.c:3694 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Не е открита отметка за адреса „%s“" -#: ../glib/gbookmarkfile.c:2376 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Не е указан видът MIME в отметката за адреса „%s“" -#: ../glib/gbookmarkfile.c:2461 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Не е зададен флаг за лични данни в отметката за адреса „%s“" -#: ../glib/gbookmarkfile.c:2840 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Не са зададени групи в отметката за адреса „%s“" -#: ../glib/gbookmarkfile.c:3241 ../glib/gbookmarkfile.c:3398 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Никое приложение „%s“ не е регистрирало отметка за „%s“" -#: ../glib/gbookmarkfile.c:3421 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Неуспех при дописването на реда за изпълнение „%s“ с адреса „%s“" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Преобразуването от набора знаци „%s“ към „%s“ не се поддържа" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не може да се отвори конвертор от „%s“ към „%s“" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Грешна байтова последователност на входа за преобразуване" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Грешка по време на преобразуване: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Непълна знакова последователност в края на входните данни" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Заместващият знак „%s“ не може да бъде преобразуван към знак от набора „%s“" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "Адресът „%s“ не е абсолютен при използване на схемата „file“ (файлова " "система)" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Адресът „%s“ на локален файл не може да включва „#“" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "Адресът „%s“ е неправилен" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Името на хоста в адреса „%s“ е неправилно" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Адресът „%s“ съдържа грешни екраниращи последователности" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Пътят „%s“ не е абсолютен" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Неправилно име на хост" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Грешка при отваряне на папка „%s“: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Неуспех при заделянето на %lu байта за четене на файла „%s“" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Грешка при четене на файл „%s“: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Неуспех при четене от файл „%s“: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Неуспех при отваряне на файл „%s“: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Неуспех при получаване на атрибутите на файл „%s“: неуспешно изпълнение на " "fstat(): %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "" "Неуспех при отваряне на файл „%s“: неуспешно изпълнение на fdopen(): %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Неуспех при преименуване на файл „%s“ на „%s“: неуспешно изпълнение на " "g_rename(): %s" -#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Неуспех при създаване на файл „%s“: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Неуспех при отваряне на файл „%s“ за писане: неуспешно изпълнение на fdopen" "(): %s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Неуспех при запис на файл „%s“: неуспешно изпълнение на fwrite(): %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "" "Неуспех при затваряне на файл „%s“: неуспешно изпълнение на fclose(): %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Неуспех при изтриването на съществуващия файл „%s“: неуспешно изпълнение на " "g_unlink(): %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Шаблонът „%s“ е неправилен, не трябва да съдържа „%s“" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Шаблонът „%s“ не съдържа XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u байт" msgstr[1] "%u байта" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Неуспех при четене на символната връзка „%s“: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Символни връзки не се поддържат" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Не може да се отвори конвертор от „%s“ към „%s“: %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Не може да се чете от g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "В буфера за четене останаха непреобразувани данни" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Каналът прекъсна на непълен знак" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Не може да се чете от g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Неуспех при отваряне на файл „%s“: неуспешно изпълнение на open(): %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "" "Неуспех при отваряне на файл в паметта „%s“: неуспешно изпълнение на mmap(): " "%s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Грешка на ред %d, знак %d: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Грешка на ред %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Намерена е празна заместваща последователност: „&;“. Валидни " "последователности са: „&“, „"“, „<“, „>“, „'“" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -343,17 +342,17 @@ msgstr "" "започва със знака „&“. Ако той не трябва да започва заместваща " "последователност, той може да се екранира така: „&“" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Знакът „%s“ не може да се съдържа в заместваща последователност" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Заместващата последователност „%s“ е неизвестна" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -362,7 +361,7 @@ msgstr "" "амперсанд, без той да е начало на заместваща последователност. Представете " "амперсанда чрез „&“" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -371,16 +370,16 @@ msgstr "" "Грешка при анализ на „%-.*s“, което трябва да е число в указател на знак " "(напр. ê). Вероятно числото е твърде голямо" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Указателят на знак „%-.*s“ не представя разрешен знак при декодиране" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Празен указател на знак. Трябва да включва число, напр. dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -390,32 +389,32 @@ msgstr "" "без той да е начало на заместваща последователност. Представете амперсанда " "чрез „&“" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Незавършена заместваща последователност" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Незавършен указател на знак" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Неправилно кодиран текст в UTF-8 — прекалено дълга последователност" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Неправилно кодиран текст в UTF-8 — не може да се започва с този знак" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Неправилно кодиран текст в UTF-8 — „%s“ е грешен" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Документът трябва да започва с елемент (напр. )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -423,7 +422,7 @@ msgid "" msgstr "" "„%s“ е неправилен знак след „<“. Името на елемент не може да започне с него" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -432,7 +431,7 @@ msgstr "" "Неподходящ знак „%s“, очаква се отварящият етикет на елемент „%s“ да завърши " "с „>“" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -440,7 +439,7 @@ msgstr "" "Неподходящ знак „%s“, очаква се „=“ след името на атрибут „%s“ на елемент „%" "s“" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -451,7 +450,7 @@ msgstr "" "завърши със знак „>“ или „/“, или евентуално да продължи с атрибут. Най-" "вероятно използвате неправилен знак в името на атрибут" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -460,7 +459,7 @@ msgstr "" "Неподходящ знак „%s“, очаква се знакът „\"“ след знака за равенство, когато " "се присвоява стойност на атрибута „%s“ на елемент „%s“" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '“" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Елементът „%s“ е затворен, няма текущо отворен елемент" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Елементът „%s“ е затворен, но текущо е отворен елемент „%s“" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Документът е празен или съдържа само празни знаци" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Документът завършва неочаквано веднага след отваряща счупена скоба — „<“" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -505,7 +504,7 @@ msgstr "" "Документът завършва неочаквано — има отворени елементи. Последно отворен е „%" "s“" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -514,19 +513,19 @@ msgstr "" "Документът завършва неочаквано, очаква се затваряща счупена скоба да завърши " "етикета <%s/>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Документът завършва неочаквано в името на елемент" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Документът завършва неочаквано в името на атрибут" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Документът завършва неочаквано в отварящ етикет на елемент " -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -534,401 +533,399 @@ msgstr "" "Документът завършва неочаквано след знака за равенство следващ името на " "атрибута. Атрибутът няма стойност" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Документът завършва неочаквано вътре в стойността на атрибут" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Документът завършва неочаквано в затварящия етикет на елемент „%s“" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 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:1963 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "вътрешна грешка" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "обратните указатели не се поддържат като условие при частично съвпадение" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "прекалено дълбока рекурсия" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "границата на работното пространство за празни поднизове е достигната" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "неправилна комбинация от флагове за нов ред" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "непозната грешка" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "„\\“ в края на шаблон" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "„\\c“ в края на шаблон" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "след „\\“ следва непознат знак" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "тук не са позволени екранирания за промяна на регистъра („\\l“, „\\L“, " "„\\u“, „\\U“)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "числата не са в правилен ред в определението за брой с „{}“" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "прекалено голямо число в определението за брой с „{}“" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "липсва завършващ знак „]“ за клас от знаци" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "грешна екранираща последователност в класа от знаци" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "знаците са в неправилен ред в класа от знаци" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "няма какво да се повтори" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "непознат знак след „(?“" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "непознат знак след „(?<“" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "непознат знак след „(?P“" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "именованите класове от POSIX се поддържат само в клас" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "липсва завършваща „)“" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr "„)“ без отваряща „(“" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "„(?R“ или „(?[+-]цифри“ трябва да се следват от „)“" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "указател към несъществуващ подшаблон" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "липсваща „)“ след коментар" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "регулярният израз е прекалено голям" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "неуспех при получаването на памет" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "предположението за преглед назад не е с постоянна дължина" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "неправилен номер или име след „(?(“" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "условната група съдържа повече от две разклонения" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "очаква се предположение след „(?(“" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "непознато име на клас по POSIX" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "не се поддържат елементи на POSIX за подредба" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "знаковата стойност в последователността „\\x{…}“ е прекалено голяма" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "неправилно условие „(?(0)“" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "предположението за преглед назад не може да съдържа „\\C“" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "рекурсивно извикване може да доведе до безкраен цикъл" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "липсва краен знак в име на подшаблон" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "два именовани подшаблона са с еднакво име" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "неправилни последователности „\\P“ или „\\p“" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "непознато име на свойство след „\\P“ или „\\p“" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "името на подшаблон е прекалено дълго (максимално е 32 знака)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "прекалено много именовани подшаблони (максимумът е 10 000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "осмичната стойност е по-голяма от „\\377“" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "групата DEFINE съдържа повече от едно разклонение" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "не можете да повторите група DEFINE" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "несъвместими опции за нов ред" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "„\\g“ не е последвано от име във фигурни скоби или число различно от „0“ " "евентуално във фигурни скоби" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "неочаквано повторение" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "препълване на кода" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "надхвърлено е работното пространство за компилация" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "не е открит указан предварително проверен подшаблон" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Грешка %2$s при напасването на регулярния израз — %1$s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "Библиотеката PCRE е компилирана без поддръжка на UTF-8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Библиотеката PCRE е компилирана без поддръжка на настройки в UTF-8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Грешка при компилирането на регулярния израз %s, знак %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Грешка при оптимизирането на регулярния израз %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "очаква се шестнайсетично число или „}“" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "очаква се шестнайсетично число" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "в символния указател липсва „<“" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "незавършен символен указател" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "символен указател с нулева дължина" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "очаква се цифра" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "неправилен символен указател" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "в края има един знак „\\“ в повече" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "непозната екранираща последователност" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Грешка при анализа на текста за замяна „%s“, знак %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Цитиран текст не започва със знака „\"“" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format 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 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Текстът е празен (или съдържа само празни знаци)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Неуспех при четене на данни от дъщерен процес" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Неуспех при създаването на канал за комуникация с дъщерен процес (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Неуспех при четене от дъщерен канал (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Неуспех при промяна към папка „%s“ (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Неуспех при изпълнение на дъщерен процес (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Неправилно име на програма: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Невалиден низ във вектора с аргументи на позиция %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Неправилен низ в средата: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Неправилна работна папка: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Неуспех при изпълнение на програмата за помощта (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -937,149 +934,149 @@ msgstr "" "Неочаквана грешка в g_io_channel_win32_poll() при четене на данни от дъщерен " "процес" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Неуспех при четене на данни от дъщерен процес (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Неочаквана грешка в select() при четене на данни от дъщерен процес (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Неочаквана грешка в waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Неуспешно разклоняване (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Неуспех при изпълнение на дъщерен процес „%s“ (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Неуспех при пренасочване на изхода или входа на дъщерен процес (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Неуспех при разклоняване на дъщерен процес (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Неизвестна грешка при изпълнение на дъщерен процес „%s“" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Неуспех при четенето на достатъчно данни от канала на дъщерен процес (с " "идентификатор %s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Знак извън обхвата на UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Неправилна последователност на входа за преобразуване" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Знак извън обхвата на UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Употреба:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[ОПЦИЯ…]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Настройки на помощта:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Показване на настройките на помощта" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Показване на всички настройки на помощта" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Настройки на приложението:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Не може да се анализира целочислената стойност „%s“ за %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" "Целочислената стойност „%s“ за %s е извън интервала на допустимите стойности" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "" "Не може да се анализира стойността с повишена точност double „%s“ за %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "" "Стойността с повишена точност — double „%s“ за %s е извън интервала на " "допустимите стойности" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Грешка при анализа на опцията: %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Липсва аргумент за %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Непозната опция %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Не може да се открие валиден файл с ключове в папките с данни" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Не е обикновен файл" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Файлът е празен" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1087,51 +1084,51 @@ msgstr "" "Ключовият файл съдържа реда „%s“, който не е нито двойка ключ-стойност, нито " "група, нито коментар" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Неправилно име на група: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Ключовият файл не започва с група" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Неправилно име на ключ: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Ключовият файл съдържа неподдържаното кодиране „%s“" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Ключовият файл не съдържа групата „%s“" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Ключовият файл не съдържа ключа „%s“" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Ключовият файл съдържа ключ „%s“ със стойност „%s“, която не е в UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ключовият файл съдържа ключа „%s“, чиято стойност не може да бъде " "анализирана." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1140,129 +1137,125 @@ msgstr "" "Ключовият файл съдържа ключа „%s“ в групата „%s“, чиято стойност не може да " "бъде анализирана." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ключовият файл не съдържа ключа „%s“ в групата „%s“" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Ключовият файл съдържа екранираща последователност в край на ред" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Ключовият файл съдържа грешна екранираща последователност — „%s“" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Стойността „%s“ не може да се интерпретира като число." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Целочислената стойност „%s“ е извън интервала на допустими стойности" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" "Стойността „%s“ не може да се интерпретира като число с плаваща запетая." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Стойността „%s“ не може да се интерпретира като булева." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "Подадена е прекалено голяма стойност на %s" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Потокът вече е затворен" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1956 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Действието е прекратено" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Непознат вид" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "Вид на файла %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "Вид на %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Неочаквано ранен край на поток" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без име" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Във файла .desktop липсва поле за изпълнение" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Не може да се открие терминал за приложението" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не може да се създаде папката с потребителските настройки %s: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не може да се създаде папката с настройките за MIME %s: %s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Не може да се създаде файл .desktop — „%s“" -#: ../gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Потребителска дефиниция за %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "устройството не поддържа изваждане" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "устройството не поддържа следене за носител" -#: ../gio/gfile.c:811 ../gio/gfile.c:1039 ../gio/gfile.c:1172 -#: ../gio/gfile.c:1403 ../gio/gfile.c:1456 ../gio/gfile.c:1512 -#: ../gio/gfile.c:1594 ../gio/gfile.c:2651 ../gio/gfile.c:2696 -#: ../gio/gfile.c:2746 ../gio/gfile.c:2786 ../gio/gfile.c:3110 -#: ../gio/gfile.c:3512 ../gio/gfile.c:3595 ../gio/gfile.c:3678 -#: ../gio/gfile.c:3758 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Действието не се поддържа" @@ -1275,93 +1268,93 @@ 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:1291 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Съдържащият монтиран обект не съществува" -#: ../gio/gfile.c:1933 ../gio/glocalfile.c:2106 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Не може да се копира върху папка" -#: ../gio/gfile.c:1993 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Папка не може да се копира върху папка" -#: ../gio/gfile.c:2001 ../gio/glocalfile.c:2115 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Целевият файл съществува" -#: ../gio/gfile.c:2019 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Папката не може да се копира рекурсивно" -#: ../gio/gfile.c:2736 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Зададена е неправилна стойност на символна връзка" -#: ../gio/gfile.c:2829 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Не се поддържа кошче" -#: ../gio/gfile.c:2876 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Файловите имена не могат да съдържат „%c“" -#: ../gio/gfile.c:4809 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "томът не поддържа монтиране" -#: ../gio/gfile.c:4917 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Не е регистрирано приложение за обработка на този вид файлове" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Броячът е затворен" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:426 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Файловият брояч все още е е привършил" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Файловият брояч вече е затворен" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Потокът не поддържа запитване за информация" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Търсенето не се поддържа от потока" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Входният поток не може да се съкращава" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Потокът не може да се съкращава" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Входният поток не поддържа четене" @@ -1372,300 +1365,305 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Действията върху потока не са привършили" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" "Стандартният датчик за монтиране на локални папки не може да се открие " -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Неправилно име на файл: %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при получаване на информация за файловата система: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Кореновата папка не може да се преименува" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Файлът не може да се преименува — съществува друг файл с такова име" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1985 ../gio/glocalfile.c:2014 -#: ../gio/glocalfile.c:2168 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Неправилно име на файл" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Грешка при преименуване на файл: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Грешка при отваряне на файл: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Папката не може да бъде отворена" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1989 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Грешка при изтриване на файл: %s" -#: ../gio/glocalfile.c:1678 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Грешка при преместване на файл в кошчето: %s" -#: ../gio/glocalfile.c:1701 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Неуспех при създаване на папката за кошче „%s“: %s" -#: ../gio/glocalfile.c:1722 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Не може да се открие най-горната папка за кошче" -#: ../gio/glocalfile.c:1801 ../gio/glocalfile.c:1821 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Не може да се създаде папката за кошче" -#: ../gio/glocalfile.c:1855 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Неуспех при създаване на файл с информация за кошчето: %s" -#: ../gio/glocalfile.c:1880 ../gio/glocalfile.c:1955 ../gio/glocalfile.c:1962 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Неуспех при преместване на файл в кошчето: %s" -#: ../gio/glocalfile.c:2018 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Грешка при отваряне на папка „%s“: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при създаване на символна връзка: %s" -#: ../gio/glocalfile.c:2078 ../gio/glocalfile.c:2172 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Грешка при преместване на файл: %s" -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Папка не може да бъде преместена върху папка" -#: ../gio/glocalfile.c:2128 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Неуспешно създаване на резервен файл" -#: ../gio/glocalfile.c:2147 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Грешка при премахване на целевия файл: %s" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Не се поддържа местене между монтирани местоположения" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Стойността на атрибут не трябва да е NULL" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Неправилен вид на атрибут (очакваше се низ)" -#: ../gio/glocalfileinfo.c:730 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Неправилно име на допълнителен атрибут" -#: ../gio/glocalfileinfo.c:770 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Грешка при задаване на допълнителен атрибут „%s“: %s" -#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Грешка при получаване на състоянието на файл „%s“: %s" -#: ../gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (неправилно кодиране)" -#: ../gio/glocalfileinfo.c:1693 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при получаване на състоянието на файловия дескриптор: %s" -#: ../gio/glocalfileinfo.c:1738 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Неправилен вид на атрибут (очакваше се uint32)" -#: ../gio/glocalfileinfo.c:1756 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Неправилен вид на атрибут (очакваше се uint64)" -#: ../gio/glocalfileinfo.c:1775 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Неправилен вид на атрибут (очакваше се низ от байтове)" -#: ../gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Грешка при задаване на правата за достъп: %s" -#: ../gio/glocalfileinfo.c:1852 ../gio/glocalfileinfo.c:2020 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Грешка при задаване на собственик: %s" -#: ../gio/glocalfileinfo.c:1875 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "символната връзка трябва да не е NULL" -#: ../gio/glocalfileinfo.c:1885 ../gio/glocalfileinfo.c:1904 -#: ../gio/glocalfileinfo.c:1915 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Грешка при задаване на символна връзка: %s" -#: ../gio/glocalfileinfo.c:1894 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "Грешка при задаване на символна връзка: файлът не е такава" -#: ../gio/glocalfileinfo.c:2075 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Не се поддържа задаването на атрибута %s" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Грешка при четене от файл: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Грешка при търсене във файл: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Грешка при затваряне на файл: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Стандартният датчик за локални файлове не може да се открие " -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Грешка при запис във файл: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Грешка при премахване на стара, резервна връзка: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Грешка при създаване на резервно копие: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Грешка при преименуване на временен файл: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Грешка при съкращаване на файл: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Грешка при отваряне на файла „%s“: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Целевият файл е папка" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Целевият файл не е обикновен файл" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "Файлът бе променен от външно приложение" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Зададен е неправилен GSeekType" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Неправилна заявка за търсене" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream не може да се съкрати" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Стигнат е максималният размер на масив за данни" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Изходящият поток в паметта не може да бъде преоразмерен" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Неуспех при преоразмеряването на изходящия поток в паметта" @@ -1673,55 +1671,55 @@ msgstr "Неуспех при преоразмеряването на изход #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "монтираният обект не поддържа демонтиране" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "монтираният обект не поддържа изваждане" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "монтираният обект не поддържа повторно монтиране" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Изходният поток не поддържа запис" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Изходният поток вече е затворен" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "име" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Името на иконата" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "имена" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Масив с имена на икони" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "използване на стандартните резервни настройки" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1730,64 +1728,64 @@ msgstr "" "съкращаване на името при знаците „-“. Ако са дадени множество имена, се " "взема само първото." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Грешка при четене от ЮНИКС: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Грешка при затваряне на ЮНИКС: %s" -#: ../gio/gunixmounts.c:1790 ../gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Коренова папка на файловата система" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Грешка при запис към ЮНИКС: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "томът не поддържа изваждане" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Приложението не може да бъде открито" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Грешка при стартиране на приложение: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "Не се поддържат такива адреси" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "не се поддържа промяна на асоциациите при win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Не се поддържа създаването на асоциации при win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "елементите да не се скриват" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "ползване на дълъг формат" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[ФАЙЛ…]" diff --git a/po/bn.po b/po/bn.po index ec6254b..0795ad8 100644 --- a/po/bn.po +++ b/po/bn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2006-08-31 21:21+0600\n" "Last-Translator: Khandakar Mujahidul Islam \n" "Language-Team: Bengali \n" @@ -17,74 +17,74 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "অপ্রত্যাশিত '%s' বৈশিষ্ট্য '%s' বস্তুর জন্য উল্লিখিত হয়েছে" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "%s' বৈশিষ্ট্য '%s' বস্তুর ক্ষেত্রে পাওয়া যায়নি" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "অপ্রত্যাশিত ট্যাগ '%s', ট্যাগ '%s' প্রত্যাশিত" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "অপ্রত্যাশিত '%s' ট্যাগ '%s'-র মধ্যে" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "data dir'র মধ্যে বৈধ বুকমার্ক ফাইল পাওয়া যায় নি" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI '%s'-র জন্য বুকমার্ক বর্তমানে উপস্থিত রয়েছে" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s'-র জন্য বুকমার্ক পাওয়া যায় নি" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে MIME'র ধরন নির্ধারিত হয় নি" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে ব্যক্তিগত ফ্ল্যাগ চিহ্ন দেওয়া হয় নি" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে দল নির্ধারণ করা হয় নি" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয় নি" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "প্রতীকি লিংক '%s' পড়তে ব্যর্থ: %s" @@ -159,7 +159,7 @@ msgstr "পথনাম '%s' একটি আপেক্ষিক পথ" msgid "Invalid hostname" msgstr "ভুল হোস্ট নাম" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s" @@ -301,22 +301,22 @@ msgstr "ফাইল '%s' খুলতে ব্যর্থ: open() ব্য msgid "Failed to map file '%s': mmap() failed: %s" msgstr "ফাইল '%s' ম্যাপ করতে ব্যর্থ: mmap() ব্যর্থ: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "লাইন %d ক্যর %d এ ভুল: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "লাইন %d এ ভুল: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "শূন্য '&;' দেখা গিয়েছে; গ্রহনযোগ্য হচ্ছে: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -326,17 +326,17 @@ msgstr "" "কোন বস্তু (entity) এর নামের শুরুতে '%s' অক্ষরটি গ্রহনযোগ্য নয়; & অক্ষরটি একটি বস্তুর " "নাম শুরু করে; এই এমপারস্যান্ড যদি কোনো বস্তু না হয়, তাহলে এটাকে & হিসাবে লিখুন" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "'%s' অক্ষরটি কোনো বস্তুর মাঝখানে গ্রহনযোগ্য নয়" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "'%s' নামের বস্তুটি অজানা" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -344,7 +344,7 @@ msgstr "" "একটি বস্তু (entity) সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন " "বস্তু শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এস্কেপ এমপারস্যান্ড কে লিখুন &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -353,16 +353,16 @@ msgstr "" "পার্স করতে অক্ষম '%-.*s', যা অক্ষর তথ্যসূত্র অভ্যন্তরে একটি অংক (উদাহরণ সরূপ; ê) " "- হয়তোবা অংকটি অতি দীর্ঘ" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "অক্ষর তথ্যসূত্র '%-.*s' অনুমতিপ্রাপ্ত অক্ষর এনকোড করেনা" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "শূন্য অক্ষরের রেফারেন্স; dž এর মত সংখা থাকতে হবে" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -371,41 +371,41 @@ msgstr "" "অক্ষরের রেফারেন্স সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন বস্তু " "শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এস্কেপ এমপারস্যান্ড কে লিখুন &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "অসম্পূর্ণ বস্তুর রেফারেন্স" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "অসম্পূর্ণ অক্ষরের রেফারেন্স" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "ডকুউমেন্ট একটি এলিমেন্ট দিয়ে শুরু " -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "'<' অক্ষরটির পরে '%s' গ্রহনযোগ্য নয়; এটি কোন এলিমেন্টের নাম শুরু করতে পারেনা" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -413,7 +413,7 @@ msgid "" msgstr "" "অসামঞ্জস্যকর অক্ষর '%s', এলিমেন্ট '%s' এর ট্যগ শেষ করার জন্য '>' অক্ষরটি আশা করা হয়" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -421,7 +421,7 @@ msgstr "" "বেজোড় অক্ষর '%1$s', এলিমেন্ট '%3$s' এর অ্যাট্রিবিউট নাম '%2$s' এর পর একটি '=' " "প্রত্যাশিত" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -432,7 +432,7 @@ msgstr "" "প্রত্যাশিত, অথবা একটি ঐচ্ছিক অ্যাট্রিবিউট; সম্ভবত আপনি বৈশিষ্ট্য নামে অবৈধ অক্ষর " "ব্যবহার করেছেন" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -441,7 +441,7 @@ msgstr "" "বেজোড় অক্ষর '%1$s', এলিমেন্ট '%3$s' এর অ্যাট্রিবিউট নাম '%2$s' এর মান দেয়ার সময়, " "'=' চিহ্নটির পর একটি খোলা উদ্ধৃতি চিহ্ন আব্যশক" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, এখন খোলা এলিমেন্ট নেই" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, কিন্তু এখন '%s' এলিমেন্টটি খোলা" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "ডকুউমেন্ট শূণ্য ছিল অথবা সুধু ওয়াইটস্পেইস ছিল" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "একটি কোণ বন্ধনী '<' খোলা থাকায় নথী অপ্রত্যাশিতভাবে শেষ হয়েছে" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -485,7 +485,7 @@ msgid "" msgstr "" "উপাদান খোলা অবস্থায় নথী অপ্রত্যাশিতভাবে শেষ হয়েছে - '%s' ছিল শেষ খোলা উপাদান" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -494,19 +494,19 @@ msgstr "" "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে, প্রত্যাশিতভাবে দৃষ্ট কারণ একটি কোণ বন্ধনী যার শেষে <%" "s/> ট্যাগ রয়েছে" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "একটি এলিমেন্ট নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "একটি এলিমেন্ট-ওপেনিং ট্যাগ অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -514,16 +514,16 @@ msgstr "" "বৈশিষ্ট্য নাম অনুসরণকরী সমান চিহ্নের পর নথী অপ্রত্যাশিতভাবে শেষ হয়েছে; কোন বৈশিষ্ট্য " "মান নয়" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "একটি বৈশিষ্ট্য মান এর অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে উপাদান '%s' এর বন্ধ ট্যাগ এর অভ্যন্তরে" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে একটি মন্তব্য বা প্রসেসরত নির্দেশের অভ্যন্তরে" @@ -547,7 +547,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1151,7 +1151,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1166,7 +1166,7 @@ msgstr "অজানা অপশন %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1205,7 +1205,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1218,10 +1218,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" @@ -1234,52 +1234,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয় নি" @@ -1290,12 +1290,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1351,181 +1351,186 @@ msgstr "প্রোগ্রামের নাম অবৈধ: %s" msgid "Error getting filesystem info: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "ভুল হোস্ট নাম" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%s বিকল্প পার্স করতে ব্যর্থ" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "লাইন %d এ ভুল: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" @@ -1598,12 +1603,12 @@ msgstr "একটি নিয়মিত ফাইল নহে" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "প্রোগ্রামের নাম অবৈধ: %s" @@ -1613,17 +1618,17 @@ msgstr "প্রোগ্রামের নাম অবৈধ: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1698,7 +1703,7 @@ msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" msgid "Error closing unix: %s" msgstr "লাইন %d এ ভুল: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/bn_IN.po b/po/bn_IN.po index b41a181..bc69bcd 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-10 12:49+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali INDIA \n" @@ -22,74 +22,74 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "অপ্রত্যাশিত '%s' বৈশিষ্ট্য '%s' বস্তুর জন্য উল্লিখিত হয়েছে" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%s' বৈশিষ্ট্য '%s' বস্তুর ক্ষেত্রে পাওয়া যায়নি" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "অপ্রত্যাশিত ট্যাগ '%s', ট্যাগ '%s' প্রত্যাশিত" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "অপ্রত্যাশিত '%s' ট্যাগ '%s'-র মধ্যে" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "data dir'র মধ্যে বৈধ বুকমার্ক ফাইল পাওয়া যায়নি" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI '%s'-র জন্য বুকমার্ক বর্তমানে উপস্থিত রয়েছে" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s'-র জন্য বুকমার্ক পাওয়া যায়নি" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে MIME'র ধরন নির্ধারিত হয়নি" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে ব্যক্তিগত ফ্ল্যাগ চিহ্ন দেওয়া হয়নি" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে দল নির্ধারণ করা হয়নি" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয়নি" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec পংক্তি '%s'-টি URI '%s' সহ প্রসারণ করতে ব্যর্থ" @@ -164,7 +164,7 @@ msgstr "'%s' পাথটি সুনিশ্চিত নয়" msgid "Invalid hostname" msgstr "হোস্ট-নেম বৈধ নয়" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "'%s' ডিরেক্টরি খুলতে ব্যর্থ: %s" @@ -305,23 +305,23 @@ msgstr "'%s' খুলতে ব্যর্থ: open() বিফল: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' ফাইল ম্যাপ করতে ব্যর্থ: mmap() বিফল: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "পংক্তি %d অক্ষর %d'এ ত্রুটি: " -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "পংক্তি %d'এ ত্রুটি: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "তথ্যবিহীন স্বত্বা '&;' প্রদর্শিত; বৈধ স্বত্বা হল: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -332,17 +332,17 @@ msgstr "" "এই অ্যাম্পারসেন্ড চিহ্নটি স্বত্বার ক্ষেত্রে ব্যবহৃত না হলে & রূপে এটিকে এস্কেপ করানো " "যাবে" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "স্বতার নামে '%s' অক্ষরের ব্যবহার বৈধ নয়" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "'%s' নামের স্বত্বা অজানা" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -350,7 +350,7 @@ msgstr "" "স্বত্বার নাম সেমিকোলোন চিহ্ন দ্বারা সমাপ্ত হয়নি; সম্ভবত আপনি স্বত্বা হিসাবে ব্যবহারের " "উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - & রূপে এম্পারসেন্ড এস্কেপ করানো যাবে" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -359,16 +359,16 @@ msgstr "" "'%-.*s' পার্স করতে ব্যর্থ, এটি কোনো অক্ষরের রেফারেন্সের মধ্যে একটি সংখ্যা হওয়া উচিত " "(উদাহরণস্বরূপ ê) - সম্ভবত সংখ্যাটি অত্যাধিক বড়" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "'%-.*s' অক্ষরের রেফারেন্সের মধ্যে অনুমোদিত অক্ষর এনকোড করা হয়নি" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "অক্ষর রেফারেন্স ফাঁকা; dž'র অনুরূপ সংখ্যা উপস্থিত আবশ্যক" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -378,32 +378,32 @@ msgstr "" "ব্যবহারের উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - & রূপে এম্পারসেন্ড এস্কেপ " "করানো যাবে" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "স্বত্বার রেফারেন্স অসম্পূর্ণ" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "অক্ষরের রেফারেন্স অসম্পূর্ণ" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - অত্যাধিক লম্বা পংক্তি" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - প্রারম্ভিক অক্ষর নয়" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - বৈধ '%s' নয়" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "নথি কোনো এলিমেন্ট দ্বারা আরম্ভ হওয়া আবশ্যক (উদাহরণস্বরূপ )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -411,7 +411,7 @@ msgid "" msgstr "" "'<' অক্ষরের পরে '%s'-র ব্যবহার বৈধ নয়; এর দ্বারা এলিমেন্টের নাম আরম্ভ করা যাবে না" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -420,7 +420,7 @@ msgstr "" "'%s' অক্ষর প্রত্যাশিত নয়, '%s' এলিমেন্টের প্রারম্ভিক ট্যাগ সমাপ্ত করার উদ্দেশ্যে '>' " "অক্ষর প্রত্যাশিত" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -428,7 +428,7 @@ msgstr "" "'%1$s' অক্ষর প্রত্যাশিত নয়, '%3$s' এলিমেন্টের '%2$s' নামক বৈশিষ্ট্যের নামের পরে " "একটি '=' চিহ্ন প্রত্যাশিত" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -439,7 +439,7 @@ msgstr "" "অথবা '/' চিহ্ন অথবা কোনো বৈশিষ্ট্যর উপস্থিতি কাম্য; সম্ভবত কোনো বৈশিষ্ট্যের নামের " "মধ্যে অবৈধ অক্ষর ব্যবহৃত হয়েছে" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -448,7 +448,7 @@ msgstr "" "'%1$s' অক্ষর অপ্রত্যাশিত, '%3$s' এলিমেন্টের '%2$s' বৈশিষ্ট্যের মান নির্ধারণের " "উদ্দেশ্যে সমান চিহ্নের (=) পরে একটি উদ্ধৃতি চিহ্নের প্রারম্ভিক অংশ উপস্থিতি প্রত্যাশিত" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে কোনো এলিমেন্ট খোলা অবস্থায় নেই" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে '%s' এলিমেন্ট খোলা অবস্থায় রয়েছে" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "ডকুমেন্ট সম্ভবত ফাঁকা অথবা শুধুমাত্র শূণ্যস্থান উপস্থিত" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "তেরছা বন্ধনীর প্রারম্ভিক চিহ্নের '<' ঠিক পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -494,7 +494,7 @@ msgstr "" "খোলা এলিমেন্টসহ ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে - '%s' এলিমেন্ট সর্বশেষ খোলা " "হয়েছিল" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -503,19 +503,19 @@ msgstr "" "নথি অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে, <%s/> ট্যাগ সমাপ্তির জন্য তেরছা বন্ধনী চিহ্নের " "অন্তিম অংশের উপস্থিতি প্রত্যাশিত" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "এলিমেন্টের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "বৈশিষ্ট্যের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "এলিমেন্টের প্রারম্ভিক ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -523,16 +523,16 @@ msgstr "" "বৈশিষ্ট্যের নামের পরে উপস্থিত সমান চিহ্নের (=) পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত " "হয়েছে; বৈশিষ্ট্যের মান অনুপস্থিত" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "বৈশিষ্ট্যের মানের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "'%s' এলিমেন্টের অন্তিম ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "কোনো মন্তব্য অথবা প্রক্রিয়াকরণের নির্দেশের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" @@ -557,7 +557,7 @@ msgstr "ব্যাক-ট্যাক করার সুনির্দিষ msgid "the pattern contains items not supported for partial matching" msgstr "উল্লিখিত বিন্যাসটির মধ্যে অন্তর্ভুক্ত সামগ্রী, আংশিক মিল অনুসন্ধানে সমর্থিত নয়" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "অভ্যন্তরীণ সমস্যা" @@ -1157,7 +1157,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "কর্ম বাতিল করা হয়েছে" @@ -1171,7 +1171,7 @@ msgstr "অজানা প্রকৃতি" msgid "%s filetype" msgstr "%s ফাইলের ধরন" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s ধরন" @@ -1210,7 +1210,7 @@ msgstr "ইউজার MIME কনফিগারেশন ফোল্ডা msgid "Can't create user desktop file %s" msgstr "ইউজার ডেস্কটপ ফাইল %s নির্মাণ করতে ব্যর্থ" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "%s-র জন্য স্বনির্ধারত ব্যাখ্যা" @@ -1223,10 +1223,10 @@ msgstr "ড্রাইভ দ্বারা ইজেক্ট কর্ম msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "কর্ম সমর্থিত হয় না" @@ -1239,52 +1239,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "ধারণকারী মাউন্ট উপস্থিত নেই" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "ডিরেক্টরির উপরে কপি করা যাবে না" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "ডিরেক্টরির উপর ডিরেক্টরি কপি করা যায়নি" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "উদ্দিষ্ট ফাইল উপস্থিত রয়েছে" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "অবৈধ সিম-লিঙ্ক মান উপলব্ধ করা হয়েছে" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "আবর্জনা সমর্থিত হয় না" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "ফাইলের নামের মধ্যে '%c' ব্যবহার করা যাবে না" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "ভলিউম দ্বারা mount প্রয়োগ করা হয় না" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "চিহ্নিত ফাইল ব্যবস্থাপনার উদ্দেশ্যে কোনো অ্যাপ্লিকেশন নিবন্ধিত হয়নি" @@ -1295,12 +1295,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1356,182 +1356,187 @@ msgstr "ফাইলের নাম অবৈধ: %s" msgid "Error getting filesystem info: %s" msgstr "ফাইল-সিস্টেম সংক্রান্ত তথ্য প্রাপ্ত করতে সমস্যা: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "root ডিরেক্টরির নাম পরিবর্তন করা সম্ভব নয়" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" "ফাইলের নাম পরিবর্তন করা যায়নি, নতুন নামের একটি ফাইলের নাম বর্তমানে উপস্থিত রয়েছে" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "ফাইলের নাম বৈধ নয়" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "ফাইলের নাম পরিবর্তনে সমস্যা: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "ফাইল খুলতে সমস্যা: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "ডিরেক্টরি খুলতে সমস্যা" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "ফাইল মুছে ফেলতে সমস্যা: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "ফাইলটি আবর্জনায় স্থানান্তর করতে সমস্যা: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "আবর্জনার ডিরেক্টরি %s নির্মাণ করতে সমস্যা: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "আবর্জনার ঊর্ধ্বতন ডিরেক্টরি সনাক্ত করতে ব্যর্থ" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "আবর্জনার ডিরেক্টরি সনাক্ত অথবা নির্মাণ করতে ব্যর্থ" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "ফাইল বর্জন করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "'%s' ডিরেক্টরি খুলতে ব্যর্থ: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "সিম্‌বলিক লিঙ্ক নির্মাণ করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "ফাইল স্থানান্তর করতে সমস্যা: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "ডিরেক্টরির উপর ডিরেক্টরি স্থানান্তর করা যাবে না" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "ব্যাক-আপ ফাইল নির্মাণ করতে ব্যর্থ" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "উদ্দিষ্ট ফাইল মুছে ফেলতে সমস্যা: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "ফাইল '%s' stat করতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (অবৈধ এনকোডিং)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "ফাইলের বিবরণ stat করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint32)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint64)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "অনুমতি নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "মালিকানা নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "সিম্‌বলিক লিঙ্ক নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে ত্রুটি: ফাইলটি সিম্‌-লিঙ্ক নয়" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1604,12 +1609,12 @@ msgstr "" msgid "The file was externally modified" msgstr "ফাইলটি স্বতন্ত্ররূপে পরিবর্তন করা হয়েছে" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "অবৈধ GSeekType উল্লিখিত হয়েছে" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "" @@ -1619,17 +1624,17 @@ msgstr "" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1706,7 +1711,7 @@ msgstr "unix থেকে পড়তে সমস্যা: %s" msgid "Error closing unix: %s" msgstr "unix বন্ধ করতে সমস্যা: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "ফাইল-সিস্টেমের root" diff --git a/po/bs.po b/po/bs.po index 24f4c23..4077cd7 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2004-05-17 01:30+0000\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" @@ -16,74 +16,74 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0.2\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Čudan znak '%s', očekivan znak '=' nakon osobine '%s' elementa '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "NeuspjeÅ¡no čitanje simboličkog linka '%s': %s" @@ -157,7 +157,7 @@ msgstr "Putanja '%s' nije absolutna putanja" msgid "Invalid hostname" msgstr "Nevažeće ime računara" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "GreÅ¡ka tokom otvaranja direktorija '%s': %s" @@ -299,24 +299,24 @@ msgstr "NeuspjeÅ¡no otvaranje datoteke '%s': fdopen() neuspjeÅ¡an: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "NeuspjeÅ¡no otvaranje datoteke '%s': fdopen() neuspjeÅ¡an: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "GreÅ¡ka u %d. redu, znak %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Primijećen prazan entitet '&;'; važeći entiteti su: & " < > " "'" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -326,17 +326,17 @@ msgstr "" "Znak '%s' je nevažeći na početku imena entiteta; znak & započinje entitet; " "ako znak & ovdje ne označava početak entiteta, koristite &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Znak '%s' je nevažeći u imenu entiteta" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Nepoznato ime entiteta '%s'" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -345,7 +345,7 @@ msgstr "" "namjere započinjanja entiteta - izbjegnite koriÅ¡tenje znaka & upisivanjem " "&" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, fuzzy, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -354,16 +354,16 @@ msgstr "" "NeuspjeÅ¡no tumačenje '%s', Å¡to je trebalo biti cifra unutar reference znaka " "(na primjer: ê) - možda je broj prevelik" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Referenca znaka '%s' ne kodira dopuÅ¡teni znak" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Prazna referenca znaka; trebala bi sadržavati broj kao npr. dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -373,34 +373,34 @@ msgstr "" "bez namjere započinjanja entiteta - izbjegnite koriÅ¡tenje znaka & " "upisivanjem &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "NedovrÅ¡ena referenca entiteta" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "NedovrÅ¡ena referenca znaka" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Neispravno UTF-8 kodirani tekst" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Neispravno UTF-8 kodirani tekst" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Neispravno UTF-8 kodirani tekst" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokument mora početi elementom (npr. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -409,7 +409,7 @@ msgstr "" "'%s' je nevažeći prateći znak nakon znaka '<'; ne može započeti naziv " "elementa" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -418,13 +418,13 @@ msgstr "" "Čudan znak '%s', očekivan znak '>' radi okončanja početne oznake elementa '%" "s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "Čudan znak '%s', očekivan znak '=' nakon osobine '%s' elementa '%s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -435,7 +435,7 @@ msgstr "" "elementa '%s' ili eventualno osobine; možda je koriÅ¡ten nevažeći znak u " "imenu osobine" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -444,7 +444,7 @@ msgstr "" "Čudan znak '%s', očekivan navodni znak nakon znaka jednakosti pri davanju " "vrijednosti osobini '%s' elementa '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' je zatvoren, trenutno nema otvorenih elemenata" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' je zatvoren ali trenutno je otvoren element '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokument je bio prazan ili je sadržavao samo prazna polja" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Neočekivan kraj dokumenta nakon otvorene zagrade '<'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -489,7 +489,7 @@ msgstr "" "Neočekivan kraj dokumenta uz joÅ¡ otvorene elemente - element '%s' je otvoren " "posljednji" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -498,19 +498,19 @@ msgstr "" "Neočekivan kraj dokumenta, očekivano zatvaranje zagrade radi okončanja " "oznake <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Neočekivan kraj dokumenta unutar imena elementa" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Neočekivan kraj dokumenta unutar imena osobine" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Neočekivan kraj dokumenta unutar oznake za otvaranje elementa" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -518,16 +518,16 @@ msgstr "" "Neočekivan kraj dokumenta nakon pratećeg znaka jednakosti iza naziva " "osobine; nedostaje vrijednost osobine" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Neočekivan kraj dokumenta unutar vrijednosti atributa" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Neočekivan kraj dokumenta unutar oznake za zatvaranje elementa '%s'" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Neočekivan kraj dokumenta unutar komentara ili instrukcije procesiranja" @@ -552,7 +552,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1160,7 +1160,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1174,7 +1174,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1213,7 +1213,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1226,10 +1226,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Simbolički linkovi nisu podržani" @@ -1242,52 +1242,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Simbolički linkovi nisu podržani" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1298,12 +1298,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1359,181 +1359,186 @@ msgstr "Nevažeće ime računara" msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nevažeće ime računara" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "GreÅ¡ka tokom otvaranja direktorija '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Neočekivan kraj dokumenta unutar imena osobine" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "GreÅ¡ka tokom otvaranja direktorija '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simbolički linkovi nisu podržani" @@ -1606,12 +1611,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nevažeće ime računara" @@ -1621,17 +1626,17 @@ msgstr "Nevažeće ime računara" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1706,7 +1711,7 @@ msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" msgid "Error closing unix: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/ca.po b/po/ca.po index 11090e2..dde1f8e 100644 --- a/po/ca.po +++ b/po/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-11 20:12+0100\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-11 15:36+0100\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" @@ -18,322 +18,320 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "No s'esperava l'atribut «%s» per a l'element «%s»" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, 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:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "No s'esperava l'etiqueta «%s», s'esperava «%s»" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "No s'esperava l'etiqueta «%s» dins «%s»" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format 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:1982 +#: glib/gbookmarkfile.c:1999 #, 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:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, 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:2359 +#: glib/gbookmarkfile.c:2376 #, 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:2444 +#: glib/gbookmarkfile.c:2461 #, 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:2823 +#: glib/gbookmarkfile.c:2840 #, 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:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, 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»" +"No hi ha cap aplicació amb el nom «%s» que hagi registrat l'adreça d'interès «%" +"s»" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, 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:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format 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:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "S'ha produït un error durant la conversió: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format 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:919 +#: glib/gconvert.c:919 #, 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:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "L'URI «%s» no és vàlid" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, 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:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "L'URI «%s» conté caràcters d'escapada invàlids" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, 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:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "El nom de l'ordinador no és vàlid" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "S'ha produït un error en obrir el directori «%s»: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "No s'ha pogut llegir del fitxer «%s»: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "No s'ha pogut obrir el fitxer «%s»: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, 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:756 +#: glib/gfileutils.c:756 #, 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:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "No s'ha pogut crear el fitxer «%s»: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, 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" +msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fwrite(): %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, 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:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, 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:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "La plantilla «%s» no conté XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, 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:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "No es poden utilitzar els enllaços simbòlics" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, 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:1507 +#: glib/giochannel.c:1507 #, c-format 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:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format 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:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "El canal acaba en un caràcter parcial" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format 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:116 +#: glib/gmappedfile.c:116 #, 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:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "No s'ha pogut mapejar el fitxer «%s»: ha fallat la funció mmap(): %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, 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:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "S'ha produït un error a la línia %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -"S'ha vist una entitat buida «&;». Les entitats vàlides són: & " " -"< > '" +"S'ha vist una entitat buida «&;». Les entitats vàlides són: & " < " +"> '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -344,26 +342,25 @@ msgstr "" "comencen amb el caràcter &. Si amb aquest signe no es vol indicar una " "entitat, substituïu-lo per &" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "El caràcter «%s» no és vàlid dins d'un nom d'entitat" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "No es coneix el nom de l'entitat «%s»" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 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 "" "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 " -"&" +"«&» sense intenció d'iniciar una entitat. Substituïu el caràcter «&» per &" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -372,74 +369,74 @@ 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:618 +#: glib/gmarkup.c:618 #, 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:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" "El caràcter de referència és buit. Hauria d'incloure un dígit com ara dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 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 "" "La referència del caràcter 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 &" +"utilitzat un caràcter «&» sense intenció d'iniciar una entitat. Substituïu el " +"caràcter «&» per &" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Referència a una entitat no acabada" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Referència a un caràcter no acabada" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "" "El text no està codificat correctament a UTF-8 - la seqüència és massa llarga" # FIXME: "caràcter estrella" (josep) -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" "El text no està codificat correctament a UTF-8 - no és un caràcter estrella" # FIXME: això no funcionarà en català (josep) -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "El text no està codificat correctament a UTF-8 - no és un vàlid «%s»" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "El document ha de començar amb un element (p.ex. )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -"«%s» no és un caràcter vàlid després d'un caràcter «<». No pot començar un " -"nom d'element" +"«%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:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -"S'ha trobat un caràcter estrany «%s». S'esperava un «>» per acabar " -"l'etiqueta d'inici de l'element «%s»" +"S'ha trobat un caràcter estrany «%s». S'esperava un «>» per acabar l'etiqueta " +"d'inici de l'element «%s»" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -447,7 +444,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:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -458,7 +455,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:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -467,7 +464,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:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '»" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, 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:1603 +#: glib/gmarkup.c:1603 #, 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:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "El document era buit o només contenia espais en blanc" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 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:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -514,7 +511,7 @@ msgstr "" "El document ha acabat de manera inesperada amb elements encara oberts. «%s» " "era l'últim element obert" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -523,21 +520,21 @@ msgstr "" "El document ha acabat de manera inesperada. S'esperava trobar un símbol «>» " "que acabés l'etiqueta <%s/>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 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:1805 +#: glib/gmarkup.c:1805 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:1810 +#: glib/gmarkup.c:1810 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:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -545,413 +542,411 @@ 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:1823 +#: glib/gmarkup.c:1823 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:1839 +#: glib/gmarkup.c:1839 #, 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:1845 +#: glib/gmarkup.c:1845 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:1956 +#: glib/gregex.c:154 gio/glocalfile.c:1971 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 «(?[+-]digits» 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 buclar-se 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:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "S'ha produït un error en fer coincidir l'expressió regular %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "La biblioteca PCRE no està compilada per a interpretar UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" "La biblioteca PCRE no està compilada per a interpretar les propietats UTF8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, 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:1197 +#: glib/gregex.c:1197 #, 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:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "s'esperava un dígit hexadecimal o bé «}»" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "s'esperava un dígit hexadecimal" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "falta un «<» en la referència simbòlica" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "la referència simbòlica no està acabada" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "referència simbòlica de longitud zero" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "s'esperava un dígit" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "la referència simbòlica no és vàlida" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "«\\» final extraviat" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "no es reconeix la seqüència d'escapament" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, 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" +"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 #, c-format 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 #, c-format 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 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "El text era buit (o només contenia espais en blanc)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "No s'ha pogut llegir dades del procés fill" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, 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:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "No s'ha pogut canviar al directori «%s» (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "No s'ha pogut executar el procés fill (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "El nom del programa no és vàlid: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, 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:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, 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:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "El directori de treball no és vàlid: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "No s'ha pogut executar el programa d'ajuda (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -960,199 +955,197 @@ 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:180 +#: glib/gspawn.c:180 #, 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:317 +#: glib/gspawn.c:317 #, 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:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "S'ha produït un error inesperat en waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "No s'ha pogut bifurcar-se (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, 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:1344 +#: glib/gspawn.c:1344 #, 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:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "No s'ha pogut bifurcar el procés fill (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, 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:1383 +#: glib/gspawn.c:1383 #, 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:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "El caràcter és fora del rang per a UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Seqüència no vàlida a l'entrada de la conversió" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "El caràcter és fora del rang per a UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Forma d'ús:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPCIÓ...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Opcions d'ajuda:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Mostra les opcions d'ajuda" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Mostra totes les opcions d'ajuda" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Opcions de l'aplicació:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "No es pot analitzar el valor enter «%s» per a %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "El valor enter «%s» per a %s és fora del rang" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, 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:892 +#: glib/goption.c:892 #, 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:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "S'ha produït un error en analitzar l'opció %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Manca un argument per a %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Es desconeix l'opció %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format 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:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "No és un fitxer regular" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "El fitxer és buit" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" -"El fitxer de claus conté la línia «%s» que no és una parella clau-valor, " -"grup o comentari" +"El fitxer de claus conté la línia «%s» que no és una parella clau-valor, grup " +"o comentari" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "El nom del grup no és vàlid: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "El fitxer de claus no comença amb un grup" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "El nom de la clau no és vàlid: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "El fitxer de claus conté la codificació no implementada «%s»" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "El fitxer de claus no té el grup «%s»" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "El fitxer de claus no té la clau «%s»" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, 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" +msgstr "El fitxer de claus conté la clau «%s» amb el valor «%s» que no és UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, 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." +"El fitxer de claus conté la clau «%s» que té un valor que no és interpretable." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1161,131 +1154,127 @@ msgstr "" "El fitxer de claus conté la clau «%s» en el grup «%s», que té un valor no " "interpretable." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, 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:3471 +#: glib/gkeyfile.c:3471 #, c-format 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:3493 +#: glib/gkeyfile.c:3493 #, 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:3635 +#: glib/gkeyfile.c:3635 #, 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:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "El valor enter «%s» és fora del rang" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, 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:3706 +#: glib/gkeyfile.c:3706 #, 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:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "El valor de comptatge passat a %s és massa llarg" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Ja està tancat el flux" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1949 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "S'ha cancel·lat l'operació" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Tipus desconegut" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "tipus de tixer %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "tipus %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "No s'esperava un final de flux tant aviat" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sense nom" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "El fitxer d'escriptori no especificava el camp d'execucció" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "No s'ha pogut trobar el terminal que demanava l'aplicació" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, 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:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Definició personalitzada per a %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "la unitat no implementa l'expulsió" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "la unitat no implementa l'enquesta per si hi ha un medi" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "L'operació no està implementada" @@ -1298,94 +1287,94 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "No existeix el punt de muntatge contenidor" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "No es pot copiar al directori" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "No es pot copiar el directori al directori" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2103 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Ja existeix el fitxer de destinació" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "No es pot copiar el directori de forma recursiva" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "El valor donat per a l'enllaç simbòlic no és vàlid" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "No es pot utilitzar la paperera" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "En els noms de fitxers no pot haver-hi «%c»" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "el volum no implementa el muntatge" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format 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:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "L'enumerador està tancat" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "L'enumerador de fitxer té una operació pendent" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Ja està tancat l'enumerador de fitxer" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "El flux no implementa «query_info»" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "No està implementada la cerca en el flux" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "No es permet truncar en els fluxs d'entrada" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "No es permet trucar en els fluxs" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "El flux d'entrada no té implementada la lectura" @@ -1396,308 +1385,313 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "El flux té una operació pendent" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format 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:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "El nom del fitxer no és vàlid: %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, 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:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "No es pot canviar el nom del directori arrel" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "No es pot canviar el nom del fitxer, ja existeix aquest nom" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1978 ../gio/glocalfile.c:2007 -#: ../gio/glocalfile.c:2156 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Nom de fitxer no vàlid" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "S'ha produït un error en canviar el nom del fitxer: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "S'ha produït un error en obrir el fitxer: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "No s'ha pogut obrir el directori" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1982 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "S'ha produït un error en suprimir el fitxer: %s" -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, 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:1700 +#: gio/glocalfile.c:1709 #, 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:1721 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "No s'ha pogut trobar el directori superior per a la paperera" -#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "No s'ha pogut trobar o crear el directori de la paperera" -#: ../gio/glocalfile.c:1854 +#: gio/glocalfile.c:1863 #, 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:1879 ../gio/glocalfile.c:1948 ../gio/glocalfile.c:1955 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "No s'ha pogut enviar el fitxer a la paperera: %s" -#: ../gio/glocalfile.c:2011 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "S'ha produït un error en obrir el directori «%s»: %s" + +#: gio/glocalfile.c:2026 #, 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:2071 ../gio/glocalfile.c:2160 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "S'ha produït un error en moure el fitxer: %s" -#: ../gio/glocalfile.c:2094 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "No s'ha pogut moure el directori al directori" -#: ../gio/glocalfile.c:2116 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Ha fallat la creació del fitxer de còpia de seguretat" -#: ../gio/glocalfile.c:2135 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "S'ha produït un error en suprimir el fitxer objectiu: %s" -#: ../gio/glocalfile.c:2149 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "No està implementat el moure entre muntatges" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "El valor de l'atribut no pot ser nul" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipus d'atribut no vàlid (s'esperava una cadena)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "El nom de l'atribut estés no és vàlid" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, 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:1402 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, 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:1458 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (codificació no vàlida)" -#: ../gio/glocalfileinfo.c:1618 +#: gio/glocalfileinfo.c:1693 #, 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" +"S'ha produït un error en executar la funció «stat()» al descriptor de fitxer: " +"%s" -#: ../gio/glocalfileinfo.c:1663 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint32)" -#: ../gio/glocalfileinfo.c:1680 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint64)" -#: ../gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Tipus d'atribut no vàlid (s'esperava una cadena de bytes)" -#: ../gio/glocalfileinfo.c:1724 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "S'ha produït un error en establir els permisos: %s" -#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "S'ha produït un error en establir el propietari: %s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "l'enllaç simbòlic no pot ser nul" -#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827 -#: ../gio/glocalfileinfo.c:1838 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "S'ha produït un error en establir l'enllaç simbòlic: %s" -#: ../gio/glocalfileinfo.c:1817 +#: gio/glocalfileinfo.c:1894 #, c-format 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:1998 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "No està implementat establir l'atribut %s" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "S'ha produït un error en llegir des del fitxer: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "S'ha produït un error en cercar en el fitxer: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "S'ha produït un error en tancar el fitxer: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format 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:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "S'ha produït un error en escriure al fitxer: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, 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:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, 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:258 +#: gio/glocalfileoutputstream.c:258 #, 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:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "S'ha produït un error en truncar el fitxer: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "S'ha produït un error en obrir el fitxer «%s»: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "El fitxer objectiu és un directori" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "El fitxer objectiu no és un fitxer regular" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "El fitxer ha estat modificat des d'alguna aplicació externa" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "El GSeekType proporcionat no és vàlid" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "La sol·licitud de cerca és invàlida" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "No es pot truncar el GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "S'ha arribat al màxim del límit de la matriu de dades" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "El flux de sortida de memòria no és modificable" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Ha fallat el redimensionament de la memòria del flux de sortida" @@ -1705,55 +1699,55 @@ 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:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 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 remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "el muntatge no implementa el tornar-se a muntar" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "El flux de sortida no implementa l'escriptura" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "El flux font ja està tancat" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "nom" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "El nom de la icona" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "noms" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Una llista amb els noms de les icones" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "utilitza les alternatives predeterminades" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1762,65 +1756,65 @@ msgstr "" "escurçar el nom a «-» caràcters. Ignora els noms després del primer si es " "donen més múltiples noms." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "S'ha produït un error en llegir des de UNIX: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "S'ha produït un error en tancar des de UNIX: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Arrel del sistema de fitxers" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "S'ha produït un error en escriure a UNIX: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "el volum no implementa l'expulsió" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "No es pot trobar l'aplicació" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "S'ha produït un error en executar l'aplicació: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "No estan implementats els URI" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "els canvis associatius no estan implementats a win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "La creació associativa no està implementada a win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "no amaguis les entrades" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "utilitza un format de llistat llarg" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FITXER...]" diff --git a/po/cs.po b/po/cs.po index 51f8bbf..61a158e 100644 --- a/po/cs.po +++ b/po/cs.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-02 01:49+0200\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-04-02 01:48+0100\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" @@ -22,223 +22,223 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: ../glib/gbookmarkfile.c:728 ../glib/gbookmarkfile.c:805 -#: ../glib/gbookmarkfile.c:884 ../glib/gbookmarkfile.c:931 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Neočekávaný atribut \"%s\" prvku \"%s\"" -#: ../glib/gbookmarkfile.c:739 ../glib/gbookmarkfile.c:816 -#: ../glib/gbookmarkfile.c:826 ../glib/gbookmarkfile.c:942 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Atribut \"%s\" prvku \"%s\" nenalezen" -#: ../glib/gbookmarkfile.c:1112 ../glib/gbookmarkfile.c:1177 -#: ../glib/gbookmarkfile.c:1241 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Neočekávaná značka \"%s\", byla očekávána značka \"%s\"" -#: ../glib/gbookmarkfile.c:1137 ../glib/gbookmarkfile.c:1151 -#: ../glib/gbookmarkfile.c:1219 ../glib/gbookmarkfile.c:1271 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Neočekávaná značka \"%s\" v \"%s\"" -#: ../glib/gbookmarkfile.c:1798 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "V datových adresářích nebyl nalezen platný soubor záložek" -#: ../glib/gbookmarkfile.c:1999 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Záložka URI \"%s\" již existuje" -#: ../glib/gbookmarkfile.c:2045 ../glib/gbookmarkfile.c:2202 -#: ../glib/gbookmarkfile.c:2287 ../glib/gbookmarkfile.c:2367 -#: ../glib/gbookmarkfile.c:2452 ../glib/gbookmarkfile.c:2535 -#: ../glib/gbookmarkfile.c:2613 ../glib/gbookmarkfile.c:2692 -#: ../glib/gbookmarkfile.c:2734 ../glib/gbookmarkfile.c:2831 -#: ../glib/gbookmarkfile.c:2957 ../glib/gbookmarkfile.c:3147 -#: ../glib/gbookmarkfile.c:3223 ../glib/gbookmarkfile.c:3388 -#: ../glib/gbookmarkfile.c:3477 ../glib/gbookmarkfile.c:3567 -#: ../glib/gbookmarkfile.c:3694 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Nebyla nalezena záložka URI \"%s\"" -#: ../glib/gbookmarkfile.c:2376 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "V záložce URI \"%s\" není definován žádný typ MIME" -#: ../glib/gbookmarkfile.c:2461 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "V záložce URI \"%s\" definován žádný soukromý příznak" -#: ../glib/gbookmarkfile.c:2840 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Žádné skupiny nenastaveny v záložce URI \"%s\"" -#: ../glib/gbookmarkfile.c:3241 ../glib/gbookmarkfile.c:3398 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Žádná aplikace s názvem \"%s\" nezaregistrovala záložku \"%s\"" -#: ../glib/gbookmarkfile.c:3421 +#: glib/gbookmarkfile.c:3421 #, c-format 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Neplatná posloupnost bajtů na vstupu převodu" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Chyba při převodu: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Částečná posloupnost znaků na konci vstupu" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, 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:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI \"%s\" místního souboru nesmí obsahovat \"#\"" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI \"%s\" je neplatné" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, 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:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI \"%s\" obsahuje nesprávně změněné znaky" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "\"%s\" není absolutní cestou" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Neplatný název počítače" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Chyba při otevírání adresáře \"%s\": %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Chyba čtení souboru \"%s\": %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Chyba při čtení ze souboru \"%s\": %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nelze otevřít soubor \"%s\": %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, 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:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nelze otevřít soubor \"%s\": fdopen() selhalo: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nelze vytvořit soubor \"%s\": %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Nelze zapisovat do souboru \"%s\": fwrite() selhalo: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Nelze zavřít soubor \"%s\": fclose() selhalo: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Å ablona \"%s\" je neplatná, neměla by obsahovat \"%s\"" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Å ablona \"%s\" neobsahuje XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -246,85 +246,84 @@ msgstr[0] "%u bajt" msgstr[1] "%u bajty" msgstr[2] "%u bajtů" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nelze přečíst symbolický odkaz \"%s\": %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Symbolické odkazy nejsou podporovány" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Nelze otevřít převodník z \"%s\" do \"%s\": %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Nelze přímo číst v g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Ve vstupní vyrovnávací paměti zbyla nepřevedená data" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanál ukončen částí znaku" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nelze přímo číst v g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nelze otevřít soubor \"%s\": open() selhalo: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nelze otevřít soubor \"%s\": mmap() selhalo: %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Chyba na řádku %d, znak %d: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Chyba na řádku %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Nalezena prázdná entita \"&;\", platnými entitami jsou: & " < " "> '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -334,17 +333,17 @@ msgstr "" "Znak \"%s\" není platný na začátku názvu entity; počátečním znakem entity je " "&; v případě, že nemá být entitou, je zapotřebí ho napsat jako &" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Znak \"%s\" je v názvu entity neplatný" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Název entity \"%s\" není znám" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -352,7 +351,7 @@ msgstr "" "Entita nekončí středníkem; pravděpodobně jste použili znak & bez úmyslu " "začít entitu - zapiÅ¡te prosím ligaturu et jako &" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -361,17 +360,17 @@ msgstr "" "Nelze zpracovat \"%-.*s\", což by mělo být číslo v odkazu na znak (například " "ê) - číslo je možná příliÅ¡ velké" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Odkaz na znak \"%-.*s\" nekóduje povolený znak" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" "Prázdný odkaz na znak. Odkaz by měl obsahovat číslice, například dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -380,32 +379,32 @@ msgstr "" "Odkaz na znak nekončí středníkem; pravděpodobně jste použili znak & bez " "úmyslu začít entitu - zapiÅ¡te prosím ligaturu et jako &" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Neukončený odkaz na entitu" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Neukončený odkaz na znak" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Neplatný text v kódování UTF-8 - příliÅ¡ dlouhá posloupnost" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Neplatný text v kódování UTF-8 - není počátečním znakem" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Neplatný text v kódování UTF-8 - není platné \"%s\"" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokument musí začínat prvkem (například: )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -413,7 +412,7 @@ msgid "" msgstr "" "\"%s\" není platný znak po znaku \"<\"; nesmí s ním začínat název prvku" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -422,7 +421,7 @@ msgstr "" "Zvláštní znak \"%s\", byl očekáván znak \">\" k ukončení počáteční značky " "prvku \"%s\"" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -430,7 +429,7 @@ msgstr "" "Zvláštní znak \"%s\", po názvu atributu \"%s\" prvku \"%s\" bylo očekáváno " "\"=\"" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -441,7 +440,7 @@ msgstr "" "značky prvku \"%s\", nebo případně atribut; pravděpodobně jste použili " "neplatný znak v názvu atributu" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -450,7 +449,7 @@ msgstr "" "Zvláštní znak \"%s\", po znaku rovnítka při udávání hodnoty atributu \"%s\" " "prvku \"%s\" byly očekávány uvozovky" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Prvek \"%s\" byl uzavřen, žádný prvek není momentálně otevřen" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Byl uzavřen prvek \"%s\", ale aktuálně je otevřen prvek \"%s\"" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokument je prázdný nebo obsahuje pouze mezery" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokument neočekávaně skončil ihned po otevírací značce \"<\"" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -495,7 +494,7 @@ msgstr "" "Dokument neočekávaně skončil, prvky jsou stále otevřeny - poslední otevřený " "prvek byl \"%s\"" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -503,19 +502,19 @@ msgid "" msgstr "" "Dokument neočekávaně skončil, byla očekávána uzavírací závorka značky <%s/>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument neočekávaně skončil uvnitř názvu prvku" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument neočekávaně skončil uvnitř názvu atributu" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokument neočekávaně skončil ve značce otevírající prvek." -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -523,400 +522,398 @@ msgstr "" "Dokument neočekávaně skončil po znaku přiřazení následujícím za názvem " "atributu; chybí hodnota atributu" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument neočekávaně skončil uvnitř hodnoty atributu" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokument neočekávaně skončil uvnitř uzavírací značky prvku \"%s\"" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokument neočekávaně skončil uvnitř komentáře nebo instrukce pro zpracování" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "poÅ¡kozený objekt" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "vnitřní chyba nebo poÅ¡kozený objekt" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "nedostatek paměti" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "dosažen limit zpětného vyhledávání" -#: ../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 "vzorek obsahuje položky nepodporované u částečného porovnávání" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1963 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "vnitřní chyba" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "zpětné odkazy coby podmínky nejsou podporované u částečného porovnávání" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "dosažen limit rekurze" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "dosažen limit pracovního prostoru prázdných dílčích řetězců" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "neplatná kombinace příznaků nového řádku" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "neznámá chyba" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ na konci vzorku" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c na konci vzorku" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "nerozpoznaný znak následuje po \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "změny velikosti písmen (\\l, \\L, \\u, \\U) zde nejsou povoleny" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "čísla v {} quantifier nejsou v pořádku" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "číslo v {} quantifier je příliÅ¡ vysoké" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "schází koncový znak ] znakové třídy" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "neplatná posloupnost pro změnu ve znakové třídě" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "rozsah ve znakové třídě není v pořádku" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nic k opakování" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "nerozpoznaný znak po (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "nerozpoznaný znak před (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "nerozpoznaný znak pře (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "třídy nazvané po POSIX nejsou uvnitř třídy podporovány" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "schází koncový znak )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr "znak ) bez počátečního znaku (" #. 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 či (?[+-]číslice musí být následovány znakem )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "odkaz na neexistující podřazený vzorek" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "po komentáři schází znak )" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "regulární výraz je příliÅ¡ dlouhý" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "nelze získat paměť" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "zpětný výrok není pevné délky" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "nesprávně utvořené číslo nebo název po (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "podmínková skupina obsahuje více než dvě větve" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "po (?( očekáván výrok" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "neplatný název třídy POSIX" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "Porovnávací prvky POSIX nejsou podporovány" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "znaková hodnota v posloupnosti \\x{...} je příliÅ¡ vysoká" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "neplatná podmínka (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C není dovoleno ve zpětném výroku" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "rekurzivní volání by se mohlo dostat do nekonečné smyčky" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "schází ukončovací člen v názvu podřazeného vzorku" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "dva nazvané podřazené vzorky mají stejný název" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "chybně utvořená posloupnost \\P nebo \\p" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "neznámý název vlastnosti po \\P či \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "název podřazeného vzorku je příliÅ¡ dlouhý (maximem je 32 znaků)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "příliÅ¡ mnoho nazvaných podřazených vzorků (maximem je 10 000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "osmičková hodnota je větší než \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "skupina DEFINE obsahuje více než jednu větev" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "opakování skupiny DEFINE není povoleno" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "neslučitelné volby 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 "" "po \\g nenásleduje název ve složené závorce nebo nenulové číslo volitelně ve " "složené závorce" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "nepředpokládané opakování" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "přetečení kódu" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "přetečení přijímaných informací překládaného pracovního prostoru" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "v předchozím kroku kontrolovaný odkazovaný podřazený vzorek nenalezen" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Chyba při porovnávání regulárního výrazu %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "Knihovna PCRE byla přeložena bez podpory UTF-8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Knihovna PCRE byla přeložena bez podpory vlastností UTF-8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Chyba při kompilaci regulárního výrazu %s na znaku %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Chyba při optimalizaci regulárního výrazu %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "očekáváno číslo nebo \"}\"" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "očekáváno Å¡estnáctkové číslo" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "v symbolickém odkazu chybí \"<\"" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "neukončený symbolický odkaz" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "symbolický odkaz o nulové délce" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "očekáváno číslo" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "nedovolený symbolický odkaz" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "osamocené koncové \"\\\"" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "neznámá posloupnost pro změnu" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Chyba při analyzování náhradního textu \"%s\" na znaku %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Text v uvozovkách nezačíná uvozovkami" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Nenalezena uzavírací uvozovka v příkazovém řádku nebo jiném uvozeném textu" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Text skončil právě za znakem \"\\\". (Text zněl \"%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 "" "Text skončil před nalezením odpovídajících uvozovek znakem %c. (Text zněl \"%" "s\")" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Text je prázdný (nebo obsahuje pouze mezery)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Nelze číst data z procesu potomka" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Nelze vytvořit rouru ke komunikaci s procesem potomka (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nelze číst z roury potomka (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nelze přejít do adresáře \"%s\" (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Nelze spustit proces potomka (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Neplatný název programu: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Neplatný řetězec v poli argumentů v %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Neplatný řetězec v prostředí: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Neplatný aktuální adresář: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Nelze spustit pomocný program (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -924,142 +921,142 @@ msgid "" msgstr "" "Neočekávaná chyba v g_io_channel_win32_poll() při čtení dat z procesu potomka" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Nelze číst data z procesu potomka (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Neočekávaná chyba v select() při čtení dat z procesu potomka (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Neočekávaná chyba v waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Nelze rozvětvit (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nelze spustit proces potomka \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nelze přesměrovat vstup nebo výstup procesu potomka (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nelze rozvětvit proces potomka (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Neznámá chyba při běhu procesu potomka \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nelze přečíst dostatek dat z roury pid potomka (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Znak je mimo rozsah UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Neplatná posloupnost na vstupu převodu" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Znak je mimo rozsah UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Použití:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[PŘEPÍNAČ...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Přepínače nápovědy:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Zobrazí přepínače nápovědy" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Zobrazí vÅ¡echny přepínače nápovědy" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Přepínače aplikace:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Nelze zpracovat celočíselnou hodnotu \"%s\" u %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Celočíselná hodnota \"%s\" u %s mimo rozsah" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Nelze zpracovat celočíselnou (double) hodnotu \"%s\" u %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Celočíselná (double) hodnota \"%s\" u %s mimo rozsah" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Chyba volby %s při syntaktické analýze" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Chybí parametr %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Neznámý přepínač %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "V adresářích hledání nelze najít platný soubor klíče" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Není obyčejným souborem" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Soubor je prázdný" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1067,51 +1064,51 @@ msgstr "" "Soubor klíče obsahuje \"%s\", což není dvojice klíč-hodnota, skupina ani " "komentář" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Neplatný název skupiny: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Soubor klíče nezačíná skupinou" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Neplatný název klíče: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Soubor klíče obsahuje nepodporované kódování \"%s\"" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Soubor klíče nemá skupinu \"%s\"" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Soubor klíče nemá klíč \"%s\"" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Soubor klíče obsahuje klíč \"%s\" s hodnotou \"%s\", která není v UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Soubor klíče obsahuje klíč \"%s\", který má neinterpretovatelnou hodnotu." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1120,128 +1117,124 @@ msgstr "" "Soubor klíče obsahuje klíč \"%s\" ve skupině \"%s\", který má " "neinterpretovatelnou hodnotu." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Soubor klíče nemá klíč \"%s\" ve skupině \"%s\"" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Soubor klíče obsahuje na konci řádku znak změny" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Soubor klíče obsahuje neplatnou posloupnost pro změnu \"%s\"" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Hodnotu \"%s\" nelze interpretovat jako číslo." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Celočíselná hodnota \"%s\" mimo rozsah" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Hodnotu \"%s\" nelze interpretovat jako reálné (float) číslo." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnotu \"%s\" nelze interpretovat jako booleovskou hodnotu." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "%s poskytnut příliÅ¡ vysoký počet" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Proud je již uzavřen" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1956 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operace byla zruÅ¡ena" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Neznámý typ" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "typ souboru %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "typ %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Neočekávaný časný konec proudu" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Bez názvu" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "V souboru desktop nezadáno pole Exec" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Nelze nalézt terminál vyžadovaný pro aplikaci" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Nelze vytvořit uživatelský soubor desktop %s" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Vlastní definice %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "mechanika neprovádí vysouvání" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "mechanika neprovádí dotazování na média" -#: ../gio/gfile.c:811 ../gio/gfile.c:1039 ../gio/gfile.c:1172 -#: ../gio/gfile.c:1403 ../gio/gfile.c:1456 ../gio/gfile.c:1512 -#: ../gio/gfile.c:1593 ../gio/gfile.c:2649 ../gio/gfile.c:2694 -#: ../gio/gfile.c:2744 ../gio/gfile.c:2784 ../gio/gfile.c:3108 -#: ../gio/gfile.c:3510 ../gio/gfile.c:3593 ../gio/gfile.c:3676 -#: ../gio/gfile.c:3756 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operace není podporována" @@ -1254,93 +1247,93 @@ 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:1291 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Obsahující připojené neexistuje" -#: ../gio/gfile.c:1932 ../gio/glocalfile.c:2106 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Nelze kopírovat nad adresář" -#: ../gio/gfile.c:1992 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Nelze kopírovat adresář nad adresář" -#: ../gio/gfile.c:2000 ../gio/glocalfile.c:2115 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Cílový soubor existuje" -#: ../gio/gfile.c:2018 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Adresář nelze kopírovat rekurzivně" -#: ../gio/gfile.c:2734 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Zadaný symbolický odkaz je neplatný" -#: ../gio/gfile.c:2827 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Zahozené není podporováno" -#: ../gio/gfile.c:2874 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Názvy souborů nemohou obsahovat \"%c\"" -#: ../gio/gfile.c:4807 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "svazek neprovádí připojení" -#: ../gio/gfile.c:4915 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Žádná aplikace není zaregistrována k obsluze tohoto souboru" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Enumerator je uzavřen" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:426 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Souborový enumerator má nevykonanou operaci" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Souborový enumerator je již uzavřen" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Proud nepodporuje query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Hledání není v proudu podporováno" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Zkrácení nepodporováno ve vstupním proudu" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Zkrácení není v proudu podporováno" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Vstupní proud neprovádí čtení" @@ -1351,300 +1344,305 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Proud má otevřenou operaci" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format 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:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Neplatný název souboru %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, 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:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Nelze přejmenovat kořenový adresář" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Soubor nelze přejmenovat, název souboru již existuje" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1985 ../gio/glocalfile.c:2014 -#: ../gio/glocalfile.c:2168 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Neplatný název souboru" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Chyba při přejmenovávání souboru: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Chyba při otevírání souboru: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Nelze otevřít adresář" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1989 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Chyba při odstraňování souboru: %s" -#: ../gio/glocalfile.c:1678 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Chyba při zahazování souboru: %s" -#: ../gio/glocalfile.c:1701 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nelze vytvořit adresář koÅ¡e %s: %s" -#: ../gio/glocalfile.c:1722 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Ke koÅ¡i nelze nalézt adresář nejvyšší úrovně" -#: ../gio/glocalfile.c:1801 ../gio/glocalfile.c:1821 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Nelze nalézt nebo vytvořit adresář koÅ¡e" -#: ../gio/glocalfile.c:1855 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nelze vytvořit informační soubor o zahozeném: %s" -#: ../gio/glocalfile.c:1880 ../gio/glocalfile.c:1955 ../gio/glocalfile.c:1962 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Nelze zahodit soubor: %s" -#: ../gio/glocalfile.c:2018 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Chyba při otevírání adresáře \"%s\": %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Chyba při vytváření symbolického odkazu: %s" -#: ../gio/glocalfile.c:2078 ../gio/glocalfile.c:2172 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Chyba při přesunování souboru: %s" -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Adresář nelze přesunout nad adresář" -#: ../gio/glocalfile.c:2128 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Vytvoření záložního souboru selhalo" -#: ../gio/glocalfile.c:2147 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Chyba při odstraňování cílového souboru: %s" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Přesunování mezi připojeními není podporováno" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Hodnota atributu nesmí být prázdná" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Neplatný typ atributu (očekáván řetězec)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Neplatný název rozšířeného atributu" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Chyba při nastavování rozšířeného atributu \"%s\": %s" -#: ../gio/glocalfileinfo.c:1457 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Chyba při prohledávání souboru \"%s\" s fstat(): %s" -#: ../gio/glocalfileinfo.c:1528 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (neplatné kódování)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Chyba při prohledávání popisovače souboru s fstat(): %s" -#: ../gio/glocalfileinfo.c:1739 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Neplatný typ atributu (očekáván uint32)" -#: ../gio/glocalfileinfo.c:1757 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Neplatný typ atributu (očekáván uint64)" -#: ../gio/glocalfileinfo.c:1776 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Neplatný typ atributu (očekáván bajtový řetězec)" -#: ../gio/glocalfileinfo.c:1802 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Chyba při nastavování oprávnění: %s" -#: ../gio/glocalfileinfo.c:1853 ../gio/glocalfileinfo.c:2021 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Chyba při nastavování vlastníka: %s" -#: ../gio/glocalfileinfo.c:1876 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symbolický odkaz nesmí být prázdný" -#: ../gio/glocalfileinfo.c:1886 ../gio/glocalfileinfo.c:1905 -#: ../gio/glocalfileinfo.c:1916 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Chyba při nastavování symbolického odkazu: %s" -#: ../gio/glocalfileinfo.c:1895 +#: gio/glocalfileinfo.c:1894 #, c-format 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:2076 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Nastavení atributu %s není podporováno" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Chyba při čtení ze souboru: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Chyba při hledání v souboru: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Chyba při zavírání souboru: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Nelze nalézt výchozí typ sledování místního souboru" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Chyba při zápisu do souboru: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Chyba při odstraňování starého záložního odkazu: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Chyba při vytváření záložní kopie: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Chyba při přejmenovávání dočasného souboru: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Chyba při zkracování souboru: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Chyba při otevírání souboru \"%s\": %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Cílový soubor je adresářem" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Cílový soubor není obyčejným souborem" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "Soubor byl externě pozměněn" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Poskytnut neplatný GSeekType" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Neplatný požadavek na hledání" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Nelze zkrátit GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Dosažen maximální limit datového pole" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Nelze měnit velikost výstupního proudu paměti" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Nelze změnit velikost výstupního proudu paměti" @@ -1652,55 +1650,55 @@ 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:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 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 remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "připojené neprovádí opakované připojení" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Výstupní proud neprovádí zápis" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Zdrojový proud je již ukončen" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "název" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Název ikony" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "názvy" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Pole obsahující názvy ikon" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "použít výchozí zálohy" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1708,64 +1706,64 @@ msgstr "" "Zda používat výchozí zálohy nalezené zkrácením názvu u znaků \"-\". Je-li " "zadáno více názvů, ignorují se názvy po prvním zadaném." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Chyba při čtení z datového proudu Unix: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Chyba při zavírání datového proudu Unix: %s" -#: ../gio/gunixmounts.c:1789 ../gio/gunixmounts.c:1826 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Kořen systému souborů" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Chyba při zápisu do datového proudu Unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "svazek neprovádí vysouvání" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Nelze nalézt aplikaci" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Chyba při spouÅ¡tění aplikace: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI nejsou podporovány" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "změny asociací nepodporovány na Win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Vytváření asociací nepodporováno na Win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "neskrývat položky" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "použít dlouhý formát výpisu" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[SOUBOR...]" diff --git a/po/cy.po b/po/cy.po index e08728b..2158886 100644 --- a/po/cy.po +++ b/po/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2006-06-29 19:38+0100\n" "Last-Translator: Rhys Jones \n" "Language-Team: Welsh \n" @@ -16,74 +16,74 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Priodwedd annisgwyl '%s' i'r elfen '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Priodwedd '%s' o elfen '%s' heb ei chanfod" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Tag annisgwyl '%s'; disgwyliwyd y tag '%s'" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Tag annisgwyl '%s' o fewn '%s'" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, fuzzy, c-format msgid "No valid bookmark file found in data dirs" msgstr "Ni ddarganfuwyd ffeil llyfrnodau ddilys yn y cyfeiriaduron data" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Llyfrnod ar gyfer yr URI '%s' yn bodoli eisoes" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Dim llyfrnod wedi ei ganfod ar gyfer yr URI '%s'" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Dim math MIME wedi'i ddiffinio yn y llyfrnod ar gyfer yr URI '%s'" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Dim baner breifat wedi'i diffinio yn y llyfrnod ar gyfer yr URI '%s'" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Dim grwpiau wedi'u gosod yn y llyfrnod ar gyfer yr URI '%s'" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s" @@ -157,7 +157,7 @@ msgstr "Nid yw'r llwybr '%s' yn llwybr gosodedig" msgid "Invalid hostname" msgstr "Enw gwesteiwr annilys" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Gwall y cyfeiriadur '%s': %s" @@ -299,24 +299,24 @@ msgstr "Methwyd agor y ffeil '%s': methodd open(): %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Methwyd mapio'r ffeil '%s': methodd mmap(): %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Gwall ar linell %d golofn %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Gwall ar linell %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Gwelwyd endid gwag '&;'; mae & " < > a ' yn endidau dilys" # c-format -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -326,17 +326,17 @@ msgstr "" "Mae'r nod '%s' yn annilys ar ddechrau endid; mae'r nod & yn dechrau endid; " "os nad yw'r & yma i fod yn endid, defnyddiwch & yn ei le" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Nid yw'r nod '%s' yn ddilys o fewn enw endid" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Mae'r enw endid '%s' yn anhysbys" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -344,7 +344,7 @@ msgstr "" "Ni orffennwyd yr endid gyda hanner-colon - mwy na thebyg y defnyddiwyd " "ampersand heb fwriadu dechrau endid - dylid defnyddio & yn lle" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -353,16 +353,16 @@ msgstr "" "Methwyd adnabod '%-.*s', a ddylai fod yn ddigid o fewn cyfeiriant nod " "(ê er enghraifft) - hwyrach fod y digid yn rhy fawr" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Nid yw'r cyfeiriant nod '%-.*s' yn amgodio nod a ganiateir" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Cyfeiriant nod gwag; dylai gynnwys digid megis dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -371,34 +371,34 @@ msgstr "" "Ni orffennwyd cyfeiriant nod gyda hanner-colon - mwy na thebyg y defnyddiwyd " "ampersand heb fwriadu dechrau endid - dylid defnyddio & yn lle" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Cyfeiriant endid heb ei orffen" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Cyfeiriant nod heb ei orffen" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Testun annilys wedi ei amgodio fel UTF-8" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Testun annilys wedi ei amgodio fel UTF-8" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Testun annilys wedi ei amgodio fel UTF-8" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Rhaid i'r ddogfen ddechrau gydag elfen (e.e. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -406,14 +406,14 @@ msgid "" msgstr "" "Nid yw '%s' yn nod dilys yn dilyn '<'; nid yw'n gallu dechrau enw elfen" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "Nod od '%s', disgwyliwyd '>' er mwyn gorffen tag dechrau'r elfen '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -421,7 +421,7 @@ msgstr "" "Nod od '%s', disgwyliwyd '=' ar ôl yr enw priodoledd '%s' o'r elfen '%s'" # c-format -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -432,7 +432,7 @@ msgstr "" "s', neu briodoledd ddewisol; efallai defnyddiwyd nod annilys mewn enw " "priodoledd" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -441,7 +441,7 @@ msgstr "" "Nod od '%s', disgwyliwyd dyfynnod agored ar ôl y '=' wrth roi gwerth i'r " "priodoledd '%s' o'r elfen '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw elfen" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i dag agor elfen" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -516,16 +516,16 @@ msgstr "" "Gorffennodd y ddogfen yn annisgwyl ar ôl yr hafalnod yn dilyn enw " "priodoledd; dim gwerth priodoledd" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i werth priodoledd" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i dag cau'r elfen '%s'" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Gorffennodd y ddogfen yn annisgwyl y tu fewn i sylw neu gyfarwyddiad brosesu" @@ -550,7 +550,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1165,7 +1165,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1180,7 +1180,7 @@ msgstr "Opsiwn anhysbys %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1219,7 +1219,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1232,10 +1232,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Ni chynhelir cysylltion symbolaidd" @@ -1248,52 +1248,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Ni chynhelir cysylltion symbolaidd" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'" @@ -1304,12 +1304,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1365,181 +1365,186 @@ msgstr "Enw rhaglen annilys: %s" msgid "Error getting filesystem info: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Enw gwesteiwr annilys" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Gwall y cyfeiriadur '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Gwall wrth ramadegu opsiwn %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Gwall y cyfeiriadur '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Gwall ar linell %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Ni chynhelir cysylltion symbolaidd" @@ -1612,12 +1617,12 @@ msgstr "Ddim yn ffeil cyffredin" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Enw rhaglen annilys: %s" @@ -1627,17 +1632,17 @@ msgstr "Enw rhaglen annilys: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1712,7 +1717,7 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s " msgid "Error closing unix: %s" msgstr "Gwall ar linell %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/da.po b/po/da.po index 9e3e976..4ade0f3 100644 --- a/po/da.po +++ b/po/da.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-10 21:35+0100\n" "Last-Translator: Ask Hjorth Larsen \n" "Language-Team: Danish \n" @@ -25,74 +25,74 @@ msgstr "" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Uventet egenskab \"%s\" for elementet \"%s\"" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Egenskaben \"%s\" for elementet \"%s\" blev ikke fundet" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Uventet mærke \"%s\", forventede mærket \"%s\"" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Uventet mærke \"%s\" inden i \"%s\"" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Ingen gyldig bogmærkefil blev fundet i datakatalogerne" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Et bogmærke for URI'en \"%s\" findes allerede" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Der blev intet bogmærke fundet for URI'en \"%s\"" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Ingen MIME-type er defineret i bogmærket for URI'en \"%s\"" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Intet privat flag er defineret i bogmærket for URI'en \"%s\"" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Ingen grupper er sat i bogmærket for URI'en \"%s\"" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Intet program med navnet \"%s\" har registreret et bogmærke for \"%s\"" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Kunne ikke udvide eksekveringslinjen \"%s\" med URI'en \"%s\"" @@ -166,7 +166,7 @@ msgstr "Stinavnet \"%s\" er ikke en absolut sti" msgid "Invalid hostname" msgstr "Ugyldigt værtsnavn" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Fejl ved Ã¥bning af mappen \"%s\": %s" @@ -309,24 +309,24 @@ msgstr "Kunne ikke Ã¥bne filen \"%s\": open() mislykkedes: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Kunne ikke kortlægge filen \"%s\": mmap() mislykkedes: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Fejl pÃ¥ linje %d tegn %d: " -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Fejl pÃ¥ linje %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Tom entitet \"&;\" fundet; gyldige entiteter er: & " < > " "'" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -337,17 +337,17 @@ msgstr "" "starter en entitet; hvis dette og-tegn ikke er beregnet pÃ¥ at være en " "entitet, sÃ¥ undgÃ¥ dette ved at bruge & i stedet" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Tegnet \"%s\" er ikke gyldigt inde i et entitetsnavn" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitetsnavnet \"%s\" er ikke kendt" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -356,7 +356,7 @@ msgstr "" "tegn uden at det var beregnet pÃ¥ at starte en entitet - dette undgÃ¥s ved at " "bruge & i stedet" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -365,16 +365,16 @@ msgstr "" "Fejl ved fortolkning af \"%-.*s\" som skulle have været et ciffer i en " "tegnreference (ê for eksempel) - mÃ¥ske er cifret for stort" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tegnreferencen \"%-.*s\" koder ikke et tilladt tegn" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Tom tegnreference; skulle indeholde et tal sÃ¥som dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -384,32 +384,32 @@ msgstr "" "og-tegn uden at det var beregnet pÃ¥ at starte en entitet - undgÃ¥ dette ved " "at bruge & i stedet" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Ufærdig entitetsreference" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Ufærdig tegnreference" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Ugyldig UTF-8-kodet tekst - for lang sekvens" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Ugyldig UTF-8-kodet tekst - ikke et starttegn" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Ugyldig UTF-8-kodet tekst - ikke gyldig \"%s\"" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentet skal begynde med et element (f.eks )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -418,7 +418,7 @@ msgstr "" "\"%s\" er ikke et gyldigt tegn efter et \"<\"-tegn; det kan ikke være " "begyndelsen pÃ¥ et elementnavn" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -427,7 +427,7 @@ msgstr "" "Mærkeligt tegn \"%s\", forventede et \">\"-tegn for at afslutte " "begyndelsesmærket til elementet \"%s\"" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -435,7 +435,7 @@ msgstr "" "Mærkeligt tegn \"%s\", forventede et \"=\" efter egenskabsnavn \"%s\" for " "elementet \"%s\"" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -446,7 +446,7 @@ msgstr "" "begyndelsesmærket til elementet \"%s\" eller alternativt en egenskab; mÃ¥ske " "brugte du et ugyldigt tegn i egenskabsnavnet" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -455,7 +455,7 @@ msgstr "" "Mærkeligt tegn \"%s\", forventede et Ã¥bningsanførselstegn efter " "lighedstegnet nÃ¥r værdien for egenskaben \"%s\" for elementet \"%s\" angives" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element \"%s\" blev lukket, ingen Ã¥bne elementer nu" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element \"%s\" blev lukket, men aktivt Ã¥bent element er \"%s\"" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller indeholdt kun blanke tegn" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentet sluttede uventet lige efter en Ã¥ben vinkelparantes \"<\"" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -500,7 +500,7 @@ msgstr "" "Dokumentet sluttede uventet med Ã¥bne elementer - \"%s\" var sidste Ã¥bne " "element" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -509,19 +509,19 @@ msgstr "" "Dokumentet sluttede uventet, forventede at se en vinkelparantes for at " "afslutte det sidste mærke <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet sluttede uventet inden i et elementnavn" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet sluttede uventet inden i et egenskabsnavn" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentet sluttede uventet inden i et element-Ã¥bnende mærke." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -529,17 +529,17 @@ msgstr "" "Dokumentet sluttede uventet efter lighedstegnet efter et egenskabsnavn; " "ingen egenskabsværdi" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet sluttede uventet inden i en egenskabsværdi" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Dokumentet sluttede uventet inden i lukningsmærket for elementet \"%s\"" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumentet sluttede uventet inden i en kommentar eller behandlingsinstruktion" @@ -566,7 +566,7 @@ msgstr "" "mønsteret indeholder elementer der ikke understøttes i forbindelse med " "partiel træfning" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "intern fejl" @@ -1181,7 +1181,7 @@ msgstr "For stor talværdi givet til %s" msgid "Stream is already closed" msgstr "Strømmen er allerede lukket" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operationen blev afbrudt" @@ -1195,7 +1195,7 @@ msgstr "Ukendt type" msgid "%s filetype" msgstr "%s-filtype" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s-type" @@ -1234,7 +1234,7 @@ msgstr "Kan ikke oprette bruger-MIME-konfigurationsfolder %s: %s" msgid "Can't create user desktop file %s" msgstr "Kan ikke oprette brugerskrivebords-fil %s" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Tilpasset definition for %s" @@ -1247,10 +1247,10 @@ msgstr "drevet implementerer ikke eject" msgid "drive doesn't implement polling for media" msgstr "drevet implementerer ikke forespørgsel om medier" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operationen understøttes ikke" @@ -1263,53 +1263,53 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Indeholdende montering findes ikke" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Kan ikke kopiere over mappe" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Kan ikke kopiere mappe over mappe" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "MÃ¥lfilen findes" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Kan ikke kopiere mappe rekursivt" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format 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:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Affald understøttes ikke" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnavne kan ikke indeholder \"%c\"" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "drevet implementerer ikke montering" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Intet program er registreret til hÃ¥ndtering af denne fil" @@ -1321,12 +1321,12 @@ msgstr "Optæller er lukket" # udviklerkommentar ved tilsvarende streng andetsteds i filen forklarer dette #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Filoptæller arbejder stadig" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Filoptæller er allerede lukket" @@ -1382,183 +1382,188 @@ msgstr "Ugyldigt filnavn %s" msgid "Error getting filesystem info: %s" msgstr "Fejl ved læsning af filsysteminformation: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Kan ikke omdøbe rodmappen" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Kan ikke omdøbe fil, filnavn findes allerede" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Ugyldigt filnavn" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Fejl ved omdøbning af fil: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Fejl ved Ã¥bning af fil: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Kan ikke Ã¥bne mappe" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Fejl under fjernelse af fil: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Fejl ved udsmidning af fil: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan ikke oprette affaldsmappe %s: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Kan ikke finde topniveau-mappe til affald" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Kan ikke finde eller oprette affaldsmappe" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan ikke oprette affalds-infofil: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Kan ikke smide fil ud: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Fejl ved Ã¥bning af mappen \"%s\": %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Fejl under oprettelse af symbolsk henvisning: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Fejl ved flytning af fil: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Kan ikke flytte mappe over mappe" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Oprettelse af sikkerhedskopi mislykkedes" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Fejl ved fjernelse af mÃ¥lfil: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Flytning mellem monteringer understøttes ikke" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Attributværdien mÃ¥ ikke være NULL" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Ugyldig attributtype (streng forventet)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Ugyldigt udvidet attributnavn" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Fejl ved instilling af udvidet attribut \"%s\": %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Fejl ved stat for filen \"%s\": %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (ugyldig kodning)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fejl ved stat af fildeskriptor: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig attributtype (uint32 forventet)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig attributtype (uint64 forventet)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig attributtype (byte-streng forventet)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Fejl ved ændring af rettigheder: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Fejl ved ændring af ejer: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symbolsk henvisning mÃ¥ ikke være NULL" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Fejl ved manipulation af symbolsk henvisning: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format 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:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Indstilling af attributten %s understøttes ikke" @@ -1631,12 +1636,12 @@ msgstr "MÃ¥lfilen er ikke en almindelig fil" msgid "The file was externally modified" msgstr "Filen blev modificeret eksternt" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Ugyldig GSeekType angivet" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Ugyldig søgeforespørgsel" @@ -1646,17 +1651,17 @@ msgstr "Ugyldig søgeforespørgsel" msgid "Cannot truncate GMemoryInputStream" msgstr "Kan ikke beskære GMemoryInputStream" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "NÃ¥ede maksimal data-arraygrænse" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Hukommelses-uddatastrøm kan ikke ændre størrelse" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Kunne ikke ændre størrelse for hukommelses-uddatastrøm" @@ -1733,7 +1738,7 @@ msgstr "Fejl ved læsning fra unix: %s" msgid "Error closing unix: %s" msgstr "Fejl ved lukningaf unix: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Filsystemets rod" diff --git a/po/de.po b/po/de.po index e968ddc..c3b7636 100644 --- a/po/de.po +++ b/po/de.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-04 19:46+0100\n" "Last-Translator: Hendrik Richter \n" "Language-Team: German \n" @@ -19,80 +19,80 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Unerwartetes Attribut »%s« des Elements »%s«" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attribut »%s« des Elements »%s« konnte nicht gefunden werden" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Unerwarteter Tag »%s«; Tag »%s« wird erwartet" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Unerwarteter Tag »%s« innerhalb von »%s«" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Es wurde keine gültige Lesezeichendatei in den Datenverzeichnissen gefunden" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Es existiert bereits ein Lesezeichen für den URI »%s«" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Es konnte kein Lesezeichen für den URI »%s« gefunden werden." -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Es ist kein MIME-Type im Lesezeichen für den URI »%s« definiert." -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" "Es konnte keine »privat«-Markierung für das Lesezeichen für den URI »%s« " "gefunden werden." -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" "Es wurden keine Gruppen für das Lesezeichen für den URI »%s« festgelegt." -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" "Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%s« " "registriert hat." -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Die Befehlzeile »%s« konnte nicht mit dem URI »%s« verknüpft werden." @@ -167,7 +167,7 @@ msgstr "Der Pfadname »%s« ist kein absoluter Pfad" msgid "Invalid hostname" msgstr "Ungültiger Rechnername" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Fehler beim Öffnen des Verzeichnisses »%s«: %s" @@ -319,24 +319,24 @@ msgstr "Datei »%s« konnte nicht geöffnet werden: open() ist fehlgeschlagen: % msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Datei »%s« konnte nicht gemappt werden: mmap() ist fehlgeschlagen: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Fehler in Zeile %d, Zeichen %d: " -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Fehler in Zeile %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Leere Entität »&;« gefunden; gültige Entitäten sind & " < > " "'" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -347,18 +347,18 @@ msgstr "" "beginnt mit dem Zeichen &; wenn das Et keine Entität sein soll, es als & " "umschreiben" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Zeichen »%s« ist in einem Entitätsnamen ungültig" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitätsname »%s« ist unbekannt" # CHECK -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -367,7 +367,7 @@ msgstr "" "benutzt, ohne eine Entity beginnen zu wollen - umschreiben Sie das Et als " "&" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -376,16 +376,16 @@ msgstr "" "»%-.*s«, was eine Zahl in einer Zeichenreferenz (wie ê) sein sollte, " "konnte nicht analysiert werden - vielleicht ist die Zahl zu groß" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Zeichenreferenz »%-.*s« kodiert kein zulässiges Zeichen" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Leere Zeichenangabe; sollte eine Zahl wie z.B. dž enthalten" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -395,32 +395,32 @@ msgstr "" "Et-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie " "das Et als &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Unvollendete Entitätsreferenz" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Unvollendete Zeichenreferenz" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Ungültiger UTF-8-kodierter Text - überlange Sequenz" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Ungültiger UTF-8-kodierter Text - Kein Anfangszeichen" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Ungültiger UTF-8-kodierter Text - »%s« ist nicht gültig" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokument muss mit einem Element beginnen (e.g. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -429,7 +429,7 @@ msgstr "" "»%s« ist kein gültiges Zeichen nach einem »<«-Zeichen; es darf keinen " "Elementnamen beginnen" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -438,14 +438,14 @@ msgstr "" "Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des Elements »%s« " "abzuschließen" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Seltsames Zeichen »%s«, »=« erwartet nach Attributname »%s« des Elements »%s«" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -456,7 +456,7 @@ msgstr "" "erwartet, um das Start-Tag des Elements »%s« abzuschließen; vielleicht haben " "Sie ein ungültiges Zeichen in einem Attributnamen benutzt" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -465,7 +465,7 @@ msgstr "" "Seltsames Zeichen »%s«; bei der Wertangabe für das Attribut »%s« des Elemente " "»%s« wurde ein Anführungszeichen nach dem Gleichheitszeichen erwartet" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '«" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element »%s« wurde geschlossen, kein Element ist derzeit offen" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokument ist leer oder enthält nur Leerraum" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokument endete unerwartet nach einer offenen spitzen Klammer »<«" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -510,7 +510,7 @@ msgstr "" "Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte " "offene Element" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -519,19 +519,19 @@ msgstr "" "Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%s/" "> schließt, erwartet" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument endete unerwartet innerhalb eines Elementnamens" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument endete unerwartet innerhalb eines Attributnamens" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokument endete unerwartet innerhalb eines Element-öffnenden Tags." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -539,18 +539,18 @@ msgstr "" "Dokument endete unerwartet nach dem Gleichheitszeichen, das einem " "Attributnamen folgt; kein Attributwert" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument endete unerwartet innerhalb eines Attributwertes" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Dokument endete unerwartet innerhalb eines schließenden Tags für das Element " "»%s«" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokument endete unerwartet innerhalb eines Kommentars oder " @@ -578,7 +578,7 @@ msgstr "" "Der Ausdruck enthält Elemente, die teilweise Übereinstimmung nicht " "unterstützen" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "Interner Fehler" @@ -1207,7 +1207,7 @@ msgstr "Zu großer Zählwert an %s übermittelt" msgid "Stream is already closed" msgstr "Datenstrom ist bereits geschlossen" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Vorgang wurde abgebrochen" @@ -1221,7 +1221,7 @@ msgstr "Unbekannter Typ" msgid "%s filetype" msgstr "%s-Dateityp" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s-Typ" @@ -1263,7 +1263,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "Benutzer-Desktop-Datei %s kann nicht erstellt werden" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Benutzerdefinition für %s" @@ -1276,10 +1276,10 @@ msgstr "Laufwerk unterstützt Auswerfen nicht" msgid "drive doesn't implement polling for media" msgstr "Laufwerk unterstützt Prüfen auf Datenträger nicht" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Vorgang nicht unterstützt" @@ -1292,52 +1292,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Enthaltender Einhängepunkt existiert nicht" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Es kann nicht über das Verzeichnis kopiert werden" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Verzeichnis kann nicht über Verzeichnis kopiert werden" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Zieldatei existiert" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Verzeichnis kann nicht rekursiv kopiert werden" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Ungültiger Wert für Symbolische Verknüpfung angegeben" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Müll nicht unterstützt" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Dateinamen dürfen kein »%c« enthalten" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "Datenträger unterstützt Einhängen nicht" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Es wurde keine Anwendung gefunden, die diese Datei verarbeiten kann" @@ -1348,12 +1348,12 @@ msgid "Enumerator is closed" msgstr "Datei-Enumerator ist geschlossen" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Datei-Enumerator hat noch einen ausstehenden Vorgang" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Datei-Enumerator ist bereits geschlossen" @@ -1410,183 +1410,188 @@ msgstr "Ungültiger Dateiname %s" msgid "Error getting filesystem info: %s" msgstr "Fehler beim Einlesen der Dateisystem-Information: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Wurzelverzeichnis kann nicht umbenannt werden" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Datei kann nicht umbenannt werden, da der Dateiname bereits existiert" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Ungültiger Dateiname" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Fehler beim Umbennen der Datei: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Fehler beim Öffnen der Datei: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Verzeichnis kann nicht geöffnet werden" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Fehler beim Entfernen der Datei: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Fehler beim Verschieben der Datei in den Müll: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Müll-Verzeichnis %s konnte nicht angelegt werden: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Elternverzeichnis für den Müll konnte nicht gefunden werden" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Müll-Verzeichnis konnte nicht gefunden oder angelegt werden" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Löschprotokoll-Datei konnte nicht angelegt werden: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Datei konnte nicht in den Müll verschoben werden: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Fehler beim Öffnen des Verzeichnisses »%s«: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Fehler beim Erstellen des Symbolischen Verknüpfung: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Fehler beim Verschieben der Datei: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Verzeichnis kann nicht über Verzeichnis verschoben werden" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Erstellen der Backup-Datei fehlgeschlagen" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Fehler beim Entfernen der Zieldatei: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Verschieben zwischen Einhängepunkten nicht unterstützt" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Attributwert darf nicht NULL sein" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Ungültiger Attributtyp (»string« erwartet)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Ungültiger erweiterter Attributname" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Fehler beim Setzen des erweiterten Attributs »%s«: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Fehler beim Untersuchen der Datei %s mit fstat(): %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (ungültige Kodierung)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fehler beim Untersuchen des Datei-Deskriptors mit fstat(): %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Ungültiger Attributtyp (»uint32« erwartet)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Ungültiger Attributtyp (»uint64« erwartet)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Ungültiger Attributtyp (»byte string« erwartet)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Fehler beim Setzen der Zugriffsrechte: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Fehler beim Setzen des Besitzers: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "Symbolische Verknüpfung darf nicht NULL sein" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Fehler beim Setzen der Symbolischen Verknüpfung: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format 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:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Setzen des Attributs %s nicht unterstützt" @@ -1660,12 +1665,12 @@ msgstr "Zieldatei ist keine reguläre Datei" msgid "The file was externally modified" msgstr "Die Datei wurde extern verändert" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Ungültiger GSeekType übergeben" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Ungültige Suchanfrage" @@ -1675,17 +1680,17 @@ msgstr "Ungültige Suchanfrage" msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream konnte nicht abgeschnitten werden" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Maximales Limit des Daten-Feldes erreicht" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Größe des Speicherausgabestroms ist nicht änderbar" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Größe des Speicherausgabestroms konnte nicht geändert werden" @@ -1762,7 +1767,7 @@ msgstr "Fehler beim Lesen aus Unix-Datenstrom: %s" msgid "Error closing unix: %s" msgstr "Fehler beim Schließen des Unix-Datenstroms: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Wurzelverzeichnis des Dateisystems" diff --git a/po/dz.po b/po/dz.po index 6b1414b..f0c2a24 100644 --- a/po/dz.po +++ b/po/dz.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.dz\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2006-08-09 10:23+0530\n" "Last-Translator: Mindu Dorji\n" "Language-Team: DZONGKHA \n" @@ -18,74 +18,74 @@ msgstr "" "X-Poedit-SourceCharset: utf-8\n" "Plural-Forms: nplurals=2;plural=(n!=1);\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "རེ་བ་མེད་པའི་ཁྱད་ཆོས་ '%s'ཆ་ཤས་'%s'གི་དོན་ལུ།" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "ཁྱད་ཆོས་'%s'འཚོལ་མ་ཐོབ་ ཆ་ཤས་'%sགི" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "རེ་བ་མེད་པའི་ངོ་རྟགས་ '%s'། རེ་བ་བསྐྱེད་མི་ངོ་རྟགས་'%s'།" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "རེ་བ་མེད་པའི་ངོ་རྟགས་ '%s' ངོ་རྟགས། '%s'ནང་ན།" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "གནད་སྡུད་སྣོད་ཐོ་ཚུ་ནང་ ནུས་ཅན་དེབ་རྟགས་ཡིག་སྣོད་ འཚོལ་མ་ཐོབ།" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "ཡུ་ཨར་ཨའི་'%s'གི་དོན་ལུ་ དེབ་རྟགས་ཅིག་ཧེ་མ་ལས་རང་འདུག" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "ཡུ་ཨར་ཨའི་'%s'གི་དོན་ལུ་དེབ་རྟགས་མ་ཐོབ།" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "ཡུ་ཨར་ཨའི་'%s'གི་དོན་ལུ་དེབ་རྟགས་ནང་ མ་ཡིམ་གྱི་དབྱེ་བ་ངེས་འཛིན་མ་འབད་བས། " -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "ཡུ་ཨར་ཨའི་'%s'གི་དོན་ལུ་དེབ་རྟགས་ནང་ སྒེར་གྱི་ཟུར་རྟགས་ངེས་འཛིན་མ་འབད་བས།" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "ཡུ་ཨར་ཨའི་'%sགི་དོན་ལུ་ དེབ་རྟགས་ནང་ སྡེ་ཚན་གཞི་སྒྲིག་མ་འབད་བས།" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱིས་ '%s དོན་ལུ་ དེབ་རྟགས་ཅིག་ཐོ་འགོད་མ་འབད་བས། " -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ ’%s’:%s ལྷག་མ་ཚུགས།" @@ -160,7 +160,7 @@ msgstr "འགྲུལ་ལམ་གྱི་མིང་ ’%s’ འབད msgid "Invalid hostname" msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།" @@ -302,23 +302,23 @@ msgstr "ཡིག་སྣོད་ ’%s’ ཁ་ཕྱེ་མ་ཚུག msgid "Failed to map file '%s': mmap() failed: %s" msgstr "ཡིག་སྣོད་’%s’ གི་ས་ཁྲ་འབྲི་མ་ཚུགས་: mmap() མ་བཏུབ་:%s།" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "གྱལ་རིམ་%d ཡིག་འབྲུ་ %d:%s ལུ་འཛོལ་བ།" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "ངོ་བོ་སྟོང་པ་ ’&;’ མཐོང་ཅི། ནུས་ཅན་ངོ་བོ་ཚུ་: & " < > ' ཚུ་ཨིན།" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -328,17 +328,17 @@ msgstr "" "ངོ་བོའི་མིང་ འགོ་བཙུགས་སར ཡིག་འབྲུ་་ ’%s’ ནུས་མེད་ཨིན་པས། ཡིག་འབྲུ་ & འདི་གིས་ངོ་བོ་ཅིག་ འགོ་" "བཙུགསཔ་ཨིན། གལ་སྲིད་ དང་རྟགས་འདི་ ངོ་བོ་མིནམ་ཅིག་དགོ་པཅིན་ & བཟུམ་ཅིག་སྦེ་ གྲོས་ཐར་འབད།" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "ཡིག་འབྲུ་ ’%s དེ་ ངོ་བོའི་མིང་ཅིག་གི་ ནང་འཁོད་ལུ་ ནུས་མེད་ཨིན། " -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "ངོ་བོའི་མིང་ '%s' ཧ་མ་གོ" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -346,7 +346,7 @@ msgstr "" "ངོ་བོ་འདི་ སེ་མི་ཀོ་ལཱོན་ ; གིས་འབད་ མཇུག་མ་བསྡུ་བས། ཁྱོད་ཀྱིས་ངོ་བོ་ཅིག་ འགོ་མ་བཙུགས་པར་ དང་རྟགས་" "ཡིག་འབྲུ་ཅིག་ ལག་ལེན་འཐབ་འཐབ་བཟུམ་ཅིག་འདུག དང་རྟགས་་ & བཟུམ་ཅིག་སྦེ་ གྲོས་ཐར་འབད།" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -355,16 +355,16 @@ msgstr "" "'%-.*s'ལུ་ མིང་དཔྱད་འབད་མ་ཚུགས། འདི་ཡིག་འབྲུ་གཞི་བསྟུན་ (དཔེར་ན་ (ê ) ཅིག་ནང་གི་ ཨང་" "ཡིག་ཅིག་འོང་དགོཔ་ཨིན་ - ཨང་ཡིག་དེ་ སྦོམ་དྲགསཔ་འོང་ནི་མས།" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "ཡིག་འབྲུ་གཞི་བསྟུན་ '%-.*s' དེ་གིས་ གནང་བ་ཅན་གྱི་ཡིག་འབྲུ་ཅིག་ལུ་ ཨིན་ཀོཌི་མི་འབད་བས།" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "ཡིག་འབྲུ་སྟོང་པའི་འབྲེལ་བ་འདི་ནང་ dž བཟུམ་མའི་ ཨང་ཡིག་ཅིག་འོང་དགོ" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -374,34 +374,34 @@ msgstr "" "མེད་པར་ དང་རྟགས་ ཡིག་འབྲུ་ ལག་ལེན་འཐབ་འཐབ་འོང་ནི་མས། དང་རྟགས་དེ་ & བཟུམ་སྦེ་ གྲོས་ཐར་" "འབད།" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "མཇུག་མ་བསྡུ་བའི་ ངོ་བོའི་གཞི་བསྟུན།" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "མཇུག་མ་བསྡུ་བའི་ ཡིག་འབྲུའི་གཞི་བསྟུན།" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "ཡིག་ཆ་དེ་ (དཔེར་ན་ ) བཟུམ་མའི་ཆ་ཤས་ཅིག་གིས་ འགོ་བཙུགས་དགོ" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -410,7 +410,7 @@ msgstr "" "ཡིག་འབྲུ་ ’%s’ དེ་ ཡིག་འབྲུ་’<’ ཅིག་གི་རྗེས་སུ་འོངམ་ད་ ནུས་པ་ཡོད་པའི་ཡིག་འབྲུ་ཅིག་མིན། འདི་གིས་ཆ་ཤས་" "ཀྱི་མིང་ཅིག་ འགོ་མི་བཙུགསཔ་འོང༌།" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -419,7 +419,7 @@ msgstr "" "’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ཆ་ཤས་ཀྱི་ འགོ་བཙུགས་ངོ་རྟགས་ %s’ དེ་མཇུག་བསྡུ་ནི་ལུ་ ཡིག་འབྲུ་ ’>’ ཅིག་ " "ཨིན་པའི་རེ་བ་ཡོད།" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -427,7 +427,7 @@ msgstr "" "’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ’=’ ཅིག་ཡོད་པའི་ རེ་བ་ཡོད་ ཁྱད་ཆོས་ཀྱི་མིང་ ’%s’ ཆ་ཤས་ ’%s’ གི་རྗེས་" "སུ།" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -437,7 +437,7 @@ msgstr "" "’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ཆ་ཤས་ ’%s’ གི་འགོ་བཙུགས་ངོ་རྟགས་ མཇུག་བསྡུ་ནི་ལུ་ ཡིག་འབྲུ་ ’>’ ཡང་ན་ " "’/’ གི་རེ་བ་ཡོད།" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -446,7 +446,7 @@ msgstr "" "’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ཁྱད་ཆོས་’%s’ གི་ ཆ་ཤས’%s’ གི་དོན་ལུ་ བེ་ལུ་བྱིནམ་ད་ མཉམ་རྟགས་ཀྱི་ཤུལ་" "ལུ་ འགོ་བཙུགས་འདྲེན་རྟགས་ཅིག་ ཚུད་ཡོད་པའི་རེ་བ་ཡོད།" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '’ ཨིན།" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "ཆ་ཤས་ ’%s’ དེ་ ཁ་བསྡམས་ཏེ་ཡོདཔ་ལས་ ད་ལྟོ་ཆ་ཤས་གཅིག་ཡང་ ཁ་ཕྱེ་ཕྱེཝ་མིན་འདུག" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "ཆ་ཤས་ ’%s’ དེ་ ཁ་བསྡམས་ནུག དེ་འབདཝ་ད་ ད་ལྟོ་ཁ་ཕྱེ་སྟེ་ཡོད་མི་ཆ་ཤས་དེ་ ’%s’ ཨིན།" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "ཡིག་ཆ་དེ་སྟོང་པའམ་ ཡང་ཅིན་ ནང་ན་ས་སྟོང་དཀརཔོ་མ་གཏོགས་ མེདཔ་འོང་ནི་མས།" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "ཡིག་ཆ་དེ་ ཟུར་ཁུག་གུག་ཤད་ ’<’ ཅིག་གི་ཤུལ་ལས་ རེ་བ་མེད་པར་ རྫོགས་སོ་ཡི།" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -491,7 +491,7 @@ msgstr "" "ཡིག་ཆ་དེ་ རེ་བ་མེད་པར་རྫོགས་སོ་རུང་ ཆ་ཤས་དེ་ ཁ་ཕྱེ་སྟེ་རང་འདུག མཐའ་མཇུག་ཁ་ཕྱེ་མི་ ཆ་ཤས་དེ་ -’%" "s’ ཨིན་པས།" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -500,19 +500,19 @@ msgstr "" "ཡིག་ཆ་དེ་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག ངོ་རྟགས་ <%s/> མཇུག་བསྡུ་བའི་ ཁ་བསྡམ་ཟུར་ཁུག་གུག་ཤད་ཅིག་ " "མཐོང་བའི་རེ་བ་ཡོད།" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ཅིག་གི་ མིང་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ཁ་ཕྱེ་ནིའི་ ངོ་རྟགས་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -520,16 +520,16 @@ msgstr "" "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ཤུལ་ལས་ མཉམ་རྟགས་ཀྱི་རྗེས་སུ་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག ཁྱད་ཆོས་ཀྱི་བེ་" "ལུ་མིན་འདུག" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་ བེ་ལུ་ཅིག་གི་ནང་ན་སྡོད་པའི་སྐབས་ལུ་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ ’%s’ གི་དོན་ལུ་ ཁ་བསྡམ་ངོ་རྟགས་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "ཡིག་ཆ་དེ་ བསམ་བཀོད་ ཡང་ན་ ལས་སྦྱོར་བཀོད་རྒྱ་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག" @@ -553,7 +553,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1164,7 +1164,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1179,7 +1179,7 @@ msgstr "ཤེས་མ་ཚུགས་པའི་གདམ་ཁ་ %s།" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1218,7 +1218,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1231,10 +1231,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" @@ -1247,52 +1247,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱིས་ '%s དོན་ལུ་ དེབ་རྟགས་ཅིག་ཐོ་འགོད་མ་འབད་བས། " @@ -1303,12 +1303,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1364,181 +1364,186 @@ msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།" msgid "Error getting filesystem info: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" @@ -1611,12 +1616,12 @@ msgstr "དུས་རྒྱུན་གྱི་ཡིག་སྣོད་ཅ msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།" @@ -1626,17 +1631,17 @@ msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1711,7 +1716,7 @@ msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་ msgid "Error closing unix: %s" msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/el.po b/po/el.po index 5da5559..0f7b611 100644 --- a/po/el.po +++ b/po/el.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-11 04:25+0000\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-18 03:34+0200\n" "Last-Translator: Giannis Katsampirhs \n" "Language-Team: Greek \n" @@ -24,1259 +24,1272 @@ msgstr "" "X-Poedit-Language: Greek\n" "X-Poedit-Country: GREECE\n" -#: ../glib/gbookmarkfile.c:705 -#: ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 -#: ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" -msgstr "Περίεργος χαρακτήρας '%s', αναμενόταν ένα '=' μετά το όνομα γνωρίσματος '%s' του στοιχείου '%s'" +msgstr "" +"Περίεργος χαρακτήρας '%s', αναμενόταν ένα '=' μετά το όνομα γνωρίσματος '%" +"s' του στοιχείου '%s'" -#: ../glib/gbookmarkfile.c:716 -#: ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 -#: ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Το γνώρισμα '%s' του στοιχείου '%s' δεν βρέθηκε" -#: ../glib/gbookmarkfile.c:1092 -#: ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 -#: ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Απρόσμενη ετικέτα '%s', αναμενόταν ετικέτα '%s'" -#: ../glib/gbookmarkfile.c:1117 -#: ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 -#: ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Απρόσμενη ετικέτα '%s' μέσα σε '%s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" -msgstr "Δεν μπορεί να βρεθεί έγκυρο αρχείο σελιδοδεικτών στους καταλόγους δεδομένων" +msgstr "" +"Δεν μπορεί να βρεθεί έγκυρο αρχείο σελιδοδεικτών στους καταλόγους δεδομένων" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Υπάρχει ήδη ένας σελιδοδείκτης για την ιστοσελίδα '%s'" -#: ../glib/gbookmarkfile.c:2028 -#: ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 -#: ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 -#: ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 -#: ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 -#: ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 -#: ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 -#: ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 -#: ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Δεν βρέθηκε σελιδοδείκτης για την ιστοσελίδα '%s'" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" -msgstr "Δεν αναγνωρίστηκε κανένας τύπος mime στο σελιδοδείκτη για την ιστοσελίδα '%s'" +msgstr "" +"Δεν αναγνωρίστηκε κανένας τύπος mime στο σελιδοδείκτη για την ιστοσελίδα '%s'" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" -msgstr "Καμιά προσωπική σημαία δεν έχει αναγνωριστεί στο σελιδοδείκτη για την ιστοσελίδα '%s'" +msgstr "" +"Καμιά προσωπική σημαία δεν έχει αναγνωριστεί στο σελιδοδείκτη για την " +"ιστοσελίδα '%s'" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Δεν καθορίστηκαν ομάδες στο σελιδοδείκτη για την ιστοσελίδα '%s'" -#: ../glib/gbookmarkfile.c:3224 -#: ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" -msgstr "Καμιά εφαρμογή με όνομα '%s' δεν έχει καταχωρήσει σελιδοδείκτη για τη '%s'" +msgstr "" +"Καμιά εφαρμογή με όνομα '%s' δεν έχει καταχωρήσει σελιδοδείκτη για τη '%s'" # gconf/gconf-internals.c:2416 -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Αποτυχίαe xpand exec line '%s' με URI '%s'" -#: ../glib/gconvert.c:431 -#: ../glib/gconvert.c:509 -#: ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Η μετατροπή από την ομάδα χαρακτήρων %s' σε '%s' δεν υποστηρίζεται" -#: ../glib/gconvert.c:435 -#: ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από '%s' σε %s'" -#: ../glib/gconvert.c:632 -#: ../glib/gconvert.c:1017 -#: ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 -#: ../glib/giochannel.c:2215 -#: ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής" # gconf/gconftool.c:1181 -#: ../glib/gconvert.c:638 -#: ../glib/gconvert.c:944 -#: ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" -#: ../glib/gconvert.c:669 -#: ../glib/gutf8.c:952 -#: ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 -#: ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Ημιτελής σειρά χαρακτήρα στο τέλος της εισόδου" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Αδυναμία μετατροπής fallback '%s' σε codeset '%s'" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" -msgstr "Το URI '%s' δεν είναι ένα απόλυτο URI με την χρήση του σχήματος αρχείου" +msgstr "" +"Το URI '%s' δεν είναι ένα απόλυτο URI με την χρήση του σχήματος αρχείου" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Το URI τοπικού αρχείου '%s' μπορεί να μην περιέχει ένα '#'" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "Το URI '%s' δεν είναι έγκυρο" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Το URI '%s' περιέχει χαρακτήρες μή έγκυρα escaped " -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Η όνομα διαδρομής '%s' δεν είναι μια απόλυτη διαδρομή" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Ακατάλληλο όνομα συστήματος" # -#: ../glib/gdir.c:104 -#: ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s" # -#: ../glib/gfileutils.c:557 -#: ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Αδύνατη η διάθεση %lu bytes στην ανάγνωση αρχείου \"%s\"" # -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Αποτυχία ανάγνωσης από το αρχείο '%s': %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:705 -#: ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Αποτυχία ανοίγματος αρχείου `%s': %s" # gconf/gconfd.c:1701 -#: ../glib/gfileutils.c:722 -#: ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, 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:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Αδυναμία ανοίγματος αρχείου '%s': fdopen() απέτυχε: %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 -#: ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Αδυναμία εγγραφής αρχείου '%s': fwrite() failed: %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Αδυναμία κλεισίματος αρχείου '%s': fclose() απέτυχε: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" -msgstr "Δεν είναι δυνατή η απομάκρυνση του υπάρχοντος αρχείου '%s': g_unlink() απέτυχε: %s" +msgstr "" +"Δεν είναι δυνατή η απομάκρυνση του υπάρχοντος αρχείου '%s': g_unlink() " +"απέτυχε: %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Το πρότυπο '%s' δεν είναι έγκυρο, θα πρέπει να περιέχει ένα '%s'" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Το πρότυπο '%s' δεν περιέχει XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, fuzzy, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u byte" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Αποτυχία ανάγνωσης συμβολικού δεσμού '%s': %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από `%s' σε `%s': %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 -#: ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Εναπομείναντα δεδομένα που δεν έχουν μετατραπεί στο read buffer" -#: ../glib/giochannel.c:1634 -#: ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Το κανάλι τερματίζει σε ημιτελή χαρακτήρα" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_to_end" # gconf/gconf-internals.c:2416 -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Αδυναμία ανοίγματος αρχείου '%s': open() απέτυχε: %s" # gconf/gconf-internals.c:2416 -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Αδυναμία χαρτογράφησης αρχείου '%s': mmap() απέτυχε: %s" # gconf/gconfd.c:1676 -#: ../glib/gmarkup.c:228 -#: ../glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Σφάλμα στη γραμμή %d χαρακτήρας %d:" # -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Σφάλμα στη γραμμή %d: %s" -#: ../glib/gmarkup.c:442 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "Κενή καταχώρηση '&;' , έγκυρες οντότητες είναι: & " < > ' " +#: glib/gmarkup.c:448 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Κενή καταχώρηση '&;' , έγκυρες οντότητες είναι: & " < > " +"' " -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format -msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &" -msgstr "Ο χαρακτήρας '%s' δεν είναι έγκυρος στην αρχή ονόματος οντότητας, ο χαρακτήρας & ξεκινά μια οντότητα, αν αυτό το συμπλεκτικό σύμβολο σεν υποτίθεται να είναι οντότητα, escape it as &" +msgid "" +"Character '%s' is not valid at the start of an entity name; the & character " +"begins an entity; if this ampersand isn't supposed to be an entity, escape " +"it as &" +msgstr "" +"Ο χαρακτήρας '%s' δεν είναι έγκυρος στην αρχή ονόματος οντότητας, ο " +"χαρακτήρας & ξεκινά μια οντότητα, αν αυτό το συμπλεκτικό σύμβολο σεν " +"υποτίθεται να είναι οντότητα, escape it as &" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Ο χαρακτήρας '%s' δεν είναι έγκυρος μέσα σε όνομα ύπαρξης." -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Το όνομα οντότητας '%s' δεν είναι γνωστή" -#: ../glib/gmarkup.c:534 -msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Η οντότητα δεν τελειώνει με άνω τελεία; πιθανόν να χρησιμοποιήσατε έναν συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - διαφυγή συμπλεκτικού χαρακτήρα ώς &" +#: glib/gmarkup.c:540 +msgid "" +"Entity did not end with a semicolon; most likely you used an ampersand " +"character without intending to start an entity - escape ampersand as &" +msgstr "" +"Η οντότητα δεν τελειώνει με άνω τελεία; πιθανόν να χρησιμοποιήσατε έναν " +"συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - διαφυγή " +"συμπλεκτικού χαρακτήρα ώς &" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format -msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large" -msgstr "Αποτυχία ανάλυσης του '%-.*s', που θα έπρεπε να υπήρχε ένα ψηφίο μέσα στην αναφορά χαρακτήρα (ê για παράδειγμα) - ίσως το ψηφίο να είναι πολύ μεγάλο" +msgid "" +"Failed to parse '%-.*s', which should have been a digit inside a character " +"reference (ê for example) - perhaps the digit is too large" +msgstr "" +"Αποτυχία ανάλυσης του '%-.*s', που θα έπρεπε να υπήρχε ένα ψηφίο μέσα " +"στην αναφορά χαρακτήρα (ê για παράδειγμα) - ίσως το ψηφίο να είναι πολύ " +"μεγάλο" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Η αναφορά χαρακτήρα'%-.*s' δεν κωδικοποιεί έναν επιτρεπόμενο χαρακτήρα" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Κενή αναφορά χαρακτήρα; πρέπει να περιέχει ένα ψηφίο όπως dž" -#: ../glib/gmarkup.c:637 -msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Η αναφορά χαρακτήρα δεν τελειώνει με άνω τελεία; πιθανόν να χρησιμοποιήσατε έναν συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - διαφυγή συμπλεκτικού χαρακτήρα ώς &" +#: glib/gmarkup.c:643 +msgid "" +"Character reference did not end with a semicolon; most likely you used an " +"ampersand character without intending to start an entity - escape ampersand " +"as &" +msgstr "" +"Η αναφορά χαρακτήρα δεν τελειώνει με άνω τελεία; πιθανόν να χρησιμοποιήσατε " +"έναν συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - " +"διαφυγή συμπλεκτικού χαρακτήρα ώς &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Ημιτελής αναφορά οντότητας" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Ημιτελής αναφορά χαρακτήρα" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - overlong sequence" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - not a start char" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - not valid '%s'" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Το έγγραφο πρέπει να ξεκινάει με στοιχείο (π.χ. )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format -msgid "'%s' is not a valid character following a '<' character; it may not begin an element name" -msgstr "Το '%s' δεν είναι έγκυρος χαρακτήρας όταν ακολουθείται από ένα χαρακτήρα '<' ." +msgid "" +"'%s' is not a valid character following a '<' character; it may not begin an " +"element name" +msgstr "" +"Το '%s' δεν είναι έγκυρος χαρακτήρας όταν ακολουθείται από ένα χαρακτήρα " +"'<' ." -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format -msgid "Odd character '%s', expected a '>' character to end the start tag of element '%s'" -msgstr "Περίεργος χαρακτήρας '%s', αναμενόταν ένας χαρακτήρας '>' στο τέλος της ετικέτας έναρξης του στοιχείου '%s'" +msgid "" +"Odd character '%s', expected a '>' character to end the start tag of element " +"'%s'" +msgstr "" +"Περίεργος χαρακτήρας '%s', αναμενόταν ένας χαρακτήρας '>' στο τέλος της " +"ετικέτας έναρξης του στοιχείου '%s'" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -msgstr "Περίεργος χαρακτήρας '%s', αναμενόταν ένα '=' μετά το όνομα γνωρίσματος '%s' του στοιχείου '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgstr "" +"Περίεργος χαρακτήρας '%s', αναμενόταν ένα '=' μετά το όνομα γνωρίσματος '%" +"s' του στοιχείου '%s'" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format -msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name" -msgstr "Περίεργος χαρακτήρας '%s', αναμενόταν ένας χαρακτήρας '>' ή '/' στο τέλος της ετικέτας έναρξης του στοιχείου '%s'. ή ένα γνώρισμα, πιθανόν να χρησιμοποιήσατε ένα μή έγκυρο χαρακτήρα σε ένα όνομα γνωρίσματος" +msgid "" +"Odd character '%s', expected a '>' or '/' character to end the start tag of " +"element '%s', or optionally an attribute; perhaps you used an invalid " +"character in an attribute name" +msgstr "" +"Περίεργος χαρακτήρας '%s', αναμενόταν ένας χαρακτήρας '>' ή '/' στο τέλος " +"της ετικέτας έναρξης του στοιχείου '%s'. ή ένα γνώρισμα, πιθανόν να " +"χρησιμοποιήσατε ένα μή έγκυρο χαρακτήρα σε ένα όνομα γνωρίσματος" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format -msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'" -msgstr "Περίεργος χαρακτήρας '%s', αναμενόταν ένα ανοικτό εισαγωγικό μετα το σημείο ίσον κατά την απόδοση τιμής για το γνώρισμα '%s' του στοιχείου '%s'" +msgid "" +"Odd character '%s', expected an open quote mark after the equals sign when " +"giving value for attribute '%s' of element '%s'" +msgstr "" +"Περίεργος χαρακτήρας '%s', αναμενόταν ένα ανοικτό εισαγωγικό μετα το " +"σημείο ίσον κατά την απόδοση τιμής για το γνώρισμα '%s' του στοιχείου '%s'" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format -msgid "'%s' is not a valid character following the characters ''" -msgstr "Το '%s' δεν είναι ένας έγκυρος χαρακτήρας ακολουθούμενος από το όνομα στοιχείου κλεισίματος '%s'; ο επιτρεπόμενος χαρακτήρας είναι '>'" +msgid "" +"'%s' is not a valid character following the close element name '%s'; the " +"allowed character is '>'" +msgstr "" +"Το '%s' δεν είναι ένας έγκυρος χαρακτήρας ακολουθούμενος από το όνομα " +"στοιχείου κλεισίματος '%s'; ο επιτρεπόμενος χαρακτήρας είναι '>'" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Το στοιχείο '%s' έκλεισε, κανένα στοιχείο δεν είναι ανοικτό" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Το στοιχείο '%s' έκλεισε, αλλά το τρέχον ανοικτό στοιχείο είναι '%s' " -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Το έγγραφο ήταν κενό (ή περιέχει μόνο λευκό κενό)" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα αμέσως μετά από μια ανοικτή γωνιακή παρένθεση '<'" +msgstr "" +"Το έγγραφο τερματίστηκε απρόσμενα αμέσως μετά από μια ανοικτή γωνιακή " +"παρένθεση '<'" -#: ../glib/gmarkup.c:1779 -#: ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format -msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα με στοιχεία ακόμα ανοικτά - '%s' ήταν το τελευταίο στοιχείο που ανοίχθηκε" +msgid "" +"Document ended unexpectedly with elements still open - '%s' was the last " +"element opened" +msgstr "" +"Το έγγραφο τερματίστηκε απρόσμενα με στοιχεία ακόμα ανοικτά - '%s' ήταν το " +"τελευταίο στοιχείο που ανοίχθηκε" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format -msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα, αναμενόταν μια παρένθεση κλεισίματος στο τέλος του tag <%s/>" +msgid "" +"Document ended unexpectedly, expected to see a close angle bracket ending " +"the tag <%s/>" +msgstr "" +"Το έγγραφο τερματίστηκε απρόσμενα, αναμενόταν μια παρένθεση κλεισίματος στο " +"τέλος του tag <%s/>" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα στοιχείου" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag ανοίγματος στοιχείου." -#: ../glib/gmarkup.c:1810 -msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα λόγω του ότι μετά του σημείου ίσον ακολουθεί ένα όνομα γνωρίσματος; δεν υπάρχει τιμή γνωρίσματος" +#: glib/gmarkup.c:1816 +msgid "" +"Document ended unexpectedly after the equals sign following an attribute " +"name; no attribute value" +msgstr "" +"Το έγγραφο τερματίστηκε απρόσμενα λόγω του ότι μετά του σημείου ίσον " +"ακολουθεί ένα όνομα γνωρίσματος; δεν υπάρχει τιμή γνωρίσματος" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε τιμή γνωρίσματος" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag κλεισίματος για στοιχείο '%s'" +msgstr "" +"Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag κλεισίματος για στοιχείο '%s'" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 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 "Το υπόδειγμα περιέχει αντικείμενα που δεν υποστηρίζονται για μερικό ταίριασμα" +msgstr "" +"Το υπόδειγμα περιέχει αντικείμενα που δεν υποστηρίζονται για μερικό ταίριασμα" -#: ../glib/gregex.c:154 -#: ../gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "εσωτερικό σφάλμα" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" -msgstr "Οι αναφορές προς τα πίσω, σαν συνθήκες, δεν υποστηρίζονται για μερικό ταίριασμα" +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 "" -#: ../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 "missing terminating ] for character class" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "Μη έγκυρη escape sequence σε character class" -#: ../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 #, fuzzy 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 "" -#: ../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 "" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 #, fuzzy msgid "POSIX collating elements are not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "" -#: ../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 "" -#: ../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 "" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "" -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "" -#: ../glib/gregex.c:526 -#: ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" # gconf/gconfd.c:1676 -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Σφάλμα κατά το compiling κανονικής έκφρασης %s σε char %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "Ημιτελής συμβολική αναφορά" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" # gconf/gconf-internals.c:1577 -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Το παρατιθέμενο αλφαριθμητικό δεν αρχίζει με εισαγωγικό σημείο" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" -msgstr "Αταίριαστο ερωτηματικό στη γραμμή εντολών ή άλλο κείμενο που παρατίθεται από κέλυφος" +msgstr "" +"Αταίριαστο ερωτηματικό στη γραμμή εντολών ή άλλο κείμενο που παρατίθεται από " +"κέλυφος" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" -msgstr "Το κείμενο τερματίστηκε αμέσως μετά από χαρακτήρα '\\' (Το κείμενο ήταν '%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')" +msgstr "" +"Το κείμενο τερματίστηκε πριν να βρεθεί ταιριαστή παράθεση για %c. (Το " +"κείμενο ήταν '%s')" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Το κείμενο ήταν κενό (ή περιέχει μόνο λευκό κενό)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία" -#: ../glib/gspawn-win32.c:294 -#: ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" -msgstr "Αποτυχία δημιουργίας σωλήνωσης για την επικοινωνία με θυγατρική διεργασία (%s)" +msgstr "" +"Αποτυχία δημιουργίας σωλήνωσης για την επικοινωνία με θυγατρική διεργασία (%" +"s)" # gconf/gconftool.c:881 -#: ../glib/gspawn-win32.c:332 -#: ../glib/gspawn-win32.c:340 -#: ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Αποτυχία ανάγνωσης από θυγατρική σωλήνωση (%s)" -#: ../glib/gspawn-win32.c:363 -#: ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Αποτυχία αλλαγής καταλόγου '%s' (%s)" -#: ../glib/gspawn-win32.c:369 -#: ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Ακατάλληλο όνομα προγράμματος: %s" -#: ../glib/gspawn-win32.c:450 -#: ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Μη έγκυρο όρισμα για %d: %s" -#: ../glib/gspawn-win32.c:461 -#: ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Μή έγκυρη σειρά στο περιβάλλον: %s" # -#: ../glib/gspawn-win32.c:719 -#: ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Μη έγκυρος κατάλογος εργασίας: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Αποτυχία εκτέλεσης βοηθητικού προγράμματος(%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format -msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process" -msgstr "Απρόσμενο σφάλμα στο g_io_channel_win32_poll() ανάγνωση δεδομένων από μια θυγατρική διεργασία" +msgid "" +"Unexpected error in g_io_channel_win32_poll() reading data from a child " +"process" +msgstr "" +"Απρόσμενο σφάλμα στο g_io_channel_win32_poll() ανάγνωση δεδομένων από μια " +"θυγατρική διεργασία" # gconf/gconf-internals.c:2416 -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" -msgstr "Απρόσμενο σφάλμα στο select() ανάγνωσης δεδομένων από θυγατρική διεργασία (%s)" +msgstr "" +"Απρόσμενο σφάλμα στο select() ανάγνωσης δεδομένων από θυγατρική διεργασία (%" +"s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Μη αναμενόμενο σφάλμα στη waitpid() (%s)" # gconf/gconf-internals.c:2416 -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Αποτυχία δικράνωσης (%s)" # gconf/gconf-internals.c:2416 -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" -msgstr "Αποτυχία προώθησης αποτελέσματος ή εισόδου της θυγατρικής διεργασίας (%s)" +msgstr "" +"Αποτυχία προώθησης αποτελέσματος ή εισόδου της θυγατρικής διεργασίας (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Αποτυχία δικράνωσης θυγατρικής διεργασίάς (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Άγνωστο σφάλμα κατά την εκτέλεση της θυγατρικής διεργασίας \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Αποτυχία ανάγνωσης επαρκών δεδομένων από θυγατρική σωλήνωση pid (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-8" -#: ../glib/gutf8.c:1124 -#: ../glib/gutf8.c:1133 -#: ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 -#: ../glib/gutf8.c:1415 -#: ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Μή έγκυρη σειρά στην είσοδο μεταροπής" -#: ../glib/gutf8.c:1426 -#: ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Χρήση:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[ΕΠΙΛΟΓΗ...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Επιλογές βοήθειας:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Εμφάνιση επιλογών βοήθειας" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Εμφάνιση όλων των επιλογών βοήθειας" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Επιλογές εφαρμογής:" -#: ../glib/goption.c:849 -#: ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Αδυναμία ανάλυσης integer value '%s' για %s" -#: ../glib/goption.c:859 -#: ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Integer value '%s' για %s είναι εκτός εύρους" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, fuzzy, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Αδυναμία ανάλυσης integer value '%s' για %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Double value '%s' για %s είναι εκτός εύρους" # gconf/gconftool.c:1181 -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Σφάλμα επιλογής ανάλυσης %s" -#: ../glib/goption.c:1260 -#: ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Λείπει όρισμα για %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Άγνωστη επιλογή %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, fuzzy, c-format msgid "Valid key file could not be found in search dirs" msgstr "Δεν μπορεί να βρεθεί έγκυρο key file στους καταλόγους δεδομένων" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Δεν είναι κανονικό αρχείο" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Το αρχείο είναι κενό" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" -msgstr "Το Key file περιέχει την γραμμή '%s' που δεν είναι key-value pair, group, ή comment" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" +msgstr "" +"Το Key file περιέχει την γραμμή '%s' που δεν είναι key-value pair, group, ή " +"comment" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, fuzzy, c-format msgid "Invalid group name: %s" msgstr "Ακατάλληλο όνομα προγράμματος: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Το Key file δεν ξεκινάει με μια ομάδα" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Ακατάλληλο όνομα κλειδιού: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Το Key file περιέχει μη υποστηριζόμενη κωδικοποίηση '%s'" -#: ../glib/gkeyfile.c:1109 -#: ../glib/gkeyfile.c:1269 -#: ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 -#: ../glib/gkeyfile.c:2690 -#: ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 -#: ../glib/gkeyfile.c:3165 -#: ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Το Key file δεν έχει ομάδα '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Το Key file δεν έχει κλειδί'%s'" -#: ../glib/gkeyfile.c:1383 -#: ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Το Key file περιέχει ένα κλειδί '%s' με τιμή '%s' που δεν είναι UTF-8" -#: ../glib/gkeyfile.c:1403 -#: ../glib/gkeyfile.c:1516 -#: ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Το Key file περιέχει key '%s' που η τιμή του δεν μπορεί να ερμηνευθεί." -#: ../glib/gkeyfile.c:2106 -#: ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format -msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted." -msgstr "Το Key file περιέχει key '%s' στην ομάδα '%s' που η τιμή του δεν μπορεί να ερμηνευθεί." +msgid "" +"Key file contains key '%s' in group '%s' which has value that cannot be " +"interpreted." +msgstr "" +"Το Key file περιέχει key '%s' στην ομάδα '%s' που η τιμή του δεν μπορεί να " +"ερμηνευθεί." -#: ../glib/gkeyfile.c:2502 -#: ../glib/gkeyfile.c:2705 -#: ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Το Key file δεν έχει key '%s' στην ομάδα '%s'" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Το Key file περιέχει escape character στο τέλος της γραμμής" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "To Key file περιέχει χαρακτήρες μή έγκυρα escaped '%s'" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως ένας αριθμός." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Integer value '%s' είναι εκτός εύρους" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως ένας αριθμός." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως boolean." -#: ../gio/gbufferedinputstream.c:483 -#: ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 -#: ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 -#: ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: ../gio/gbufferedinputstream.c:870 -#: ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "" -#: ../gio/gcancellable.c:296 -#: ../gio/glocalfile.c:1876 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 #, fuzzy msgid "Unknown type" msgstr "Άγνωστη επιλογή %s" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "τύπος %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "" -#: ../gio/gdesktopappinfo.c:411 -#: ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Ανώνυμο" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "" -#: ../gio/gfile.c:812 -#: ../gio/gfile.c:1002 -#: ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 -#: ../gio/gfile.c:1419 -#: ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 -#: ../gio/gfile.c:2594 -#: ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 -#: ../gio/gfile.c:2729 -#: ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 -#: ../gio/gfile.c:3538 -#: ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" @@ -1289,103 +1302,93 @@ 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:1254 -#: ../gio/glocalfile.c:1046 -#: ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: ../gio/gfile.c:1963 -#: ../gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Το αρχείο στόχος υπάρχει" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: ../gio/gfile.c:4752 -#: ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "" -#: ../gio/gfileenumerator.c:158 -#: ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 -#: ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: ../gio/gfileenumerator.c:307 -#: ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" -#: ../gio/gfileinputstream.c:154 -#: ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 -#: ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: ../gio/gfileinputstream.c:336 -#: ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "" @@ -1396,352 +1399,331 @@ 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:904 -#: ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Ακατάλληλο όνομα προγράμματος: %s" # -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: ../gio/glocalfile.c:1121 -#: ../gio/glocalfile.c:1905 -#: ../gio/glocalfile.c:1934 -#: ../gio/glocalfile.c:2083 -#: ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 -#: ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ακατάλληλο όνομα συστήματος" # -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" # -#: ../gio/glocalfile.c:1314 -#: ../gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # -#: ../gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: ../gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" -#: ../gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: ../gio/glocalfile.c:1727 -#: ../gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" # gconf/gconf-internals.c:2416 -#: ../gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: ../gio/glocalfile.c:1806 -#: ../gio/glocalfile.c:1875 -#: ../gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" +# +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s" + # gconf/gconftool.c:1181 -#: ../gio/glocalfile.c:1938 +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Σφάλμα επιλογής ανάλυσης %s" # -#: ../gio/glocalfile.c:1998 -#: ../gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: ../gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: ../gio/glocalfile.c:2043 -#: ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 -#: ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 -#: ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" # -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: ../gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος" # -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s" # -#: ../gio/glocalfileinfo.c:1398 -#: ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" # -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" # gconf/gconftool.c:1181 -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" # gconf/gconftool.c:1181 -#: ../gio/glocalfileinfo.c:1771 -#: ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" # -#: ../gio/glocalfileinfo.c:1804 -#: ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Σφάλμα στη γραμμή %d: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" # -#: ../gio/glocalfileinputstream.c:160 -#: ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # -#: ../gio/glocalfileinputstream.c:191 -#: ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 -#: ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # -#: ../gio/glocalfileinputstream.c:233 -#: ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "" # -#: ../gio/glocalfileoutputstream.c:172 -#: ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # gconf/gconftool.c:1181 -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, fuzzy, c-format msgid "Error removing old backup link: %s" msgstr "Σφάλμα επιλογής ανάλυσης %s" # -#: ../gio/glocalfileoutputstream.c:227 -#: ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Σφάλμα δημιουργίας αντιγράφου ασφαλείας: %s" # -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Σφάλμα μετονομασίας προσωρινού αρχείου: %s" # -#: ../gio/glocalfileoutputstream.c:418 -#: ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Σφάλμα truncating αρχείου: %s" # -#: ../gio/glocalfileoutputstream.c:478 -#: ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 -#: ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Σφάλμα ανοίγματος αρχείου '%s': %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Το αρχείο προορισμού δεν είναι κανονικό αρχείο" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "" -#: ../gio/gmemoryinputstream.c:487 -#: ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: ../gio/gmemoryinputstream.c:497 -#: ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Ακατάλληλη αίτηση seek" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1749,130 +1731,123 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "" -#: ../gio/goutputstream.c:202 -#: ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "" -#: ../gio/goutputstream.c:363 -#: ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 #, fuzzy msgid "The name of the icon" msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "" -#: ../gio/gthemedicon.c:245 -msgid "Whether to use default fallbacks found by shortening the name at '-' characters. Ignores names after the first if multiple names are given." +#: gio/gthemedicon.c:245 +msgid "" +"Whether to use default fallbacks found by shortening the name at '-' " +"characters. Ignores names after the first if multiple names are given." msgstr "" # -#: ../gio/gunixinputstream.c:202 -#: ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 -#: ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Σφάλμα ανάγνωσης από unix: %s" # -#: ../gio/gunixinputstream.c:255 -#: ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 -#: ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Σφάλμα κλεισίματος unix: %s" -#: ../gio/gunixmounts.c:1778 -#: ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" # gconf/gconftool.c:1181 -#: ../gio/gunixoutputstream.c:190 -#: ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Σφάλμα εγγραφής σε unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Αδυναμία εύρεσης εφαρμογής" # gconf/gconftool.c:1181 -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Σφάλμα εκκίνησης εφαρμογής: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URIs δεν υποστηρίζονται" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Η δημιουργία συσχέτισης δεν υποστηρίζεται σε win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FILE...]" - diff --git a/po/en_CA.po b/po/en_CA.po index 6768a1c..dc1fd70 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-21 23:54-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2005-08-27 16:20-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" @@ -17,307 +17,306 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:728 ../glib/gbookmarkfile.c:805 -#: ../glib/gbookmarkfile.c:884 ../glib/gbookmarkfile.c:931 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Unexpected attribute '%s' for element '%s'" -#: ../glib/gbookmarkfile.c:739 ../glib/gbookmarkfile.c:816 -#: ../glib/gbookmarkfile.c:826 ../glib/gbookmarkfile.c:942 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attribute '%s' of element '%s' not found" -#: ../glib/gbookmarkfile.c:1112 ../glib/gbookmarkfile.c:1177 -#: ../glib/gbookmarkfile.c:1241 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Unexpected tag '%s'; tag '%s' expected" -#: ../glib/gbookmarkfile.c:1137 ../glib/gbookmarkfile.c:1151 -#: ../glib/gbookmarkfile.c:1219 ../glib/gbookmarkfile.c:1271 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Unexpected tag '%s' inside '%s'" -#: ../glib/gbookmarkfile.c:1798 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "No valid bookmark file found in data dirs" -#: ../glib/gbookmarkfile.c:1999 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "A bookmark for URI '%s' already exists" -#: ../glib/gbookmarkfile.c:2045 ../glib/gbookmarkfile.c:2202 -#: ../glib/gbookmarkfile.c:2287 ../glib/gbookmarkfile.c:2367 -#: ../glib/gbookmarkfile.c:2452 ../glib/gbookmarkfile.c:2535 -#: ../glib/gbookmarkfile.c:2613 ../glib/gbookmarkfile.c:2692 -#: ../glib/gbookmarkfile.c:2734 ../glib/gbookmarkfile.c:2831 -#: ../glib/gbookmarkfile.c:2957 ../glib/gbookmarkfile.c:3147 -#: ../glib/gbookmarkfile.c:3223 ../glib/gbookmarkfile.c:3388 -#: ../glib/gbookmarkfile.c:3477 ../glib/gbookmarkfile.c:3567 -#: ../glib/gbookmarkfile.c:3694 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "No bookmark found for URI '%s'" -#: ../glib/gbookmarkfile.c:2376 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "No MIME type defined in the bookmark for URI '%s'" -#: ../glib/gbookmarkfile.c:2461 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "No private flag has been defined in bookmark for URI '%s'" -#: ../glib/gbookmarkfile.c:2840 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "No groups set in bookmark for URI '%s'" -#: ../glib/gbookmarkfile.c:3241 ../glib/gbookmarkfile.c:3398 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "No application with name '%s' registered a bookmark for '%s'" -#: ../glib/gbookmarkfile.c:3421 +#: glib/gbookmarkfile.c:3421 #, c-format 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Error during conversion: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Cannot convert fallback '%s' to codeset '%s'" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "The URI '%s' is invalid" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "The hostname of the URI '%s' is invalid" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "The URI '%s' contains invalidly escaped characters" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Invalid hostname" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Error opening directory '%s': %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Error reading file '%s': %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Failed to read from file '%s': %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Failed to open file '%s': %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Failed to get attributes of file '%s': fstat() failed: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Failed to open file '%s': fdopen() failed: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Failed to create file '%s': %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Failed to write file '%s': fwrite() failed: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Failed to close file '%s': fclose() failed: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Template '%s' invalid, should not contain a '%s'" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Template '%s' does not contain XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Failed to read the symbolic link '%s': %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Symbolic links not supported" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Could not open converter from '%s' to '%s': %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Cannot do a raw read in g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Leftover unconverted data in read buffer" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Channel terminates in a partial character" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Cannot do a raw read in g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Failed to open file '%s': open() failed: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Failed to map file '%s': mmap() failed: %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Error on line %d char %d: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Error on line %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Empty entity '&;' seen; valid entities are: & " < > '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -328,17 +327,17 @@ msgstr "" "begins an entity; if this ampersand is not supposed to be an entity, escape " "it as &" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Character '%s' is not valid inside an entity name" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Entity name '%s' is not known" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -346,7 +345,7 @@ msgstr "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -355,16 +354,16 @@ msgstr "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Character reference '%-.*s' does not encode a permitted character" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Empty character reference; should include a digit such as dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -374,32 +373,32 @@ msgstr "" "ampersand character without intending to start an entity - escape ampersand " "as &" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Unfinished entity reference" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Unfinished character reference" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Invalid UTF-8 encoded text - overlong sequence" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Invalid UTF-8 encoded text - not a start char" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Invalid UTF-8 encoded text - not valid '%s'" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Document must begin with an element (e.g. )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -408,7 +407,7 @@ msgstr "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -417,14 +416,14 @@ msgstr "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -435,7 +434,7 @@ msgstr "" "element '%s', or optionally an attribute; perhaps you used an invalid " "character in an attribute name" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -444,7 +443,7 @@ msgstr "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' was closed, no element is currently open" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' was closed, but the currently open element is '%s'" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Document was empty or contained only whitespace" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Document ended unexpectedly just after an open angle bracket '<'" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -489,7 +488,7 @@ msgstr "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -498,19 +497,19 @@ msgstr "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Document ended unexpectedly inside an element name" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Document ended unexpectedly inside an attribute name" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Document ended unexpectedly inside an element-opening tag." -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -518,394 +517,392 @@ msgstr "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Document ended unexpectedly while inside an attribute value" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Document ended unexpectedly inside the close tag for element '%s'" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Document ended unexpectedly inside a comment or processing instruction" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "corrupted object" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "internal error or corrupted object" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "out of memory" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "backtracking limit reached" -#: ../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 "the pattern contains items not supported for partial matching" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1963 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "internal error" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "back references as conditions are not supported for partial matching" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "recursion limit reached" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "workspace limit for empty substrings reached" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "invalid combination of newline flags" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "unknown error" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ at end of pattern" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c at end of pattern" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "unrecognized character follows \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "numbers out of order in {} quantifier" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "number too big in {} quantifier" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "missing terminating ] for character class" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "invalid escape sequence in character class" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "range out of order in character class" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nothing to repeat" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "unrecognized character after (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "unrecognized character after (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "unrecognized character after (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX named classes are supported only within a class" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "missing terminating )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") without opening (" #. 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 or (?[+-]digits must be followed by )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "reference to non-existent subpattern" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "missing ) after comment" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "regular expression too large" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "failed to get memory" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind assertion is not fixed length" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "malformed number or name after (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "conditional group contains more than two branches" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "assertion expected after (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "unknown POSIX class name" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX collating elements are not supported" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "character value in \\x{...} sequence is too large" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "invalid condition (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C not allowed in lookbehind assertion" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "recursive call could loop indefinitely" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "missing terminator in subpattern name" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "two named subpatterns have the same name" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "malformed \\P or \\p sequence" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "unknown property name after \\P or \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "subpattern name is too long (maximum 32 characters)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "too many named subpatterns (maximum 10,000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "octal value is greater than \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE group contains more than one branch" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "repeating a DEFINE group is not allowed" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "inconsistent NEWLINE options" -#: ../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 is not followed by a braced name or an optionally braced non-zero number" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "unexpected repeat" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "code overflow" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "overran compiling workspace" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "previously-checked referenced subpattern not found" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Error while matching regular expression %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE library is compiled without UTF8 support" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE library is compiled without UTF8 properties support" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Error while compiling regular expression %s at char %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Error while optimizing regular expression %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "hexadecimal digit or '}' expected" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "hexadecimal digit expected" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "missing '<' in symbolic reference" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "unfinished symbolic reference" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "zero-length symbolic reference" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "digit expected" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "illegal symbolic reference" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "stray final '\\'" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "unknown escape sequence" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Error while parsing replacement text \"%s\" at char %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Quoted text does not begin with a quotation mark" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Unmatched quotation mark in command line or other shell-quoted text" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Text ended just after a '\\' character. (The text was '%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 "Text ended before matching quote was found for %c. (The text was '%s')" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Text was empty (or contained only whitespace)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Failed to read data from child process" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Failed to create pipe for communicating with child process (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Failed to read from child pipe (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Failed to change to directory '%s' (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Failed to execute child process (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Invalid program name: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Invalid string in argument vector at %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Invalid string in environment: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Invalid working directory: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Failed to execute helper program (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -914,191 +911,191 @@ msgstr "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Failed to read data from child process (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Unexpected error in select() reading data from a child process (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Unexpected error in waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Failed to fork (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Failed to execute child process \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Failed to redirect output or input of child process (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Failed to fork child process (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Unknown error executing child process \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Character out of range for UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Invalid sequence in conversion input" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Character out of range for UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Usage:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPTION...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Help Options:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Show help options" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Show all help options" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Application Options:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Cannot parse integer value '%s' for %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Integer value '%s' for %s out of range" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Cannot parse double value '%s' for %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Double value '%s' for %s out of range" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Error parsing option %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Missing argument for %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Unknown option %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Valid key file could not be found in search dirs" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Not a regular file" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "File is empty" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" "Key file contains line '%s' which is not a key-value pair, group, or comment" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Invalid group name: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Key file does not start with a group" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Invalid key name: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Key file contains unsupported encoding '%s'" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Key file does not have group '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Key file does not have key '%s'" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Key file contains key '%s' with value '%s' which is not UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Key file contains key '%s' which has value that cannot be interpreted." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1107,128 +1104,124 @@ msgstr "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Key file does not have key '%s' in group '%s'" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Key file contains escape character at end of line" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Key file contains invalid escape sequence '%s'" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Value '%s' cannot be interpreted as a number." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Integer value '%s' out of range" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Value '%s' cannot be interpreted as a float number." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Stream is already closed" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1956 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operation was cancelled" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Unknown type" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s filetype" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s type" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: ../gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "drive doesn't implement eject" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "drive doesn't implement polling for media" -#: ../gio/gfile.c:811 ../gio/gfile.c:1039 ../gio/gfile.c:1172 -#: ../gio/gfile.c:1403 ../gio/gfile.c:1456 ../gio/gfile.c:1512 -#: ../gio/gfile.c:1594 ../gio/gfile.c:2651 ../gio/gfile.c:2696 -#: ../gio/gfile.c:2746 ../gio/gfile.c:2786 ../gio/gfile.c:3110 -#: ../gio/gfile.c:3512 ../gio/gfile.c:3595 ../gio/gfile.c:3678 -#: ../gio/gfile.c:3758 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operation not supported" @@ -1241,93 +1234,93 @@ 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:1291 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: ../gio/gfile.c:1933 ../gio/glocalfile.c:2106 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Can't copy over directory" -#: ../gio/gfile.c:1993 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: ../gio/gfile.c:2001 ../gio/glocalfile.c:2115 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Target file exists" -#: ../gio/gfile.c:2019 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Can't recursively copy directory" -#: ../gio/gfile.c:2736 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Invalid symlink value given" -#: ../gio/gfile.c:2829 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Trash not supported" -#: ../gio/gfile.c:2876 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: ../gio/gfile.c:4809 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" -#: ../gio/gfile.c:4917 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "No application is registered as handling this file" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Enumerator is closed" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:426 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "File enumerator has outstanding operation" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "File enumerator is already closed" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Stream doesn't support query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Seek not supported on stream" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Truncate not allowed on input stream" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Truncate not supported on stream" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Input stream doesn't implement read" @@ -1338,299 +1331,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Can't rename file: filename already exist" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1985 ../gio/glocalfile.c:2014 -#: ../gio/glocalfile.c:2168 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Invalid filename" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Error renaming file: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Can't open directory" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1989 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: ../gio/glocalfile.c:1678 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Error trashing file: %s" -#: ../gio/glocalfile.c:1701 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create trash dir %s: %s" -#: ../gio/glocalfile.c:1722 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for trash" -#: ../gio/glocalfile.c:1801 ../gio/glocalfile.c:1821 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Unable to find or create trash directory" -#: ../gio/glocalfile.c:1855 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create trashing info file: %s" -#: ../gio/glocalfile.c:1880 ../gio/glocalfile.c:1955 ../gio/glocalfile.c:1962 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to trash file: %s" -#: ../gio/glocalfile.c:2018 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Error opening directory '%s': %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: ../gio/glocalfile.c:2078 ../gio/glocalfile.c:2172 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: ../gio/glocalfile.c:2128 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Backup file creation failed" -#: ../gio/glocalfile.c:2147 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Move between mounts not supported" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Attribute value must be non-NULL" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Invalid attribute type (string expected)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Invalid extended attribute name" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error setting extended attribute '%s': %s" -#: ../gio/glocalfileinfo.c:1457 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" -#: ../gio/glocalfileinfo.c:1528 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: ../gio/glocalfileinfo.c:1739 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: ../gio/glocalfileinfo.c:1757 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: ../gio/glocalfileinfo.c:1776 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: ../gio/glocalfileinfo.c:1802 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: ../gio/glocalfileinfo.c:1853 ../gio/glocalfileinfo.c:2021 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: ../gio/glocalfileinfo.c:1876 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: ../gio/glocalfileinfo.c:1886 ../gio/glocalfileinfo.c:1905 -#: ../gio/glocalfileinfo.c:1916 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: ../gio/glocalfileinfo.c:1895 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: ../gio/glocalfileinfo.c:2076 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Error reading from file: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Error seeking in file: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Error closing file: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Unable to find default local file monitor type" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Error writing to file: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Error removing old backup link: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Error creating backup copy: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Error renaming temporary file: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Error truncating file: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Error opening file '%s': %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Target file is a directory" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Target file is not a regular file" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "The file was externally modified" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Invalid GSeekType supplied" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Invalid seek request" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Cannot truncate GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Reached maximum data array limit" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Memory output stream not resizable" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Failed to resize memory output stream" @@ -1638,55 +1636,55 @@ msgstr "Failed to resize memory output stream" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 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 remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "mount doesn't implement remount" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Output stream doesn't implement write" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Source stream is already closed" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "name" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "The name of the icon" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "names" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "An array containing the icon names" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "use default fallbacks" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1694,64 +1692,64 @@ msgstr "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Error reading from UNIX: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Error closing UNIX: %s" -#: ../gio/gunixmounts.c:1789 ../gio/gunixmounts.c:1826 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Filesystem root" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Error writing to UNIX: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "volume doesn't implement eject" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Can't find application" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Error launching application: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URIs not supported" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "association changes not supported on win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Association creation not supported on win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "do not hide entries" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "use a long listing format" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FILE...]" diff --git a/po/en_GB.po b/po/en_GB.po index 0d491bd..91d8569 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-15 17:50+0100\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-02-17 09:21-0000\n" "Last-Translator: David Lodge \n" "Language-Team: \n" @@ -16,307 +16,306 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:728 ../glib/gbookmarkfile.c:805 -#: ../glib/gbookmarkfile.c:884 ../glib/gbookmarkfile.c:931 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Unexpected attribute '%s' for element '%s'" -#: ../glib/gbookmarkfile.c:739 ../glib/gbookmarkfile.c:816 -#: ../glib/gbookmarkfile.c:826 ../glib/gbookmarkfile.c:942 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attribute '%s' of element '%s' not found" -#: ../glib/gbookmarkfile.c:1112 ../glib/gbookmarkfile.c:1177 -#: ../glib/gbookmarkfile.c:1241 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Unexpected tag '%s', tag '%s' expected" -#: ../glib/gbookmarkfile.c:1137 ../glib/gbookmarkfile.c:1151 -#: ../glib/gbookmarkfile.c:1219 ../glib/gbookmarkfile.c:1271 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Unexpected tag '%s' inside '%s'" -#: ../glib/gbookmarkfile.c:1798 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "No valid bookmark file found in data dirs" -#: ../glib/gbookmarkfile.c:1999 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "A bookmark for URI '%s' already exists" -#: ../glib/gbookmarkfile.c:2045 ../glib/gbookmarkfile.c:2202 -#: ../glib/gbookmarkfile.c:2287 ../glib/gbookmarkfile.c:2367 -#: ../glib/gbookmarkfile.c:2452 ../glib/gbookmarkfile.c:2535 -#: ../glib/gbookmarkfile.c:2613 ../glib/gbookmarkfile.c:2692 -#: ../glib/gbookmarkfile.c:2734 ../glib/gbookmarkfile.c:2831 -#: ../glib/gbookmarkfile.c:2957 ../glib/gbookmarkfile.c:3147 -#: ../glib/gbookmarkfile.c:3223 ../glib/gbookmarkfile.c:3388 -#: ../glib/gbookmarkfile.c:3477 ../glib/gbookmarkfile.c:3567 -#: ../glib/gbookmarkfile.c:3694 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "No bookmark found for URI '%s'" -#: ../glib/gbookmarkfile.c:2376 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "No MIME type defined in the bookmark for URI '%s'" -#: ../glib/gbookmarkfile.c:2461 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "No private flag has been defined in bookmark for URI '%s'" -#: ../glib/gbookmarkfile.c:2840 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "No groups set in bookmark for URI '%s'" -#: ../glib/gbookmarkfile.c:3241 ../glib/gbookmarkfile.c:3398 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "No application with name '%s' registered a bookmark for '%s'" -#: ../glib/gbookmarkfile.c:3421 +#: glib/gbookmarkfile.c:3421 #, c-format 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Error during conversion: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Cannot convert fallback '%s' to codeset '%s'" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "The URI '%s' is invalid" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "The hostname of the URI '%s' is invalid" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "The URI '%s' contains invalidly escaped characters" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Invalid hostname" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Error opening directory '%s': %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Error reading file '%s': %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Failed to read from file '%s': %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Failed to open file '%s': %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Failed to get attributes of file '%s': fstat() failed: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Failed to open file '%s': fdopen() failed: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Failed to create file '%s': %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Failed to write file '%s': fwrite() failed: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Failed to close file '%s': fclose() failed: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Template '%s' invalid, should not contain a '%s'" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Template '%s' doesn't contain XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Failed to read the symbolic link '%s': %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Symbolic links not supported" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Could not open converter from '%s' to '%s': %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Can't do a raw read in g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Leftover unconverted data in read buffer" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Channel terminates in a partial character" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Can't do a raw read in g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Failed to open file '%s': open() failed: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Failed to map file '%s': mmap() failed: %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Error on line %d char %d: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Error on line %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Empty entity '&;' seen; valid entities are: & " < > '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -327,17 +326,17 @@ msgstr "" "begins an entity; if this ampersand isn't supposed to be an entity, escape " "it as &" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Character '%s' is not valid inside an entity name" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Entity name '%s' is not known" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -345,7 +344,7 @@ msgstr "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -354,16 +353,16 @@ msgstr "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Character reference '%-.*s' does not encode a permitted character" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Empty character reference; should include a digit such as dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -373,32 +372,32 @@ msgstr "" "ampersand character without intending to start an entity - escape ampersand " "as &" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Unfinished entity reference" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Unfinished character reference" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Invalid UTF-8 encoded text - overlong sequence" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Invalid UTF-8 encoded text - not a start char" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Invalid UTF-8 encoded text - not valid '%s'" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Document must begin with an element (e.g. )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -407,7 +406,7 @@ msgstr "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -416,14 +415,14 @@ msgstr "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -434,7 +433,7 @@ msgstr "" "element '%s', or optionally an attribute; perhaps you used an invalid " "character in an attribute name" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -443,7 +442,7 @@ msgstr "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' was closed, no element is currently open" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' was closed, but the currently open element is '%s'" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Document was empty or contained only whitespace" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Document ended unexpectedly just after an open angle bracket '<'" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -488,7 +487,7 @@ msgstr "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -497,19 +496,19 @@ msgstr "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Document ended unexpectedly inside an element name" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Document ended unexpectedly inside an attribute name" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Document ended unexpectedly inside an element-opening tag." -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -517,394 +516,392 @@ msgstr "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Document ended unexpectedly while inside an attribute value" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Document ended unexpectedly inside the close tag for element '%s'" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Document ended unexpectedly inside a comment or processing instruction" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "corrupted object" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "internal error or corrupted object" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "out of memory" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "backtracking limit reached" -#: ../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 "the pattern contains items not supported for partial matching" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1963 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "internal error" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "back references as conditions are not supported for partial matching" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "recursion limit reached" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "workspace limit for empty substrings reached" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "invalid combination of newline flags" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "unknown error" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ at end of pattern" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c at end of pattern" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "unrecognised character following \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "numbers out of order in {} quantifier" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "number too big in {} quantifier" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "missing terminating ] for character class" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "invalid escape sequence in character class" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "range out of order in character class" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nothing to repeat" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "unrecognised character after (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "unrecognised character after (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "unrecognised character after (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX named classes are supported only within a class" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "missing terminating )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") without opening (" #. 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 or (?[+-]digits must be followed by )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "reference to non-existent subpattern" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "missing ) after comment" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "regular expression too large" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "failed to get memory" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind assertion is not fixed length" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "malformed number or name after (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "conditional group contains more than two branches" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "assertion expected after (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "unknown POSIX class name" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX collating elements are not supported" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "character value in \\x{...} sequence is too large" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "invalid condition (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C not allowed in lookbehind assertion" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "recursive call could loop indefinitely" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "missing terminator in subpattern name" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "two named subpatterns have the same name" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "malformed \\P or \\p sequence" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "unknown property name after \\P or \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "subpattern name is too long (maximum 32 characters)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "too many named subpatterns (maximum 10,000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "octal value is greater than \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE group contains more than one branch" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "repeating a DEFINE group is not allowed" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "inconsistent NEWLINE options" -#: ../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 is not followed by a braced name or an optionally braced non-zero number" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "unexpected repeat" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "code overflow" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "overran compiling workspace" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "previously-checked referenced subpattern not found" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Error while matching regular expression %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE library is compiled without UTF8 support" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE library is compiled without UTF8 properties support" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Error while compiling regular expression %s at char %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Error while optimising regular expression %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "hexadecimal digit or '}' expected" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "hexadecimal digit expected" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "missing '<' in symbolic reference" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "unfinished symbolic reference" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "zero-length symbolic reference" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "digit expected" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "illegal symbolic reference" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "stray final '\\'" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "unknown escape sequence" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Error while parsing replacement text \"%s\" at char %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Quoted text doesn't begin with a quotation mark" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Unmatched quotation mark in command line or other shell-quoted text" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Text ended just after a '\\' character. (The text was '%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 "Text ended before matching quote was found for %c. (The text was '%s')" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Text was empty (or contained only whitespace)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Failed to read data from child process" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Failed to create pipe for communicating with child process (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Failed to read from child pipe (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Failed to change to directory '%s' (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Failed to execute child process (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Invalid program name: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Invalid string in argument vector at %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Invalid string in environment: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Invalid working directory: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Failed to execute helper program (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -913,191 +910,191 @@ msgstr "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Failed to read data from child process (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Unexpected error in select() reading data from a child process (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Unexpected error in waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Failed to fork (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Failed to execute child process \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Failed to redirect output or input of child process (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Failed to fork child process (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Unknown error executing child process \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Character out of range for UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Invalid sequence in conversion input" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Character out of range for UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Usage:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPTION...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Help Options:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Show help options" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Show all help options" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Application Options:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Cannot parse integer value '%s' for %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Integer value '%s' for %s out of range" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Cannot parse double value '%s' for %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Double value '%s' for %s out of range" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Error parsing option %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Missing argument for %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Unknown option %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Valid key file could not be found in search dirs" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Not a regular file" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "File is empty" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" "Key file contains line '%s' which is not a key-value pair, group, or comment" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Invalid group name: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Key file does not start with a group" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Invalid key name: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Key file contains unsupported encoding '%s'" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Key file does not have group '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Key file does not have key '%s'" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Key file contains key '%s' with value '%s' which is not UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Key file contains key '%s' which has value that cannot be interpreted." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1106,128 +1103,124 @@ msgstr "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Key file does not have key '%s' in group '%s'" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Key file contains escape character at end of line" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Key file contains invalid escape sequence '%s'" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Value '%s' cannot be interpreted as a number." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Integer value '%s' out of range" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Value '%s' cannot be interpreted as a float number." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Stream is already closed" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1956 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operation was cancelled" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Unknown type" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s filetype" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s type" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: ../gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "drive doesn't implement eject" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "drive doesn't implement polling for media" -#: ../gio/gfile.c:811 ../gio/gfile.c:1039 ../gio/gfile.c:1172 -#: ../gio/gfile.c:1403 ../gio/gfile.c:1456 ../gio/gfile.c:1512 -#: ../gio/gfile.c:1594 ../gio/gfile.c:2651 ../gio/gfile.c:2696 -#: ../gio/gfile.c:2746 ../gio/gfile.c:2786 ../gio/gfile.c:3110 -#: ../gio/gfile.c:3512 ../gio/gfile.c:3595 ../gio/gfile.c:3678 -#: ../gio/gfile.c:3758 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operation not supported" @@ -1240,93 +1233,93 @@ 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:1291 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: ../gio/gfile.c:1933 ../gio/glocalfile.c:2106 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Can't copy over directory" -#: ../gio/gfile.c:1993 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: ../gio/gfile.c:2001 ../gio/glocalfile.c:2115 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Target file exists" -#: ../gio/gfile.c:2019 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Can't recursively copy directory" -#: ../gio/gfile.c:2736 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Invalid symlink value given" -#: ../gio/gfile.c:2829 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Wastebasket not supported" -#: ../gio/gfile.c:2876 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: ../gio/gfile.c:4809 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" -#: ../gio/gfile.c:4917 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "No application is registered as handling this file" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Enumerator is closed" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:426 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "File enumerator has outstanding operation" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "File enumerator is already closed" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Stream doesn't support query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Seek not supported on stream" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Truncate not allowed on input stream" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Truncate not supported on stream" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Input stream doesn't implement read" @@ -1337,299 +1330,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Can't rename file, filename already exist" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1985 ../gio/glocalfile.c:2014 -#: ../gio/glocalfile.c:2168 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Invalid filename" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Error renaming file: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Can't open directory" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1989 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: ../gio/glocalfile.c:1678 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Error moving file to wastebasket: %s" -#: ../gio/glocalfile.c:1701 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create wastebasket dir %s: %s" -#: ../gio/glocalfile.c:1722 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for wastebasket" -#: ../gio/glocalfile.c:1801 ../gio/glocalfile.c:1821 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Unable to find or create wastebasket directory" -#: ../gio/glocalfile.c:1855 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create wastebasket info file: %s" -#: ../gio/glocalfile.c:1880 ../gio/glocalfile.c:1955 ../gio/glocalfile.c:1962 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to move file to the wastebasket: %s" -#: ../gio/glocalfile.c:2018 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Error opening directory '%s': %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: ../gio/glocalfile.c:2078 ../gio/glocalfile.c:2172 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: ../gio/glocalfile.c:2128 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Backup file creation failed" -#: ../gio/glocalfile.c:2147 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Move between mounts not supported" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Attribute value must be non-NULL" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Invalid attribute type (string expected)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Invalid extended attribute name" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error setting extended attribute '%s': %s" -#: ../gio/glocalfileinfo.c:1457 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" -#: ../gio/glocalfileinfo.c:1528 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: ../gio/glocalfileinfo.c:1739 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: ../gio/glocalfileinfo.c:1757 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: ../gio/glocalfileinfo.c:1776 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: ../gio/glocalfileinfo.c:1802 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: ../gio/glocalfileinfo.c:1853 ../gio/glocalfileinfo.c:2021 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: ../gio/glocalfileinfo.c:1876 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: ../gio/glocalfileinfo.c:1886 ../gio/glocalfileinfo.c:1905 -#: ../gio/glocalfileinfo.c:1916 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: ../gio/glocalfileinfo.c:1895 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: ../gio/glocalfileinfo.c:2076 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Error reading from file: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Error seeking in file: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Error closing file: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Unable to find default local file monitor type" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Error writing to file: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Error removing old backup link: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Error creating backup copy: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Error renaming temporary file: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Error truncating file: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Error opening file '%s': %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Target file is a directory" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Target file is not a regular file" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "The file was externally modified" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Invalid GSeekType supplied" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Invalid seek request" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Cannot truncate GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Reached maximum data array limit" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Memory output stream not resizable" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Failed to resize memory output stream" @@ -1637,55 +1635,55 @@ msgstr "Failed to resize memory output stream" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 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 remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "mount doesn't implement remount" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Output stream doesn't implement write" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Source stream is already closed" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "name" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "The name of the icon" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "names" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "An array containing the icon names" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "use default fallbacks" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1693,65 +1691,65 @@ msgstr "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Error reading from unix: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Error closing unix: %s" -#: ../gio/gunixmounts.c:1789 ../gio/gunixmounts.c:1826 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Filesystem root" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Error writing to unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "volume doesn't implement eject" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Can't find application" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Error launching application: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URIs not supported" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "association changes not supported on win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Association creation not supported on win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "do not hide entries" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "use a long listing format" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FILE...]" diff --git a/po/eo.po b/po/eo.po index fc595d6..6d5fae2 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2003-07-01 15:10-0500\n" "Last-Translator: Charles Voelger \n" "Language-Team: Esperanto \n" @@ -15,76 +15,76 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "Malbona signo '%s', unu '>' signo estas atendita post atributnomo '%s' " "deelemento '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Malsukcesis krei dosieron '%s': %s" @@ -158,7 +158,7 @@ msgstr "La padnomo '%s' ne estas absolutan padon" msgid "Invalid hostname" msgstr "Nevalida komputilnomo" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Eraro dum malfermado de dosierujo '%s': %s" @@ -300,22 +300,22 @@ msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Eraro ĉe linio %d signo %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Eraro ĉe linio %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "Malplena ero '&;'; validaj eroj estas : & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -325,17 +325,17 @@ msgstr "" "Signo '%s' ne estas valida en la komenco de eronomo; la & signo komencas unu " "ero;se la kaj-signo ne estas ero, eskapu ĝin kiel &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Signo '%s' ne estas valida en unu eronomo" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Eronomo '%s' ne estas konata" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -343,7 +343,7 @@ msgstr "" "Ero ne finis kun punktokomo; vi eble uzis kaj-signo sen voli komenci eron." "Eskapu kaj-signon kiel &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, fuzzy, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -352,16 +352,16 @@ msgstr "" "Analizo de '%s' malsuksesis. Une cifero devus esti en la signoreferenco " "(ê ekzemple)- eble la cifero estas tro granda" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Signorefrenco '%s' ne faras kodigu permesatan signon" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Malplena signa referenco; devus enhavi ciferon kiel dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -370,34 +370,34 @@ msgstr "" "Signa referenco ne finis kun punktokomo; vi verŝajne uzas kaj-signon sen " "volikomenci eron - eskapu kaj-signon kiel &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Nefinita erorefrenco" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Nefinita signorefrenco" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Nevalida UTF-8 kodiginta teksto" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Nevalida UTF-8 kodiginta teksto" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Nevalida UTF-8 kodiginta teksto" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokumento devas komenci kun elemento (ekz. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -406,7 +406,7 @@ msgstr "" "'%s' ne estas valida signo post la signo '<'; ĝi ne eblas " "komcencielementnomon" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -415,7 +415,7 @@ msgstr "" "Malbona signo '%s', unu '>' signo estas atendita por fini la " "komencetikedonde elemento '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -423,7 +423,7 @@ msgstr "" "Malbona signo '%s', unu '>' signo estas atendita post atributnomo '%s' " "deelemento '%s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -434,7 +434,7 @@ msgstr "" "lakomencetikedon de elemento '%s' aÅ­ unu atributo; eble vi uzas nevalidan " "signon enunu atributnomo" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -443,7 +443,7 @@ msgstr "" "Malbona signo '%s', malferma citilo estas atendita post la egalsigno " "kiamdonita valoro por atributo '%s' de elemento '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elemento '%s' estis fermita, neniu elemento estas malfermita" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "Elemento '%s' estis fermita, sed la momente malfermita elemento estas '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokumento estis malpena aÅ­ enhavis nur blankspaco" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumento neatendite finis post malfermi-angulkrampon '<'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -489,7 +489,7 @@ msgstr "" "Dokumento neatendite finis kun elementoj ankoraÅ­ malfermi - '%s' estis la " "lasta elemento malfermita" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -498,19 +498,19 @@ msgstr "" "Dokumento neatendite finis, atendis vidi etikedon finiĝanta je fermi-" "angulkrampo <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumento neatendite finis en elementa nomo" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumento neatendite finis en atributa nomo" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumento neatendite finis en elemento-malfermanta etikedo." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -518,16 +518,16 @@ msgstr "" "Dokumento neatendite finis post le egalsigno sekvita de atributnomo; ne " "atributvaloro" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumento neatendite finis dum en atributvaloro" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokumento neatendite finis en la fermetikedo por elemento '%s'" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Dokumento neatendite finis en komento aÅ­ komputanta instrukcio" @@ -551,7 +551,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1154,7 +1154,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1168,7 +1168,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1207,7 +1207,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1220,10 +1220,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "" @@ -1236,52 +1236,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1292,12 +1292,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1353,181 +1353,186 @@ msgstr "Nevalida komputilnomo" msgid "Error getting filesystem info: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nevalida komputilnomo" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Eraro dum malfermado de dosierujo '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Dokumento neatendite finis en atributa nomo" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Eraro dum malfermado de dosierujo '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Eraro ĉe linio %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1600,12 +1605,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nevalida komputilnomo" @@ -1615,17 +1620,17 @@ msgstr "Nevalida komputilnomo" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1700,7 +1705,7 @@ msgstr "Eraro dum legado de dosiero '%s': %s" msgid "Error closing unix: %s" msgstr "Eraro ĉe linio %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/es.po b/po/es.po index f6ee114..3d5afef 100644 --- a/po/es.po +++ b/po/es.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-11 04:25+0000\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-11 07:46+0100\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" @@ -20,309 +20,312 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Atributo inesperado «%s» para el elemento «%s»" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "El atributo «%s» del elemento «%s» no se ha encontrado" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Etiqueta «%s» inesperada, se esperaba la etiqueta «%s»" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Etiqueta «%s» inesperada dentro de «%s»" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format 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:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Ya existe un marcador para el URI «%s»" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "No se encontró un marcador para el URI «%s»" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, 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:2444 +#: glib/gbookmarkfile.c:2461 #, 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:2823 +#: glib/gbookmarkfile.c:2840 #, 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:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, 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:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Falló la expansión de la la linea ejecutable «%s» con el URI «%s»" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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" +msgstr "" +"La conversión desde el conjunto de caracteres «%s» a «%s» no está soportada" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "No se pudo abrir el conversor de «%s» a «%s»" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Hay una secuencia de bytes no válida en la entrada de conversión" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Falló durante la conversión: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Hay una secuencia parcial de caracteres en el final de la entrada" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "No se puede convertir el fallback «%s» al conjunto de códigos «%s»" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "El URI «%s» es inválida" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, 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:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "El URI «%s» contiene caracteres de escape inválidos" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, 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:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "El nombre del host es inválido" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Falló al abrir el directorio «%s»: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "No se pueden asignar %lu bytes para leer el archivo «%s»" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Falló al leer el archivo «%s»: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Falló al leer del archivo «%s»: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Falló al abrir el archivo «%s»: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Falló al obtener los atributos del archivo «%s»: fstat() falló: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Falló al abrir el archivo «%s»: fdopen() falló: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Falló al crear el archivo «%s»: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Falló al escribir el archivo «%s»: fwrite() falló: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Falló al cerrar el archivo «%s»: fclose() falló: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, 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:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "La plantilla «%s» no contiene XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KiB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MiB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GiB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Falló al leer el enlace simbólico «%s»: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Enlaces simbólicos no soportados" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, 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:1507 +#: glib/giochannel.c:1507 #, c-format 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" +msgstr "" +"No se puede hacer una lectura en bruto (raw) en g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Se han dejado datos no convertidos en el búfer de lectura" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "El canal termina en un carácter parcial" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format 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" +msgstr "" +"No se puede hacer una lectura en bruto (raw) en g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Falló al abrir el archivo «%s»: open() falló: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Falló al mapear el archivo «%s»: mmap() falló: %s" -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Error en la línea %d, carácter %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Error en la línea %d: %s" -#: ../glib/gmarkup.c:442 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" +#: glib/gmarkup.c:448 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "La entidad '&;' está vacía; las entidades válidas son: & " < " "> '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -333,17 +336,17 @@ msgstr "" "carácter «&» inicia una entidad; si el signo et ('&') no debiera ser una " "entidad, escápela como &" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "El carácter «%s» no es válido dentro del nombre de una entidad" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "El nombre de la entidad «%s» es desconocido" -#: ../glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -352,7 +355,7 @@ msgstr "" "\"&\" sin la intención de indicar una entidad, escape el signo \"&\" como " "&" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -362,18 +365,18 @@ msgstr "" "carácter de referencia( por ejemplo ê) - tal vez el dígito es demasiado " "grande" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, 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:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" "El carácter de referencia está vacío; debería incluir un dígito tal como " "dž" -#: ../glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -383,32 +386,32 @@ msgstr "" "un carácter «&» sin pretender iniciar una entidad, escape el carácter \"&\" " "como &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Referencia de entidad sin terminar" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Referencia de carácter sin terminar" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Texto codificado como UTF-8 inválido; secuencia demasiado larga" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Texto codificado como UTF-8 inválido; sin carácter de comienzo" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Texto codificado como UTF-8 inválido; «%s» no válido" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "El documento debe comenzar con un elemento (por ejemplo: )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -417,23 +420,24 @@ 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:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -"Carácter «%s» impropio, se esperaba un carácter '>' para terminar la " -"etiqueta de inicio del elemento «%s»" +"Carácter «%s» impropio, se esperaba un carácter '>' para terminar la etiqueta " +"de inicio del elemento «%s»" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Carácter «%s» impropio, se esperaba el carácter '=' después del nombre de " "atributo «%s» del elemento «%s»" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -444,25 +448,25 @@ 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:1395 +#: glib/gmarkup.c:1401 #, 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 "" -"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»" +"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:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, 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:1597 +#: glib/gmarkup.c:1603 #, 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:1757 +#: glib/gmarkup.c:1763 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:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "El documento termina inesperadamente justo después de un '<'" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -500,7 +504,7 @@ msgstr "" "El documento termina inesperadamente con elementos todavía abiertos - «%s» " "fue el último elemento abierto" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -509,21 +513,21 @@ msgstr "" "El documento termina inesperadamente, se esperaba un carácter '>' " "finalizando la etiqueta <%s/>" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "El documento termina inesperadamente dentro de un nombre de elemento" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "El documento termina inesperadamente dentro de un nombre de atributo" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 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:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -531,408 +535,409 @@ msgstr "" "El documento termina inesperadamente después de los signos igual que siguen " "al nombre de atributo; sin valor de atributo" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "El documento termina inesperadamente dentro del valor de un atributo" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, 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:1839 +#: glib/gmarkup.c:1845 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" +msgstr "" +"el patrón contiene elementos no soportados para una coincidencia parcial" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 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 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g no está seguido por un nombre de llave o un número distinto de cero con " "una llave opcional" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "repetición inesperada" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "desbordamiento de código" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "se desbordó el espacio de trabajo de compilación" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "no se encontró el subpatrón referenciado anteriormente comprobado" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Error al coincidir con la expresión regular %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "La biblioteca PCRE está compilada sin soporte para UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" -msgstr "La biblioteca PCRE está compilada sin soporte para las propiedades de UTF8" +msgstr "" +"La biblioteca PCRE está compilada sin soporte para las propiedades de UTF8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Error al compilar la expresión regular %s en el carácter %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Error al optimizar la expresión regular %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "se esperaba un dígito hexadecimal o «}»" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "se esperaba un dígito hexadecimal" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "falta «<» en la referencia simbólica" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "referencia de símbolo sin terminar" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "referencia simbólica de longitud cero" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "se esperaba un dígito" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "referencia simbólica ilegal" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "«\\» al final de la cadena" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "secuencia de escape desconocida" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Error al analizar el texto de reemplazo «%s» en el carácter %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format 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 #, c-format 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 #, c-format 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:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Falló al leer los datos desde un proceso hijo" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Falló al leer desde el conducto hijo (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Falló al cambiar al directorio «%s» (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Falló al ejecutar el proceso hijo (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Nombre de programa inválido: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, 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:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, 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:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Directorio de trabajo inválido: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Falló al ejecutar el programa auxiliar (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -941,197 +946,198 @@ msgstr "" "Falló inesperado en g_io_channel_win32_poll() al leer datos desde un proceso " "hijo" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, 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:317 +#: glib/gspawn.c:317 #, 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:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Falló inesperado en waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Falló al bifurcar (fork) (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Falló al ejecutar el proceso hijo «%s» (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, 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:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Falló al bifurcar el proceso hijo (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Falló desconocido al ejecutar el proceso hijo «%s»" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, 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:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "El carácter se sale del rango para UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Secuencia inválida en la entrada de conversión" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "El carácter se sale del rango para UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Uso:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPCIÓN…]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Opciones de ayuda:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Mostrar opciones de ayuda" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Muestra todas las opciones de ayuda" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Opciones de la aplicación:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "No se puede analizar el valor entero «%s» para %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "El valor entero «%s» para %s está fuera de rango" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "No se puede analizar el valor doble «%s» para %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "El valor doble «%s» para %s está fuera de rango" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Error al analizar la opción: %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Falta un argumento para %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Opción desconocida %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "" "No se pudo encontrar la clave de archivo válida en los directorios de " "búsqueda" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "No es un archivo regular" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "El archivo está vacío" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" "El archivo de claves contiene la línea «%s» que no es un par valor-clave, " "grupo o comentario" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Nombre de grupo no válido: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "El archivo de claves no empieza por un grupo" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Nombre de clave no válida: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "El archivo de claves contiene una codificación «%s» no soportada" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "El archivo de claves no tiene el grupo «%s»" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "El archivo de claves no tiene la clave «%s»" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, 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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, 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:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1140,130 +1146,127 @@ msgstr "" "El archivo de claves contiene la clave «%s» en el grupo «%s» que tiene un " "valor que no puede interpretarse." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, 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:3471 +#: glib/gkeyfile.c:3471 #, c-format 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" +msgstr "" +"El archivo de claves contiene un carácter de escape al final de la línea" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, 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:3635 +#: glib/gkeyfile.c:3635 #, 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:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "El valor entero «%s» está fuera de rango" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, 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:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no puede interpretarse como un booleano." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "El valor de conteo pasado a %s es demasiado largo" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "El flujo ya se cerró" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Se canceló la operación" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Tipo desconocido" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "tipo de archivo %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "tipo %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Final de flujo inesperadamente prematuro" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sin nombre" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "El archivo de escritorio no especificó el campo Exec" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Imposible encontrar el terminal requerido por la aplicación" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, 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:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Definición personalizada para %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "la unidad no implementa la expulsión" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "la unidad no implementa el sondeo para medios" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operación no soportada" @@ -1276,93 +1279,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "El punto de montaje contenido no existe" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "No se puede copiar sobre el directorio" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "No se puede copiar directorio sobre directorio" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "El archivo destino ya existe" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "No se puede copiar el directorio recursivamente" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "El valor del enlace simbólico dado no es válido" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "No se soporta mover a la papelera" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Los nombres de archivo no pueden contener «%c»" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "el volumen no implementa el montado" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "No hay ninguna aplicación registrada para manejar este archivo" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "El enumerador está cerrado" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "El enumerador del archivo tiene una operación excepcional" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "El enumerador del archivo ya está cerrado" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "El flujo no soporta query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "No se permite buscar en el flujo" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "No se permite truncar en el flujo de entrada" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "No se soporta el truncamiento en el flujo" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "El flujo de entrada no implementa la lectura" @@ -1373,303 +1376,311 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "El flujo tiene una operación excepcional" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format 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:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Nombre de archivo no válido %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error al obtener la información del sistema de archivos: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "No se puede renombrar el directorio raíz" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "No se puede renombrar el archivo, el nombre ya existe" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934 -#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Nombre de archivo inválido" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Error al renombrar el archivo: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Error al abrir el archivo: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "No se puede abrir el directorio" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Error al eliminar el archivo: %s" -#: ../gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Error al mover a la papelera el archivo: %s" -#: ../gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "No se pudo crear el directorio papelera %s: %s" -#: ../gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" -msgstr "No se pudo encontrar el directorio de nivel superior para mover a la papelera" +msgstr "" +"No se pudo encontrar el directorio de nivel superior para mover a la papelera" -#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "No se pudo encontrar o crear el directorio de la papelera" -#: ../gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, 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:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "No se pudo enviar a la papelera el archivo: %s" -#: ../gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Falló al abrir el directorio «%s»: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Error al crear el enlace simbólico: %s" -#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Error al mover el archivo: %s" -#: ../gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "No se puede mover un directorio sobre un directoro" -#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Falló la creación del archivo de respaldo" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Error al eliminar el archivo destino: %s" -#: ../gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "No se soporta mover archivos entre puntos de montaje" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "El valor del atributo de ser no nulo" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo no válido (se esperaba una cadena)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Nombre extendido del atributo no válido" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error al establecer el atributo extendido «%s»: %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Error al mostrar información del estado del archivo «%s»: %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (codificación no válida)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" -msgstr "Error al mostrar la información del estado del descriptor del archivo: %s" +msgstr "" +"Error al mostrar la información del estado del descriptor del archivo: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo no válido (se esperaba uint32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo no válido (se esperaba uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo no válido (se esperaba una cadena byte)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Error al establecer permisos: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Error al establecer el propietario: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "el enlace simbólico debe ser no nulo" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Error al establecer el enlace simbólico: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format 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" +msgstr "" +"Error al establecer el enlace simbólico: el archivo no es un enlace simbólico" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Establecer el atributo %s no está soportado" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Error al leer del archivo: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Error al buscar en el archivo: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Error al cerrar el archivo: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "" "No se pudo encontrar el tipo de monitorización del archivo local " "predeterminado" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Error al escribir en el archivo: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Error al eliminar el enlace de respaldo antiguo: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Error al crear una copia de respaldo: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Error al renombrar el archivo temporal: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Error al truncar el archivo: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Error al abrir el archivo «%s»: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "El archivo destino es un directorio" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "El archivo destino no es un archivo regular" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "El archivo se modificó externamente" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Se proporcionó un GSeekType no válido" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Petición de búsqueda no válida" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "No se puede truncar GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Se alcanzó el límite máximo del array de datos" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "El flujo de salida de la memoria no es redimensionable" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Falló al redimensionar el flujo de salida de la memoria" @@ -1677,121 +1688,121 @@ 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:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "el punto de montaje no implementa desmontado" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "el punto de montaje no implementa la expulsión" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "el punto de montaje no implementa remontado" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "El flujo de salida no implementa la escritura" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "El flujo de origen ya está cerrado" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "nombre" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "El nombre del icono" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "nombres" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Un array que contiene los nombres de los iconos" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "usar valores predeterminados de reserva" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." msgstr "" -"Indica si se debe usar los valores de reserva encontrados al acortar el nombre en los " -"caracteres «-». Si se proporcionan varios nombres los ignora después del primero." +"Indica si se debe usar los valores de reserva encontrados al acortar el " +"nombre en los caracteres «-». Si se proporcionan varios nombres los ignora " +"después del primero." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Error al leer de unix: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Error al cerrar unix: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Sistema de archivos raíz" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Error al escribir en unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "el volumen no implementa la expulsión" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "No se puede encontrar la aplicación" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Error al analizar la aplicación: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "No se soportan URI" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "los cambios de asociación no están soportados en win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "La creación de asociación no está soportada en win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "no ocultar entradas" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "usar un formato de listado largo" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[ARCHIVO…]" - diff --git a/po/et.po b/po/et.po index 9b35429..8bb3fa1 100644 --- a/po/et.po +++ b/po/et.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: GLib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-11 04:25+0000\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-17 09:29+0200\n" "Last-Translator: Ivar Smolin \n" "Language-Team: Estonian \n" @@ -22,307 +22,306 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Ootamatu rekvisiit '%s' elemendile '%s'" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Elemendil '%2$s' ei leitud rekvisiiti '%1$s'" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Ootamatu silt '%s', oodati silti '%s'" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' on ootamatu silt '%1$s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Andmekataloogidest ei leitud korrektset järjehoidjafaili" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI-le '%s' on juba järjehoidja olemas" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI-le '%s' ei leitud järjehoidjat" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, 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:2444 +#: glib/gbookmarkfile.c:2461 #, 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:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s' järjehoidjas pole gruppe määratud" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, 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:3404 +#: glib/gbookmarkfile.c:3421 #, 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:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Vigane baidijada sisendi teisendamisel" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Viga teisendamisel: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Osaline märgijada sisendi lõpus" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Taandresiimi '%s' pole võimalik teisendada kooditabelisse '%s'" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' on vigane" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s' hostinimi on vigane" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' sisaldab vigaseid paomärke" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Rajanimi '%s' ei ole absoluutne rada" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Vigane hostinimi" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Viga kataloogi '%s' avamisel: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ei saa eraldada %lu faili \"%s\" lugemiseks" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Viga failist '%s' lugemisel: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Tõrge failist '%s' lugemisel: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Tõrge faili '%s' avamisel: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, 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:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Tõrge faili '%s' avamisel: fdopen() nurjus: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Tõrge faili '%s' loomisel: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Tõrge faili '%s' kirjutamisel: fwrite() nurjus: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Tõrge faili '%s' sulgemisel: fclose() nurjus: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Mall '%s' vigane, see ei tohiks sisaldada '%s'" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Mall '%s' ei sisalda XXXXXX-i" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u bait" msgstr[1] "%u baiti" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Tõrge nimeviida '%s' lugemisel: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Nimeviidad ei ole toetatud" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, 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:1507 +#: glib/giochannel.c:1507 #, c-format 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:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Lugemispuhvrisse jäi teisendamata andmeid" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanali katkestus poole märgi pealt" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format 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:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Tõrge faili '%s' avamisel: open() nurjus: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Tõrge faili '%s' avamisel: mmap() nurjus: %s" -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Viga real %d märgil %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Viga real %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Avastati tühi olem '&'; lubatud olemid on: & " < > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -332,17 +331,17 @@ msgstr "" "Märk '%s' ei ole olemi nime alguses lubatud. Märk & alustab olemit, kui see " "ampersand pole mõeldud olemiks, märgi see kui &" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Märk '%s' ei ole olemi nimes lubatud" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Olemi nimi '%s' on tuntmatu" -#: ../glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -350,7 +349,7 @@ msgstr "" "Olem ei lõppenud semikooloniga; kõige tõenäolisemalt ei kavatsenud sa " "ampersandi kasutades olemit alustada - märgi see kui &" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -359,16 +358,16 @@ msgstr "" "Viga '%-.*s' parsimisel. See võiks olla märgiviites olev number (näiteks " "ê) - võibolla on number liiga suur" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Märgiviide '%-.*s' ei teisendu lubatud märgiks" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Tühi märgiviide, see peaks sisaldama numbrit, näiteks dž" -#: ../glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -377,32 +376,32 @@ msgstr "" "Märgiviide ei lõpe semikooloniga. Enamasti kasutatakse ampersand märki ilma " "kavatsuseta olemit alustada - märgi see kui &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Lõpetamata viide olemile" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Lõpetamata viide märgile" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Vigaselt kodeeritud UTF-8 tekst - liigpikk jada" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Vigaselt kodeeritud UTF-8 tekst - puuduv algusmärk" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Vigaselt kodeeritud UTF-8 tekst - vigane '%s'" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokument peab algama elemendiga (nt: )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -410,7 +409,7 @@ msgid "" msgstr "" "Märk '%s' ei ole märgi '<' järel lubatud, see võib mitte olla elemendi nimi" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -418,7 +417,7 @@ msgid "" msgstr "" "Veider märk '%s', oodatakse märki '>', et lõpetada elemendi '%s' algussilti" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -426,7 +425,7 @@ msgstr "" "Veider märk '%1$s', pärast elemendi '%3$s' tunnust nimega '%2$s' oodatakse " "märki '='" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -437,7 +436,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:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -446,7 +445,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:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' on suletud, avatud elemente ei ole" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, 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:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokument on tühi või sisaldab ainult tühja ruumi" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokument lõppes ootamatult ilma avatud nurksulgu '<' sulgemata" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -491,7 +490,7 @@ msgstr "" "Dokument lõppes ootamatult ilma, et avatud elemente sulgemata - '%s' oli " "viimane avatud element" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -500,19 +499,19 @@ msgstr "" "Dokument lõppes ootamatult, sildi <%s/> lõpetamiseks loodetakse näha " "nurksulgu" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument lõppes ootamatult elemendi nime sees" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument lõppes ootamatult rekvisiidi nime sees" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokument lõppes ootamatult elemendi avamise sildi sees" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -520,394 +519,392 @@ msgstr "" "Dokument lõppes ootamatult pärast rekvisiidi nime järel olevat võrdusmärki, " "rekvisiidi väärtus on puudu" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument lõppes ootamatult keset attribuudi väärtust" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, 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:1839 +#: glib/gmarkup.c:1845 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 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "rikutud objekt" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "sisemine viga või rikutud objekt" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "mälu lõppes" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "tagasiviidete limiit saavutatud" -#: ../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 "" "muster sisaldab kirjeid, mis pole osalise vastavuse otsingu puhul toetatud" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "sisemine viga" -#: ../glib/gregex.c:162 +#: 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 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "suurim rekursioonide arv saavutatud" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "töötsooni suurim tühjade alamstringide arv saavutatud" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "vigane reavahetusmärgiste kombinatsioon" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "tundmatu viga" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ mustri alguses" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c mustri lõpus" -#: ../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 "" -#: ../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 "märgiklassil puudub sulgev ]" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "märgiklassis on vigane paojada" -#: ../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 "pole midagi korrata" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "tundmatu märk pärast (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "tundmatu märk pärast (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "tundmatu märk pärast (?P" -#: ../glib/gregex.c:244 +#: 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 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "puudub lõpetav sulg )" -#: ../glib/gregex.c:251 +#: 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 +#: 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 "viide olematule alammustrile" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "kommentaari järel puudub sulg )" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "regulaaravaldis on liiga suur" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "tõrge mälu hankimisel" -#: ../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 "tundmatu POSIX-klassi nimi" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX-i koondavad elemendid pole toetatud" -#: ../glib/gregex.c:291 +#: 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 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "vigane tingimus (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "" -#: ../glib/gregex.c:300 +#: 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 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "alammustri nimes puudub katkestaja" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "kaks nimelist alammustrit on sama nimega" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "vigane \\P või \\p jada" -#: ../glib/gregex.c:312 +#: 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 +#: 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 +#: 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 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "kaheksandväärtus on suurem kui \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "DEFINE grupi kordused pole lubatud" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "NEWLINE võtmed pole kooskõlalised" -#: ../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 "" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "ootamatu kordus" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "koodi ületäitumine" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Viga regulaaravaldise %s vastavuse otsimisel: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE teek on kompileeritud ilma UTF8 toeta" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE teek on kompileeritud ilma UTF8 omaduste toeta" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, 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:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Viga regulaaravaldise %s optimeerimisel: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "oodati kuueteistkümnendsüsteemi numbrit või '}' märki" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "oodati kuueteistkümnendsüsteemi numbrit" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "puuduv '<' märgiviites" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "lõpetamata märgiviide" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "nullpikkusega märgiviide" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "oodati numbrit" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "keelatud märgiviide" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "liigne lõpp '\\'" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "tundmatu paojada" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, 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 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Tsiteeritav tekst ei alga jutumärgiga" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format 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 +#: 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 +#: 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 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Tekst puudus (või sisaldas ainult tühja ruumi)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Tõrge andmete lugemisel alamprotsessilt" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Tõrge alamprotsessi torust lugemisel (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Tõrge kataloogi '%s' muutmisel (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Tõrge alamprotsessi käivitamisel (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Vigane programmi nimi: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Vigane string argumendivektoris %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Vigane string keskkonnamuutujates: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Vigane töökataloog: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Tõrge abiprogrammi käivitamisel (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -916,143 +913,143 @@ msgstr "" "Ootamatu viga, kui g_io_channel_win32_poll() funktsioon luges " "lapsprotsessilt andmeid" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Tõrge andmete lugemisel alamprotsessilt (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, 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:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Ootamatu viga funktsioonis waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Viga poolitamisel funktsiooniga fork() (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Tõrge alamprotsessi \"%s\" käivitamisel (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, 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:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Tõrge alamprotsessi poolitamisel funktsiooniga fork() (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Tundmatu viga alamprotsessi \"%s\" käivitamisel" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, 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:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Märk on väljaspool UTF-8 ulatust" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Vigane jada sisendi teisendamisel" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Märk on väljaspool UTF-16 ulatust" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Kasutamine:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[VÕTI...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Abiteabe võtmed:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Abiteabe võtmete näitamine" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Kõikide abiteabe võtmete näitamine" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Rakenduse võtmed:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Täisarvulist väärtust '%s' pole võimalik %s jaoks parsida" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Täisarv '%s' %s jaoks on väljaspool lubatud piire" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Arvväärtust '%s' pole võimalik %s jaoks parsida" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Arv '%s' %s jaoks on väljaspool lubatud piire" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Viga võtme parsimisel: %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Puuduv argument %s'i jaoks" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Tundmatu võti %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Sobivat võtmefaili pole võimalik otsingukataloogidest leida" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Pole tavaline fail" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Fail on tühi" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1060,50 +1057,50 @@ msgstr "" "Võtmefail sisaldab rida '%s', mis ei ole võti-väärtus paar, grupp ega ka " "kommentaar" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Vigane grupi nimi: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Võtmefail ei alga grupiga" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Vigane võtme nimi: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Võtmefail sisaldab toetamata kodeeringut '%s'" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Võtmefail ei sisalda gruppi '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Võtmefail ei sisalda võtit '%s'" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, 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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, 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:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1112,129 +1109,125 @@ msgstr "" "Võtmefail sisaldab võtit '%s' grupis '%s' aga selle väärtust pole võimalik " "kasutada" -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, 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:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Võtmefail sisaldab rea lõpus paomärki" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Võtmefail sisaldab vigast paojada '%s'" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, 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:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Täisarvu väärtus '%s' on väljaspool lubatud piire" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, 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:3706 +#: glib/gkeyfile.c:3706 #, 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:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Voog on juba suletud" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operatsioon tühistati" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Tundmatu liik" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Ootamatult varajane voolõpp" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nimeta" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Töölauafail ei määra Exec-välja" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "" "Rakenduse käivitamiseks vajalikku terminalprogrammi pole võimalik leida" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Kasutaja töölauafaili %s pole võimalik luua" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "seade ei toeta väljastamist" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operatsioon ei ole toetatud" @@ -1247,93 +1240,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Sihtfail on olemas" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Kataloogi pole võimalik rekursiivselt kopeerida" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Määrati vigane nimeviida väärtus" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Failinimed ei tohi sisaldada märki '%c'" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Selle faili käsitlemiseks pole rakendust registreeritud" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Voog ei toeta query_info't" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "" @@ -1344,299 +1337,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Vigane failinimi %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Viga failisüsteemi andmete hankimisel: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Juurkataloogi nime pole võimalik muuta" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Faili pole võimalik ümber nimetada, failinimi on juba olemas" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934 -#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Vigane failinimi" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Viga faili nime muutmisel: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Viga avamisel: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Kataloogi pole võimalik avada" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Viga faili eemaldamisel: %s" -#: ../gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "" -#: ../gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: ../gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: ../gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: ../gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Viga kataloogi '%s' avamisel: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Viga nimeviida loomisel: %s" -#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Viga faili ümbertõstmisel: %s" -#: ../gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Tõrge varufaili loomisel" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Viga sihtfaili eemaldamisel: %s" -#: ../gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Rekvisiidi väärtus ei tohi olla NULL" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse stringi)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Vigane laiendatud rekvisiidi nimi" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Viga laiendatud rekvisiidi '%s' seadmisel: %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Viga faili '%s' kohta andmete hankimisel: %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (vigane kodeering)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Viga failideskriptori kohta andmete hankimisel: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse baitstringi)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Viga pääsuõiguste määramisel: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Viga omaniku seadmisel: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Viga nimeviida seadmisel: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "Viga nimeviida seadmisel: fail pole nimeviide" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Rekvisiidi %s seadmine pole toetatud" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Viga failist lugemisel: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Viga faili sulgemisel: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Failimonitori vaikimisi liiki pole võimalik leida" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Viga faili kirjutamisel: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Viga vana varuviite eemaldamisel: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Viga varukoopia loomisel: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Viga ajutise faili nime muutmisel: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Viga faili '%s' avamisel: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Sihtfail on kataloog" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Sihtfail pole tavaline fail" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Masiivi suurima suuruse piir ületati" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1644,118 +1642,118 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Lähtevoog on juba suletud" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "nimi" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Ikooni nimi" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "nimed" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Ikoonide nimesid sisaldav massiiv" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." msgstr "" -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Failisüsteemi juurikas" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Rakendust pole võimalik leida" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Viga rakenduse käivitamisel: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI-d ei ole toetatud" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "seose muutmine pole win32 keskkonnas toetatud" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Seose loomine pole win32 keskkonnas toetatud" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "kirjeid ei peideta" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "pika nimekirjavormingu kasutamine" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FAIL...]" diff --git a/po/eu.po b/po/eu.po index 19ab492..b217a5c 100644 --- a/po/eu.po +++ b/po/eu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-11 14:12+0100\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-11 14:16+0100\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" @@ -20,314 +20,319 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "'%2$s' elementuaren ustekabeko '%1$s'atributua" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%2$s' elementuaren '%1$s' atributua ez da aurkitu" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Ustekabeko '%s' etiketa, '%s' espero zen" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' barruan ustekabeko '%1$s' etiketa" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" -msgstr "Ezin izan da baliozko laster-marken fitxategia aurkitu datuen direktorioan" +msgstr "" +"Ezin izan da baliozko laster-marken fitxategia aurkitu datuen direktorioan" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "'%s' URIaren laster-marka badago lehenedik ere" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Ez da '%s' URIaren laster-markarik aurkitu" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Ez dago '%s' URIaren laster-markan MIME-motarik definituta" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "'%s' URIaren laster-markan ez dago bandera pribaturik definituta" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "'%s' URIaren laster-markan ez dago talderik ezarrita" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' izeneko aplikaziorik ez du erregistratu laster-markarik '%s'(e)n" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Byten sekuentzia baliogabea bihurketa-sarreran" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Errorea bihurtzean: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Karaktere-sekuentzia partziala sarreraren amaieran" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ezin da '%s' atzerapena '%s' kode-multzo bihurtu" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "'%s' URI baliogabea da" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "'%s' URIaren ostalari-izena baliogabea da" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "'%s' URIak ihes-karaktere baliogabeak ditu" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' bide-izena ez da bide-izen absolutua" # -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Ostalari-izen baliogabea" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Errorea '%s' direktorioa irekitzean: %s " -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Errorea '%s' fitxategia irakurtzean: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Ezin izan da '%s' fitxategitik irakurri: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Ezin izan da '%s' fitxategia ireki: %s " -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, 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:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" -msgstr "Ezin izan da '%s' fitxategia ireki, fdopen() funtzioak huts egin du: %s" +msgstr "" +"Ezin izan da '%s' fitxategia ireki, fdopen() funtzioak huts egin du: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Ezin izan da '%s' fitxategia sortu: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" -msgstr "Ezin izan da '%s' fitxategia idatzi, fwrite() funtzioak huts egin du: %s" +msgstr "" +"Ezin izan da '%s' fitxategia idatzi, fwrite() funtzioak huts egin du: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, 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:1108 +#: glib/gfileutils.c:1108 #, 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" +msgstr "" +"'%s' fitxategia ezin izan da kendu, g_unlik() funtzioak huts egin du: %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s' txantiloia baliogabea da, ez luke '%s' eduki behar" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' txantiloiak ez dauka: XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "Byte %u" msgstr[1] "%u byte" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Esteka sinbolikoak ez dira onartzen" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Ezin izan da `%s'(e)tik `%s'(e)rako bihurtzailea ireki: %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Ezin dira datu gordinak irakurri 'g_io_channel_read_line_string'-en" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Irakurketa-bufferrean geratu diren bihurtu gabeko datuak" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanala karaktere partzial batean bukatzen da" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ezin dira datu gordinak irakurri 'g_io_channel_read_to_end'-etik" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Ezin izan da '%s' fitxategia ireki, open() funtzioak huts egin du: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" -msgstr "Ezin izan da '%s' fitxategi-mapa ireki, mmap() funtzioak huts egin du: %s" +msgstr "" +"Ezin izan da '%s' fitxategi-mapa ireki, mmap() funtzioak huts egin du: %s" -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Errorea %d lerroko %d karakterean: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Errorea %d lerroan: %s" -#: ../glib/gmarkup.c:442 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" +#: glib/gmarkup.c:448 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "'&;' entitatea hutsik dago; baliozko entitateak hauek dira: & " " "< > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -338,17 +343,17 @@ msgstr "" "entitate bat hasten du; & ikurrak entitatea izan behar ez badu, izenda ezazu " "& gisa" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "'%s' karakterea ezin da erabili entitate-izenen barruan" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "'%s' entitate-izena ezezaguna da" -#: ../glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -356,7 +361,7 @@ msgstr "" "Entitatea ez da puntu eta komaz bukatzen; normalean & ikurra erabiltzen da " "entitatea hasteko asmorik gabe; izendatu & karakterea & gisa;" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -365,16 +370,18 @@ msgstr "" "Ezin izan da '%-.*s' analizatu, digitu bat izan behar zuen karaktere-" "erreferentzia baten barruan (ê adibidez); agian digitua handiegia da" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" -msgstr "'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen" +msgstr "" +"'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" -msgstr "Karaktere-erreferentzia hutsa, digitu bat eduki beharko luke; adibidez dž" +msgstr "" +"Karaktere-erreferentzia hutsa, digitu bat eduki beharko luke; adibidez dž" -#: ../glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -384,32 +391,32 @@ msgstr "" "erabiliko zenuen entitatea hasteko asmorik gabe. Izendatu & karakterea & " "gisa;" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Amaitu gabeko entitate-erreferentzia" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Amaitu gabeko karaktere-erreferentzia" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "UTF-8 gisa kodetutako testu baliogabea - sekuentzia luzeegia" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "UTF-8 gisa kodetutako testu baliogabea - hasierako karaktererik gabe" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "UTF-8 gisa kodetutako testu baliogabea - '%s' ez da baliozkoa" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentuak elementu batez hasi behar du (adibidez, )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -418,7 +425,7 @@ msgstr "" "'%s' ez da karaktere balioduna '<' karakterearen atzetik; baliteke elementu " "baten izena ez hastea" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -427,14 +434,15 @@ msgstr "" "'%s' karaktere bitxia, '>' karakterea espero zen '%s' elementuaren hasiera-" "etiketa amaitzeko" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "'%s' karaktere bitxia, '=' espero zen '$2%s' elementuaren '$1%s' " "atributuaren ondoren" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -445,7 +453,7 @@ msgstr "" "hasiera-etiketa bukatzeko, edo bestela atributu bat. Agian karaktere " "baliogabea erabili duzu atributu-izen batean" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -454,7 +462,7 @@ msgstr "" "'%s' karaktere bitxia, komatxo irekia espero zen berdin ikurraren ondoren " "'$2%s' elementuaren '$1%s' atributuari balioa ematean" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '' da" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' elementua itxi egin da, unean ez dago elementurik irekita" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' elementua itxi egin da, baina unean '%s' elementua dago irekita" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokumentua hutsik dago edo zuriuneak bakarrik ditu" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentua ustekabean itxi da angelu-parentesi ireki baten ondoren '<'" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -499,7 +507,7 @@ msgstr "" "Dokumentua ustekabean amaitu da oraindik irekita zeuden elementuekin. '%s' " "irekitako azken elementua da" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -508,19 +516,20 @@ msgstr "" "Dokumentua ustekabean amaitu da, angelu-parentesi itxia ikustea espero nuen <" "%s/> etiketa amaitzen" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentua ustekabean amaitu da elementu-izen baten barruan" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentua ustekabean amaitu da atributu-izen baten barruan" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." -msgstr "Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan." +msgstr "" +"Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan." -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -528,404 +537,406 @@ msgstr "" "Dokumentua ustekabean amaitu da atributu-izen baten ondorengo berdin " "ikurraren atzetik; ez dago atributu-baliorik" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentua ustekabean amaitu da atributu-balio baten barruan" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan" +msgstr "" +"Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumentua ustekabean amaitu da iruzkin baten barruan edo prozesatzen ari " "zen instrukzio baten barruan" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "hondatutako objektua" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "barneko errorea edo hondatutako objektua" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "Memoriarik ez" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "atzera-jotzearen mugara gainditua" -#: ../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 "ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak" +msgstr "" +"ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "barneko errorea" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "aurreko erreferentizak baldintza gisa ez daude onartuta bat etortze " "partzialetan" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "errekurtsioaren muga gainditua" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "azpikate hutsen lan arearen muga gainditua" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "lerro-jauzien banderen baliogabeko konbinazioa" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "errore ezezaguna" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ ereduaren amaieran" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c ereduaren amaieran" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "karaktere ezezagunak jarraitzen dio \\ karaktereari" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "hemen ez dira ihesdun letrak (\\l, \\L, \\u, \\U) erabiltzen uzten " "(maiuskulaz eta minuskulaz)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "zenbakiak barrutitik kanpo {} kuantifikatzailean" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "zenbaki handiegiak {} kuantifikatzaileak" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "karaktere-klasearen amaierako ] falta da" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "karaktere-klasean baliogabeko ihes sekuentzia" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "karaktere-klaseko barrutia barrutitik kanpo" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "ezer ez errepikatzeko" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "karakete ezezaguna (? karaktereen atzetik" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "karakete ezezaguna (?< karaktereen atzetik" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "karakete ezezaguna (?P karaktereen atzetik" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX izeneko klaseak soilik onartzen dira klase baten barruan" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "amaierako ) falta da" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") dago irekierako ( gabe" #. 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 edo (?[+-] digituak )-rekin jarraitu behar dira" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "existitzen ez den azpieredu baten erreferentzia" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "iruzkinaren ondoren ) falta da" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "adierazpen erregularra luzeegia" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "huts egin du memoria lortzean" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "'lookbehind' baieztapenak ez du luzera finkorik" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "gaizki osatutako zenbakia edo izena (?(-ren atzetik" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "baldintza taldeak bi adar baino gehiago ditu" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "baieztapena espero zen (?)-ren atzetik" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "POSIX klasearen izen ezezaguna" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "Tartekatutako POSIX elementuak ez daude onartuta" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "\\x{...} sekuentziako karaktere-balioa luzeegia da" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "baliogabeko (?(0) baldintza" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C ez dago baimenduta 'lookbehind' baieztepenean" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "dei errekurtsiboa amaierarik gabeko begiztan sar daiteke" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "amaierako karakterea falta da azpiereduko izenean" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "bi azpiereduk izen berdina dute" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "gaizki osatutako \\P edo \\p sekuentzia" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "propietate-izen ezezaguna \\P edo \\p atzetik" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "azpiereduaren izena luzeegia (32 karaktere gehienez)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "izendun azpieredu gehiegi (10.000 gehienez)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "balio zortzitarra \\377 baino handiagoa" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE taldeak adar bat baino gehiago ditu" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "DEFINE taldea errepikatzea ez dago onartuta" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "NEWLINE aukera kontraesankorra" -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g ez da prestatutako izenarekin edo zero ez den aukerazko prestatutako " "zenbaki batekin jarraitzen" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "ustekabeko begizta" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "kodea gainezkatua" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "konpilazioaren laneko area gainezkatua" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "ez da aurrez egiaaztatutako erreferentziatutako azpieredua aurkitu" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Errorea %s adierazpen erregularra bilatzean: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE liburutegia UTF8 euskarri gabe konpilatua" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE liburutegia UTF8 propietateen euskarri gabe konpilatua" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Errorea %s adierazpen erregularra %d karakterean konpilatzean: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Errorea %s adierazpen erregularra optimizatzean: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "digitu hamaseitarra edo '}' espero zen" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "digitu hamaseitarra espero zen" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "'<' falta da erreferentzia sinbolikoan" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "amaitu gabeko erreferentzia sinbolikoa" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "zero luzerako erreferentzia sinbolikoa" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "digitua espero zen" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "erreferentzia sinboliko ilegala" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "'\\' katearen amaieran" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "ihes-sekuentzi ezezaguna" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Errorea ordezko \"%s\" testua analizatzean %lu karakterean: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Komatxo arteko testua ez da komatxoekin hasten" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Bat ez datozen komatxoak daude komando-lerroan edo shell-ak aipatutako beste " "testu batean" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Testua '\\' karakterearen atzetik amaitu da (testua '%s' zen)" -#: ../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 "Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)" +msgstr "" +"Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Testua hutsik dago (edo zuriuneak bakarrik ditu)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Ezin izan da daturik irakurri prozesu umetik" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Ezin izan da kanalizazioa sortu prozesu umearekin komunikatzeko (%s) " -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Ezin izan da kanalizazio umetik irakurri (%s) " -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Ezin izan da '%s' direktoriora aldatu (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Ezin izan da prozesu umea exekutatu (%s)" # -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Programaren izen baliogabea: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Kate baliogabea %d(e)ko bektorearen argumentuan: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Kate baliogabea ingurunean: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Laneko direktorio baliogabea: %s" # -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Ezin izan da laguntza-programa exekutatu (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -934,195 +945,196 @@ msgstr "" "Ustekabeko errorea gertatu da 'g_io_channel_win32_poll()'-en prozesu umetik " "datuak irakurtzean" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Ezin izan da daturik irakurri prozesu umetik (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Ustekabeko errorea select()-en, datuak prozesu umetik irakurtzen (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Ustekabeko errorea waitpid()-en (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Ezin da sardetu (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Ezin izan da \"%s\" prozesu umea exekutatu (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Ezin izan da prozesu umearen irteera edo sarrera birbideratu (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Ezin izan da prozesu umea sardetu (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Errore ezezaguna \"%s\" prozesu umea exekutatzean" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Ezin izan da nahikoa datu irakurri pid kanalizazio umetik (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Karakterea UTF-8 barrutitik kanpo" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Sekuentzia baliogabea bihurketa-sarreran" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Karakterea UTF-16 barrutitik kanpo" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Erabilera:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[AUKERA...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Laguntzako aukerak:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Erakutsi laguntzako aukerak" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Erakutsi laguntzako aukera guztiak" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Aplikazio-aukerak:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Ezin da '%2$s'(r)en '%1$s' osoko balioa analizatu" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s(r)en '%1$s' osoko balioa barrutitik kanpo" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Ezin da '%2$s'(r)en '%1$s' balio bikoitza analizatu" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "%2$s(r)en '%1$s' balio bikoitza barrutitik kanpo" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Errorea %s aukera analizatzean" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "%s(e)ko argumentua falta da" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "%s aukera ezezaguna" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Ezin izan da baliozko gakoa datuen direktorioan aurkitu" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Ez da fitxategi arrunta" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Fitxategia hutsik dago" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" "Gako-fitxategiak '%s' lerroa du, gako-balioa bikotea, taldea edo iruzkinik " "ez daukalarik" # -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Taldearen izen baliogabea: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Gako-fitxategiak ez da talde batekin hasten" # -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Gakoaren izen baliogabea: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Gako-fitxategiak onartzen ez den '%s' kodeketa du" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Gako-fitxategiak ez dauka '%s' taldea" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Gako-fitxategiak ez dauka '%s' gakoa" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Gako-fitxategiak '%s' gakoa dauka (%s balioduna) baina ez da UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Gako-fitxategiak '%s' gakoa dauka, baina dagokion balioa ezin da " "interpretatu." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1131,128 +1143,125 @@ msgstr "" "Gako-fitxategiak '%s' gakoa dauka ('%s taldean), baina dagokion balioa ezin " "da interpretatu." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Gako-fitxategiak ez dauka '%s' gakoa ('%s' taldean)" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Gako-fitxategiak ihes-karakterea dauka lerro amaieran" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Gako-fitxategiak '%s' ihes-sekuentzia baliogabea dauka" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' balioa ezin da zenbaki gisa interpretatu" -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "'%s' osoko balioa barrutitik kanpo" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "'%s' balioa ezin da zenbaki mugikor gisa interpretatu." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' balioa ezin da bolear gisa interpretatu" -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "Zenbaketaren balio handiegia honi pasatuta: %s" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Korrontea jadanik itxita dago" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Eragiketa bertan behera utzi da" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Mota ezezaguna" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s fitxategi mota" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s mota" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Ustekabeko korronte-amaiera azkarregia" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Izenbagea" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Mahaigaineko fitxategiak ez du Exec eremua zehaztu" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Ezin izan da aplikazioak eskatzen duen terminala aurkitu" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" -msgstr "Ezin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %s" +msgstr "" +"Ezin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Ezin da erabiltzailearen mahaigaineko %s fitxategia sortu" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "%s(r)en definizio pertsonalizatua" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "gailuak ez dauka 'egotzi' inplementatuta" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "gailuak ez dauka euskarria eskaneatzeko inplementaziorik" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Eragiketa ez dago onartuta" @@ -1265,93 +1274,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Ontziaren muntaia ez da existitzen" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Ezin da direktorioaren gainean kopiatu" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Ezin da direktorioa kopiatu direktorio gainean" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Helburuko fitxategia existitzen da" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Ezin da direktorioa errekurtsiboki kopiatu" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Esteka sinbolikoaren baliogabeko balioa eman da" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Zakarrontzira botatzea ez dago onartuta" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Fitxategi-izenek ezin dute '%c' eduki" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "bolumenak ez dauka muntatzea inplementatuta" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Ez da aplikaziorik erregistratu fitxategi hau kudeatzeko" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Zerrendatzailea itxi da" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Fitxategiaren zerrendatzaileak eragiketa bat du lanean" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Fitxategiaren zerrendatzailea itxi da jadanik" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Korronteak ez du query_info onartzen" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Ez da bilaketarik onartzen korrontean" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Trunkatzea ez da baimentzen sarrerako korrontean" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Trunkatzea ez da onartzen korrontean" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Sarrerako korronteak ez dauka irakurtzea inplementatuta" @@ -1362,302 +1371,308 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Korronteak eragiketa bat du lanean" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Ezin da lokaleko direktorio lehenetsiaren monitorizazio mota aurkitu" # -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "%s fitxategi-izen baliogabea" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Errorea fitxategi-sistemako informazioa lortzean: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Ezin da erroko direktorioa izenez aldatu" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Ezin da fitxategia izenez aldatu, fitxategi-izena badago lehendik ere" # -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934 -#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Fitxategi-izen baliogabea" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Errorea fitxategia izenez aldatzean: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Errorea fitxategia irekitzean: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Ezin da direktorioa ireki" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Errorea fitxategia kentzean: %s" -#: ../gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Errorea fitxategia zakarrontzira botatzean: %s" -#: ../gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ezin izan da zakarrontziaren '%s' direktorioa sortu: %s" -#: ../gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Ezin da zakarrontziaren goi-mailako direktorioa aurkitu" -#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Ezin da zakarrontziaren direktorioa aurkitu edo sortu" -#: ../gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Ezin da zakarrontziaren informazio-fitxategia sortu: %s" -#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Ezin da fitxategia zakarrontzira bota: %s" -#: ../gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Errorea '%s' direktorioa irekitzean: %s " + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Errorea esteka sinbolikoa sortzean: %s" -#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Errorea fitxategia lekuz aldatzean: %s" -#: ../gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Ezin da direktorioa lekuz aldatu direktorioaren gainera" -#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Huts egin du babeskopia sortzean" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Errorea helburuko fitxategia kentzean: %s" -#: ../gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Muntaien artean lekuz aldatzea ez dago onartuta" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Atributuaren balioa NULL ezin da izan" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Atributu mota baliogabea (katea espero zen)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Atributu hedatuaren izen baliogabea" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Errorea '%s' atributu hedatua ezartzean: %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Errorea '%s' fitxategiaren egoera irakurtzean: %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (baliogabeko kodeketa)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Errorea fitxategiaren deskriptorearen egoera irakurtzean: %s " -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Baliogabeko atributu mota (uint32 espero zen)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Baliogabeko atributu mota (uint64 espero zen)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Baliogabeko atributu mota (byte katea espero zen)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Errorea baimenak ezartzean: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Errorea jabea ezartzean: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "esteka sinbolikoak NULL-en desberdina izan behar du" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Errorea esteka sinbolikoa ezartzean: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" -msgstr "Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat" +msgstr "" +"Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "%s atributuaren ezarpena ez dago onartuta" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Errorea fitxategitik irakurtzean: %s " -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Errorea fitxategian bilatzean: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Errorea fitxategia ixtean: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Ezin da lokaleko fitxategi lehenetsiaren monitorizazio mota aurkitu" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Errorea fitxategian idaztean: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Errorea babeskopiaren esteka zaharra kentzean: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Errorea babeskopiaren kopia sortzean: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Errorea aldi baterako fitxategia izenez aldatzean: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Errorea fitxategia trunkatzean: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Errorea '%s' fitxategia irekitzean: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Helburuko fitxategia direktorio bat da" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Helburuko fitxategia ez da fitxategi arrunta" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "Fitxategia kanpotik aldatu da" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Baliogabeko GSeekType eman da" # -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Bilaketa-eskaera baliogabea" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Ezin da GMemoryInputStream trunkatu" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Datu-matrizearen gehienezko mugara iritsi da" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Ezin da memoriaren irteeraren korrontea tamainaz aldatu" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Huts egin du memoriaren irteeraren korrontea tamainaz aldatzean" @@ -1665,121 +1680,121 @@ 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:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "muntaiak ez dauka egoztea inplementatuta" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "muntaiak ez dauka birmuntaketa inplementatuta" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Irteerako korronteak ez dauka idaztea inplementatuta" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Iturburuko korrontea jadanik itxi da" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "izena" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Ikonoaren izena" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "izenak" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Ikonoen izenak dituen matrizea" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "erabili ikono lehenetsiak" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." msgstr "" -"'-' karaktereekin ordenatutako izenen arabera aurkitutako ikono lehenetsiak erabiliko diren ala ez. Aurrenekoaren ondoren dauden " -"izenak baztertzen ditu hainbat izen ematen badira." +"'-' karaktereekin ordenatutako izenen arabera aurkitutako ikono lehenetsiak " +"erabiliko diren ala ez. Aurrenekoaren ondoren dauden izenak baztertzen ditu " +"hainbat izen ematen badira." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Errorea UNIXetik irakurtzean: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Errorea UNIX ixtean: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Fitxategi-sistemaren erroa" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Errorea UNIXen idaztean: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "bolumenak ez dauka egoztea inplementatuta" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Ezin da aplikazioa aurkitu" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Errorea aplikazioa abiaraztean: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URIak ez daude onartuta" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "asoziazioaren aldaketak ez dira onartzen win32 sisteman" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Asoziazioa sortzea ez da onartzen win32 sisteman" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "ez ezkutatu sarrerak" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "erabili zerrenda-formatu luzea" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FITXATEGIA...]" - diff --git a/po/fa.po b/po/fa.po index e9a72bf..22a69bf 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2006-09-04 18:36+0330\n" "Last-Translator: Roozbeh Pournader \n" "Language-Team: Persian\n" @@ -15,74 +15,74 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "مشخصهٔ غیرمنتظرهٔ «%s» برای عنصر «%s»" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "مشخصهٔ «%s» برای عنصر «%s» پیدا نشد" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "برچسب غیرمنتظرهٔ «%s»، برچسب «%s» انتظار می‌رفت" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "برچسب غیرمنتظرهٔ «%s» داخل «%s»" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, fuzzy, c-format msgid "No valid bookmark file found in data dirs" msgstr "پروندهٔ چوب‌الف معتبری در شاخه‌های داده پیدا نمی‌شود" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "چوب‌الفی برای نشانی «‎%s» از قبل موجود است" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "چوب‌الفی برای نشانی «‎%s» پیدا نشد" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "هیچ نوع MIME در چوب‌الف برای نشانی «‎%s» تعریف نشده است" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "پرچم خصوصی‌ای برای چوب‌الف برای نشانی «%s» تعریف نشده است" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "گروهی در چوب‌الف برای نشانی «‎%s» تعیین نشده است" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎%s» ثبت نکرده است" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "خواندن پیوند نمادی «‎%s» شکست خورد: %s" @@ -156,7 +156,7 @@ msgstr "نام مسیر «‎%s» یک مسیر مطلق نیست" msgid "Invalid hostname" msgstr "نام میزبان نامعتبر" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s" @@ -298,24 +298,24 @@ msgstr "باز کردن پروندهٔ «‎%s» شکست خورد: open()‎ Ø´ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "تهیهٔ نقشه از پروندهٔ «‎%s» شکست خورد: mmap()‎ شکست خورد: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "خطا در سطر %Id نویسهٔ %Id:‏ %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "خطا در سطر %Id:‏ %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "نهاد خالی «‎&;‎» مشاهده شد؛ نهادهای معتبر عبارتند از: ‎& " < > " "'‎" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -325,17 +325,17 @@ msgstr "" "نویسهٔ «%s» در ابتدای نام نهادها مجاز نیست؛ نویسهٔ & نهاد را آغاز می‌کند؛ اگر " "این علامت & قرار نیست نهاد شود، به‌جای آن از ‎&‎ استفاده کنید" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "نویسهٔ «%s» داخل نام نهادها مجاز نیست" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "نام نهاد «%s» شناخته نیست" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -344,7 +344,7 @@ msgstr "" "بخواهید نهادی را آغاز کنید از نویسهٔ & استفاده کرده‌اید - برای نوشتن علامت & " "از ‎&‎ استفاده کنید" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -353,16 +353,16 @@ msgstr "" "تجزیهٔ «‎%-.*s»، که باید رقمی داخل یک ارجاع نویسه‌ای (مثل ‎ê‎) می‌بود شکست " "خورد - شاید رقم خیلی بزرگ است" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "ارجاع نویسه‌ای «‎%-.*s» به نویسهٔ مجاز اشاره نمی‌کند" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "ارجاع نویسه‌ای خالی؛ باید یک رقم داشته باشد، مثل ‎dž‎" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -372,34 +372,34 @@ msgstr "" "بخواهید نهادی را آغاز کنید از نویسهٔ & استفاده کرده‌اید - برای نوشتن علامت & " "از ‎&‎ استفاده کنید" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "ارجاع نهادی ناتمام" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "ارجاع نویسه‌ای ناتمام" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "نوشتار باید با یک عنصر (مثلاً ) شروع شود" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -407,7 +407,7 @@ msgid "" msgstr "" "‏«%s» پس از یک نویسهٔ '‎<‎' نویسهٔ مجازی نیست؛ نمی‌شود ابتدای نام یک عنصر باشد" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -416,14 +416,14 @@ msgstr "" "نویسهٔ غیرعادی «%s»، برای پایان دادن به برچسب شروع عنصر «%s» انتظار یک نویسهٔ «‎>‎» " "می‌رفت" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "نویسهٔ غیرعادی «%s»، بعد از نام مشخصهٔ «%s» عنصر «%s» انتظار یک نویسهٔ «=» می‌رفت" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -434,7 +434,7 @@ msgstr "" "انتظار یک نویسهٔ «‎>‎» یا «/» می‌رفت؛ شاید از یک نویسهٔ نامعتبر در نام مشخصه‌ای " "استفاده کرده باشید" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -443,7 +443,7 @@ msgstr "" "نویسهٔ غیرعادی «%s»، هنگام مقدار دادن به مشخصهٔ «%s» از عنصر «%s» پس از علامت " "تساوی انتظار یک علامت نقل قول باز می‌رفت" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "‏«%s» نویسهٔ معتبری برای بستن نام عنصر «%s» نیست؛ نویسهٔ مجاز «‎>» است" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "عنصر «%s» بسته بود، در حال حاضر هیچ عنصری باز نیست" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "عنصر «%s» بسته بود، ولی عنصری که در حال حاضر باز است «%s» است" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "نوشتار خالی است یا فقط فاصلهٔ خالی دارد" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "نوشتار به‌طور غیرمنتظره‌ای درست بعد از یک علامت کوچکتر '‎<‎' پایان یافت" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -486,7 +486,7 @@ msgstr "" "نوشتار وقتی که هنوز عناصری باز بودند به‌طور غیرمنتظره‌ای پایان یافت ‐ آخرین " "عنصر باز شده «%s» بود" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -495,19 +495,19 @@ msgstr "" "نوشتار به‌طور غیرمنتظره‌ای پایان یافت، یک علامت بزرگتر برای بستن برچسب ‎<%s/>‎ " "انتظار می‌رفت" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک عنصر به‌پایان رسید" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک مشخصه به‌پایان رسید" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل یک برچسب عنصربازکن پایان یافت." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -515,16 +515,16 @@ msgstr "" "نوشتار به‌طور غیرمنتظره‌ای بعد از علامت تساوی‌ای که پس از نام مشخصه‌ای آمده بود " "تمام شد؛ بدون مقدار برای مشخصه" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل مقدار یک مشخصه به‌پایان رسید" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل برچسب بستن عنصر «%s» پایان یافت" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "نوشتار به‌طور غیرمنتظره‌ای داخل یک توضیح یا دستورالعمل پردازشی پایان یافت" @@ -549,7 +549,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1158,7 +1158,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1173,7 +1173,7 @@ msgstr "گزینهٔ نامعلوم %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1212,7 +1212,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1225,10 +1225,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" @@ -1241,52 +1241,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎%s» ثبت نکرده است" @@ -1297,12 +1297,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1358,181 +1358,186 @@ msgstr "نام برنامهٔ نامعتبر: %s" msgid "Error getting filesystem info: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "نام میزبان نامعتبر" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "خطا در تجزیهٔ گزینهٔ %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک مشخصه به‌پایان رسید" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "خطا در سطر %Id:‏ %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" @@ -1605,12 +1610,12 @@ msgstr "پرونده متعارف نیست" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "نام برنامهٔ نامعتبر: %s" @@ -1620,17 +1625,17 @@ msgstr "نام برنامهٔ نامعتبر: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1705,7 +1710,7 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" msgid "Error closing unix: %s" msgstr "خطا در سطر %Id:‏ %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/fi.po b/po/fi.po index e937ecf..ba8842e 100644 --- a/po/fi.po +++ b/po/fi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-11 12:49+0200\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-11 12:53+0200\n" "Last-Translator: Timo Jyrinki \n" "Language-Team: Finnish \n" @@ -18,317 +18,316 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Odottamaton ominaisuus \"%s\" elementille \"%s\"" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Ominaisuutta \"%s\" elementille \"%s\" ei löydy" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Odottamaton merkintä \"%s\", odotettiin merkintää \"%s\"" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Odottamaton merkintä \"%s\" kohdassa \"%s\"" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Kelvollista kirjanmerkkitiedostoa ei löytynyt datahakemistoista" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI:lle \"%s\" on jo olemassa kirjanmerkki" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI:lle \"%s\" ei löydy kirjanmerkkiä" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI:n \"%s\" kirjanmerkissä ei ole määritelty MIME-tyyppiä" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI:n \"%s\" kirjanmerkissä ei ole määritelty yksityisyyslippua" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI:n \"%s\" kirjanmerkissä ei ole asetettu ryhmiä" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" "Sovellus nimeltä \"%s\" ei rekisteröinyt kirjanmerkkiä kohteelle \"%s\"" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Suoritettavaa riviä \"%s\" ei voitu laajentaa URI:lla \"%s\"" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Virheellinen tavusarja muunnettavassa syötteessä" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Virhe muunnoksen aikana: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Osittainen tavusarja syötteen lopussa" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Koodausmerkkijonoa \"%s\" ei voi muuntaa merkistöön \"%s\"" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI \"%s\" on virheellinen" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI:n \"%s\" isäntänimi on virheellinen" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI \"%s\" sisältää virheellisesti suojattuja merkkejä" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Polku \"%s\" ei ole absoluuttinen" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Virheellinen isäntänimi" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Virhe hakemiston \"%s\" avaamisessa: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Lukeminen tiedostosta \"%s\" epäonnistui: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Tiedoston \"%s\" ominaisuuksien lukeminen epäonnistui: fstat() epäonnistui: %" "s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: fdopen() epäonnistui: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Tiedoston \"%s\" luominen epäonnistui: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Tiedoston \"%s\" kirjoittaminen epäonnistui: fwrite() epäonnistui: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Tiedoston \"%s\" sulkeminen epäonnistui: fclose() epäonnistui: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Olemassaolevan tiedoston \"%s\" poisto epäonnistui: g_unlink epäonnistui: %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, 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:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Malli \"%s\" ei sisällä merkkijonoa XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u tavu" msgstr[1] "%u tavua" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f kt" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f Mt" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f Gt" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Symbolisen linkin \"%s\" lukeminen epäonnistui: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Symbolisia linkkejä ei tueta" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata: %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Funktiossa g_io_channel_read_line_string ei voi suorittaa raakalukemista" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Jäljelle jäänyt muuntamaton data lukupuskurissa" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanava päättyy osittaiseen merkkiin" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Funktiossa g_io_channel_read_to_end ei voi suorittaa raakalukemista" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: open() epäonnistui: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Tiedoston \"%s\" mappaaminen epäonnistui: mmap() epäonnistui: %s" -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Virhe rivillä %d merkissä %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Virhe rivillä %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Havaittu tyhjä entiteetti \"&;\"; kelvolliset ovat: & " < > " "'" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -339,17 +338,17 @@ msgstr "" "entiteetin. Jos tämän &-merkin ei ole tarkoitus olla entiteetti, käytä " "merkintää &" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Merkki \"%s\" ei ole kelvollinen entiteetin nimessä" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Entiteetin nimi \"%s\" on tuntematon" -#: ../glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -357,7 +356,7 @@ msgstr "" "Entiteetti ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä " "aikomatta aloittaa entiteettiä - käytä merkintää &" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -366,16 +365,16 @@ msgstr "" "Merkkijonon \"%-.*s\" piti olla luku merkkiviitteen sisällä (esim. ê), " "mutta sen jäsentäminen epäonnistui - ehkä luku on liian suuri" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Merkkiviite \"%-.*s\" ei ole sallitun merkin koodaus" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Tyhjä merkkiviite; viitteen tulee sisältää luku, esim dž" -#: ../glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -384,32 +383,32 @@ msgstr "" "Merkkiviite ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä " "aikomatta aloittaa entiteettiä - käytä merkintää &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Päättämätön entiteettiviite" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Päättämätön merkkiviite" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Virheellinen UTF-8-koodattu teksti - ylipitkä sekvenssi" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Virheellinen UTF-8-koodattu teksti - ei aloitusmerkki" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Virheellinen UTF-8-koodattu teksti - epäkelpo \"%s\"" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Asiakirjan on alettava elementillä (esim. )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -418,7 +417,7 @@ msgstr "" "\"%s\" ei ole kelvollinen merkki \"<\"-merkin jälkeen; se ei voi aloittaa " "elementin nimeä" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -427,7 +426,7 @@ msgstr "" "Pariton merkki \"%s\", odotettiin \">\"-merkkiä päättämään elementin \"%s\" " "alkulippu" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -435,7 +434,7 @@ msgstr "" "Pariton merkki \"%1$s\", odotettiin \"=\"-merkkiä elementin \"%3$s\" " "ominaisuuden \"%2$s\" jälkeen" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -446,7 +445,7 @@ msgstr "" "elementin \"%s\" aloituslippu, tai mahdollista ominaisuutta; käytit ehkä " "ominaisuuden nimessä siihen kelpaamatonta merkkiä" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -455,7 +454,7 @@ msgstr "" "Pariton merkki \"%1$s\", odotettiin avaavaa lainausmerkkiä yhtäsuuruusmerkin " "jälkeen annettaessa elementin \"%3$s\" ominaisuuden \"%2$s\" arvoa" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elementti \"%s\" on suljettu, ei avoimia elementtejä" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "Elementti \"%s\" on suljettu, mutta tällä hetkellä on avoinna elementti \"%s" "\"" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Asiakirja oli tyhjä tai sisälsi vain tyhjiä merkkejä" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Asiakirja loppui odottamattomasti heti avoimen kulmasulkeen \"<\" jälkeen" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -503,7 +502,7 @@ msgstr "" "Asiakirja loppui odottamattomasti elementtien ollessa sulkematta - \"%s\" " "oli viimeinen avattu elementti" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -512,19 +511,19 @@ msgstr "" "Asiakirja loppui odottamattomasti, odotettiin lipun <%s/> sulkevaa " "kulmasuljetta" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Asiakirja loppui odottamattomasti elementin nimen kohdalla" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Asiakirja loppui odottamattomasti elementin avauslipun kohdalla" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -532,401 +531,399 @@ msgstr "" "Asiakirja loppui odottamattomasti ominaisuuden nimen jälkeisen " "yhtäsuuruusmerkin jälkeen; ominaisuudella ei ole arvoa" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Asiakirja loppui odottamattomasti ominaisuuden arvon kohdalla" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Asiakirja loppui odottamattomasti elementin \"%s\" sulkulipun kohdalla" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Asiakirja loppui odottamattomasti kommentin tai käsittelykomennon kohdalla" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "vioittunut kohde" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "sisäinen virhe tai vioittunut kohde" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "muisti loppui" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "taakseviittausten raja saavutettu" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "" "malli sisältää kohtia, jotka eivät ole tuettu osittaisessa täsmäyksessä" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "sisäinen virhe" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "takaisinviittaukset ehtoina eivät ole tuettu osittaisissa täsmäyksissä" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "rekursion enimmäissyvyys saavutettiin" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "työtilan raja tyhjille alamerkkijonoille saavutettiin" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "virheellinen yhdistelmä rivinvaihtolippuja" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "tuntematon virhe" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ mallin lopussa" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c mallin lopussa" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "Tuntematon merkki \\:n jälkeen" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "merkkikokoa muuttavia ohjaimia (\\l, \\L, \\u, \\U) ei sallita tässä" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "numerot epäjärjestyksessä {}-määreessä" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "numerot liian suuria {}-määreessä" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "merkkiluokasta puuttuu päättävä ]" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "virheellinen escape-jono merkkiluokassa" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "alue epäjärjestyksessä merkkijoukolle" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "ei mitään toistettavaa" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "tuntematon merkki (? jälkeen" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "tuntematon merkki (?< jälkeen" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "tuntmaton merkki (?P jälkeen" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX:in nimetyt luokat on tuettu vain luokan sisällä" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "päättävä ) puuttuu" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") ilman aloittavaa (-merkkiä" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R tai (?[+-]numeroita täytyy seurata )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "viittaus olemattomaan alitäsmäykseen" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "puuttuva ) kommentin jälkeen" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "säännöllinen lauseke on liian suuri" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "muistia ei voitu varata" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind-tyyppinen assert-makro ei ole kiinteäpituinen" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "virheellinen numero tai nimi (?( jälkeen" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "ehdollisessa ryhmässä on enenmmän kuin kaksi haaraa" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "assert-makrotoiminto odotettu merkkien (?( jälkeen" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "tuntematon POSIX-luokan nimi" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX-vertailuelementtejä ei tueta" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "Merkin arvo sekvenssissä \\x{...} on liian suuri" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "virheellinen ehto (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C ei ole sallittu lookbehind-tyyppisissä assert-makroissa" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "rekursiivinen kutsu voisi olla päättymätön" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "alimallin nimestä puuttuu päätösmerkki" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "kahdella nimetyllä alimallilla on sama nimi" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "väärin muotoiltu \\P- tai \\p-sekvenssi" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "tuntematon ominaisuuden nimi \\P- tai \\p-sekvenssin jälkeen" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "alimallin nimi on liian pitkä (enintään 32 merkkiä)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "liian monta nimettyä alimallia (enintään 10000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "oktaaliarvo on suurempi kuin \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE-ryhmä sisältää useampia kuin yhden haaran" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "DEFINE-ryhmän toisto ei ole sallittu" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "epäyhtenäisiä NEWLINE-valitsimia" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g:n jälkeen ei tule nimeä aaltosulkeissa tai nollasta poikeavaa numeroa " "valinnaisesti aaltosulkeissa" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "odottamaton toisto" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "koodin ylivuoto" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "käännöksen työalueen koko loppui kesken" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "aiemmin tarkistettua ja viitattua alimallia ei löydy" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Virhe täsmätessä säännöllistä lauseketta %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE-kirjasto on käännetty ilman UTF8-tukea" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE-kirjasto on käännetty ilman UTF8-ominaisuuksien tukea" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Virhe säännöllisessä lausekkeessa %s kohdassa %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Virhe optimoitaessa säännöllistä lauseketta %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "odotettiin heksadesimaalista numeroa tai merkkiä \"}\"" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "odotettiin heksadesimaalista numeroa" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "merkki '<' puuttuu symbolisesta viitteestä" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "päättämätön symbolinen viite" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "nollan mittainen symbolinen viite" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "odotettiin numeroa" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "virheellinen symbolinen viite" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "ylimääräinen päättävä '\\'" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "tuntematon escape-jono" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Virhe tulkittaessa korvaavaa tekstia \"%s\" kohdassa %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Lainattu teksti ei ala lainausmerkillä" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Pariton lainausmerkki komentorivillä tai muussa kuorisuojatussa tekstissä" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Teksti loppui aivan merkin \"\\\" jälkeen. (Teksti oli \"%s\")" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Teksti loppui ennen kuin löytyi merkkiä %c vastaava lainausmerkki. (Teksti " "oli \"%s\")" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Teksti oli tyhjä (tai sisälsi vain tyhjiä merkkejä)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Datan lukeminen lapsiprosessilta epäonnistui" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Putken luominen lapsiprosessin kanssa viestintää varten epäonnistui (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Lukeminen lapsiprosessin putkesta epäonnistui (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Lapsiprosessin käynnistys epäonnistui (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Virheellinen ohjelman nimi: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Virheellinen merkkijono argumenttivektorin kohdassa %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Virheellinen merkkijono ympäristössä: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Virhe työhakemisto: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Apuohjelman suoritus epäonnistui (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -935,143 +932,143 @@ msgstr "" "Odottamaton virhe funktiossa g_io_channel_win32_poll() luettaessa dataa " "lapsiprosessilta" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Datan lukeminen lapsiprosessilta epäonnistui (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Odottamaton virhe funktiossa select() lapsiprosessilta dataa luettaessa (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Odottamaton virhe funktiossa waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Haarauttaminen epäonnistui (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Lapsiprosessin \"%s\" käynnistäminen epäonnistui (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Lapsiprosessin tulosteen tai syötteen uudelleenohjaus epäonnistui (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Lapsiprosessin haarauttaminen epäonnistui (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Tuntematon virhe käynnistettäessä lapsiprosessia \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Lapsiprosessin pid-putkesta ei voitu lukea riittävästi dataa (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Merkki on sallitun UTF-8-välin ulkopuolella" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Virheellinen sarja muunnettavassa syötteessä" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Merkki on sallitun UTF-16-välin ulkopuolella" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Käyttö:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[VALITSIN...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Ohjevalitsimet:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Näytä ohjevalitsimet" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Näytä kaikki ohjevalitsimet" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Sovelluksen valitsimet:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Kokonaisluku \"%s\" kohteelle %s on ylittää sallitun alueen" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Double-arvo \"%s\" kohteelle %s ylittää sallitun alueen" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Virhe käsiteltäessä valitsinta %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Puuttuva argumentti kohteelle %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Tuntematon optio %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Kelvollista avaintiedostoa ei löytynyt haetuista kansioista" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Ei tavallinen tiedosto" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Tiedosto on tyhjä" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1079,51 +1076,51 @@ msgstr "" "Avaintiedosto sisältää rivin \"%s\", joka ei ole avain-arvopari, ryhmä tai " "kommentti" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Virheellinen ryhmän nimi: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Avaintiedosto ei ala ryhmällä" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Virheellinen avaimen nimi: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Avaintiedosto sisältää epäkelvon koodauksen \"%s\"" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Avaintiedostossa ei ole ryhmää \"%s\"" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Avaintiedostossa ei ole avainta \"%s\"" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Avaintiedosto sisältää avaimen \"%s\" arvolla \"%s\", joka ei ole UTF-8 " "merkkijono" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1132,128 +1129,124 @@ msgstr "" "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita, " "ryhmässä \"%s\"." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "AVaintiedostossa ei ole avainta \"%s\" ryhmässä \"%s\"" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Avaintiedosto sisältää escape-jonon rivin lopussa" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Avaintiedostossa on virheellinen escape-jono \"%s\"" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Arvoa \"%s\" ei voida tulkita numeroksi." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Kokonaisluku \"%s\" on sallitun alueen ulkopuolella" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Arvoa \"%s\" ei voida tulkita liukuluvuksi." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Arvoa \"%s\" ei voida turkita totuusarvoksi." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "Liian suuri laskuriarvo välitetty kohteelle %s" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Virta on jo suljettu" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Toiminto oli peruttu" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Tuntematon tyyppi" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s-tiedostotyyppi" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s-tyyppi" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Odottamaton aikainen virran loppu" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nimeämätön" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Työpöytätiedosto ei määrittele Exec-kenttää" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Sovelluksen vaatimaa päätettä ei löydy" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, 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:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Oma määrittely kohteelle %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "asema ei toteuta aseman avausta" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "asema ei toteut median tarkkailua" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Toiminto ei ole tuettu" @@ -1266,93 +1259,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Ylläolevaa liitospistettä ei löydy" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Kansion päälle ei voi kopioida" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Kansiota ei voi kopioida kansion päälle" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Kohdetiedosto on olemassa" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Kansiota ei voi kopioida rekursiivisesti" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Saatiin virheellinen symbolisen linkin arvo" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Roskakori ei ole tuettu" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Tiedostonimi ei voi sisältää merkkiä \"%c\"" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "taltio ei toteuta liittämistä" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Tiedoston käsittelyyn ei ole rekisteröity mitään sovellusta" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Numeraattori on suljettu" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Tiedoston numeraattorilla on odottavia toimintoja" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Numeraattori on jo suljettu" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Virta ei tue komentoa query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Virta ei tue siirtymistä" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Syötevirtaa ei voi kutistaa" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Virta ei tue kutistamista" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Syötevirta ei toteuta lukua" @@ -1363,300 +1356,305 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Virrassa on toiminto odottamassa" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Paikallista kansiontarkkailun oletustyyppiä ei voi selvittää" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Virheellinen tiedostonimi %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Virhe haettaessa tietoja tiedostojärjestelmästä: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Juurikansiota ei voi nimetä uudestaan" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Tiedostoa ei voi nimetä uudestaan, tiedosto on jo olemassa" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934 -#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Virheellinen tiedostonimi" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Virhe nimettäessä tiedostoa uudestaan: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Virhe avattaessa tiedostoa: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Kansiota ei voi avata" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Virhe poistettaessa tiedostoa: %s" -#: ../gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Virhe siirrettäessä tiedostoa roskakoriin: %s" -#: ../gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Roskakorikansiota %s ei voi luoda: %s" -#: ../gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Päätasoa roskakoria varten ei löydy" -#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Roskakori kansiota ei löydy tai sitä ei voi luoda" -#: ../gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Roskakorin informaatiotiedostoa ei voi luoda: %s" -#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Tiedosto ei voi siirtää roskakoriin: %s" -#: ../gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Virhe hakemiston \"%s\" avaamisessa: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Virhe luotaessa symbolista linkkiä: %s" -#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Virhe siirrettäessä tiedostoa: %s" -#: ../gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Kansiota ei voi siirtää kansion päälle" -#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Varmuuskopiotiedoston luonti epäonnistui" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Virhe poistettaessa kohdetiedostoa: %s" -#: ../gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Siirto liitospisteiden välillä ei ole tuettu" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Ominaisuuden arvo ei voi olla NULL" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Virheellinen ominaisuustyyppi (piti olla merkkijono)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Virheellinen laajennetun ominaisuuden nimi" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Virhe asetettaessa laajennettua ominaisuutta \"%s\": %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Virhe tarkkailtaessa tiedostoa \"%s\": %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (virheellinen merkistökoodaus)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Virhe tarkkailtaessa tiedostokuvaajaa: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla tavujono)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Virhe asetettaessa oikeuksia: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Virhe asetettaessa omistajaa: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symbolinen linkki ei voi olla NULL" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Virhe asetettaessa symbolista linkkiä: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" "Virhe asetettaessa symbolista linkkiä: tiedosto ei ole symbolinen linkki" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Ominaisuuden %s asetus ei ole tuettu" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Virhe luettaessa tiedostosta: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Virhe siirryttäessä tiedostossa: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Virhe suljettaessa tiedostoa: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Paikallisen tiedostomonitorinnin oletustapaa ei voitu selvittää" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Virhe kirjoitettaessa tiedostoon: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Virhe poistettaessa vanhaa varmuuskopiolinkkiä: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Virhe luotaessa varmuuskopiota: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Virhe nimettäessä uudestaan väliaikaistiedostoa: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Virhe katkaistaessa tiedostoa: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Virhe avattaessa tiedostoa \"%s\": %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Kohdetiedosto on kansio" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Kohdetiedosto ei ole tavallinen tiedosto" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "Tiedostoa muokattiin muualta" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Saatiin virheellinen GSeekType" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Virheellinen siirtymispyyntö" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream-kohdetta ei voi kutistaa" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Tietotaulukon suurin koko tuli vastaan" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Muistin tulostevirran koko ei ole muutettavissa" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Muistin tulostevirran koon muutos epäonnistui" @@ -1664,121 +1662,121 @@ msgstr "Muistin tulostevirran koon muutos epäonnistui" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "mount ei toteuta aseman avaamista" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "mount ei toteuta uudestaanliittämistä" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Tulostevirta ei toteuta kirjoitusta" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Lähdevirta on jo suljettu" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "nimi" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Kuvakkeen nimi" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "nimet" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Kuvakkeiden nimiä sisältävä jono" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "käytä oletusvarmistuksia" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." msgstr "" -"Käytetäänkö oletusvarmistuksia, jotka on löydetty lyhentämällä nimeä " -"\"-\"-merkkien kohdilta. Jättää huomiotta ensimmäisen jälkeiset nimet, " -"jos useita on annettu." +"Käytetäänkö oletusvarmistuksia, jotka on löydetty lyhentämällä nimeä \"-\"-" +"merkkien kohdilta. Jättää huomiotta ensimmäisen jälkeiset nimet, jos useita " +"on annettu." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Virhe luettaessa UNIX:ilta: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Virhe suljettaessa UNIX:ia: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Tiedostojärjestelmän juuri" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Virhe käsiteltäessä UNIX:iin: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "taltio ei toteuta aseman avausta" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Ohjelmaa ei löydy" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Virhe käynnistettäessä ohjelmaa: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI:ja ei tueta" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "assosiaation muutokset eivät ole tuettu win32-alustalla" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Assosiaation luonti ei ole tuettu win32-alustalla" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "älä piilota kohtia" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "käytä pitkää listausmuotoa" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[TIEDOSTO...]" diff --git a/po/fr.po b/po/fr.po index 600e084..becb7f7 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-02-12 20:55+0100\n" "Last-Translator: Claude Paroz \n" "Language-Team: GNOME French Team \n" @@ -22,76 +22,76 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Attribut « %s » inattendu pour l'élément « %s »" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "L'attribut « %s » de l'élément « %s » est introuvable" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Balise « %s » inattendue. La balise « %s » était attendue" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Balise « %s » inattendue à l'intérieur de « %s »" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Impossible de trouver un fichier de signets valide dans les répertoires de " "données" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Un signet pour l'URI « %s » existe déjà" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Aucun signet trouvé pour l'URI « %s »" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Aucun type MIME défini dans le signet pour l'URI « %s »" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Aucun indicateur privé n'est défini dans le signet pour l'URI « %s »" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Aucun groupe n'est défini dans le signet pour l'URI « %s »" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Aucune application nommée « %s » n'a enregistré un signet pour « %s »" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format 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é" @@ -169,7 +169,7 @@ msgstr "Le chemin « %s » n'est pas un chemin absolu" msgid "Invalid hostname" msgstr "Nom d'hôte non valide" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Erreur à l'ouverture du répertoire « %s » : %s" @@ -318,24 +318,24 @@ msgstr "L'ouverture du fichier « %s » a échoué : open() a échoué : %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Le mappage du fichier « %s » a échoué : mmap() a échoué : %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Erreur à la ligne %d, caractère %d : " -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Erreur à la ligne %d : %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Entité vide « &; » vue : les entités valides sont : & " < > " "'" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -346,17 +346,17 @@ msgstr "" "caractère & commence une entité ; si l'esperluette n'est pas supposée être " "une entité, échappez-le comme &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Le caractère « %s » n'est pas valide à l'intérieur d'un nom d'entité" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Le nom d'entité « %s » n'est pas connu" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -365,7 +365,7 @@ msgstr "" "utilisé une esperluette sans l'avoir marquée comme entité - échappez " "l'esperluette comme &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -375,16 +375,16 @@ msgstr "" "référence de caractère (ê par exemple) - peut-être que le nombre est " "trop grand" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "La référence de caractère « %-.*s » ne code pas un caractère autorisé" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Référence de caractère vide ; devrait inclure un nombre comme dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -394,32 +394,32 @@ msgstr "" "avez vraisemblablement utilisé une esperluette sans intention de commencer " "une entité - échappez l'esperluette comme &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Référence d'entité non terminée" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Référence de caractère non terminée" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Texte codé en UTF-8 non valide - séquence trop longue" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Texte codé en UTF-8 non valide - n'est pas un caractère de début" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Texte codé en UTF-8 non valide - « %s » est non valide" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Le document doit commencer avec un élément (par ex. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -428,7 +428,7 @@ msgstr "" "« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne semble " "pas commencer un nom d'élément" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -437,7 +437,7 @@ msgstr "" "Caractère bizarre « %s », un caractère « > » est requis pour terminer la " "balise de début de l'élément « %s »" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -445,7 +445,7 @@ msgstr "" "Caractère bizarre « %s », un caractère « = » est requis après le nom de " "l'attribut « %s » de l'élément « %s »" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -456,7 +456,7 @@ msgstr "" "la balise de début de l'élément « %s », ou optionnellement un attribut ; peut-" "être que vous utilisez un caractère non valide dans un nom d'attribut" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -465,7 +465,7 @@ msgstr "" "Caractère bizarre « %s », un guillemet d'ouverture après le signe égal est " "requis quand on donne une valeur pour l'attribut « %s » de l'élément « %s »" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ' »" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "L'élément « %s » a été fermé, aucun élément est actuellement ouvert" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "L'élément « %s » a été fermé, mais l'élément actuellement ouvert est « %s »" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Le document était vide ou ne contenait que des espaces" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Le document s'est terminé de manière inattendue juste après un crochet " "ouvrant « < »" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -513,7 +513,7 @@ msgstr "" "Le document s'est terminé de manière inattendue avec des éléments encore " "ouverts - « %s » était le dernier élément ouvert" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -522,25 +522,25 @@ msgstr "" "Le document s'est terminé de manière inattendue, un crochet fermant pour la " "balise <%s/> est requis" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" "Le document s'est terminé de manière inattendue à l'intérieur d'un nom " "d'élément" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" "Le document s'est terminé de manière inattendue à l'intérieur d'un nom " "d'attribut" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Le document s'est terminé de manière inattendue à l'intérieur d'une balise " "d'ouverture d'élément." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -548,20 +548,20 @@ msgstr "" "Le document s'est terminé de manière inattendue après le signe égal suivant " "un nom d'attribut ; aucune valeur d'attribut" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" "Le document s'est terminé de manière inattendue alors qu'il était à " "l'intérieur d'une valeur d'attribut" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Le document s'est terminé de manière inattendue à l'intérieur de la balise " "de fermeture pour l'élément « %s »" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Le document s'est terminé de manière inattendue à l'intérieur d'un " @@ -589,7 +589,7 @@ msgstr "" "le motif contient des éléments non pris en charge par la correspondance " "partielle" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "erreur interne" @@ -1222,7 +1222,7 @@ msgstr "La valeur de comptage fournie à %s est trop grande" msgid "Stream is already closed" msgstr "Le flux est déjà fermé" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "L'opération a été annulée" @@ -1236,7 +1236,7 @@ msgstr "Type inconnu" msgid "%s filetype" msgstr "Type de fichier %s" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "Type %s" @@ -1279,7 +1279,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "Impossible de créer le fichier bureau %s pour l'utilisateur" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Définition personnalisée pour %s" @@ -1292,10 +1292,10 @@ msgstr "le lecteur n'implémente pas l'éjection (« eject »)" msgid "drive doesn't implement polling for media" msgstr "le lecteur n'implémente pas la scrutation du média (« polling »)" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Opération non prise en charge" @@ -1308,52 +1308,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Le point de montage conteneur n'existe pas" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Impossible de copier par dessus un répertoire" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Impossible de copier un répertoire par dessus un autre" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Le fichier cible existe" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Impossible de copier récursivement un répertoire" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Valeur de lien symbolique donnée non valide" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "La corbeille n'est pas prise en charge" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Les noms de fichiers ne peuvent contenir « %c »" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "le volume n'implémente pas « mount »" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Aucune application n'est enregistrée pour gérer ce fichier" @@ -1364,12 +1364,12 @@ msgid "Enumerator is closed" msgstr "L'énumérateur est fermé" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "L'énumérateur du fichier a une opération en cours" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "L'énumérateur du fichier est déjà fermé" @@ -1426,184 +1426,189 @@ msgstr "Nom de fichier non valide : %s" msgid "Error getting filesystem info: %s" msgstr "Impossible d'obtenir les informations du système de fichiers : %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Impossible de renommer le répertoire racine" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Impossible de renommer le fichier car ce nom est déjà utilisé" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Nom de fichier non valide" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Erreur au renommage du fichier : %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Erreur à l'ouverture du fichier : %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Impossible d'ouvrir le répertoire" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Erreur à la suppression du fichier : %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Erreur à la mise à la corbeille du fichier : %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, 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:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Impossible de trouver le répertoire racine pour la corbeille" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Impossible de trouver ou créer le répertoire de la corbeille" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, 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:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Impossible de mettre à la corbeille le fichier : %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Erreur à l'ouverture du répertoire « %s » : %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Erreur lors de la création du lien symbolique : %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Erreur lors du déplacement du fichier : %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Impossible de déplacer un répertoire par dessus un autre" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "La création du fichier de sauvegarde a échoué" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Erreur lors de la suppression du fichier cible : %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Le déplacement entre des points de montage n'est pas pris en charge" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "La valeur d'attribut ne doit pas être « NULL »" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Type d'attribut non valide (une chaîne est attendue)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Nom d'attribut étendu non valide" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Erreur lors de la définition de l'attribut étendu « %s » : %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Erreur de l'interrogation du fichier « %s » : %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (codage non valide)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erreur de l'interrogation du descripteur de fichier : %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Type d'attribut non valide (uint32 attendu)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Type d'attribut non valide (uint64 attendu)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Type d'attribut non valide (chaîne octet attendu)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Erreur lors de la définition des permissions : %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Erreur lors de la définition du propriétaire : %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "un lien symbolique ne doit pas être « NULL »" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Erreur lors de la définition du lien symbolique : %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format 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:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "La définition de l'attribut %s n'est pas prise en charge" @@ -1676,12 +1681,12 @@ msgstr "Le fichier cible n'est pas un fichier standard" msgid "The file was externally modified" msgstr "Le fichier a été modifié extérieurement" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Le type GSeekType fourni n'est pas valide" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Requête « seek » non valide" @@ -1691,17 +1696,17 @@ msgstr "Requête « seek » non valide" msgid "Cannot truncate GMemoryInputStream" msgstr "Impossible de tronquer GMemoryInputStream" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "La limite maximale du tableau de données est atteinte" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Le flux de sortie mémoire n'est pas redimensionnable" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Le redimensionnement du flux de sortie mémoire a échoué" @@ -1778,7 +1783,7 @@ msgstr "Erreur lors de la lecture depuis unix : %s" msgid "Error closing unix: %s" msgstr "Erreur lors de la fermeture d'unix : %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Racine du système de fichiers" diff --git a/po/ga.po b/po/ga.po index c5f40fe..1cf8a05 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2007-12-20 21:28-0700\n" "Last-Translator: Seán de Búrca \n" "Language-Team: Irish \n" @@ -17,74 +17,74 @@ msgstr "" "Plural-Forms: nplurals=5; plural=n==1 ? 0 : (n%10==1 || n%10==2) ? 1 : (n%" "10>=3 && n%10<= 6) ? 2 : ((n%10>=7 && n%10<=9) || n==10) ? 3 : 4;\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Theip ar leathnú líne reatha '%s' le URI '%s'" @@ -158,7 +158,7 @@ msgstr "" msgid "Invalid hostname" msgstr "Óstainm neamhbhailí" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Earráid agus comhadlann '%s' á oscailt: %s" @@ -303,22 +303,22 @@ msgstr "Theip ar oscailt comhad '%s': theip open(): %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Theip ar mapáil comhad '%s': theip mmap(): %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Earraidh ar líne %d carachtar %d:" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Earráid ar líne %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -326,91 +326,91 @@ msgid "" "it as &" msgstr "" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" msgstr "" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, 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 "" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" msgstr "" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - seicheamh rófhada" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - ní carachtar tosaithe" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - is neamhbhailí '%s'" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -418,87 +418,87 @@ msgid "" "character in an attribute name" msgstr "" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, 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 "" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" @@ -522,7 +522,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "earráid inmheánach" @@ -1118,7 +1118,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1132,7 +1132,7 @@ msgstr "Cineál anaithnid" msgid "%s filetype" msgstr "cineál comhaid %s" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "cineál %s" @@ -1171,7 +1171,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1184,10 +1184,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "" @@ -1200,52 +1200,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1256,12 +1256,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1317,181 +1317,186 @@ msgstr "Ainm comhaid %s neamhbhailí" msgid "Error getting filesystem info: %s" msgstr "Earráid agus eolas chóras comhad á fháil: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Ainm comhaid neamhbhailí" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Earráid agus comhad á athainmniú: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Earráid agus comhad á oscailt: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Earráid agus comhad á bhaint: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Earráid agus comhad á chur sa bhruscar: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ní féidir comhadlann bhruscair %s a chruthú: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Ní féidir comhad curtha sa bhruscar a chruthú: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Ní féidir comhad a chur sa bhruscar: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Earráid agus comhadlann '%s' á oscailt: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Earráid agus nasc siombalach á dhéanamh: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Earráid agus comhad á bhogadh: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Earráid agus comhadlann '%s' á oscailt: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (ionchódú neamhbhailí)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Earráid le linn cumarsáide: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Earráid le linn cumarsáide: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Earráid agus nasc siombalach á shocrú: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1564,12 +1569,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Ainm comhaid %s neamhbhailí" @@ -1579,17 +1584,17 @@ msgstr "Ainm comhaid %s neamhbhailí" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1666,7 +1671,7 @@ msgstr "Earráid agus unix á léamh: %s" msgid "Error closing unix: %s" msgstr "Earráid agus unix á dhúnadh: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Fréamh an chóras comhad" diff --git a/po/gl.po b/po/gl.po index 26eff33..a6fe8d4 100644 --- a/po/gl.po +++ b/po/gl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-12 10:54+0100\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-12 10:56+0100\n" "Last-Translator: Ignacio Casal Quinteiro \n" "Language-Team: Galego \n" @@ -21,313 +21,312 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Atributo '%s'inesperado para o elemento '%s'" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Non se localizou o atributo '%s' do elemento '%s'" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Etiqueta '%s' inesperada, esperábase a etiqueta '%s'" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Etiqueta '%s' inesperada dentro de '%s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format 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:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Xa existe un marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Non se encontrou ningún marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, 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:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Non se definiu ningún flag privado no marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, 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:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Ningunha aplicación denominada '%s' rexistrou un marcador para '%s'" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Fallo ao expandir a liña executable '%s' co URI '%s'" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Non se soporta a conversión do conxunto de caracteres '%s' a '%s'" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Non se puido abrir o conversor de '%s' a '%s'" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "A secuencia de bytes non é válida na entrada da conversión" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversión: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Hai unha secuencia de carácter parcial ao final da entrada" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, 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:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "O URI '%s' non é válido" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, 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:1789 +#: glib/gconvert.c:1789 #, 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:1884 +#: glib/gconvert.c:1884 #, 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:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "O nome do host non é válido" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Erro ao abrir o directorio '%s': %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Fallo ao ler desde o ficheiro '%s': %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Fallo ao abrir o ficheiro '%s': %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Fallo ao obter os atributos do ficheiro '%s': fstat() fallou: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Fallo ao abrir o ficheiro '%s': fdopen() fallou: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Fallo ao crear o ficheiro '%s': %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Fallo ao escribir o ficheiro '%s': fwrite() fallou: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Fallo ao pechar o ficheiro '%s': fclose() fallou: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, 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:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "O modelo '%s' non contén XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, 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:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Ligazóns simbólicas non soportadas" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, 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:1507 +#: glib/giochannel.c:1507 #, c-format 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:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr " Datos restantes non convertidos no búfer de lectura" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "O canal remata nun carácter parcial" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format 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:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Fallo ao abrir o ficheiro '%s': open() fallou: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Fallo ao mapear o ficheiro '%s': mmap() fallou: %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Erro na liña %d carácter %d:" -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Erro na liña %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Detectada unha entidade baleira '&;'; as entidades válidas son: & " " "< > '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -338,17 +337,17 @@ msgstr "" "comeza unha entidade; se non se quere que sexa unha entidade escriba o & " "como &" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "O carácter '%s' non é válido dentro do nome dunha entidade" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Non se coñece o nome de entidade '%s'" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -356,7 +355,7 @@ msgstr "" "A entidade non remata cun punto e coma, probablemente usou o carácter & sen " "a intención de comezar unha entidade, escriba o & como &" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -365,16 +364,16 @@ 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:618 +#: glib/gmarkup.c:618 #, 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:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Referencia de carácter baleira; debería incluír un díxito como dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -384,32 +383,32 @@ msgstr "" "utilizou un carácter & sen intención de comezar unha entidade - escape o & " "como &" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Referencia de entidade sen terminar" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Referencia de carácter sen terminar" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Texto codificado en UTF-8 non válido - secuencia demasiado longa" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Texto codificado en UTF-8 non válido - sen carácter de comezo" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Texto codificado en UTF-8 non válido - '%s' non válido" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "O documento debe comezar cun elemento (por exemplo )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -418,7 +417,7 @@ msgstr "" "'%s' non é un carácter válido despois dun carácter '<'; non pode iniciar un " "nome de elemento" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -427,7 +426,7 @@ msgstr "" "Carácter estraño '%s', esperábase un carácter '>' para pechar a etiqueta de " "comezo do elemento '%s'" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -435,7 +434,7 @@ msgstr "" "Carácter estraño '%s', esperábase un '=' despois do nome do atributo '%s' do " "elemento '%s'" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -446,7 +445,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:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -455,7 +454,7 @@ msgstr "" "Carácter estraño '%s', esperábase un carácter '\"' despois do signo igual " "para dar un valor ao atributo '%s' do elemento '%s'" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, 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:1603 +#: glib/gmarkup.c:1603 #, 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:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "O documento estaba baleiro ou só contiña espazos en branco" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "O documento terminou inesperadamente despois dun símbolo menor que '<'" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -500,7 +499,7 @@ msgstr "" "O documento terminou inesperadamente con elementos aínda abertos - '%s' foi " "o último elemento aberto" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -509,21 +508,21 @@ msgstr "" "O documento terminou inesperadamente, esperábase ver un símbolo maior que " "'>' que pechase a etiqueta <%s/>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "O documento terminou inesperadamente dentro dun nome de elemento" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "O documento terminou inesperadamente dentro dun nome de atributo" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "O documento terminou inesperadamente dentro dunha etiqueta de comezo de " "elemento" -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -531,405 +530,403 @@ msgstr "" "O documento terminou inesperadamente despois do signo igual que segue a un " "nome de atributo; non hai valor de atributo" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "O documento terminou inesperadamente dentro dun valor de atributo" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, 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:1845 +#: glib/gmarkup.c:1845 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 soportados na coincidencia parcial" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1956 +#: glib/gregex.c:154 gio/glocalfile.c:1971 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 soportan 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 nova liña" -#: ../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 (\\l, \\L, \\u, \\U)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "números fora de rango 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 "rango fora 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 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 "Só se soportan as clases de nomes POSIX 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 ) 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 comprobació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 malformado 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 comprobació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 elemetos POSIX recopilados non están soportados" -#: ../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 inválida (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "non se permie \\C en comprobacións lookbehind" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "unha chamada recursiva poderá crear un bucle infinito" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "falta o terminador 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 malformada" -#: ../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 co 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 de chave 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 anteriormente comprobado" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Erro ao establecer a equivalencia da expresión regular %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "A biblioteca PCRE está compilada sen soporte UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "A biblioteca PCRE está compilada sen soporte de propiedades UTF8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Erro ao compilar a expresión regular %s no carácter %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Erro ao optimizar a expresión regular %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "esperábase un díxito hexadecimal ou '}'" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "esperábase un díxito hexadecimal" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "falta '<' na referencia simbólica" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "referencia simbólica sen finalizar" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "referencia simbólica de lonxitude cero" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "esperábase un díxito" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "referencia simbólica ilegal" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "'\\' final perdido" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "secuencia de escape descoñecida" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, 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 #, c-format 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 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Comiñas non pechadas na liña de comandos ou noutro texto citado nun " "intérprete de comando" -#: ../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 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "O texto estaba baleiro (ou só contiña espazos en branco)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Fallo ao ler datos desde un proceso fillo" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Fallo ao ler desde a canalización filla (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Fallo ao cambiar ao directorio '%s' (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Fallo ao executar o proceso fillo (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Nome de programa non válido: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, 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:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, 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:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Directorio de traballo non válido: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Fallo ao executar o programa asistente (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -938,144 +935,144 @@ msgstr "" "Erro inesperado en g_io_channel_win32_poll() ao ler datos desde un proceso " "fillo" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Fallo ao ler datos desde un proceso fillo (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Erro inesperado en select() lendo os datos do proceso fillo (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Erro inesperado en waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Fallo ao facer fork (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Fallo ao executar o proceso fillo \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, 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:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Fallo ao facer fork ao proceso fillo (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Erro descoñecido ao executar o proceso fillo \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, 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:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Carácter fóra do intervalo para UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Secuencia non válida na entrada da conversión" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Carácter fóra de intervalo para UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Uso:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPCIÓN...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Opcións de axuda:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Mostrar as opcións de axuda" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Mostrar todas as opcións de axuda" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Opcións da aplicación:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Non se pode analizar o valor enteiro '%s' para %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "O valor enteiro '%s' para %s está fóra do intervalo" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Non se pode analizar o valor \"double\" '%s' para %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, 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:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Erro ao analizar a opción %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Argumento que falta para %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Opción %s descoñecida" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format 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:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Non é un ficheiro normal" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "O ficheiro está baleiro" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1083,51 +1080,51 @@ msgstr "" "O ficheiro chave contén a liña '%s' que non é un par valor-chave, grupo ou " "comentario" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Nome de grupo non válido: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "O ficheiro chave non comeza cun grupo" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Nome de chave non válido: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "O ficheiro chave contén unha codificación non soportada '%s'" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "O ficheiro chave non ten un grupo '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "O ficheiro chave non ten a chave '%s'" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, 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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, 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:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1136,128 +1133,124 @@ msgstr "" "O ficheiro chave contén a chave '%s' no grupo '%s' que ten un valor que non " "pode ser interpretado." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, 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:3471 +#: glib/gkeyfile.c:3471 #, c-format 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:3493 +#: glib/gkeyfile.c:3493 #, 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:3635 +#: glib/gkeyfile.c:3635 #, 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:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "O valor enteiro '%s' está fóra do intervalo" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, 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:3706 +#: glib/gkeyfile.c:3706 #, 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:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "O valor de contaxe pasado a %s é demasiado longo" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "O fluxo xa se pechou" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1949 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "A operación foi cancelada" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Tipo descoñecido" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "tipo de ficheiro %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "tipo %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Final de fluxo inesperadamente prematuro" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sen nome" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "O ficheiro de escritorio non especificou o campo Exec" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Imposible encontrar a terminal requerida pola aplicación" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Non se pode crear o cartafol de configuración da aplicación %s: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, 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:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Definición personalizada para %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "a unidade non implementa a expulsión" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "a unidade non implementa o sondeo para medios" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operación non soportada" @@ -1270,93 +1263,93 @@ msgstr "Operación non soportada" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "O punto de montaxe contido non existe" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Non se pode copiar sobre o directorio" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Non se pode copiar directorio sobre directorio" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2103 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "O ficheiro destino existe" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Non se pode copiar o directorio recursivamente" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "O valor da ligazón dada non é válido" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Non se soporta o lixo" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Os nomes de ficheiro non poden conter '%c'" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "o volume non implementa montado" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Non hai ningunha aplicación rexistrada para manexar este ficheiro" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "O enumerador está pechado" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "O enumerador do ficheiro ten unha operación excepcional" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "O enumerador do ficheiro xa está pechado" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "O fluxo non soporta query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Non se permite buscar no fluxo" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Non se permite truncar no fluxo de entrada" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Non se soporta truncar no fluxo" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "O fluxo de entrada non implementa a lectura" @@ -1367,303 +1360,308 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "O fluxo ten unha operación excepcional" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format 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:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Nome de ficheiro inválido %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter a información do sistema de ficheiros: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Non se pode renomear o directorio raíz" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Non se pode renomear o ficheiro, o ficheiro xa existe" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1978 ../gio/glocalfile.c:2007 -#: ../gio/glocalfile.c:2156 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Nome de ficheiro inválido" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear o ficheiro: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir o ficheiro: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Non se pode abrir o directorio" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1982 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Non se pode eliminar o ficheiro: %s" -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Non se pode mover ao lixo o ficheiro: %s" -#: ../gio/glocalfile.c:1700 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Non se pode crear o directorio do lixo %s: %s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Non se pode encontrar o directorio superior para o lixo" -#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Non se pode encontrar ou crear o directorio do lixo" -#: ../gio/glocalfile.c:1854 +#: gio/glocalfile.c:1863 #, 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:1879 ../gio/glocalfile.c:1948 ../gio/glocalfile.c:1955 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Non se pode mover ao lixo o ficheiro: %s" -#: ../gio/glocalfile.c:2011 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Erro ao abrir o directorio '%s': %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao crear a ligazón: %s" -#: ../gio/glocalfile.c:2071 ../gio/glocalfile.c:2160 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover o ficheiro: %s" -#: ../gio/glocalfile.c:2094 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Non se pode mover o directorio sobre un directorio" -#: ../gio/glocalfile.c:2116 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Fallou a creación do ficheiro de seguranza" -#: ../gio/glocalfile.c:2135 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao eliminar o ficheiro obxectivo: %s" -#: ../gio/glocalfile.c:2149 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Non se soporta mover ficheiros entre puntos de montaxe" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "O valor do atributo debe ser non nulo1" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo inválido (esperábase unha cadea)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Nome extendido do atributo inválido" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Erro ao establecer o atributo extendido '%s': %s" -#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Erro ao iniciar o ficheiro '%s': %s" -#: ../gio/glocalfileinfo.c:1458 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (codificación inválida)" -#: ../gio/glocalfileinfo.c:1618 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao iniciar o descritor de ficheiro: %s" -#: ../gio/glocalfileinfo.c:1663 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperábase uint32)" -#: ../gio/glocalfileinfo.c:1680 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperábase uint64)" -#: ../gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (esperábase cadea de bytes)" -#: ../gio/glocalfileinfo.c:1724 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao establecer os permisos: %s" -#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao establecer o propietario: %s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "a ligazón non debe ser nula" -#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827 -#: ../gio/glocalfileinfo.c:1838 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao establecer a ligazón: %s" -#: ../gio/glocalfileinfo.c:1817 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "Erro ao establecer a ligazón: o ficheiro non é unha ligazón" -#: ../gio/glocalfileinfo.c:1998 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Establecer o atributo %s non está soportado" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Erro ao ler do ficheiro: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Erro ao buscar no ficheiro: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Erro ao pechar o ficheiro: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "" "Non se pode encontrar o tipo de monitorización do ficheiro local " "predeterminado" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Erro ao escribir no ficheiro: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, 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:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Erro ao crear a copia de seguranza: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Erro ao renomear o ficheiro temporal: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Erro ao truncar o ficheiro: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Erro ao abrir o ficheiro '%s': %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "O ficheiro destino é un directorio" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "O ficheiro destino non é un ficheiro regular" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "O ficheiro foi modificado externamente" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Proporcionouse un GSeekType inválido" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Petición de busca inválida" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Non se pode truncar GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Alcanzouse o límite máximo do array de datos" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "O fluxo de saída da memoria non é redimensionable" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Fallou ao redimensionarse o fluxo de saída da memoria" @@ -1671,55 +1669,55 @@ msgstr "Fallou ao redimensionarse o fluxo de saída da memoria" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 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 remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "a montaxe non implementa o remontado" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "O fluxo de saída non implementa a escritura" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "O fluxo de orixe xa está pechado" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "nome" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "O nome da icona" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "nomes" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Unha matriz contendo nomes de iconas" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "usar valores predeterminados de reserva" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1728,64 +1726,64 @@ msgstr "" "nos caracteres '-'. Se se proporcionan varios nomes ignoraranse despois do " "primeiro." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Erro ao ler de unix: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Erro ao pechar unix: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Sistema de ficheiros raíz" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Erro ao escribir a unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "o volume non implementa a expulsión" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Non se pode encontrar a aplicación" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Erro ao lanzar a aplicación: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "Non se soportan URIs" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "os cambios de asociación non están soportados en win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "A creación de asociación non está soportada en win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "non ocultar entradas" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "usar un formato de listaxe longo" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FICHEIRO...]" diff --git a/po/gu.po b/po/gu.po index e4aa680..c5fea54 100644 --- a/po/gu.po +++ b/po/gu.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-03 14:10+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -27,74 +27,74 @@ msgstr "" "\n" "\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "ઘટક '%s' માટે અનિચ્છનીય લક્ષણ '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "ઘટક '%s' નું લક્ષણ '%s' મળ્યું નહિં" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "અનિચ્છનીય ટેગ '%s', ટેગ '%s' ઈચ્છિત" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "અનિચ્છનીય ટેગ '%s' એ '%s' માં" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "માહિતી ડિરેક્ટરીઓ માટે કોઈ માન્ય બુકમાર્ક ફાઈલ મળી નહિં" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI '%s' માટેની બુકમાર્ક પહેલાથી જ હાજર છે" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s' માટે કોઈ બુકમાર્ક મળી નહિં" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s' માટે બુકમાર્કમાં કોઈ MIME પ્રકાર વ્યાખ્યાયિત નથી" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s' માટે બુકમાર્કમાં કોઈ ખાનગી ફ્લેગ વ્યાખ્યાયિત થયેલ નથી" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s' માટે બુકમાર્કમાં કોઈ જૂથો સુયોજિત નથી" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' નામવાળા કોઈ કાર્યક્રમે '%s' માટે બુકમાર્ક રજીસ્ટર કરી નથી" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec લીટી '%s' ને URI '%s' સાથે વિસ્તારવામાં નિષ્ફળ" @@ -168,7 +168,7 @@ msgstr "'%s' પથ નામ એ ચોક્કસ પથ નથી" msgid "Invalid hostname" msgstr "અયોગ્ય યજમાન નામ" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "'%s' ડિરેક્ટરી ખોલતા ભૂલ: %s" @@ -311,22 +311,22 @@ msgstr "ફાઈલ '%s' ખોલવામાં નિષ્ફળ: open() msgid "Failed to map file '%s': mmap() failed: %s" msgstr "ફાઈલ '%s' નો નકશો કરવામાં નિષ્ફળ: mmap() નિષ્ફળ: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "%d લીટી પર %d અક્ષરમાં ભૂલ: " -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d લીટી પર ભૂલ: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "'&;' વસ્તુ ખાલી દેખાય છે: યોગ્ય વસ્તુઓ છે:& " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -336,17 +336,17 @@ msgstr "" "વસ્તુ નામ શરુ થાય ત્યાં %s' અક્ષર યોગ્ય નથી: & અક્ષર વસ્તુની શરુઆત કરે છે; જો તે એમપરસંડ " "વસ્તુ ને આધાર ન આપે તો તે & તરીકે દર્શાવો" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr " વસ્તુ નામની અંદર '%s' અક્ષર યોગ્ય નથી" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "'%s' વસ્તુ નામ જાણીતુ નથી" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -354,7 +354,7 @@ msgstr "" "વસ્તુ નો સેમીકોલન સાથે અંત થતો નથી; ઘણી વખતે એમપરસંડ(&) અક્ષર ચિન્હ વગર તમે વસ્તુ વાપરી " "શકો છો- એમપરસંડ & તરીકે લો" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -363,16 +363,16 @@ msgstr "" "'%-.*s' નું પદચ્છેદન કરવામાં નિષ્ફળ, કે જે અક્ષર સંદર્ભમાં અંક હોવો જોઈએ (ê ઉદાહરણ " "તરીકે) - કદાચ અંક ખૂબ લાંબો હોય" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "અક્ષર સંદર્ભ '%-.*s' પરવાનગી આપેલ અક્ષરને એનકોડ કરતો નથી" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "ખાલી અક્ષર સંદર્ભ; સંખ્યા જેવી કે dž ને સમાવતી હોવી જોઇએ " -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -381,52 +381,52 @@ msgstr "" "અક્ષર સંદર્ભ અર્ધવિરામ થી અંત થતો નથી; તમે વસ્તુ શરુ કરવા એમપરસંડ અક્ષર ને વાપરો એમપરસંડ " "ને & તરીકે લો" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "અપુર્ણ વસ્તુ સંદર્ભ " -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "અપુર્ણ અક્ષર સંદર્ભ " -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - overlong ક્રમ" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "અયોગ્ય UTF-8 સંગ્રપદ્ધતિવાળું લખાણ - સ્ટાર અક્ષર નથી" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - માન્ય '%s' નથી" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "દસ્તાવેજ કોઈ વસ્તુ સાથે શરુ થાય તે જરુરી છે(ઉદાહરણ )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "'%s' એ '<' અક્ષર પછી આવતો યોગ્ય અક્ષર નથી; તે કોઈ વસ્તુના નામથી શરુ થતુ નથી" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "અસંગત અક્ષર '%s', વસ્તુ '%s' ની શરુઆત ટેગ ને સમાપ્ત કરવા '>' અક્ષર ની આશા છે" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "અસંગત અક્ષર '%s', '%s' વસ્તુના '%s' લાક્ષણિકતા નામ પછી '=' જરુરી છે" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -436,7 +436,7 @@ msgstr "" "અસંગત અક્ષર '%s': '%s' વસ્તુના અંતમાં '>' અથવા '/' અથવા પરીમાણનો વિકલ્પ જરુરી છે; તમે " "કદાય અયોગ્ય અક્ષર લાક્ષણિકતાના નામો વાપર્યો છે" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -445,46 +445,46 @@ msgstr "" "અસંગત અક્ષર '%s, '%s' વસ્તુ માટે '%s' લાક્ષણિકતાના મુલ્ય આપતી વખતે બરાબરની નિશાની " "પછી શરુ થતો અવતરણ ચિહ્ન જરુરી છે" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "'%s' એ '%s' વસ્તુનામ પછીનો બંધ કરવાનો યોગ્ય અક્ષર નથી; '>' એ યોગ્ય અક્ષર છે. " -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' વસ્તુ બંધ હતી, અત્યારે એક પણ વસ્તુ ખુલ્લી નથી" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' વસ્તુ બંધ હતી, પણ અત્યારે '%s'એ ખુલ્લી વસ્તુ છે" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "દસ્તાવેજ ખાલી છે અથવા ફક્ત ખાલી જ્ગ્યા ધરાવે છે" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "'<' ચિન્હ વાપરતા પછી દસ્તાવેજનો અણધારી રીતે અંત આવે છે" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "વસ્તુ ખુલ્લી હોવા છતાં દસ્તાવેજનો અણધારી રીતે અંત આવે છે- છેલ્લે ખોલેલ વસ્તુ '%s' છે" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -493,19 +493,19 @@ msgstr "" "દસ્તાવેજનો અણધારી રીતે અંત થાય છે, તે અંતિમ ટેગ <%s/> માં કૌંસને બંધ કરતુ ખૂણાનુ ચિન્હ " "જોવા માગે છે" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "વસ્તુ નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "લાક્ષણિકતાના નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "વસ્તુની શરુઆતની ટેગમા દસ્તાવેજનો અણધારી રીતે અંત થાય છે" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -513,16 +513,16 @@ msgstr "" "લાક્ષણિકતા નામ પછીની બરાબરની નિશાની પછી દસ્તાવેજ નો અણધારી રીતે અંત થાય છે. " "લાક્ષણિકતાના મુલ્ય નથી" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "લાક્ષણિકતા મુલ્ય અંદર હોવા છતાં દસ્તાવેજ નો અણધારી રીતે અંત થાય છે" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "'%s' વસ્તુના બંદ ટેગની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "ટિપ્પણી અથવા પ્રક્રિયા સુચનાની અંદર અણધારી રીતે દસ્તાવેજનો અંત થાય છે" @@ -546,7 +546,7 @@ msgstr "પાછળ જવાની મર્યાદાએ પહોંચી msgid "the pattern contains items not supported for partial matching" msgstr "ભાત અંશતઃ જોડણી માટે આધારભૂત વસ્તુઓ સમાવતી નથી" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "આંતરિક ભૂલ" @@ -1146,7 +1146,7 @@ msgstr "%s ને ખૂબ મોટી ગણક કિંમત પસાર msgid "Stream is already closed" msgstr "સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "પ્રક્રિયા રદ થઈ ગઈ હતી" @@ -1160,7 +1160,7 @@ msgstr "અજ્ઞાત પ્રકાર" msgid "%s filetype" msgstr "%s ફાઈલપ્રકાર" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s પ્રકાર" @@ -1199,7 +1199,7 @@ msgstr "વપરાશકર્તા MIME રૂપરેખાંકન ફ msgid "Can't create user desktop file %s" msgstr "વપરાશકર્તા ડેસ્કટોપ ફાઈલ %s બનાવી શકતા નથી" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "%s માટે વૈવિધ્યપૂર્ણ વ્યાખ્યા" @@ -1212,10 +1212,10 @@ msgstr "ડ્રાઈવર બહાર કાઢો અમલમાં મ msgid "drive doesn't implement polling for media" msgstr "ડ્રાઈવ મીડિયા માટે પોલીંગને અમલમાં મૂકતું નથી" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "પ્રક્રિયા આધારભૂત નથી" @@ -1228,52 +1228,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "સમાવનાર માઉન્ટ અસ્તિત્વમાં નથી" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "લક્ષ્ય ફાઈલ અસ્તિત્વમાં નથી" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "પુનરાવર્તિત રીતે ડિરેક્ટરીની નકલ કરી શકતા નથી" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "અયોગ્ય સાંકેતિક કડી કિંમત અપાયેલ છે" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "કચરાપેટી આધારભૂત નથી" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "ફાઈલ નામો '%c' સમાવી શકતા નથી" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "વોલ્યુમ માઉન્ટ અમલમાં મૂકતું નથી" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "આ ફાઈલ સંભાળવા માટે કોઈ કાર્યક્રમ રજીસ્ટર થયેલ નથી" @@ -1284,12 +1284,12 @@ msgid "Enumerator is closed" msgstr "ઈન્યૂમેરેટર બંધ થયેલ છે" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "ફાઈલ ઈન્યૂમેરેટરને ભરપૂર પ્રક્રિયા છે" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "ફાઈલ ઈન્યૂમેરેટર પહેલાથી જ બંધ થયેલ છે" @@ -1345,181 +1345,186 @@ msgstr "અયોગ્ય ફાઈલનામ %s" msgid "Error getting filesystem info: %s" msgstr "ફાઈલસિસ્ટમ જાણકારી મેળવવામાં ભૂલ: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "રુટ ડિરેક્ટરીનું નામ બદલી શકતા નથી" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "ફાઈલનું નામ બદલી શકતા નથી, ફાઈલનામ પહેલાથી જ હાજર છે" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "અયોગ્ય ફાઈલનામ" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "ફાઈલનું નામ બદલવામાં ભૂલ: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "ફાઈલ ખોલવામાં ભૂલ: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "ડિરેક્ટરી ખોલી શકતા નથી" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "ફાઈલ દૂર કરવામાં ભૂલ: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "ફાઈલને કચરાપેટીમાં નાંખવામાં ભૂલ: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "કચરાપેટી ડિરેક્ટરી %s બનાવવામાં અસમર્થ: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "કચરાપેટી માટે ટોચસ્તરની ડિરેક્ટરી શોધવામાં અસમર્થ" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "કચરાપેટી ડિરેક્ટરી શોધવામાં કે બનાવવામાં અસમર્થ" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "કચરાપેટી જાણકારી ફાઈલ બનાવવામાં અસમર્થ: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "ફાઈલને કચરાપેટીમાં મોકલવામાં અસમર્થ: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "'%s' ડિરેક્ટરી ખોલતા ભૂલ: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "સાંકેતિક કડી બનાવવામાં ભૂલ: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "ફાઈલ ખસેડવામાં ભૂલ: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર ખસેડી શકતા નથી" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "બેકઅપ ફાઈલ બનાવટ નિષ્ફળ" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "લક્ષ્ય ફાઈલ દૂર કરવામાં ભૂલ: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "માઉન્ટો વચ્ચે ખસેડવાનું આધારભૂત નથી" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "લક્ષણ કિંમત બિન-શૂન્ય જ હોવી જોઈએ" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (શબ્દમાળા ઈચ્છિત)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "અયોગ્ય વિસ્તૃત લક્ષણ નામ" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "વિસ્તૃત લક્ષણ '%s' સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "ફાઈલ '%s' કહેવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (અયોગ્ય સંગ્રહપદ્ધતિ)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "ફાઈલ વર્ણનકાર કહેવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint32 ઈચ્છિત)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint64 ઈચ્છિત)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (બાઈટ શબ્દમાળા ઈચ્છિત)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "પરવાનગીઓ સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "માલિક સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "સાંકેતિક કડી non-NULL જ હોવી જોઈએ" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: ફાઈલ સાંકેતિક કડી નથી" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "લક્ષણ %s સુયોજીત કરવાનું આધારભૂત નથી" @@ -1592,12 +1597,12 @@ msgstr "લક્ષ્ય ફાઈલ નિયમિત ફાઈલ નથ msgid "The file was externally modified" msgstr "ફાઈલ બાહ્ય રીતે સુધારેલ હતી" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "અયોગ્ય GSeekType પૂરું પાડેલ" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "અયોગ્ય પહોંચ અરજી" @@ -1607,17 +1612,17 @@ msgstr "અયોગ્ય પહોંચ અરજી" msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream કાપી શકતા નથી" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "મહત્તમ માહિતી એરે મર્યાદાએ પહોંચ્યા" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "મેમરી આઉટપુટ સ્ટ્રીમનું માપ બદલી શકાય તેમ નથી" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "મેમરી આઉટપુટ સ્ટ્રીમનું માપ બદલવામાં નિષ્ફળ" @@ -1694,7 +1699,7 @@ msgstr "unix માંથી વાંચતી વખતે ભૂલ: %s" msgid "Error closing unix: %s" msgstr "unix બંધ કરતી વખતે ભૂલ: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "ફાઈલસિસ્ટમ રુટ" diff --git a/po/he.po b/po/he.po index 7cb2734..3c86210 100644 --- a/po/he.po +++ b/po/he.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-28 15:44+0000\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2006-04-27 18:48+0300\n" "Last-Translator: Yair Hershkovitz \n" "Language-Team: Hebrew \n" @@ -21,309 +21,308 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:728 ../glib/gbookmarkfile.c:805 -#: ../glib/gbookmarkfile.c:884 ../glib/gbookmarkfile.c:931 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Unexpected attribute '%s' for element '%s'" -#: ../glib/gbookmarkfile.c:739 ../glib/gbookmarkfile.c:816 -#: ../glib/gbookmarkfile.c:826 ../glib/gbookmarkfile.c:942 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attribute '%s' of element '%s' not found" -#: ../glib/gbookmarkfile.c:1112 ../glib/gbookmarkfile.c:1177 -#: ../glib/gbookmarkfile.c:1241 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Unexpected tag '%s', tag '%s' expected" -#: ../glib/gbookmarkfile.c:1137 ../glib/gbookmarkfile.c:1151 -#: ../glib/gbookmarkfile.c:1219 ../glib/gbookmarkfile.c:1271 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Unexpected tag '%s' inside '%s'" -#: ../glib/gbookmarkfile.c:1798 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "No valid bookmark file found in data dirs" -#: ../glib/gbookmarkfile.c:1999 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "A bookmark for URI '%s' already exists" -#: ../glib/gbookmarkfile.c:2045 ../glib/gbookmarkfile.c:2202 -#: ../glib/gbookmarkfile.c:2287 ../glib/gbookmarkfile.c:2367 -#: ../glib/gbookmarkfile.c:2452 ../glib/gbookmarkfile.c:2535 -#: ../glib/gbookmarkfile.c:2613 ../glib/gbookmarkfile.c:2692 -#: ../glib/gbookmarkfile.c:2734 ../glib/gbookmarkfile.c:2831 -#: ../glib/gbookmarkfile.c:2957 ../glib/gbookmarkfile.c:3147 -#: ../glib/gbookmarkfile.c:3223 ../glib/gbookmarkfile.c:3388 -#: ../glib/gbookmarkfile.c:3477 ../glib/gbookmarkfile.c:3567 -#: ../glib/gbookmarkfile.c:3694 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "No bookmark found for URI '%s'" -#: ../glib/gbookmarkfile.c:2376 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "No MIME type defined in the bookmark for URI '%s'" -#: ../glib/gbookmarkfile.c:2461 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "No private flag has been defined in bookmark for URI '%s'" -#: ../glib/gbookmarkfile.c:2840 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "No groups set in bookmark for URI '%s'" -#: ../glib/gbookmarkfile.c:3241 ../glib/gbookmarkfile.c:3398 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "No application with name '%s' registered a bookmark for '%s'" -#: ../glib/gbookmarkfile.c:3421 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Error during conversion: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Cannot convert fallback '%s' to codeset '%s'" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "The URI '%s' is invalid" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "The hostname of the URI '%s' is invalid" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "The URI '%s' contains invalidly escaped characters" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Invalid hostname" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Error opening directory '%s': %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Error reading file '%s': %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Failed to read from file '%s': %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Failed to open file '%s': %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Failed to get attributes of file '%s': fstat() failed: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Failed to open file '%s': fdopen() failed: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Failed to create file '%s': %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Failed to write file '%s': fwrite() failed: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Failed to close file '%s': fclose() failed: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Template '%s' invalid, should not contain a '%s'" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Template '%s' doesn't contain XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Failed to read the symbolic link '%s': %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Symbolic links not supported" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Could not open converter from '%s' to '%s': %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Can't do a raw read in g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Left over unconverted data in read buffer" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Channel terminates in a partial character" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Can't do a raw read in g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Failed to open file '%s': open() failed: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Failed to map file '%s': mmap() failed: %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Error on line %d char %d: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Error on line %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Empty entity '&;' seen; valid entities are: & " < > '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -334,17 +333,17 @@ msgstr "" "begins an entity; if this ampersand isn't supposed to be an entity, escape " "it as &" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Character '%s' is not valid inside an entity name" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Entity name '%s' is not known" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -352,7 +351,7 @@ msgstr "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -361,16 +360,16 @@ msgstr "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Character reference '%-.*s' does not encode a permitted character" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Empty character reference; should include a digit such as dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -380,32 +379,32 @@ msgstr "" "ampersand character without intending to start an entity - escape ampersand " "as &" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Unfinished entity reference" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Unfinished character reference" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Invalid UTF-8 encoded text - overlong sequence" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Invalid UTF-8 encoded text - not a start char" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Invalid UTF-8 encoded text - not valid '%s'" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Document must begin with an element (e.g. )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -414,7 +413,7 @@ msgstr "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -423,14 +422,14 @@ msgstr "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -441,7 +440,7 @@ msgstr "" "element '%s', or optionally an attribute; perhaps you used an invalid " "character in an attribute name" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -450,7 +449,7 @@ msgstr "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' was closed, no element is currently open" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' was closed, but the currently open element is '%s'" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Document was empty or contained only whitespace" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Document ended unexpectedly just after an open angle bracket '<'" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -495,7 +494,7 @@ msgstr "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -504,19 +503,19 @@ msgstr "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Document ended unexpectedly inside an element name" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Document ended unexpectedly inside an attribute name" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Document ended unexpectedly inside an element-opening tag." -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -524,394 +523,392 @@ msgstr "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Document ended unexpectedly while inside an attribute value" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Document ended unexpectedly inside the close tag for element '%s'" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Document ended unexpectedly inside a comment or processing instruction" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "corrupted object" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "internal error or corrupted object" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "out of memory" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "backtracking limit reached" -#: ../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 "the pattern contains items not supported for partial matching" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1962 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "internal error" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "back references as conditions are not supported for partial matching" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "recursion limit reached" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "workspace limit for empty substrings reached" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "invalid combination of newline flags" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "unknown error" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ at end of pattern" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c at end of pattern" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "unrecognized character follows \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "numbers out of order in {} quantifier" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "number too big in {} quantifier" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "missing terminating ] for character class" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "invalid escape sequence in character class" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "range out of order in character class" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nothing to repeat" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "unrecognized character after (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "unrecognized character after (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "unrecognized character after (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX named classes are supported only within a class" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "missing terminating )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") without opening (" #. 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 or (?[+-]digits must be followed by )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "reference to non-existent subpattern" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "missing ) after comment" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "regular expression too large" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "failed to get memory" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind assertion is not fixed length" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "malformed number or name after (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "conditional group contains more than two branches" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "assertion expected after (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "unknown POSIX class name" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX collating elements are not supported" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "character value in \\x{...} sequence is too large" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "invalid condition (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C not allowed in lookbehind assertion" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "recursive call could loop indefinitely" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "missing terminator in subpattern name" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "two named subpatterns have the same name" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "malformed \\P or \\p sequence" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "unknown property name after \\P or \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "subpattern name is too long (maximum 32 characters)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "too many named subpatterns (maximum 10,000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "octal value is greater than \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE group contains more than one branch" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "repeating a DEFINE group is not allowed" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "inconsistent NEWLINE options" -#: ../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 is not followed by a braced name or an optionally braced non-zero number" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "unexpected repeat" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "code overflow" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "overran compiling workspace" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "previously-checked referenced subpattern not found" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Error while matching regular expression %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE library is compiled without UTF8 support" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE library is compiled without UTF8 properties support" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Error while compiling regular expression %s at char %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Error while optimizing regular expression %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "hexadecimal digit or '}' expected" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "hexadecimal digit expected" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "missing '<' in symbolic reference" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "unfinished symbolic reference" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "zero-length symbolic reference" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "digit expected" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "illegal symbolic reference" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "stray final '\\'" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "unknown escape sequence" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Error while parsing replacement text \"%s\" at char %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Quoted text doesn't begin with a quotation mark" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Unmatched quotation mark in command line or other shell-quoted text" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Text ended just after a '\\' character. (The text was '%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 "Text ended before matching quote was found for %c. (The text was '%s')" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Text was empty (or contained only whitespace)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Failed to read data from child process" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Failed to create pipe for communicating with child process (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Failed to read from child pipe (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Failed to change to directory '%s' (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Failed to execute child process (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Invalid program name: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Invalid string in argument vector at %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Invalid string in environment: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Invalid working directory: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Failed to execute helper program (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -920,191 +917,191 @@ msgstr "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Failed to read data from child process (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Unexpected error in select() reading data from a child process (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Unexpected error in waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Failed to fork (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Failed to execute child process \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Failed to redirect output or input of child process (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Failed to fork child process (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Unknown error executing child process \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Character out of range for UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Invalid sequence in conversion input" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Character out of range for UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Usage:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPTION...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Help Options:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Show help options" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Show all help options" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Application Options:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Cannot parse integer value '%s' for %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Integer value '%s' for %s out of range" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Cannot parse double value '%s' for %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Double value '%s' for %s out of range" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Error parsing option %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Missing·argument·for·%s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Unknown option %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Valid key file could not be found in search dirs" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Not a regular file" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "File is empty" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" "Key file contains line '%s' which is not a key-value pair, group, or comment" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Invalid group name: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Key file does not start with a group" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Invalid key name: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Key file contains unsupported encoding '%s'" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Key file does not have group '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Key file does not have key '%s'" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Key file contains key '%s' with value '%s' which is not UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Key file contains key '%s' which has value that cannot be interpreted." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1113,128 +1110,124 @@ msgstr "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Key file does not have key '%s' in group '%s'" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Key file contains escape character at end of line" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Key file contains invalid escape sequence '%s'" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Value '%s' cannot be interpreted as a number." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Integer value '%s' out of range" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Value '%s' cannot be interpreted as a float number." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Stream is already closed" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operation was cancelled" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Unknown type" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s filetype" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s type" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "drive doesn't implement eject" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "drive doesn't implement polling for media" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2612 ../gio/gfile.c:2657 -#: ../gio/gfile.c:2707 ../gio/gfile.c:2747 ../gio/gfile.c:3071 -#: ../gio/gfile.c:3473 ../gio/gfile.c:3556 ../gio/gfile.c:3639 -#: ../gio/gfile.c:3719 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operation not supported" @@ -1247,93 +1240,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: ../gio/gfile.c:1895 ../gio/glocalfile.c:2105 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Can't copy over directory" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2114 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Target file exists" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Can't recursively copy directory" -#: ../gio/gfile.c:2697 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Invalid symlink value given" -#: ../gio/gfile.c:2790 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Trash not supported" -#: ../gio/gfile.c:2837 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: ../gio/gfile.c:4770 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" -#: ../gio/gfile.c:4878 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "No application is registered as handling this file" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Enumerator is closed" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "File enumerator has outstanding operation" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "File enumerator is already closed" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Stream doesn't support query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Seek not supported on stream" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Truncate not allowed on input stream" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Truncate not supported on stream" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Input stream doesn't implement read" @@ -1344,299 +1337,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Can't rename file, filename already exist" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013 -#: ../gio/glocalfile.c:2167 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Invalid filename" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Error renaming file: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Can't open directory" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Error trashing file: %s" -#: ../gio/glocalfile.c:1700 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create trash dir %s: %s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for trash" -#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Unable to find or create trash directory" -#: ../gio/glocalfile.c:1854 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create trashing info file: %s" -#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to trash file: %s" -#: ../gio/glocalfile.c:2017 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Error opening directory '%s': %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2171 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: ../gio/glocalfile.c:2100 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: ../gio/glocalfile.c:2127 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Backup file creation failed" -#: ../gio/glocalfile.c:2146 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: ../gio/glocalfile.c:2160 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Move between mounts not supported" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Attribute value must be non-NULL" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Invalid attribute type (string expected)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Invalid extended attribute name" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error setting extended attribute '%s': %s" -#: ../gio/glocalfileinfo.c:1457 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" -#: ../gio/glocalfileinfo.c:1528 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: ../gio/glocalfileinfo.c:1739 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: ../gio/glocalfileinfo.c:1757 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: ../gio/glocalfileinfo.c:1776 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: ../gio/glocalfileinfo.c:1802 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: ../gio/glocalfileinfo.c:1853 ../gio/glocalfileinfo.c:2021 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: ../gio/glocalfileinfo.c:1876 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: ../gio/glocalfileinfo.c:1886 ../gio/glocalfileinfo.c:1905 -#: ../gio/glocalfileinfo.c:1916 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: ../gio/glocalfileinfo.c:1895 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: ../gio/glocalfileinfo.c:2076 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Error reading from file: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Error seeking in file: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Error closing file: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Unable to find default local file monitor type" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Error writing to file: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Error removing old backup link: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Error creating backup copy: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Error renaming temporary file: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Error truncating file: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Error opening file '%s': %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Target file is a directory" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Target file is not a regular file" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "The file was externally modified" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Invalid GSeekType supplied" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Invalid seek request" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Cannot truncate GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Reached maximum data array limit" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Memory output stream not resizable" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Failed to resize memory output stream" @@ -1644,55 +1642,55 @@ msgstr "Failed to resize memory output stream" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 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 remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "mount doesn't implement remount" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Output stream doesn't implement write" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Source stream is already closed" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "name" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "The name of the icon" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "names" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "An array containing the icon names" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "use default fallbacks" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1700,65 +1698,65 @@ msgstr "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Error reading from unix: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Error closing unix: %s" -#: ../gio/gunixmounts.c:1789 ../gio/gunixmounts.c:1826 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Filesystem root" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Error writing to unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "volume doesn't implement eject" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Can't find application" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Error launching application: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URIs not supported" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "association changes not supported on win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Association creation not supported on win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "do not hide entries" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "use a long listing format" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FILE...]" diff --git a/po/hi.po b/po/hi.po index b4494b8..e45b676 100644 --- a/po/hi.po +++ b/po/hi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2006-06-20 14:14+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" @@ -24,74 +24,74 @@ msgstr "" "\n" "\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "'%s' अप्रत्याशित गुण '%s' तत्व के लिये" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%s' तत्व '%s' का गुण नहीं मिला" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "'%s' अप्रत्याशित टैग, '%s' टैग प्रत्याशित" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "अप्रत्याशित टैग '%s' '%s' के अंदर" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, fuzzy, c-format msgid "No valid bookmark file found in data dirs" msgstr "कोई वैध पुस्तकचिह्न आंकड़ा निर्देशिका में नहीं मिला" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI '%s' के लिये पुस्तकचिह्न पहले से मौजूद है" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s' के लिये कोई पुस्तकचिह्न नहीं मिला" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "कोई MIME प्रकार URI '%s' के लिये पुस्तकचिह्न में परिभाषित नहीं है" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s' के लिये पुस्तकचिह्न में कोई निजी फ्लैग परिभाषित नहीं है" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s' के लिये पुस्तकचिह्न में कोई समूह सेट नहीं है" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' के नाम से कोई अनुप्रयोग ने '%s' के लिये पुस्तकचिह्न पंजीकृत नहीं है" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "सिंबालिक लिंक '%s' से थीम पढ़ने में असफल %s" @@ -165,7 +165,7 @@ msgstr "पथनाम '%s' एक निरपेक्ष पथ नहीं msgid "Invalid hostname" msgstr "अवैध होस्ट-नाम" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "डिरेक्ट्री '%s' को खोलने में त्रुटि: %s" @@ -307,22 +307,22 @@ msgstr "फ़ाइल '%s' खोलने में असफल: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' फाइल चित्रित करने में विफल: mmap() विफल: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "पंक्ति %d अक्षर %d पर त्रुटि: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "पंक्ति %d: पर त्रुटि %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "खाली एंटिटी '&;' देखा; वैध एंटिटी हैं: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -332,17 +332,17 @@ msgstr "" "एक एंटिटी के प्रारंभ में अक्षर '%s' वैध नहीं है, तथा & अक्षर एक एंटिटी को प्रारंभ करता है; " "यदि यह एम्परसेंड एक एंटिटी नहीं है, तो इसे ऐसे एस्केप करें &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr " अक्षर '%s' एक एंटिटी नाम के भीतर वैध नहीं है" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "एंटिटी नाम '%s' ज्ञात नहीं है" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -350,7 +350,7 @@ msgstr "" "एंटिटी अर्धविराम पर समाप्त नहीं होता, बहुत संभव है कि आपने एम्परसेन्ड अक्षर का प्रयोग " "किया है और एक एंटिटी प्रारंभ नहीं करना चाहते- एम्परसेंड को ऐसे एस्केप करें: &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -359,16 +359,16 @@ msgstr "" "'%-.*s' के विश्लेषण करने में असफल, जो कि अक्षर संदर्भ के भीतर एक अंक होना चाहिए (उदाहरण " "के लिए, ê) - शायद अंक काफी बड़ा है" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "संप्रतीक संदर्भ '%-.*s' एक अनुमति प्राप्त संप्रतीक को एनकोड नहीं करता" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "रिक्त अक्षर संदर्भ, अंक जैसे dž सम्मिलित अवश्य होने चाहिएँ;" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -378,41 +378,41 @@ msgstr "" "अक्षर का उपयोग किया है पर एक एंटिटी को प्रारंभ करना नहीं चाहते - एम्परसेंड को एस्केप करें " "ऐसे &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "अपूर्ण एंटिटी संदर्भ" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "अपूर्ण अक्षर संदर्भ" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "दस्तावेज़ एक अवयव के नाम से प्रारंभ होना चाहिए (उदाहरण के लिए- <पुस्तक>)" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "< के पश्चात आया '%s' एक वैध वर्ण नहीं है; यह अवयव नाम से प्रारंभ नहीं होता" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -420,13 +420,13 @@ msgid "" msgstr "" "विषम अक्षर '%s', एलिमेंट '%s' के प्रारंभ टैक को समाप्त करने हेतु प्रत्याशित था '>' अक्षर" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "विषम अक्षर '%s', प्रत्याशित है एक '=' लक्षण नाम '%s' अवयव '%s' के पश्चात्" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -436,7 +436,7 @@ msgstr "" "'%s' विसम संप्रतीक, एक '>' या '/' संप्रतीक को '%s' तत्व के आरंभ टैग को खत्म करना " "प्रत्याशित, या विकल्पतः एक गुण; शायद आपने गुण नाम में एक अमान्य संप्रतीक का प्रयोग किया है" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -445,7 +445,7 @@ msgstr "" "पुराना अक्षर '%s', जब विशेषता '%s', अवयव '%s' का मान दिया जाता है तो बराबर चिह्न " "के बाद एक खुला कोट चिह्न वांछित है" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "'%s' एक वैध अक्षर नहीं है क्लोज़ अवयव नाम '%s' के बाद; स्वीकार्य अक्षर है '>'" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "अवयव '%s' बन्द था, कोई अवयव वर्तमान में खुला नहीं है" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "दस्तावेज '%s' बन्द था, परन्तु वर्तमान खुला अवयव है '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "दस्तावेज़ खाली था या उसमें सिर्फ श्वेत रिक्ति ही था" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से एक खुला एंगल ब्रेकेट '<' के पश्चात ही हो गया" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -487,7 +487,7 @@ msgstr "" "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयवों के खुला होने पर भी हो गया - '%s' अंतिम खुला हुआ " "अवयव था" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -496,19 +496,19 @@ msgstr "" "दस्तावेज़ का अंत अप्रत्याशित रूप से हो गया, वांछित था देखना एक क्लोज़ एंगल ब्रेकेट टैग को बन्द " "करता हुआ <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव नाम के भीतर हो गया" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता नाम के भीतर हो गया" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव-खोलने के टैग के भीतर हो गया." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -516,16 +516,16 @@ msgstr "" "दस्तावेज़ का अंत अप्रत्याशित रूप से बराबर के चिह्न के बाद एक विशेषता नाम के पश्चात् हो गया; " "कोई विशेषता मूल्य नहीं" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता मान के भीतर हो गया" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव '%s' हेतु बन्द टैग के भीतर हो गया" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से टिप्पणी या प्रक्रिया निर्देश के भीतर हो गया" @@ -549,7 +549,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1153,7 +1153,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1168,7 +1168,7 @@ msgstr "अनजान विकल्प %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1207,7 +1207,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1220,10 +1220,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "सिंबालिक लिंक समर्थित नहीं है" @@ -1236,52 +1236,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "सिंबालिक लिंक समर्थित नहीं है" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "'%s' के नाम से कोई अनुप्रयोग ने '%s' के लिये पुस्तकचिह्न पंजीकृत नहीं है" @@ -1292,12 +1292,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1353,181 +1353,186 @@ msgstr "अवैध प्रोग्राम नाम: %s" msgid "Error getting filesystem info: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "अवैध होस्ट-नाम" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "डिरेक्ट्री '%s' को खोलने में त्रुटि: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%s विकल्प विश्लेषण में त्रुटि" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता नाम के भीतर हो गया" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "डिरेक्ट्री '%s' को खोलने में त्रुटि: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "पंक्ति %d: पर त्रुटि %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "सिंबालिक लिंक समर्थित नहीं है" @@ -1600,12 +1605,12 @@ msgstr "एक सामान्य फाइल नहीं" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "अवैध प्रोग्राम नाम: %s" @@ -1615,17 +1620,17 @@ msgstr "अवैध प्रोग्राम नाम: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1700,7 +1705,7 @@ msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि msgid "Error closing unix: %s" msgstr "पंक्ति %d: पर त्रुटि %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/hr.po b/po/hr.po index 31dca39..d7248f9 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2004-03-13 13:03+CET\n" "Last-Translator: auto\n" "Language-Team: Croatian \n" @@ -14,75 +14,75 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: TransDict server\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "Neparan znak '%s', očekuje se '=' poslije imena atributa '%s' elementa '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Nisam uspio pročitati simboličku vezu '%s': %s" @@ -156,7 +156,7 @@ msgstr "Putanja '%s' nije apsolutna putanja" msgid "Invalid hostname" msgstr "Neispravno ime računala" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "GreÅ¡ka pri otvaranju mape '%s': %s" @@ -298,23 +298,23 @@ msgstr "GreÅ¡ka pri otvaranju datoteke '%s': fdopen() nije uspio: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "GreÅ¡ka pri otvaranju datoteke '%s': fdopen() nije uspio: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "GreÅ¡ka na retku %d znak %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "GreÅ¡ka na retku %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Prazan entitet '&;' ; ispravni entiteti su: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -324,17 +324,17 @@ msgstr "" "Znak '%s' nije dozvoljen na početku imena entiteta; znak & počinje entitet; " "ako ovaj & nije entitet onda ga označite sa &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Znak '%s' nije dozvoljen unutar imena entiteta" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Ime entiteta '%s' nije poznato" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -342,7 +342,7 @@ msgstr "" "Entitet nije zavÅ¡io sa točka-zarezom; vjerojatno ste koristili ampersand " "znak bez namjere da započnete entitet - escapirajte ampersand sa &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, fuzzy, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -351,16 +351,16 @@ msgstr "" "Nisam uspio parsirati '%s', koji bi trebao biti broj unutar " "znakovnereference (npr. ê) - možda je broj prevelik" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Znakovna referenca '%s' se ne kodira kao dozvoljeni znak" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Prazna znakovna referenca; treba uključivati broj kao dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -370,34 +370,34 @@ msgstr "" "ampersand znakbez namjere da počnete entitet - escapirajte ampersand kao " "&" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "NezavrÅ¡ena referenca entiteta" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "NezavrÅ¡ena znakovna referenca" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Neispravno Å¡ifrirani UTF-8 tekst" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Neispravno Å¡ifrirani UTF-8 tekst" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Neispravno Å¡ifrirani UTF-8 tekst" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokument mora početi sa elementom(npr. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -406,7 +406,7 @@ msgstr "" "'%s' nije dozvoljeni znak koji smije slijediti nakon '<' znaka; ne smije " "započeti ime elementa" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -414,14 +414,14 @@ msgid "" msgstr "" "Neparan znak '%s', očekuje se da '>' znak zavrÅ¡i početni tag elementa'%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Neparan znak '%s', očekuje se '=' poslije imena atributa '%s' elementa '%s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -432,7 +432,7 @@ msgstr "" "'%s', ili opcionalno atributa; možda ste koristili neispravan znaku imenu " "atributa" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -441,7 +441,7 @@ msgstr "" "Čudan znak '%s', očekuje se otvoreni navodnik nakon znaka jednakostikada se " "daje vrijednost atributa '%s' elementa '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' je zatvoren, trenutno nema otvorenog elementa" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' je zatvoren, ali trenutno otvoreni element je '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokument je bio prazan ili je sadržavao samo znakove prazne znakove" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokument je zavrÅ¡io neočekivano nakon otvaranja zagrade '<'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -485,7 +485,7 @@ msgstr "" "Dokument je zavrÅ¡io neočekivano sa joÅ¡ uvijek otvorenim elementima- '%s' je " "bio zadnjiotvoreni element" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -494,19 +494,19 @@ msgstr "" "Dokument je zavrÅ¡io neočekivano, očekivalo se da zatvorena Å¡iljata " "zagradazavrÅ¡i tag<%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument je zavrÅ¡io neočekivano unutar imena elementa" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument je zavrÅ¡io neočekivano unutar imena atributa" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokument je zavrÅ¡io neočekivano unutar taga koji započinje element" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -514,17 +514,17 @@ msgstr "" "Dokument je zavrÅ¡io neočekivano nakon Å¡to je znak jednakosti slijedioime " "atributa; nema vrijednosti atributa" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument je zavrÅ¡io neočekivano unutar vrijednosti atributa" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Dokument je zavrÅ¡io neočekivano unutar taga koji zavrÅ¡ava za element '%s'" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokument je zavrÅ¡io neočekivano unutar komentara ili izvrÅ¡avanja instrukcije" @@ -549,7 +549,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1156,7 +1156,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1170,7 +1170,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1209,7 +1209,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1222,10 +1222,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Nisu podržane simboličke veze" @@ -1238,52 +1238,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Nisu podržane simboličke veze" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1294,12 +1294,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1355,181 +1355,186 @@ msgstr "Neispravno ime računala" msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Neispravno ime računala" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "GreÅ¡ka pri otvaranju mape '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Dokument je zavrÅ¡io neočekivano unutar imena atributa" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "GreÅ¡ka pri otvaranju mape '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka na retku %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Nisu podržane simboličke veze" @@ -1602,12 +1607,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Neispravno ime računala" @@ -1617,17 +1622,17 @@ msgstr "Neispravno ime računala" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1702,7 +1707,7 @@ msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" msgid "Error closing unix: %s" msgstr "GreÅ¡ka na retku %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/hu.po b/po/hu.po index 3624eb0..b1514a5 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-14 04:06+0000\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-16 02:05+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -18,310 +18,317 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Váratlan attribútum („%s”) a(z) „%s” elemhez" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "A(z) „$2%s” elem „$1%s” attribútuma nem található" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Váratlan címke: „%s” a várt „%s” helyett" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Váratlan címke: „%s” a következőn belül: „%s”" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Az adatkönyvtárakban nem található érvényes könyvjelzőfájl" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Már létezik könyvjelző a következő URI címhez: „%s”" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Nem található könyvjelző a következő URI címhez: „%s”" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Nincs MIME típus meghatározva a következő URI könyvjelzőjéhez: „%s”" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Nincs magán jelző meghatározva a következő URI könyvjelzőjéhez: „%s”" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Nincsenek csoportok beállítva a következő URI könyvjelzőjéhez: „%s”" # FIXME: hol jön ez elő? -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" -msgstr "Nincs „%s” nevű alkalmazás regisztrálva a következő könyvjelzőjéhez: „%s”" +msgstr "" +"Nincs „%s” nevű alkalmazás regisztrálva a következő könyvjelzőjéhez: „%s”" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" -msgstr "Nem sikerült kiterjeszteni a(z) „%s” végrehajtási sort a(z) „%s” URL címmel" +msgstr "" +"Nem sikerült kiterjeszteni a(z) „%s” végrehajtási sort a(z) „%s” URL címmel" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "A(z) „%s” és „%s” karakterkészletek közötti átalakítás nem támogatott" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" "A(z) „%s” karakterkészletről „%s” karakterkészletre átalakító nem nyitható " "meg" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Hiba az átalakítás során: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Részleges karaktersorozat a bemenet végén" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nem alakítható át a tartalék „%s” a(z) „%s” kódkészletre" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "A(z) „%s” URI érvénytelen" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "A(z) „%s” gépneve érvénytelen" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" -msgstr "A(z) „%s” URI érvénytelen, escape sorozatként megadott karaktereket tartalmaz" +msgstr "" +"A(z) „%s” URI érvénytelen, escape sorozatként megadott karaktereket tartalmaz" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, 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:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Érvénytelen gépnév" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Hiba a(z) „%s” könyvtár megnyitásakor: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Hiba a(z) „%s” fájl olvasása közben: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, 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:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nem sikerült megnyitni a(z) „%s” fájlt: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" -msgstr "Nem sikerült lekérni a(z) „%s” fájl attribútumait. Az fstat() sikertelen: %s" +msgstr "" +"Nem sikerült lekérni a(z) „%s” fájl attribútumait. Az fstat() sikertelen: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, 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:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nem sikerült létrehozni a(z) „%s” fájlt: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" -msgstr "Nem sikerült írásra megnyitni a(z) „%s” fájlt: Az fdopen() sikertelen: %s" +msgstr "" +"Nem sikerült írásra megnyitni a(z) „%s” fájlt: Az fdopen() sikertelen: %s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, 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:990 +#: glib/gfileutils.c:990 #, 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:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, 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:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "A(z) „%s” sablon nem tartalmaz XXXXXX karaktersorozatot" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u bájt" msgstr[1] "%u bájt" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, 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:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "A szimbolikus linkek használata nem támogatott" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Az átalakító a(z) „%s” elemről „%s” elemre nem nyitható meg: %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" -msgstr "Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_line_string-ben" +msgstr "" +"Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_line_string-ben" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Át nem alakított adatok maradtak az olvasási pufferben" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "A csatorna töredék karakterrel ér véget" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_to_end-ben" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nem sikerült megnyitni a(z) „%s” fájlt: az open() sikertelen: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nem sikerült leképezni a(z) „%s” fájlt: Az mmap() sikertelen: %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Hiba a(z) %d. sor %d. karakterénél: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Hiba a(z) %d. sorban: %s" -#: ../glib/gmarkup.c:448 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "Üres „&;” entitás; az érvényes entitások: & " < > '" +#: glib/gmarkup.c:448 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Üres „&;” entitás; az érvényes entitások: & " < > '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -332,17 +339,17 @@ msgstr "" "nevét az & karakter kezdi. Ha ez az & karakter nem lehet entitás, akkor " "& módon kell írni." -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "A(z) „%s” karakter nem érvényes egy entitás nevén belül" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "A(z) „%s” entitásnév ismeretlen" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -350,7 +357,7 @@ msgstr "" "Az entitás neve nem pontosvesszővel ért véget; valószínűleg egy &-jelet " "használt anélkül, hogy entitást akart volna kezdeni - írja & formában." -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -359,16 +366,17 @@ msgstr "" "Nem sikerült feldolgozni ezt: „%-.*s”. Valószínűleg számjegy lett volna egy " "karakterhivatkozáson (mint az ê) belül - lehet, hogy túl nagy a számjegy" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "A(z) „%-.*s” karakterhivatkozás nem engedélyezett karaktert kódol" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" -msgstr "Üres karakterhivatkozás; számjegyet is kell tartalmaznia, például így: dž" +msgstr "" +"Üres karakterhivatkozás; számjegyet is kell tartalmaznia, például így: dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -377,39 +385,40 @@ msgstr "" "A karakterhivatkozás nem pontosvesszővel ért véget; valószínűleg egy &-jelet " "használt anélkül, hogy entitást akart volna kezdeni - írja & formában." -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Befejezetlen entitáshivatkozás" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Befejezetlen karakterhivatkozás" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Érvénytelen UTF-8 kódolású szöveg - túl hosszú sorozat" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Érvénytelen UTF-8 kódolású szöveg - ez nem kezdőkarakter" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Érvénytelen UTF-8 kódolású szöveg - nem érvényes „%s”" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "A dokumentumnak egy elemmel kell kezdődnie (pl. )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" -msgstr "„%s” nem érvényes karakter a „<” karakter után; elem neve nem kezdődhet vele" +msgstr "" +"„%s” nem érvényes karakter a „<” karakter után; elem neve nem kezdődhet vele" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -418,14 +427,15 @@ msgstr "" "Furcsa karakter („%s”) - „>” karakternek kellett volna jönnie, hogy lezárja a" "(z) „%s” elem kezdő címkéjét" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Furcsa karakter („%s”) - „=” karakternek kellett volna jönnie a(z) „%s” elem " "„%s” attribútumneve után" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -436,7 +446,7 @@ msgstr "" "„%s” elem kezdő címkéje után, esetleg egy attribútumnak; lehet, hogy " "érvénytelen karaktert használt az attribútum nevében" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -445,7 +455,7 @@ msgstr "" "Furcsa karakter („%s”) - egy nyitó idézőjelnek kellene jönnie az " "egyenlőségjel után, ha értéket ad a(z) „%s” attribútumnak „%s” elemben" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '”." -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "A(z) „%s” elem le lett lezárva, jelenleg egy elem sincs nyitva" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "A(z) „%s” elem le lett lezárva, de a jelenleg nyitott elem a(z) „%s”" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "A dokumentum üres volt, vagy csak üreshely karaktereket tartalmazott" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" -msgstr "A dokumentum váratlanul véget ért egy nyitott hegyes zárójel („<”) után" +msgstr "" +"A dokumentum váratlanul véget ért egy nyitott hegyes zárójel („<”) után" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -490,7 +501,7 @@ msgstr "" "A dokumentum váratlanul véget ért, pedig még nyitva vannak elemek - „%s” az " "utoljára megnyitott elem" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -499,19 +510,19 @@ msgstr "" "A dokumentum váratlanul véget ért; a(z) <%s/> elemet lezáró hegyes " "zárójelnek kellett volna következnie" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "A dokumentum váratlanul véget ért egy elemnéven belül" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "A dokumentum váratlanul véget ért egy attribútumnéven belül" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "A dokumentum váratlanul véget ért egy elemnyitó címkén belül" -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -519,404 +530,409 @@ msgstr "" "A dokumentum váratlanul véget ért egy az attribútumnevet követő " "egyenlőségjel után; az attribútum értéke nem lett megadva" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "A dokumentum váratlanul véget ért egy attribútumértéken belül" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "A dokumentum váratlanul véget ért a(z) „%s” elem lezáró címkéjén belül" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "A dokumentum váratlanul véget ért egy megjegyzésen vagy feldolgozási " "utasításon belül" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "sérült objektum" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "belső hiba vagy sérült objektum" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "elfogyott a memória" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "a visszakövetési korlát elérve" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" -msgstr "a minta a részleges mintaillesztés esetén nem támogatott elemeket tartalmaz" +msgstr "" +"a minta a részleges mintaillesztés esetén nem támogatott elemeket tartalmaz" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1962 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "belső hiba" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "a visszahivatkozások használata feltételekként nem támogatott a részleges " "mintaillesztéshez" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "az ismétlési korlát elérve" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "az üres rész-karaktersorozatok munkaterület-korlátja elérve" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "újsor-jelzők érvénytelen kombinációja" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "ismeretlen hiba" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ a minta végén" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c a minta végén" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "ismeretlen karakter következik a \\ után" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "itt nem engedélyezettek a kis-és nagybetűket átalakító escape-karakterek " "(\\l, \\L, \\u, \\U)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "a számok nincsenek sorrendben a {} kvantálóban" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "a szám túl nagy a a {} kvantálóban" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "a karakterosztály befejező ] jele hiányzik" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "érvénytelen escape-sorozat a karakterosztályban" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "a tartomány kívül esik a karakterosztály nagyságán" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nincs mit ismételni" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "ismeretlen karakter a (? után" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "ismeretlen karakter a (?< után" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "ismeretlen karakter a (?P után" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "a POSIX elnevezett osztályok csak osztályon belül támogatottak" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "hiányzó befejező )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") nyitó ( nélkül" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "a (?R vagy (?[+-]számjegyek elemeket )-nek kell követnie" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "hivatkozás nem létező almintára" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "a megjegyzés utáni ) hiányzik" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "a reguláris kifejezés túl nagy" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "a memóriakérés meghiúsult" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "a lookbehind kijelentés nem rögzített hosszúságú" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "hibásan formázott szám vagy név a (?( után" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "a feltételes csoport kettőnél több ágat tartalmaz" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "a (?( után kijelentésnek kellene állnia" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "ismeretlen POSIX osztálynév" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "a POSIX leválogató elemek nem támogatottak" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "a \\x{...} sorozaton belüli karakterérték túl nagy" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "érvénytelen feltétel: (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "A \\C nem engedélyezett a lookbehind kijelentésben" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "a rekurzív hívás végtelen ciklushoz vezethet" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "hiányzó befejező az alminta nevében" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "két elnevezett alminta neve azonos" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "rosszul formázott \\P vagy \\p sorozat" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "ismeretlen tulajdonságnév a \\P vagy \\p után" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "az alminta neve túl hosszú (legfeljebb 32 karakter)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "túl sok elnevezett alminta (legfeljebb 10 000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "az oktális érték nagyobb, mint \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "a DEFINE csoport több ágat tartalmaz" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "egy DEFINE csoport ismétlése nem engedélyezett" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "inkonzisztens NEWLINE beállítások" -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "a \\g után nem egy zárójelezett név vagy opcionálisan zárójelezett nem nulla " "szám áll" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "váratlan ismétlés" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "kódtúlcsordulás" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "a fordítási munkaterület túlcsordult" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "a korábban ellenőrzött hivatkozott alminta nem található" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Hiba a(z) %s reguláris kifejezés illesztésekor: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "A PRCE programkönyvtár UTF-8 támogatás nélkül lett fordítva" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" -msgstr "A PRCE programkönyvtár az UTF-8 tulajdonságok támogatása nélkül lett fordítva" +msgstr "" +"A PRCE programkönyvtár az UTF-8 tulajdonságok támogatása nélkül lett fordítva" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" -msgstr "Hiba a(z) „%s” reguláris kifejezés fordításakor a(z) %d. karakternél: %s" +msgstr "" +"Hiba a(z) „%s” reguláris kifejezés fordításakor a(z) %d. karakternél: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Hiba a(z) %s reguláris kifejezés optimalizálásakor: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "a program hexadecimális számjegyet vagy „}” jelet várt" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "a program hexadecimális számjegyet várt" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "hiányzó „<” jel a szimbolikus hivatkozásban" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "befejezetlen szimbolikus hivatkozás" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "nulla hosszúságú szimbolikus hivatkozás" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "re rendszer számjegyet várt" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "illegális szimbolikus hivatkozás" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "a záró „\\” helye nem megfelelő" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "ismeretlen escape sorozat" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" -msgstr "Hiba a(z) „%s” helyettesítőszöveg elemzésekor a(z) %lu. karakternél: %s" +msgstr "" +"Hiba a(z) „%s” helyettesítőszöveg elemzésekor a(z) %lu. karakternél: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Az idézett szöveg nem idézőjellel kezdődik" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Pár nélküli idézőjel a parancssorban vagy más, parancsértelmezőből idézett " "szövegben" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "A szöveg egy „\\” karakter után véget ért. (A szöveg: „%s”)" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" -msgstr "A szöveg véget ért, mielőtt %c idézőjelpárja meglett volna. (A szöveg: „%s”)" +msgstr "" +"A szöveg véget ért, mielőtt %c idézőjelpárja meglett volna. (A szöveg: „%s”)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" -msgstr "A szöveg üres volt (vagy legfeljebb üreshely-karaktereket tartalmazott)" +msgstr "" +"A szöveg üres volt (vagy legfeljebb üreshely-karaktereket tartalmazott)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Nem sikerült adatokat kiolvasni a gyermekfolyamatból" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Nem sikerült csővezetéket készíteni a gyermekfolyamattal (%s) való " "kommunikációhoz" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nem sikerült olvasni a gyermek csővezetékből (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nem sikerült átváltani a(z) „%s” könyvtárra (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Nem sikerült végrehajtani a gyermekfolyamatot (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Érvénytelen programnév: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Érvénytelen karaktersorozat a paraméterben a következő helyen: %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Érvénytelen karaktersorozat a környezetben: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Érvénytelen munkakönyvtár: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Nem sikerült végrehajtani a segítő programot (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -925,199 +941,200 @@ msgstr "" "Váratlan hiba, miközben a g_io_channel_win32_poll() adatokat olvasott egy " "gyermekfolyamatból" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Nem sikerült adatokat olvasni a gyermekfolyamatból (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Váratlan hiba, miközben a select() adatokat próbált olvasni egy " "gyermekfolyamatból (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Váratlan hiba a waitpid()-ben (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Nem sikerült folyamatot indítani (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nem sikerült a gyermekfolyamat („%s”) végrehajtása (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nem sikerült a gyermekfolyamat ki- vagy bemenetének átirányítása (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nem sikerült a gyermekfolyamat elindítása (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ismeretlen hiba a gyermekfolyamat („%s”) végrehajtása közben" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nem sikerült elég adatot kiolvasni a gyermek pid csővezetékből (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "A karakter az UTF-8 tartományon kívülre esik" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Érvénytelen sorozat az átalakítási bemenetben" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "A karakter az UTF-16 tartományon kívülre esik" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Használat:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[KAPCSOLÓ...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Súgólehetőségek:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Súgólehetőségek megjelenítése" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Minden súgólehetőség megjelenítése" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Alkalmazás kapcsolói:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Nem dolgozható fel a(z) „%s” egész érték a következőhöz: %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "A(z) „%s” egész érték a tartományon kívülre esik a következőhöz: %s" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Nem dolgozható fel a(z) „%s” dupla hosszúságú érték a következőhöz: %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "" "A(z) „%s” dupla hosszúságú érték a tartományon kívülre esik a következőhöz: %" "s" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Hiba a kapcsoló feldolgozása során: %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Hiányzó paraméter a következőhöz: %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Ismeretlen kapcsoló: %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "A keresési könyvtárakban nem található érvényes kulcsfájl" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Nem szabályos fájl" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "A fájl üres" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" "A kulcsfájl tartalmazza a(z) „%s” sort, amelyik nem egy kulcs-érték pár, " "csoport, vagy megjegyzés" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Érvénytelen csoportnév: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "A kulcsfájl nem csoporttal kezdődik" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Érvénytelen kulcsnév: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "A kulcsfájl a nem támogatott „%s” kódolást tartalmazza" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "A kulcsfájlból hiányzik a(z) „%s” csoport" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "A kulcsfájlban nincs „%s” kulcs" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "A kulcsfájl tartalmazza a(z) „%s” kulcsot „%s” értékkel, amelyik azonban nem " "UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "A kulcsfájl tartalmazza a(z) „%s” kulcsot, amelynek az értéke nem " "értelmezhető." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1126,128 +1143,125 @@ msgstr "" "A kulcsfájl tartalmazza a(z) „%s” kulcsot a(z) „%s” csoportban, amelynek " "értéke nem értelmezhető." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "A kulcsfájl nem tartalmazza a(z) „%s” kulcsot a(z) „%s” csoportban." -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "A kulcsfájl escape sorozattal megadott karaktert tartalmaz a sor végén" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "A kulcsfájl érvénytelen escape sorozatot tartalmaz („%s”)" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "A(z) „%s” érték nem értelmezhető számként." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "A(z) „%s” egész érték a tartományon kívülre esik" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "A(z) „%s” érték nem értelmezhető lebegőpontos számként." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "A(z) „%s” érték nem értelmezhető logikai értékként." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, 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:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Az adatfolyam már le van zárva" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "A művelet megszakítva" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Ismeretlen típus" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s fájltípus" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s típus" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Váratlan korai adatfolyam vége" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Névtelen" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "A desktop fájl nem adta meg az Exec mezőt" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Nem található az alkalmazáshoz szükséges terminál" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" -msgstr "Nem hozható létre a(z) %s felhasználói alkalmazáskonfigurációs mappa: %s" +msgstr "" +"Nem hozható létre a(z) %s felhasználói alkalmazáskonfigurációs mappa: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, 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:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "%s egyéni meghatározása" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "a meghajtó nem valósítja meg a kiadást" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "a meghajtó nem valósítja meg a média lekérdezését" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "A művelet nem támogatott" @@ -1260,93 +1274,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "A tartalmazó csatolás nem létezik" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Nem lehet a könyvtárra másolni" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "A könyvtár nem másolható könyvtárba" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "A célfájl létezik" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "A könyvtár nem másolható rekurzívan" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Érvénytelen szimbolikus link érték került megadásra" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "A Kuka nem támogatott" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "A fájlnevek nem tartalmazhatnak „%c” karaktert" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "a kötet nem valósítja meg a csatolást" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Nincs alkalmazás regisztrálva a fájl kezeléséhez" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Az enumerátor le van zárva" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "A fájlenumerátor hátralévő művelettel rendelkezik" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "A fájlenumerátor már le van zárva" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Az adatfolyam nem támogatja a query_info-t" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Az adatfolyam nem támogatja a pozicionálást" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "A bemeneti adatfolyam csonkítása nem engedélyezett" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Az adatfolyam csonkítása nem engedélyezett" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "A bemeneti adatfolyam nem valósítja meg az olvasást" @@ -1357,299 +1371,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Az adatfolyam hátralévő művelettel rendelkezik" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format 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:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Érvénytelen fájlnév: %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, 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:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Nem nevezhető át a gyökérkönyvtár" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format 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:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013 -#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Érvénytelen fájlnév" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Hiba a fájl átnevezése közben: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Hiba a fájl megnyitása közben: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "A könyvtár nem nyitható meg" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Hiba a fájl eltávolítása közben: %s" -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Hiba fájl kidobása közben: %s" -#: ../gio/glocalfile.c:1700 +#: gio/glocalfile.c:1709 #, 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:1721 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Nem található a Kuka felső szintű könyvtára" -#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format 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:1854 +#: gio/glocalfile.c:1863 #, 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:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Nem lehet a Kukába dobni a fájlt: %s" -#: ../gio/glocalfile.c:2017 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Hiba a(z) „%s” könyvtár megnyitásakor: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Hiba a szimbolikus link létrehozása során: %s" -#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Hiba a fájl áthelyezésekor: %s" -#: ../gio/glocalfile.c:2100 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "A könyvtár nem helyezhető át könyvtárba" -#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "A mentési fájl létrehozása meghiúsult" -#: ../gio/glocalfile.c:2141 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Hiba a célfájl eltávolításakor: %s" -#: ../gio/glocalfile.c:2155 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "A csatolások közti áthelyezés nem támogatott" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Az attribútum értéke nem lehet NULL" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Érvénytelen attribútumtípus (a várt karakterlánc helyett)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Érvénytelen kiterjesztett attribútumnév" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Hiba a(z) „%s” kiterjesztett attribútum beállításakor: %s" -#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Hiba a(z) „%s” fájl elérése közben: %s" -#: ../gio/glocalfileinfo.c:1458 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (érvénytelen kódolás)" -#: ../gio/glocalfileinfo.c:1618 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Hiba a fájlleíró elérésekor: %s" -#: ../gio/glocalfileinfo.c:1663 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Érvénytelen attribútumtípus (a várt uint32 helyett)" -#: ../gio/glocalfileinfo.c:1680 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Érvénytelen attribútumtípus (a várt uint64 helyett)" -#: ../gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Érvénytelen attribútumtípus (a várt bájtkarakterlánc helyett)" -#: ../gio/glocalfileinfo.c:1724 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Hiba a jogosultságok beállításakor: %s" -#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Hiba a tulajdonos beállításakor: %s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "a szimbolikus link nem lehet NULL" -#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827 -#: ../gio/glocalfileinfo.c:1838 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Hiba a szimbolikus link beállításakor: %s" -#: ../gio/glocalfileinfo.c:1817 +#: gio/glocalfileinfo.c:1894 #, c-format 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:1998 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "A(z) %s attribútum beállítása nem támogatott" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Hiba a fájl olvasásakor: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Hiba a fájlban kereséskor: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Hiba a fájl lezárásakor: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Nem található az alapértelmezett helyi fájlfigyelő típus" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Hiba a fájl írásakor: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Hiba a régi mentési link eltávolításakor: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Hiba a mentés létrehozásakor: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Hiba az ideiglenes fájl átnézésekor: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Hiba a fájl csonkításakor: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Hiba a(z) „%s” fájl megnyitásakor: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "A célfájl egy könyvtár" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "A célfájl nem szabályos fájl" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "A fájlt külső program módosította" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "A megadott GSeekType nem támogatott" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Érvénytelen keresési kérés" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "A GMemoryInputStream nem csonkítható" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "A maximális adattömbkorlát elérve" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "A memóriakimeneti adatfolyam nem méretezhető át" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "A memóriakimeneti adatfolyam átméretezése meghiúsult" @@ -1657,119 +1676,121 @@ 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:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "A csatolás nem valósítja meg a kiadást" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "A csatolás nem valósítja meg az újracsatolást" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "A kimeneti adatfolyam nem valósítja meg az írást" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "A forrás adatfolyam már le van zárva" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "név" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Az ikon neve" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "nevek" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Az ikonneveket tartalmazó tömb" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "alapértelmezett tartalékok használata" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." -msgstr "Használandók-e az alapértelmezett, a név „-” karaktereknél történt rövidítésével talált tartalékok. Több név megadása esetén az első utániakat figyelmen kívül hagyja." +msgstr "" +"Használandók-e az alapértelmezett, a név „-” karaktereknél történt " +"rövidítésével talált tartalékok. Több név megadása esetén az első utániakat " +"figyelmen kívül hagyja." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Hiba a unix olvasásakor: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Hiba a unix lezárásakor: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Fájlrendszer gyökere" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Hiba a unix írásakor: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "a kötet nem valósítja meg a kiadást" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Nem található az alkalmazás" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Hiba az alkalmazás indításakor: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "Az URI címek nem támogatottak" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "a társításmódosítások nem támogatottak win32 rendszeren" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "A társítás létrehozása nem támogatott win32 rendszeren" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "ne rejtse el a bejegyzéseket" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "hosszú felsorolási formátum használata" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FÁJL...]" - diff --git a/po/hy.po b/po/hy.po index a20f364..9e43a54 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2006-03-03 16:24+0000\n" "Last-Translator: Norayr Chilingaryan \n" "Language-Team: Armenian \n" @@ -15,74 +15,74 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 16bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ կարդալ '%s' Õ½Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ հղումը՝ %s" @@ -156,7 +156,7 @@ msgstr "" msgid "Invalid hostname" msgstr "" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "'%s' ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ բացելու սխալ՝ %s" @@ -298,22 +298,22 @@ msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ բացել '%s' ֆայլը՝ open() խափանվե msgid "Failed to map file '%s': mmap() failed: %s" msgstr "" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Սխալ %d Õ¿Õ¸Õ²Õ« %d տառում՝ %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Սխալ %d տողում՝ %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -321,93 +321,93 @@ msgid "" "it as &" msgstr "" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" msgstr "" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, 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 "" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" msgstr "" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Սխալ UTF-8 կոդավորված տեքստ" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Սխալ UTF-8 կոդավորված տեքստ" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Սխալ UTF-8 կոդավորված տեքստ" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Փաստաթուղթը պետք Õ§ Õ½Õ¯Õ½Õ¾Õ« որևէ Õ§Õ¬Õ§Õ´Õ¥Õ¶Õ¿Õ¸Õ¾ (օրինակ )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -415,87 +415,87 @@ msgid "" "character in an attribute name" msgstr "" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, 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 "" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" @@ -519,7 +519,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1117,7 +1117,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1131,7 +1131,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1170,7 +1170,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1183,10 +1183,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Սիմվոլիկ հղումները Õ¹Õ¥Õ¶ ապահովվում" @@ -1199,52 +1199,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Սիմվոլիկ հղումները Õ¹Õ¥Õ¶ ապահովվում" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1255,12 +1255,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1316,181 +1316,186 @@ msgstr "" msgid "Error getting filesystem info: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "'%s' ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ բացելու սխալ՝ %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ բացելու սխալ՝ %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Սիմվոլիկ հղումները Õ¹Õ¥Õ¶ ապահովվում" @@ -1563,12 +1568,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "" @@ -1578,17 +1583,17 @@ msgstr "" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1662,7 +1667,7 @@ msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" msgid "Error closing unix: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/id.po b/po/id.po index e69d884..c21b724 100644 --- a/po/id.po +++ b/po/id.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2005-08-30 22:41+0300\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" @@ -16,76 +16,76 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "Ada karakter aneh '%s'. Seharusnya ada karakter '=' setelah nama atribut '%" "s' pada elemen '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, fuzzy, c-format msgid "No valid bookmark file found in data dirs" msgstr "File kunci yang benar tidak ditemukan pada direktori data" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Gagal saat membaca link simbolik '%s': %s" @@ -159,7 +159,7 @@ msgstr "Nama path '%s' bukan path absolut" msgid "Invalid hostname" msgstr "Nama host salah" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Error saat membuka direktori '%s': %s" @@ -307,24 +307,24 @@ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "" "Gagal saat memetakan berkas '%s': fungsi mmap() mengalami kegagalan: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Error pada baris %d huruf ke %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Error pada baris ke %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Ada entitas '&;' yang kosong; Entitas yang benar antara lain adalah: & " "" < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -335,17 +335,17 @@ msgstr "" "yang boleh ada pada awal entitas; Bila ampersand ini dianggap bukan sebuah " "entitas, Beri kode escape dan tulis sebagai &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Karakter '%s' tidak boleh digunakan pada nama entitas" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Nama entitas '%s' tidak diketahui" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -354,7 +354,7 @@ msgstr "" "ampersand tanpa bermaksud menjadikannya sebagai entitas - silakan pakai " "& saja" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -363,17 +363,17 @@ msgstr "" "Gagal saat mengurai '%-.*s'. yang seharusnya sebuah digit dalam referensi " "karakter (misalnya ê) - mungkin digitnya terlalu besar" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" "Referensi karakter '%-.*s' tidak mengencodekan karakter yang diperbolehkan" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Refensi karakter kosong. Seharusnya berisi digit, mislanya dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -383,34 +383,34 @@ msgstr "" "menggunakan karakter ampersand tanpa bermaksud menjadikannya sebagai " "entitas. Silakan gunakan & saja" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Referensi entitas yang tidak sempurna" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Refersi karakter yang tidak sempurna" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Teks UTF-8 tidak benar" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Teks UTF-8 tidak benar" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Teks UTF-8 tidak benar" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokumen harus dimulai dengan elemen (misalnya )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -419,7 +419,7 @@ msgstr "" "'%s' bukanlah karakter yang benar bila diikuti dengan karakter '<'. Ini " "tidak boleh menjadi nama elemen" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -428,7 +428,7 @@ msgstr "" "Ada karakter aneh '%s'. Seharusnya ada '>' untuk mengakhiri tag awal pada " "elemen '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -436,7 +436,7 @@ msgstr "" "Ada karakter aneh '%s'. Seharusnya ada karakter '=' setelah nama atribut '%" "s' pada elemen '%s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -447,7 +447,7 @@ msgstr "" "padaelemen '%s', atau bisa juga ada atribut lain. Mungkin Anda menggunakan " "karakter yang tidak diperbolehkan pada nama atribut." -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -456,7 +456,7 @@ msgstr "" "Ada karakter aneh '%s'. Seharusnya ada tanda kutip buka setelah tanda sama " "dengan saat memberikan nilai atribut '%s' pada elemen '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elemen '%s' sudah ditutup, tidak ada elemen yang masih terbuka" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Elemen '%s' sudah ditutup, tapi elemen yang masih terbuka adalah '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokumen kosong atau berisi whitespace saja" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Dokumen terpotong tidak sempurna sesaat setelah membuka kurung siku '<'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -502,7 +502,7 @@ msgstr "" "Dokumen terpotong tidak sempurna dengan elemen yang masih terbuka - '%s' " "adalah elemen terakhir yang dibuka" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -511,19 +511,19 @@ msgstr "" "Dokumen terpotong tidak sempurna, seharusnya ada kurung siku penutup untuk " "mengakhiri tag <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumen terpotong tidak sempurna pada dalam nama elemen" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumen terpotong tidak sempurna di dalam tag pembukaan elemen." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -531,16 +531,16 @@ msgstr "" "Dokumen terpotong tidak sempurna setelah tanda sama dengan mengikuti nama " "atribut. Tidak ada nilai atribut yang diperoleh" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumen tidak sempura saat ada dalam nilai atribut" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokumen terpotong tidak sempurna di dalam tag penutup elemen '%s'" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumen terpotong tidak sempurna di dalam keterangan atau instruksi " @@ -566,7 +566,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1183,7 +1183,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1198,7 +1198,7 @@ msgstr "Pilihan tidak diketahui %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1237,7 +1237,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1250,10 +1250,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Link simbolik tidak didukung oleh sistem" @@ -1266,52 +1266,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Link simbolik tidak didukung oleh sistem" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1322,12 +1322,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1383,181 +1383,186 @@ msgstr "Nama program salah: %s" msgid "Error getting filesystem info: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nama host salah" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Error saat membuka direktori '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error saat membuka direktori '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Error pada baris ke %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Link simbolik tidak didukung oleh sistem" @@ -1630,12 +1635,12 @@ msgstr "Bukan sebuah file biasa" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nama program salah: %s" @@ -1645,17 +1650,17 @@ msgstr "Nama program salah: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1730,7 +1735,7 @@ msgstr "Error saat membaca file '%s': %s" msgid "Error closing unix: %s" msgstr "Error pada baris ke %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/is.po b/po/is.po index 13581af..2f45369 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2003-08-18 18:05+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -15,75 +15,75 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "Undarlegt tákn '%s', átti von á '=' eftir heiti eiginleika '%s' af mengi '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "gat ekki lesið tákntengið '%s': %s" @@ -157,7 +157,7 @@ msgstr "Slóðin '%s' er ekki full slóð" msgid "Invalid hostname" msgstr "Ógilt vélarheiti" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Villa við að opna möppuna '%s': %s" @@ -299,23 +299,23 @@ msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Villa á línu %d tákn %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Villa á línu %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Tómt viðfang '&;' fannst; gild viðföng eru: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -325,17 +325,17 @@ msgstr "" "Táknið '%s' er ógilt í upphafi heiti viðfanga; & táknið byrjar viðfang; ef " "Þetta og-merki á ekki að vera byrjun viðfangs ættir þú að rita það sem &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Táknið '%s' er ekki gilt í heitum viðfanga" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Viðfangið '%s' er óþekkt" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -343,7 +343,7 @@ msgstr "" "Viðfangið endar ekki á semikommu; líklega notaðir þú og-merkið án þess að " "ætla að byrja viðfang. Ritaðu það sem &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, fuzzy, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -352,16 +352,16 @@ msgstr "" "Gat ekki þáttað '%s' sem ætti að vera tölustafur innan í tilvísun í tákn " "(til dæmis ê). Ef til vill er talan of stór" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tákntilvísunin '%s' vísar ekki í leyfilegt tákn" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Tóm tákntilvísun; hún ætti að innihalda tölur eins og dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -370,34 +370,34 @@ msgstr "" "Viðfangið endar ekki á semikommu; líklega notaðir þú og-merkið án þess að " "ætla að byrja viðfang. Ritaðu það sem &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Hálfkláruð viðfangatilvísun" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Hálfkláruð tákntilvísun" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Ógildur UTF-8 þýddur texti" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Ógildur UTF-8 þýddur texti" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Ógildur UTF-8 þýddur texti" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Skjalið verður að byrja á viðfangi (t.d. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -406,21 +406,21 @@ msgstr "" "'%s' er ekki gilt tákn strax á eftir '<' tákninu; það má ekki byrja á heiti " "viðfangs" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "Undarlegt tákn '%s', átti von á '>' tákninu til að enda viðfangið '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Undarlegt tákn '%s', átti von á '=' eftir heiti eiginleika '%s' af mengi '%s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -431,7 +431,7 @@ msgstr "" "viðfangi '%s', eða eiginleika; Þú notaðir ef til vill ógilt tákn í heiti " "eiginleika" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -440,7 +440,7 @@ msgstr "" "Undarlegt tákn '%s', átti von á tilvísunarmerki eftir samasem merkinu þegar " "gildi er gefið með eiginleikanum '%s' af menginu '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Mengið '%s' var lokað og engin önnur mengi eru opin" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Mengið '%s' var lokað en mengið sem nú er opið er '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Skjalið var tómt eða innihélt einungis orðabil" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Skjalið endar óvænt rétt eftir opið minna en merki '<'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -484,7 +484,7 @@ msgstr "" "Skjalið endar óvænt með mengi sem enn eru opin. '%s' var mengið sem síðast " "var opnað" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -492,19 +492,19 @@ msgid "" msgstr "" "Skjalið endar óvænt. Átti von á að sjá stærraen merki sem lokar taginu <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Skjalið endar óvænt inn í heiti mengis" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Skjalið endar óvænt inn í heiti eiginleika" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Skjalið endar óvænt inn í tagi sem opnar mengi." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -512,16 +512,16 @@ msgstr "" "Skjalið endar óvænt eftir samasem merkið sem fylgir heiti eiginleika og það " "er ekkert gildi" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Skjalið endar óvænt inn í gildi eiginleika" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Skjalið endar óvænt inni í lokunartagi fyrir mengið '%s'" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Skjalið endar óvænt inni í athugasemd eða í miðri skipun" @@ -545,7 +545,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1148,7 +1148,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1162,7 +1162,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1201,7 +1201,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1214,10 +1214,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Tákntengi eru ekki studd" @@ -1230,52 +1230,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Tákntengi eru ekki studd" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1286,12 +1286,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1347,181 +1347,186 @@ msgstr "Ógilt vélarheiti" msgid "Error getting filesystem info: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ógilt vélarheiti" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Villa við að opna möppuna '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Skjalið endar óvænt inn í heiti eiginleika" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Villa við að opna möppuna '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Villa á línu %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Tákntengi eru ekki studd" @@ -1594,12 +1599,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Ógilt vélarheiti" @@ -1609,17 +1614,17 @@ msgstr "Ógilt vélarheiti" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1694,7 +1699,7 @@ msgstr "Villa við lestur skráarinnar '%s': %s" msgid "Error closing unix: %s" msgstr "Villa á línu %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/it.po b/po/it.po index 2991300..c2e0e5b 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.16.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-04 10:18+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -17,31 +17,31 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Attributo \"%s\" inatteso per l'elemento \"%s\"" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attributo \"%s\" dell'elemento \"%s\" non trovato" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Tag \"%s\" inatteso; atteso il tag \"%s\"" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Tag \"%s\" inatteso all'interno di \"%s\"" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -49,27 +49,27 @@ msgstr "" # usate le «» perché forse questa compare nella UI # -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Esiste già un segnalibro per l'URI «%s»" # vedi sopra per «» # -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Non è stato trovato alcun segnalibro per l'URI «%s»" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Nessuna definizione di tipo MIME nel segnalibro per l'URI \"%s\"" @@ -77,23 +77,23 @@ msgstr "Nessuna definizione di tipo MIME nel segnalibro per l'URI \"%s\"" # o private è il nome della flag (che quindi diventa opzione)? # cercare nel codice... -Luca # -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" "Non è stata definita alcuna flag privata nel segnalibro per l'URI \"%s\"" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Nessun gruppo impostato nel segnalibro per l'URI \"%s\"" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Nessuna applicazione di nome «%s» ha registrato un segnalibro per «%s»" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Espansione della riga exec \"%s\" con l'URI \"%s\" fallita" @@ -169,7 +169,7 @@ msgstr "Il nome di percorso \"%s\" non è un percorso assoluto" msgid "Invalid hostname" msgstr "Nome host non valido" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Errore nell'aprire la directory \"%s\": %s" @@ -325,23 +325,23 @@ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Mappatura del file \"%s\" fallita: mmap() fallita: %s" # GLIB-2-16 -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Errore alla riga %d carattere %d: " -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Errore alla riga %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Rilevata entità vuota '&;' (sono entità valide & " < > ')" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -352,17 +352,17 @@ msgstr "" "'&' dà inizio a un'entità; se questo simbolo \"e commerciale\" non vuole " "essere l'inizio di una entità, ricorrere a &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Il carattere '%s' non è valido all'interno di un nome di entità" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Il nome di entità '%s' è sconosciuto" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -371,7 +371,7 @@ msgstr "" "utilizzata una \"e commerciale\" senza l'intento di iniziare una entità. In " "tal caso ricorrere a \"&\"" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -381,18 +381,18 @@ msgstr "" "riferimento a carattere (es. ê) - probabilmente il numero è troppo " "grande" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" "Il riferimento a carattere \"%-.*s\" non codifica un carattere permesso" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" "Riferimento a carattere vuoto; dovrebbe includere un numero, come dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -402,33 +402,33 @@ msgstr "" "si è utilizzato un carattere \"e commerciale\" senza l'intenzione di " "iniziare una nuova entità. In tal caso ricorrere a \"&\"" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Riferimento a entità non terminato" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Riferimento a carattere non terminato" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Testo in codifica UTF-8 non valido - sequenza troppo lunga" # anche gradevole "di apertura" come da discussione su TP -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Testo in codifica UTF-8 non valido - non è un carattere di avvio" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Testo in codifica UTF-8 non valido - '%s' non valido" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Il documento deve iniziare con un elemento (es. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -437,7 +437,7 @@ msgstr "" "'%s' non è un carattere valido dopo il carattere '<'; non può iniziare con " "il nome di un elemento" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -446,7 +446,7 @@ msgstr "" "Trovato carattere '%s', atteso invece un carattere '>' per terminare il tag " "di inizio dell'elemento \"%s\"" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -454,7 +454,7 @@ msgstr "" "Trovato carattere '%s', atteso invece un carattere '=' dopo il nome " "dell'attributo \"%s\" dell'elemento \"%s\"" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -466,7 +466,7 @@ msgstr "" "attributo. Probabilmente è stato usato un carattere non valido nel nome di " "un attributo" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -476,7 +476,7 @@ msgstr "" "segno di uguale per attribuire un valore all'attributo \"%s\" dell'elemento " "\"%s\"" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "È stato chiuso l'elemento \"%s\", nessun elemento correntemente aperto" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "È stato chiuso l'elemento \"%s\", ma l'elemento correntemente aperto è \"%s\"" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Il documento era vuoto oppure conteneva unicamente spazi" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Il documento è terminato in modo inatteso subito dopo una parentesi angolare " "d'apertura '<'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -524,7 +524,7 @@ msgstr "" "Il documento è terminato in modo inatteso con elementi ancora aperti - \"%s" "\" era l'ultimo elemento aperto" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -533,23 +533,23 @@ msgstr "" "Il documento è terminato in modo inatteso, mancando la parentesi angolare di " "chiusura per il tag <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" "Il documento è terminato in modo inatteso all'interno di un nome di elemento" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" "Il documento è terminato in modo inatteso all'interno di un nome di attributo" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Il documento è terminato in modo inatteso all'interno di un tag di apertura " "elemento." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -557,20 +557,20 @@ msgstr "" "Il documento è terminato in modo inatteso dopo il segno di uguale che segue " "un nome di attributo; l'attributo non ha un valore" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" "Il documento è terminato in modo inatteso all'interno di un valore di " "attributo" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Il documento è terminato inaspettatamente all'interno del tag di chiusura " "per l'elemento \"%s\"" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Il documento è terminato in modo inatteso all'interno di un commento o " @@ -600,7 +600,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:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "errore interno" @@ -1310,7 +1310,7 @@ msgstr "Valore count troppo largo passato a %s" msgid "Stream is already closed" msgstr "Lo stream è già chiuso" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "L'operazione è stata annullata" @@ -1324,7 +1324,7 @@ msgstr "Tipo sconosciuto" msgid "%s filetype" msgstr "Tipo di file %s" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "Tipo %s" @@ -1369,7 +1369,7 @@ msgstr "Impossibile creare la cartella utente di configurazione MIME (%s): %s" msgid "Can't create user desktop file %s" msgstr "Impossibile creare il file .desktop utente %s" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Definizione personalizzata per %s" @@ -1383,10 +1383,10 @@ msgstr "l'unità non implementa l'espulsione" msgid "drive doesn't implement polling for media" msgstr "l'unità non supporta il sondaggio di supporti" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operazione non supportata" @@ -1399,52 +1399,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "L'oggetto mount contenuto non esiste" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Impossibile copiare sopra la directory" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Impossibile copiare la directory sopra la directory" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Il file destinazione esiste" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Impossibile copiare la directory ricorsivamente" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Fornito valore di collegamento simbolico non valido" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Cestino non supportato" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "I nomi di file non possono contenere '%c'" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "il volume non implementa il montaggio" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Non risulta registrata alcuna applicazione per gestire questo file" @@ -1456,12 +1456,12 @@ msgstr "L'enumeratore è chiuso" # una sola ???? #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "L'enumeratore di file presenta un'operazione in sospeso" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "L'enumeratore di file è già chiuso" @@ -1520,59 +1520,59 @@ msgstr "Nome di file %s non valido" msgid "Error getting filesystem info: %s" msgstr "Errore nell'ottenere informazioni sul file system: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Impossibile rinominare la directory root" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Impossibile rinominare il file, il nome di file esiste già" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Nome di file non valido" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Errore nel rinominare il file: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Errore nell'aprire il file: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Impossibile aprire la directory" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Errore nel rimuovere il file: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Errore nel cestinare il file: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Impossibile creare la directory cestino \"%s\": %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Impossibile trovare la directory di livello superiore per il cestino" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Impossibile trovare o creare la directory cestino" @@ -1580,121 +1580,126 @@ 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:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Impossibile creare il file informazioni cestinamento: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Impossibile cestinare il file: %s" +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Errore nell'aprire la directory \"%s\": %s" + # FIXME: all other occurrences are "symlink" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Errore nel creare il collegamento simbolico: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Errore nello spostare il file: %s" # ma che senso ha??? -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Impossibile spostare la directory sopra la directory" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Creazione del file backup fallita" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Errore nel rimuovare il file destinazione: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Spostamento tra oggetti mount non supportato" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Il valore dell'attributo deve essere non-NULL" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipo di attributo non valido (attesa stringa)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Nome di attributo esteso non valido" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Errore nell'impostare l'attributo esteso \"%s\": %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Impossibile eseguire lo stat del file \"%s\": %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (codifica non valida)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Errore nell'eseguire lo stat del descrittore di file: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo di attributo non valido (atteso unit32)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo di attributo non valido (atteso uint64)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Tipo di attributo non valido (attesa stringa di byte)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Errore nell'impostare i permessi: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Errore nell'impostare il proprietario: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "il collegamento simbolico deve essere non-NULL" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Errore nell'impostare il collegamento simbolico: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" @@ -1702,7 +1707,7 @@ msgstr "" "collegamento" # %s è l'attributo -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Impostazione dell'attributo %s non supportata" @@ -1775,12 +1780,12 @@ msgstr "Il file destinazione non è un file normale" msgid "The file was externally modified" msgstr "Il file è stato modificato dall'esterno" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Fornito GSeekType non valido" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Richiesta di posizionamento non valida" @@ -1790,17 +1795,17 @@ msgstr "Richiesta di posizionamento non valida" msgid "Cannot truncate GMemoryInputStream" msgstr "Impossibile troncare GMemoryInputStream" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Raggiunto il limite massimo dell'array di dati" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Stream di output di memoria non ridimensionabile" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Ridimensionamento dello stream di output di memoria fallito" @@ -1879,7 +1884,7 @@ msgstr "Errore nel leggere da unix: %s" msgid "Error closing unix: %s" msgstr "Errore nel chiudere unix: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "File system radice" diff --git a/po/ja.po b/po/ja.po index 09ec003..262cc24 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-11 20:46+0900\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-11 20:46+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" @@ -18,310 +18,309 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "想定外の属性 '%s' (要素 '%s') です" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "属性 '%s' (要素 '%s') がありません" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "想定外のタグ '%s' です (想定していたタグは '%s')" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "想定外のタグ '%s' ('%s' 内) です" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "データ・ディレクトリの中に妥当なブックマーク・ファイルはありません" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI が '%s' であるブックマークは既に存在します" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s' のブックマークが見つかりませんでした" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s' のブックマークの中で MIME 型が定義されていません" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" "URI '%s' のブックマークの中でプライベートではないフラグが定義されています" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s' のブックマークの中にグループがありません" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "アプリケーション '%s' は '%s' のブックマークを登録していません" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "文字セット '%s' から '%s' への変換はサポートしていません" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' から '%s' へのコンバータを開けませんでした" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "変換する入力に無効なバイトの並びがあります" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "変換中にエラー: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "入力の最後に不完全な文字シーケンスがあります" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "フォールバック '%s' を文字セット '%s' に変換できません" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' は \"file\" スキームの絶対 URI ではありません" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "ローカル・ファイルの URI '%s' は '#' は含みません" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' は正しくありません" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI のホスト名 '%s' がおかしいです" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' に無効なエスケープ文字が含まれています" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "パス名 '%s' が絶対パスではありません" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "無効なホスト名です" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "ディレクトリ '%s' を開く時にエラー: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu バイトを確保できませんでした (ファイル \"%s\" の読み込みに必要)" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "ファイル '%s' の読み出し中にエラー: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "ファイル '%s' を読めません: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "ファイル '%s' を開けません: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "ファイル '%s' の属性の取得できません: fstat() が失敗: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "ファイル '%s' を開けません: fdopen() が失敗: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "'%s' から '%s' へのファイル名の変更に失敗しました: g_rename() が失敗: %s" -#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "ファイル '%s' の生成に失敗しました: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "ファイル '%s' を書き込みモードで開けませんでした: fdopen() が失敗: %s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "ファイル '%s' への書き込みに失敗しました: fwrite() が失敗: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "ファイル '%s' を閉じれません: fclose() が失敗: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "既存のファイル '%s' を削除できませんでした: g_unlink() が失敗: %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "テンプレート '%s' が正しくありません ('%s' を含めないこと)" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "テンプレート '%s' に XXXXXX が含まれていません" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u バイト" msgstr[1] "%u バイト" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "シンボリック・リンクはサポートしていません" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' から '%s' へ変換するコンバータを開けませんでした: %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string では raw モードで読めません" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "変換されていないデータが読みこみバッファに残っています" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "チャンネルが不完全な文字で終わっています" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end では raw モードで読めません" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "ファイル '%s' を開けません: open() が失敗: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "ファイル '%s' のマップに失敗しました: mmap() が失敗: %s" -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "%d 行の %d 文字目でエラー:" -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d 行目でエラー: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "空のエンティティ '&;' があります; 正しいエンティティは: & " < " "> '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -332,17 +331,17 @@ msgstr "" "表わします。もしアンパサンドがエンティティでなければ、& のようにエスケー" "プしてください" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "文字 '%s' はエンティティ名として使えません" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "エンティティ名 '%s' というのは不明です" -#: ../glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -351,7 +350,7 @@ msgstr "" "ドを使ったのではないでしょうか。アンパサンドは & のようにエスケープしてく" "ださい" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -360,16 +359,16 @@ msgstr "" "'%-.*s' をパースできません。文字参照には数字が含まれなくてはなりません (例: " "ê) おそらく数字が大きすぎます" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "文字参照 '%-.*s' が使用可能な文字をエンコードしていません" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "空の文字参照です。dž のように数字がなくてはなりません" -#: ../glib/gmarkup.c:637 +#: glib/gmarkup.c:643 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,32 +378,32 @@ msgstr "" "サンド文字を使っているのかもしれません。アンパサンドは & とエスケープして" "ください" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "中途半端な実体参照です" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "中途半端な文字参照です" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "UTF-8 として正しくない文字列です (シーケンスが長すぎます)" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "UTF-8 として正しくない文字列です (文字で始まっていません)" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "UTF-8 として正しくない文字列です ('%s' は妥当ではありません)" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "ドキュメントは要素 (例 ) で始まってなくてはなりません" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -413,7 +412,7 @@ msgstr "" "'%s' は '<' に続く文字としては正しくありません。おそらく要素名の開始になって" "いません" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -422,13 +421,13 @@ msgstr "" "おかしな文字 '%s' があります。要素 '%s' の開始タグの最後は '>' でなくてはなり" "ません" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "おかしな文字 '%s' です。属性名'%s' (要素 '%s') の後には '=' が必要です" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -439,7 +438,7 @@ msgstr "" "はなりません。あるいは属性になります。おかしな文字を属性名に使ったのかもしれ" "ません" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -448,7 +447,7 @@ msgstr "" "おかしな文字 '%s' です。属性 '%s' (要素 '%s') の値を設定するには等号記号の後" "は引用記号で始まってなくてはなりません" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '' のみが使用で" "きます" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "要素 '%s' は閉じています。要素は何も開かれてません" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "要素'%s' が閉ました。しかし現在開いている要素は '%s' です" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "ドキュメントが空か、空白だけが含まれています" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "ドキュメントが開きカギカッコ '<' の直後で終了しています" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -493,7 +492,7 @@ msgstr "" "ドキュメントが突然終了しています。要素が開きっぱなしです。最後に開いた要素は " "'%s' です。" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -502,19 +501,19 @@ msgstr "" "ドキュメントはタグ <%s/> で終了しているものと想定していましたが、突然終了して" "います。" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "要素名の途中でドキュメントが突然終了しています" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "属性名の途中でドキュメントが突然終了しています" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "要素の開始タグの途中でドキュメントが突然終了しています" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -522,399 +521,397 @@ msgstr "" "属性名の後にある等号記号の次でドキュメントが突然終了しています: 属性値があり" "ません" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "ドキュメントが属性値の途中で突然終了しています" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "ドキュメントが要素 '%s' の閉じタグの途中で突然終了しています" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 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:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "内部エラー" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "条件の後方参照は部分マッチングをサポートしていません" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "再帰の上限に達しました" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "空の部分文字列に対する作業領域の上限に達しました" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "改行フラグの連携が間違っています" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "原因不明のエラー" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "パタンの終端に \\ があります" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "パタンの終端に \\c があります" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "認識できない文字の後ろに \\ があります" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "ここに大/小文字の変換を行うエスケープ (\\l、\\L、\\u、\\U) を挿入できません" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "量指定子 '{}' の中にある数値の順番が間違っています" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "量指定子 '{}' の中にある数値が大きすぎます" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "文字クラスを表す終端文字 '] ' がありません" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "文字クラスの中に無効なエスケープ・シーケンスがあります" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "文字クラスで文字の順番が間違っています" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "繰り返すものがありません" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "'(?' の後ろに認識できない文字があります" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "'(?<' の後ろに認識できない文字があります" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "(?P の後ろに認識できない文字があります" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX の名前付きクラスはクラスの内部でのみ利用できます" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "終端文字の ')' がありません" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr "開始文字 '(' が無い終端文字 ')'" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R または (?[+-]数値 が続く必要あり )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "存在しないサブパタンへの参照です" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "コメントの後ろに ')' がありません" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "正規表現が長すぎます" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "メモリの確保に失敗しました" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "後読み (lookbehind assertion) が固定長ではありません" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "'(?(' の後ろに不正な形式の数値または名前があります" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "条件グループに二つ以上のブランチがあります" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "assertion expected after (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "不明な POSIX のクラス名" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX では照合順序の要素はサポートしていません" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "\\x{...} の中にある文字値が大きすぎます" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "条件の '(?(0)' が間違っています" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "後読みのアサーションでは \\C を指定できません" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "繰り返しの呼び出しが無限ループになっています" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "サブパタンの名前に終端文字がありません" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "二つある名前付きサブパタンが同じ名前です" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "不正な \\P または \\p のシーケンスです" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "\\P または \\p の後ろにあるプロパティ名が不明です" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "サブパタンの名前が長すぎます (32 文字以下にして下さい)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "名前付きサブパタンが多すぎます (10,000 個以下にして下さい)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "8進数値が \\377 よりも大きいです" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE グループに1つ以上のブランチが含まれています" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "DEFINE グループは繰り返せません" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "NEWLINE オプションに矛盾があります" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "ブレース名の後ろに \\g が存在していないか、または0以外の数値でブレースしてい" "ます" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "想定外の繰り返しです" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "コードがオーバーフローしました" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "正規表現をコンパイルする領域で上限を超えました" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "直前にチェックしたサブパタンのリファレンスが見つかりませんでした" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "正規表現 %s でマッチングしている際にエラー: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "お使いの PCRE ライブラリは UTF-8 をサポートしていません" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "お使いの PCRE library は UTF-8 のプロパティをサポートしていません" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "正規表現 %s をコンパイルする際にエラー (%d 文字目): %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "正規表現 %s を最適化する際にエラー: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "16進数の数値または '}' を想定していました" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "16進数の数値を想定していました" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "シンボル参照の中に '<' がありません" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "中途半端なシンボル参照です" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "サイズが0のシンボル参照です" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "数値を想定していました" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "シンボル参照が間違っています" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "最後の '\\' に対応するシンボルがありません" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "不明なエスケープ・シーケンスです" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "代替文字列 \"%s\" の %lu 文字目を解析する際にエラー: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "引用テキストが引用記号で始まっていません" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format 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 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "テキストが空です (あるいは空白のみ)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "子プロセスからデータを読み出せません" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "子プロセスとの通信用のパイプを作成できません (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "子パイプから読み出せません (%s) " -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "'%s' というディレクトリへ移動できません (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "子プロセスを起動できません (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "プログラム名が無効です: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "%d の引数ベクタに不正な文字列があります: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "環境変数に不正な文字列があります: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "作業ディレクトリが不正です: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "ヘルパー・プログラム (%s) の起動が失敗しました" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -922,142 +919,142 @@ msgid "" msgstr "" "g_io_channel_win32_poll() が子プロセスからデータを読み出す際に想定外のエラー" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "子プロセスからデータを読めません (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "子プロセスからデータを読み出す際に select() で想定外のエラー (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() で想定外のエラー (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "fork 失敗 (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "子プロセスを起動できません \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "子プロセスの出力、または入力をリダイレクトできません (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "子プロセスを fork できません (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "子プロセスの実行時に不明なエラー \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "子 pid パイプから十分なデータを読めません (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 の範囲外の文字です" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "変換する入力で無効なシーケンスがあります" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 の範囲外の文字です" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "用法:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[オプション...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "ヘルプのオプション:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "ヘルプのオプションを表示する" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "ヘルプのオプションを全て表示する" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "アプリケーションのオプション:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "%2$s の整数値 '%1$s' を解析できません" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s の整数値 '%1$s' は範囲外の値です" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "%2$s の実数値 '%1$s' を解析できません" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "%2$s の実数値 '%1$s' は範囲外の値です" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "オプション %s の解析中にエラー" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "%s の引数がありません" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "%s は不明なオプションです" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "検索ディレクトリには妥当なキー・ファイルがありませんでした" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "通常のファイルではありません" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "ファイルが空です" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1065,49 +1062,49 @@ msgstr "" "キー・ファイルの行 '%s' がキー/値のペア、グループ、またはコメントではありませ" "ん" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "グループ名が無効です: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "キー・ファイルがグループで始まっていません" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "キーの名前が無効です: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "キー・ファイルにサポートしてないエンコーディング '%s' があります" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "キー・ファイルにグループ '%s' がありません" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "キー・ファイルにキー '%s' がありません" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "キー・ファイルのキー '%s' の値 '%s' が UTF-8 ではありません" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "キー・ファイルのキー '%s' の値を解釈できませんでした" -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1115,128 +1112,124 @@ msgid "" msgstr "" "キー・ファイルのグループ '%2$s' にあるキー '%1$s' の値を解釈できませんでした" -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "キー・ファイルにはグループ '%2$s' のキー '%1$s' がありません" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "キー・ファイルの行末にエスケープ文字が含まれています" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "キー・ファイルに無効なエスケープ・シーケンス '%s' が含まれています" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "値 '%s' を数値として解釈できません" -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "整数値 '%s' は範囲外の値です" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "値 '%s' を実数値として解釈できません" -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "値 '%s' を論理値として解釈できません" -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "%s に引き渡した値が大きすぎます" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "既にストリームは閉じています" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "操作がキャンセルされました" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "不明な種類" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s (ファイルの種類)" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s (種類)" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "想定していたよりも早くストリームの最後に到達しました" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "名前なし" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "デスクトップ・ファイルで Exec 項目を指定してませんでした" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "アプリケーションで必要な端末が見つかりませんでした" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ユーザのアプリケーション設定フォルダ %s を生成できません: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ユーザの MIME 型設定フォルダ %s を生成できません: %s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "ユーザのデスクトップ・ファイル %s を生成できません" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "%s に対する独自の設定" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "ドライブ側で取り出しの操作を実装していません" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "ドライブ側でポーリングによるメディアの検出を実装していません" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "サポートしていない操作です" @@ -1249,93 +1242,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "マウントを含んでいるものはありません" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "ディレクトリ全体をコピーできません" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "ディレクトリからディレクトリへコピーできません" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "対象となるファイルが存在しています" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "ディレクトリを再帰的にコピーできません" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "指定したシンボリックリンクは間違っています" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "ゴミ箱はサポートしていません" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "ファイル名に '%c' を含めることはできません" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "ボリュームはマウントを実装していません" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "このファイルを扱うアプリケーションが登録されていません" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Enumerator は閉じています" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "File enumerator has outstanding operation" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "ファイルの Enumerator は既に閉じています" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "ストリームは query_info をサポートしていません" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "ストリームにおけるシークはサポートしていません" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "入力ストリームで切りつめることはできません" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "ストリームにおける切りつめはサポートしていません" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "入力ストリームで読み込みを実装していません" @@ -1346,300 +1339,305 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" "ローカル・ディレクトリを監視するデフォルト・モニタの種類が見つかりません" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "ファイル名が無効です: %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "ファイルシステムの情報を取得する際にエラー: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "ルート・ディレクトリの名前は変更できません" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "ファイル名を変更できません (既に存在しているため)" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934 -#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "無効なファイル名です" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "ファイル名を変更する際にエラー: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "ファイルをオープンする際にエラー: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "ディレクトリをオープンできません" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "ファイルを削除する際にエラー: %s" -#: ../gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "ファイルをゴミ箱へ移動する際にエラー: %s" -#: ../gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ゴミ箱のディレクトリ (%s) の生成に失敗しました: %s" -#: ../gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "ゴミ箱のトップレベルなディレクトリが見つかりません" -#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "ゴミ箱ディレクトリが存在しないか生成できません" -#: ../gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ゴミ箱の情報ファイルを生成できません: %s" -#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "ファイルをゴミ箱へ移動できません: %s" -#: ../gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "ディレクトリ '%s' を開く時にエラー: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "シンボリックリンクを生成する際にエラー: %s" -#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "ファイルを移動する際にエラー: %s" -#: ../gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "ディレクトリからディレクトリへ移動できません" -#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "バックアップ・ファイルの生成に失敗しました" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "対象となるファイルを削除する際にエラー: %s" -#: ../gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "マウント間の移動はサポートしていません" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "属性値を NULL にしないで下さい" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "属性の種類が無効です (文字列を想定していた)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "拡張属性の名前が無効です" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' という拡張属性をセットする際にエラー: %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' というファイルの状態を取得する際にエラー: %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (無効なエンコーディング)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "ファイル・ディスクリプタの状態を取得する際にエラー: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "属性の種類が無効です (uint32 型を想定していた)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "属性の種類が無効です (uint64 型を想定していた)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "属性の種類が無効です (バイト型の文字列を想定していた)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "アクセス権をセットする際にエラー: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "所有者をセットする際にエラー: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "シンボリックリンクを NULL にしないで下さい" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "シンボリックリンクをセットする際にエラー: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "シンボリックリンクの指定でエラー: ファイルがリンクではない" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "%s という属性値はセットできません" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "ファイルから読み込む際にエラー: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "ファイルでシークする際にエラー: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "ファイルを閉じる際にエラー: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "ローカル・ファイルを監視するデフォルト・モニタの種類が見つかりません" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "ファイルに書き込む際ににエラー: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "古いバックアップのリンクを削除する際にエラー: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "バックアップのコピーを生成する際にエラー: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "作業用のファイル名を変更する際にエラー: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "ファイルを切りつめる際にエラー: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "'%s' というファイルをオープンする際にエラー: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "対象となるファイルはディレクトリです" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "対象となるファイルは通常のファイルではありません" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "ファイルが外部で変更されました" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "不正な GSeekType が指定されました" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "無効なシークの要求です" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream を切りつめることはできません" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "データ配列の上限に到達しました" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "メモリ出力ストリームの大きさは変更できません" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "メモリ出力ストリームの大きさを変更できませんでした" @@ -1647,55 +1645,55 @@ msgstr "メモリ出力ストリームの大きさを変更できませんでし #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "マウントはアンマウントを実装していません" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "マウントは取り出しを実装していません" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "マウントは再マウントを実装していません" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "出力ストリームは書き込みを実装していません" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "ソース・ストリームは既に閉じています" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "名前" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "アイコンの名前です" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "名前の集合" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "アイコンの名前を格納した配列です" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "デフォルトのフォールバックを使用する" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1703,64 +1701,64 @@ msgstr "" "'-' という代替え文字で名前を省略するデフォルトのフォールバックを使用するかど" "うかです (複数の名前を指定すると一番最初の名前より後ろの名前を全て無視します)" -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "unix から読み込む際にエラー: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "unix を閉じる際にエラー: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "ファイルシステムのルート" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "unix に書き込む際にエラー: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "ボリュームは取り出しを実装していません" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "アプリケーションが見つかりません" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "アプリケーションを起動する際にエラー: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI はサポートしていません" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "win32 で組み合わせの変更はサポートしていません" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "win32 で組み合わせの生成はサポートしていません" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "エントリを隠さない" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "長い形式で一覧表示する" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[ファイル...]" diff --git a/po/ka.po b/po/ka.po index 6360c70..20dd508 100644 --- a/po/ka.po +++ b/po/ka.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: ka\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2007-09-14 12:15+0200\n" "Last-Translator: Vladimer Sichinava ვლადიმერ სიჭინავა \n" "Language-Team: Georgian )" msgstr "დოკუმენტი უნდა დაიწყოს ელემეტით (მაგალითად )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -412,7 +412,7 @@ msgstr "" "სიმბოლო \"%s\" დაუშვებელია \"<\" სიმბოლოს შემდეგ; ამ სიმბოლოთი ელემენტის " "სახელის დაწყება არ შეიძლება" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -421,7 +421,7 @@ msgstr "" "ზედმეტი სიმბოლო \"%s\", მოსალოდნელია \">\" სიმბოლო ელემენტის \"%s\" ჭდის " "დასახურად" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -429,7 +429,7 @@ msgstr "" "ზედმეტი სიმბოლო \"%s\", მოსალოდნელია \"=\"ატრიბუტის სახელის \"%s\" შემდეგ " "ელემენტისთვის \"%s\"" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -440,7 +440,7 @@ msgstr "" "გამხსნელი ჭდის დასახურად ან დამატებითი ატრიბუტი; ასევე, შესაძლოა მცდარი " "სიმბოლო ატრიბუტის სახელში" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -449,7 +449,7 @@ msgstr "" "ზედმეტი სიმბოლო \"%s\", მოსალოდნელია გახსნილი ბრჭყალები ტოლობის ნიშნის " "შემდეგ ატრიბუტისთვის \"%s\" მნიშვნელობის მისანიჭებლად ელემენტისთვის \"%s\"" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "ელემენტი \"%s\" დაიხურა, არცერთი ელემენტი არაა გახსნილი" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "ელემენტი \"%s\" დაიხურა, მაგრამ გახსნილია ელემენტი \"%s\"" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "დოკუმენტი ცარიელია ან მხოლოდ ხარეებს შეიცავს" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "დოკუმენტი დასრულდა უშუალოდ კუთხოვანი ფრჩხილის \"<\" შემდეგ" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -494,7 +494,7 @@ msgstr "" "დოკუმენტი მოულოდნელად დასრულდა გახსნილი ელემენტებით - \"%s\" ბოლო გახსნილი " "ელემენტია" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -502,19 +502,19 @@ msgid "" msgstr "" "დოკუმენტი მოულოდნელად დასრულდა, მოსალოდნელია ჩამკეტი კუთხოვანი ფრჩხილი <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის სახელის შიგნით" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შიგნით" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის გამხსნელი ჭდის შიგნით." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -522,16 +522,16 @@ msgstr "" "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შემდგომი ტოლობის ნიშნის " "შემდეგ; ატრიბუტის მნიშვნელობა არ მითითებულა" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის მნიშვნელობის შიგნით" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის \"%s\" ჩამკეტი ჭდის შიგნით" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "დოკუმენტი მოულოდნელად დასრულდა კომენტარის ან დამუშავების ინსტრუქციის შიგნით" @@ -556,7 +556,7 @@ msgstr "უკან დაბრუნების ლიმიტი ამო msgid "the pattern contains items not supported for partial matching" msgstr "თარგი შეიცავს ნაწილობრივი დამთხვევისთვის მხარდაუჭერელ ელემეტებს" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "შიდა შეცდომა" @@ -1172,7 +1172,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1187,7 +1187,7 @@ msgstr "უცნობი შეცდომა" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1226,7 +1226,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1239,10 +1239,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული" @@ -1255,52 +1255,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "პროგრამისთვის სახელით '%s' არ მითითებულა სანიშნე '%s'" @@ -1311,12 +1311,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1372,181 +1372,186 @@ msgstr "გასაღების მიუღებელი სახელ msgid "Error getting filesystem info: %s" msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "მასპინძლის მცდარი სახელი" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ვერ ვქმნი '%s' ფაილს: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ვერ ვქმნი '%s' ფაილს: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ვერ ვქმნი '%s' ფაილს: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "შეცდომ \"%s\" დასტის გახსნისას: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "შეცდომის გაანალიზების პარამეტრი: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შიგნით" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "შეცდომ \"%s\" დასტის გახსნისას: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "გარდაქმნის შეცდომა: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "გარდაქმნის შეცდომა: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "შეცდომა სტრიქონში %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული" @@ -1619,12 +1624,12 @@ msgstr "ფაილი ჩვეულებრივი არაა" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "გასაღების მიუღებელი სახელი: %s" @@ -1634,17 +1639,17 @@ msgstr "გასაღების მიუღებელი სახელ msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1719,7 +1724,7 @@ msgstr "ფაილის \"%s\" წაკითხვის შეცდომ msgid "Error closing unix: %s" msgstr "შეცდომა სტრიქონში %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/kn.po b/po/kn.po index ba9ecc9..b55ea99 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.kn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-02-13 14:34+0530\n" "Last-Translator: Shankar Prasad \n" "Language-Team: Kannada \n" @@ -17,74 +17,74 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "'%s'ಘಟಕಕ್ಕೆ ಅನಪೇಕ್ಷಿತ ಗುಣ ವಿಶೇಷ '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%s' ದ ಘಟಕಕ್ಕೆ '%s' ಗುಣವಿಶೇಷ ಪತ್ತೆಯಾಗಿಲ್ಲ" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "ಅನಪೇಕ್ಷಿತ ಪದಗುಚ್ಛ '%s', ಪದಗುಚ್ಛ '%s' ವನ್ನು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%s' ದ ಒಳಗೆ ಅನಪೇಕ್ಷಿತ ಪದಗುಚ್ಛ '%s" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "ದತ್ತಾಂಶ ಕೋಶದಲ್ಲಿ ಯಾವುದೇ ಮಾನ್ಯ ಬುಕ್ ಮಾರ್ಕ್ ಕಂಡು ಬಂದಿಲ್ಲ" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI '%s' ಗೆ ಈಗಾಗಲೆ ಒಂದು ಬುಕ್ ಮಾರ್ಕ್ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s' ಗೆ ಯಾವುದೇ ಬುಕ್ ಮಾರ್ಕ್ ಕಂಡು ಬಂದಿಲ್ಲ" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s' ಗಾಗಿನ ಬುಕ್ ಮಾರ್ಕಿನಲ್ಲಿ ಯಾವುದೇ MIME ಪ್ರಕಾರವು ಕಂಡುಬಂದಿಲ್ಲ" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s' ನ ಬುಕ್ ಮಾರ್ಕಿನಲ್ಲಿ ಯಾವುದೇ ಖಾಸಗಿ ನಿಶಾನೆಯು ಸೂಚಿತವಾಗಿಲ್ಲ" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s' ಗಾಗಿ ಯಾವುದೇ ಸಮೂಹವು ಸಂಯೋಜಿತವಾಗಿಲ್ಲ" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' ಎಂಬ ಹೆಸರಿನ ಯಾವುದೇ ಅನ್ವಯವು '%s' ಗಾಗಿ ಒಂದು ಬುಕ್-ಮಾರ್ಕನ್ನು ನೊಂದಾಯಿಸಿಲ್ಲ" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec ಸಾಲು '%s' ಅನ್ನು URI '%s' ನೊಂದಿಗೆ ವಿಸ್ತರಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ" @@ -158,7 +158,7 @@ msgstr "ಪಥದ ಹೆಸರು '%s' ಒಂದು ಪರಿಪೂರ್ಣವ msgid "Invalid hostname" msgstr "ಅಮಾನ್ಯವಾದ ಅತಿಥೇಯದ ಹೆಸರು" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "ಕಡತ ಕೋಶ '%s' ವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s" @@ -302,23 +302,23 @@ msgstr "ಕಡತ '%s' ವನ್ನು ತೆರೆಯಲು ವಿಫಲವಾ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' ವನ್ನು ನಕ್ಷೆ ಕಡತಮಾಡುವಲ್ಲಿ ವಿಫಲ: mmap() ವಿಫಲಗೊಂಡಿದೆ: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "%d ಸಾಲಿನ %d ಚಿಹ್ನೆಯಲ್ಲಿ ದೋಷ:" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d ಸಾಲಿನಲ್ಲಿ ದೋಷ: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "ಖಾಲಿ ಘಟಕ '&;' ಕಂಡು ಬಂದಿದೆ; ಮಾನ್ಯ ನಮೂದುಗಳೆಂದರೆ: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -328,17 +328,17 @@ msgstr "" "'%s' ವು ಒಂದು ಘಟಕದ ಹೆಸರಿನ ಒಂದು ಆರಂಭದಲ್ಲಿ ಇರುವಂತಿಲ್ಲ; & ಅಕ್ಷರವು ಒಂದು ಘಟಕದ " "ಆರಂಭದಲ್ಲಿರಬೇಕು ಇದರಿಂದ ಹೊರಬರಲು & ಮಾಡಿ" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "ಒಂದು ಘಟಕದ ಹೆಸರಿನಲ್ಲಿ ಅಕ್ಷರ '%s' ವು ಮಾನ್ಯವಾದುದಲ್ಲ" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "ತಿಳಿದಿಲ್ಲದ ಘಟಕದ ಹೆಸರು '%s'" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -347,7 +347,7 @@ msgstr "" "ಆರಂಭಿಸುವ ಉದ್ದೇಶವಿಲ್ಲದೇ ampersand ಅಕ್ಷರವನ್ನು ಬಳಸಿದ್ದೀರಿ - ampersand ನಿಂದ ಹೊರಬರಲು " "& ಎಂದು ಮಾಡಿ" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -356,16 +356,16 @@ msgstr "" "'%-.*s' ಅನ್ನು parse ಮಾಡುವಲ್ಲಿ ವಿಫಲ, ಇದು ಒಂದು ಉಲ್ಲೇಖ ಅಕ್ಷರದ ಒಳಗಿನ ಒಂದು " "ಅಂಕಿಯಾಗಿರಬೇಕಿತ್ತು(ê ಉದಾಹರಣೆಗೆ) - ಬಹುಷಃ ಅಂಕಿಯು ಬಹಳ ದೊಡ್ಡದಾಗಿರಬೇಕು" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "ಅಕ್ಷರ ಉಲ್ಲೇಖ '%-.*s' ವು ಒಂದು ಅನುಮತಿ ಇರುವ ಅಕ್ಷರವನ್ನು encode ಮಾಡುವುದಿಲ್ಲ" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "ಖಾಲಿ ಉಲ್ಲೇಖ ಅಕ್ಷರ; dž ನಂತಹ ಅಂಕಿಗಳನ್ನು ಒಳಗೊಂಡಿರಬೇಕು" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -375,32 +375,32 @@ msgstr "" "ಘಟಕವನ್ನು ಆರಂಭಿಸುವ ಉದ್ದೇಶವಿಲ್ಲದೇ ampersand ಅಕ್ಷರವನ್ನು ಬಳಸಿದ್ದೀರಿ - ampersand ನಿಂದ " "ಹೊರಬರಲು & ಎಂದು ಮಾಡಿ" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಘಟಕ ಉಲ್ಲೇಖ" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಅಕ್ಷರ ಉಲ್ಲೇಖ" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಬಹಳ ಉದ್ದವಾದ ಅನುಕ್ರಮ" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಒಂದು ಆರಂಭ char ಅಲ್ಲ" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಮಾನ್ಯವಾದ '%s' ಅಲ್ಲ" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "ದಸ್ತಾವೇಜುಗಳು ಒಂದು ಅಂಶದಿಂದ ಆರಂಭಗೊಳ್ಳಬೇಕು (e.g. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -409,7 +409,7 @@ msgstr "" "'<' ಅಕ್ಷರವು ಬಂದ ನಂತರ, '%s' ವು ಒಂದು ಮಾನ್ಯವಲ್ಲದ ಅಕ್ಷರವಾಗಿದೆ; ಅದು ಒಂದು ಅಂಶದ ಹೆಸರನ್ನು " "ಆರಂಭಿಸದೇ ಇರಬಹುದು" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -418,7 +418,7 @@ msgstr "" "ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', '%s' ಅಂಶದ ಟ್ಯಾಗಿನ ಆರಂಭವು ಒಂದು '>' ಅಕ್ಷರದಿಂದ ಕೊನೆಗೊಳ್ಳಬೇಕು " "ಎಂದು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -426,7 +426,7 @@ msgstr "" "ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', '%s'ವು '%s' ಅಂಶದ ಗುಣಲಕ್ಷಣ ಹೆಸರಾಗಿದ್ದು ಅದರ ನಂತರ ಒಂದು '=' " "ಅನ್ನು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -437,7 +437,7 @@ msgstr "" "ಕೊನೆಗೊಳ್ಳಬೇಕು ಎಂದು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು, ಅಥವ ಆಯ್ಕಾತ್ಮಕವಾಗಿ ಒಂದು ಗುಣಲಕ್ಷಣ; ಬಹುಷಃ ನೀವು " "ಅಮಾನ್ಯ ಅಕ್ಷರವನ್ನು ಒಂದು ಗುಣಲಕ್ಷಣದ ಹೆಸರಿನಲ್ಲಿ ಬಳಸಿದ್ದೀರೆಂದು ತೋರುತ್ತದೆ" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -446,7 +446,7 @@ msgstr "" "ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', ಗುಣಲಕ್ಷಣ '%s'ವು '%s' ದ ಅಂಶವಾಗಿದ್ದು, ಇದಕ್ಕೆ ಒಂದು ಮೌಲ್ಯವನ್ನು " "ಕೊಡುವಾಗ ಸಮ ಚಿಹ್ನೆಯ ನಂತರ ಒಂದು ಮುಕ್ತ ಉದ್ಧರಣ ಚಿಹ್ನೆಯನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '' ವು " "ಅನುಮತಿ ಇರುವ ಅಕ್ಷರವಾಗಿರುತ್ತದೆ" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "ಅಂಶವು '%s' was closed, no element is currently open" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "ಅಂಶ '%s' ವು ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ, ಆದರೆ ಪ್ರಸ್ತುತ ಮುಕ್ತವಾಗಿರುವ ಅಂಶವೆಂದರೆ '%s' ಆಗಿದೆ" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "ದಸ್ತಾವೇಜು ಖಾಲಿಯಾಗಿತ್ತು ಅಥವ ಕೇವಲ ಕೇವಲ ಖಾಲಿ ಜಾಗಗಳನ್ನು ಹೊಂದಿತ್ತು" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಮುಕ್ತ ಕೋನ ಆವರಣ ಚಿಹ್ನೆ '<' ಯ ನಂತರ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -491,7 +491,7 @@ msgstr "" "ಅಂಶಗಳು ತೆರೆದಿರುವಾಗಲೇ ದಸ್ತಾವೇಜು ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ - '%s' ಯು ತೆರೆಯಲ್ಪಟ್ಟ " "ಕೊನೆಯ ಅಂಶ" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -500,19 +500,19 @@ msgstr "" "ದಸ್ತಾವೇಜು ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ, <%s/> ಟ್ಯಾಗಿನ ಕೊನೆಯಲ್ಲಿ ಒಂದು ಮುಕ್ತ ಕೋನ ಆವರಣ " "ಚಿಹ್ನೆಯನ್ನು ಕಾಣಲು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶದ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶ ತೆರೆಯುವ ಟ್ಯಾಗಿನ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -520,16 +520,16 @@ msgstr "" "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣದ ಹೆಸರಿನ ನಂತರದ ಸಮ ಚಿಹ್ನೆಯ ನಂತರ ಅನಿರೀಕ್ಷಿತವಾಗಿ " "ಕೊನೆಗೊಂಡಿದೆ; ಯಾವುದೇ ಗುಣಲಕ್ಷಣ ಮೌಲ್ಯವಿಲ್ಲ" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಮೌಲ್ಯದ ಒಳಗಿರುವಾಗ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶ'%s'ದ ಮುಚ್ಚಲ್ಪಟ್ಟ ಟ್ಯಾಗಿನ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಹೇಳಿಕೆ ಅಥವ ಪ್ರಕ್ರಿಯೆ ಸೂಚನೆಯ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ" @@ -553,7 +553,7 @@ msgstr "ಹಿಂಬಾಲಿಸುವ ಮಿತಿ ತಲುಪಿದೆ" msgid "the pattern contains items not supported for partial matching" msgstr "ಆಂಶಿಕ ಹೊಂದಾಣಿಕೆಗೆ ಬೆಂಬಲಿತವಾಗದ ಅಂಶಗಳನ್ನು ಈ ವಿನ್ಯಾಸವು ಹೊಂದಿದೆ" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "ಆಂತರಿಕ ದೋಷ" @@ -1159,7 +1159,7 @@ msgstr "%s ಗೆ ಬಹಳ ದೊಡ್ಡದಾದ ಎಣಿಕೆ ಮೌಲ msgid "Stream is already closed" msgstr "ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "ಕಾರ್ಯವು ರದ್ದುಗೊಂಡಿದೆ" @@ -1173,7 +1173,7 @@ msgstr "ಗೊತ್ತಿರದ ಬಗೆ" msgid "%s filetype" msgstr "%s ಕಡತದ ಬಗೆ" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s ಬಗೆ" @@ -1212,7 +1212,7 @@ msgstr "ಬಳಕೆದಾರ MIME ಸಂರಚನಾ ಫೋಲ್ಡರ್ %s msgid "Can't create user desktop file %s" msgstr "ಬಳಕೆದಾರನ ಡೆಸ್ಕ್‍ಟಾಪ್ ಕಡತ %s ಅನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "%s ಗಾಗಿನ ಕಸ್ಟಮ್ ವಿವರಣೆ" @@ -1225,10 +1225,10 @@ msgstr "ಹೊರತಳ್ಳುವುದನ್ನು ಡ್ರೈವ್ ಕಾ msgid "drive doesn't implement polling for media" msgstr "ಮಾಧ್ಯಮಕ್ಕಾಗಿ ಪೋಲ್ ಮಾಡುವುದನ್ನು ಡ್ರೈವ್ ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "ಕಾರ್ಯವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" @@ -1241,52 +1241,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "ಹೊಂದಿರುವ ಮೌಂಟ್ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "ಕೋಶವನ್ನು ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "ಸೂಚಿತ ಕಡತವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "ಕೋಶವನ್ನು ಪುನರಾವರ್ತಿತವಾಗಿ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "ಅಮಾನ್ಯವಾದ ಸಿಮ್‍ಲಿಂಕ್ ಮೌಲ್ಯವನ್ನು ಒದಗಿಸಲಾಗಿದೆ" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "ಟ್ರ್ಯಾಶ್ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "ಕಡತದ ಹೆಸರುಗಳು '%c' ಅನ್ನು ಹೊಂದುವಂತಿಲ್ಲ" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "ಪರಿಮಾಣವು ಆರೋಹಿಸುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "ಈ ಪುಟವನ್ನು ನಿಭಾಯಿಸಲು ಯಾವುದೆ ಅನ್ವಯವು ಅನುಸ್ಥಾಪಿತಗೊಂಡಿಲ್ಲ" @@ -1297,12 +1297,12 @@ msgid "Enumerator is closed" msgstr "ಎನ್ಯುಮರೇಟರ್ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರಿನಲ್ಲಿ ಕಾರ್ಯವು ಬಾಕಿ ಇದೆ" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" @@ -1358,181 +1358,186 @@ msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು %s" msgid "Error getting filesystem info: %s" msgstr "ಕಡತವ್ಯವಸ್ಥೆಯ ಮಾಹಿತಿಯನ್ನು ಪಡೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "ಮೂಲ ಕಡತಕೋಶದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗುವುದಿಲ್ಲ" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗಲಿಲ್ಲ, ಈ ಹೆಸರಿನ ಕಡತವು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "ಕಡತವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "ಕೋಶವನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "ಕಡತವನ್ನು ಕಸದ ಬುಟ್ಟಿಗೆ ವರ್ಗಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "ಕಸದ ಬುಟ್ಟಿಗಾಗಿ ಮೇಲ್ಮಟ್ಟದ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲು ಅಥವ ರಚಿಸಲಾಗಿಲ್ಲ:" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ಟ್ರ್ಯಾಶಿಂಗ್ ಮಾಹಿತಿ ಕಡತವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "ಕಡತವನ್ನು ಟ್ರ್ಯಾಶ್ ಮಾಡುವಲ್ಲಿ ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "ಕಡತ ಕೋಶ '%s' ವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಮಾಡುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "ಕಡತವನ್ನು ಸ್ಥಳಾಂತರಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "ಕೋಶವನ್ನು ಇನ್ನೊಂದು ಕೋಶಕ್ಕೆ ಸ್ಥಳಾಂತರಿಸಲಾಗುವುದಿಲ್ಲ" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "ಬ್ಯಾಕ್ ಕಡತವನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲತೆ" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "ಸೂಚಿತ ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "ಎರಡು ಆರೋಹಣ ತಾಣಗಳ ನಡುವೆ ವರ್ಗಾಯಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "ವೈಶಿಷ್ಟ್ಯದ ಮೌಲ್ಯವು ಶೂನ್ಯವಲ್ಲದುದಾಗಿರಬೇಕು" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (ನಿರೀಕ್ಷಿತ ಸಾಲು)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "ಅಮಾನ್ಯವಾದ ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ ವೈಶಿಷ್ಟ್ಯದ ಹೆಸರು" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ ವೈಶಿಷ್ಟ್ಯ '%s' ಅನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ಕಡತವನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (ಅಮಾನ್ಯ ಸಂಕೇತಿಕರಣ)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "ಕಡತ ಡಿಸ್ಕ್ರಿಪ್ಟರನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint32 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint64 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (ಬೈಟ್ ಸಾಲನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "ಮಾಲಿಕನನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "ಸಾಂಕೇತಿಕಕೊಂಡಿಯು ಶೂನ್ಯವಾಗಿರುವಂತಿಲ್ಲ" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: ಕಡತವು ಒಂದು ಸಾಂಕೇತಿಕಕೊಂಡಿಯಾಗಿಲ್ಲ" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "%s ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" @@ -1605,12 +1610,12 @@ msgstr "ಸೂಚಿತ ಕಡತವು ಒಂದು ಸಾಮಾನ್ಯ ಕ msgid "The file was externally modified" msgstr "ಕಡತವು ಹೊರಗಿನಿಂದ ಮಾರ್ಪಡಿಸಲ್ಪಟ್ಟಿದೆ" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "ಅಮಾನ್ಯವಾದ GSeekType ಅನ್ನು ಒದಗಿಸಲಾಗಿದೆ" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "ಅಮಾನ್ಯವಾದ ಕೋರಿಕೆ" @@ -1620,17 +1625,17 @@ msgstr "ಅಮಾನ್ಯವಾದ ಕೋರಿಕೆ" msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream ಅನ್ನು ಕಡಿತಗೊಳಿಸಲಾಗಿಲ್ಲ" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "ಗರಿಷ್ಟ ದತ್ತಾಂಶ ಅರೆ(array) ಮಿತಿಯನ್ನು ತಲುಪಿದೆ" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "ಮೆಮೊರಿ ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಪುನರ್ ಗಾತ್ರಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "ಮೆಮೊರಿ ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಅನ್ನು ಪುನರ್ ಗಾತ್ರಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" @@ -1707,7 +1712,7 @@ msgstr "ಯುನಿಕ್ಸ್‍ನಿಂದ ಓದುವಲ್ಲಿ ದೋ msgid "Error closing unix: %s" msgstr "ಯುನಿಕ್ಸ್ ಅನ್ನು ಮುಚ್ಚುವಲ್ಲಿ ದೋಷ: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "ಕಡತವ್ಯವಸ್ಥೆ ಮೂಲ" diff --git a/po/ko.po b/po/ko.po index 3d65e4c..e96ea22 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-02-07 17:32+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" @@ -17,74 +17,74 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "예상치 못하게 '%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 있습니다" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 없습니다" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "예상치 못하게 '%s' 태그가 있습니다. '%s' 태그가 있어야 합니다" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "예상치 못하게 '%2$s' 안에 '%1$s' 태그가 있습니다" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "데이터 디렉토리에 올바른 북마크 파일이 없습니다" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "'%s' URL에 대한 북마크가 이미 있습니다" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "'%s' URL에 대한 북마크가 없습니다" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "'%s' URL에 대한 북마크에 MIME 타입이 없습니다" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "'%s' URL에 대한 북마크에 개인 플래그가 없습니다" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "'%s' URL에 대한 북마크에 그룹이 설정되어 있지 않습니다" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "이름이 '%s'인 어떤 프로그램도 '%s'에 대한 북마크를 등록하지 않았습니다" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "URI '%s'을(를) 사용해 '%s' 실행줄 확장하기에 실패했습니다" @@ -158,7 +158,7 @@ msgstr "경로이름 '%s'은(는) 절대 경로가 아닙니다" msgid "Invalid hostname" msgstr "잘못된 호스트 이름" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "디렉토리 '%s' 여는 중 오류 : %s" @@ -299,17 +299,17 @@ msgstr "파일 '%s' 열기 실패: dopen() 실패: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "파일 '%s' 매핑 실패: mmap() 실패: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "%d째 줄 %d 문자에서 오류: " -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d째 줄에서 오류: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" @@ -317,7 +317,7 @@ msgstr "" "' 입니다" # FIXME: "escape"라는 동사를 번역? -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -328,18 +328,18 @@ msgstr "" "작합니다. 이 & 기호가 엔티티에 사용되는 것이 아닌 경우에는, & 라고 쓰십" "시오" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "문자 '%s'은(는) 엔티티 이름에서 올바르지 않습니다" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "엔티티 이름 '%s'이(가) 알려져 있지 않습니다" # FIXME: "escape"라는 동사를 번역? -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -348,7 +348,7 @@ msgstr "" "ê³  하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 & 라고쓰" "십시오" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -357,16 +357,16 @@ msgstr "" "'%-.*s'의 구문 해석에 실패했습니다. 문자 참조에는 숫자를 써야 합니다 (예를 " "들어 ê) - 숫자가 너무 클 수도 있습니다" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "문자 참조 '%-*s'에 대응되는 문자는 허용되지 않습니다" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "문자 참조가 비어 있습니다; dž처럼 숫자를 써야 합니다" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -376,32 +376,32 @@ msgstr "" "려고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 & 라고" "쓰십시오" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "엔티티 참조가 미완성입니다" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "문자 참조가 미완성입니다" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "잘못된 UTF-8 인코딩된 텍스트 - 너무 시퀀스가 깁니다" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "잘못된 UTF-8 인코딩된 텍스트 - 시작 문자가 아닙니다" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "잘못된 UTF-8 인코딩된 텍스트 - '%s' 부분이 올바르지 않습니다" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "문서는 엘리먼트로 시작하여야 합니다 (예 )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -410,7 +410,7 @@ msgstr "" "'%s'은(는) '<' 문자 다음에 쓸 수 없습니다; 이 문자로는 엘리먼트 이름을 시작" "할 수 없습니다" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -418,7 +418,7 @@ msgid "" msgstr "" "이상한 문자 '%s'. 엘리먼트 '%s'의 시작태그를 끝내는 '>'가 나타나야 합니다" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -426,7 +426,7 @@ msgstr "" "이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 이름 '%2$s' 다음에 '='이 나" "타나야 합니다" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -437,7 +437,7 @@ msgstr "" "나, 애트리뷰트가 나와야 합니다; 아마도 애트리뷰트 이름에 잘못된 문자를 쓴 ê²½" "우일 것입니다" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -446,7 +446,7 @@ msgstr "" "이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 '%2$s'의 값을 부여할 때 = " "기호 다음에 따옴표가 나타나야 합니다" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '' 문" "자를 쓸 수 있습니다" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' 엘리먼트는 닫혔고, 현재 아무 엘리먼트도 열려 있지 않습니다" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' 엘리먼트는 닫혔고, 현재 열려 있는 엘리먼트는 '%s'입니다" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "문서가 비어있거나 공백문자만 들어 있습니다" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "'<' 바로 다음에 문서가 갑작스럽게 끝났습니다" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -491,7 +491,7 @@ msgstr "" "엘리먼트가 열려 있는 상태로 문서가 갑작스럽게 끝났습니다 - 마지막에 열려 있" "던 엘리먼트는 '%s'입니다" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -499,19 +499,19 @@ msgid "" msgstr "" "문서가 갑작스럽게 끝났습니다. <%s/> 태그를 끝내는 > 기호가 나타나야 합니다" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "엘리먼트 이름에서 문서가 갑작스럽게 끝났습니다" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "에트리뷰트 이름에서 문서가 갑작스럽게 끝났습니다" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "엘리먼트의 열기 태그 안에서 문서가 갑작스럽게 끝났습니다." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -519,17 +519,17 @@ msgstr "" "애트리뷰트 이름 다음의 = 기호 다음에서 문서가 갑작스럽게 끝났습니다; 애트리뷰" "트 값이 없습니다" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "애트리뷰트 값 안에서 문서가 갑작스럽게 끝났습니다" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "엘리먼트 '%s'의 닫기 태그 안에서 문서가 갑작스럽게 끝났습니다" # FIXME: processing instruction? -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "주석문 혹은 처리 안내자 태그 안에서 문서가 갑작스럽게 끝났습니다" @@ -553,7 +553,7 @@ msgstr "역추적 최대값에 도달했습니다" msgid "the pattern contains items not supported for partial matching" msgstr "패턴 안에 부분 매치에서 지원하지 않는 항목이 들어 있습니다." -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "내부 오류" @@ -1163,7 +1163,7 @@ msgstr "%s에 넘긴 카운트 값이 너무 큽니다" msgid "Stream is already closed" msgstr "스트림을 이미 닫았습니다" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "동작이 취소되었습니다" @@ -1177,7 +1177,7 @@ msgstr "알 수 없는 종류" msgid "%s filetype" msgstr "%s 파일종류" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s 종류" @@ -1216,7 +1216,7 @@ msgstr "사용자 MIME 설정 폴더(%s)를 만들 수 없습니다: %s" msgid "Can't create user desktop file %s" msgstr "%s 사용자 desktop 파일을 만들 수 없습니다" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "%s에 대한 사용자 설정 정의" @@ -1229,10 +1229,10 @@ msgstr "드라이브가 eject를 구현하지 않았습니다" msgid "drive doesn't implement polling for media" msgstr "드라이브가 미디어의 폴링을 구현하지 않았습니다" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "동작을 지원하지 않습니다" @@ -1245,52 +1245,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "들어 있는 마운트가 없습니다" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "디렉토리를 덮어 써서 복사할 수 없습니다" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "디렉토리를 덮어 써서 디렉토리를 복사할 수 없습니다" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "대상 파일이 있습니다" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "디렉토리를 재귀적으로 복사할 수 없습니다" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "잘못된 심볼릭 링크 값이 주어졌습니다" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "휴지통을 지원하지 않습니다" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "파일 이름에 '%c' 문자가 들어갈 수 없습니다" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "볼륨이 mount를 구현하지 않았습니다" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "이 파일을 처리하는 프로그램을 아무 것도 등록하지 않았습니다" @@ -1301,12 +1301,12 @@ msgid "Enumerator is closed" msgstr "이뉴머레이터를 이미 닫았습니다 " #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "파일 이뉴머레이터에 진행 중인 동작이 있습니다" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "파일 이뉴머레이터를 이미 닫았습니다" @@ -1362,181 +1362,186 @@ msgstr "잘못된 파일 이름 %s" msgid "Error getting filesystem info: %s" msgstr "파일 시스템 정보를 가져오는 중 오류: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "루트 디렉토리의 이름을 바꿀 수 없습니다" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "파일 이름을 바꿀 수 없습니다. 파일이 이미 있습니다" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "잘못된 파일 이름" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "파일 이름 바꾸기 오류: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "파일 열기 오류: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "디렉토리를 열 수 없습니다" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "파일 지우기 오류: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "파일 버리기 오류: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "휴지통 디렉토리(%s)를 만들 수 없습니다: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "휴지통의 상위 디렉토리를 찾을 수 없습니다" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "휴지통 디렉토리를 찾을 수 없거나 만들 수 없습니다" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "휴지통 정보 파일을 만들 수 없습니다: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "파일을 버릴 수 없습니다: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "디렉토리 '%s' 여는 중 오류 : %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "심볼릭 링크를 만드는 데 오류: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "파일 옮기는 데 오류: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "디렉토리를 덮어 써서 디렉토리를 옮길 수 없습니다" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "백업 파일 만들기가 실패했습니다" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "대상 파일을 지우는 데 오류: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "다른 마운트 사이에 옮기기는 지원하지 않습니다" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "애트리뷰트 값은 NULL이 아니어야 합니다" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "잘못된 애트리뷰트 종류 (문자열 필요)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "잘못된 확장 에트리뷰트 이름" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "확장 애트리뷰트 '%s' 설정 중 오류: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' 파일의 정보를 읽는 중 오류: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (잘못된 인코딩)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "파일 디스크립터 정보를 읽는 중 오류: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "잘못된 애트리뷰트 종류 (uint32 필요)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "잘못된 애트리뷰트 종류 (uint64 필요)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "잘못된 애트리뷰트 종류 (바이트 문자열 필요)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "권한 설정 중 오류: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "소유자 설정 중 오류: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "심볼릭 링크는 NULL이 아니어야 합니다" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "심볼릭 링크 설정 중 오류: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "심볼릭 링크 설정 중 오류: 파일이 심볼릭 링크가 아닙니다" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "%s 애트리뷰트 설정은 지원하지 않습니다" @@ -1609,12 +1614,12 @@ msgstr "대상 파일이 일반 파일이 아닙니다" msgid "The file was externally modified" msgstr "파일이 외부에서 바뀌었습니다" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "잘못된 GSeekType이 주어졌습니다" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "잘못된 seek 요청" @@ -1624,17 +1629,17 @@ msgstr "잘못된 seek 요청" msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream은 자를 수 없습니다" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "최대 데이터 배열 한계에 도달했습니다" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "메모리 출력 스트림은 크기를 바꿀 수 없습니다" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "출력 스트림의 크기를 바꾸는 데 실패했습니다" @@ -1711,7 +1716,7 @@ msgstr "유닉스 소켓을 읽는 중 오류: %s" msgid "Error closing unix: %s" msgstr "유닉스 소켓을 닫는 중 오류: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "파일 시스템 루트" diff --git a/po/ku.po b/po/ku.po index b01827b..263291d 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2006-04-20 17:33+0000\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" @@ -16,74 +16,74 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.10\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Vekirina dosiya '%s' serneket: %s" @@ -157,7 +157,7 @@ msgstr "" msgid "Invalid hostname" msgstr "Navê hostê nederbasdar e" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "" @@ -299,22 +299,22 @@ msgstr "" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Di rêza %d tîpa %d de çewtî: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Di rêza %d de çewtî: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -322,91 +322,91 @@ msgid "" "it as &" msgstr "" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" msgstr "" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, 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 "" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" msgstr "" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -414,87 +414,87 @@ msgid "" "character in an attribute name" msgstr "" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, 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 "" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" @@ -518,7 +518,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1114,7 +1114,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1129,7 +1129,7 @@ msgstr "Vebijêrka nenas %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1168,7 +1168,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1181,10 +1181,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "" @@ -1197,52 +1197,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1253,12 +1253,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1314,181 +1314,186 @@ msgstr "Navê bernameyê nederbasdar e: %s" msgid "Error getting filesystem info: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Navê hostê nederbasdar e" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Di xwendina dosyeya '%s' de çewtî: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1561,12 +1566,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Navê bernameyê nederbasdar e: %s" @@ -1576,17 +1581,17 @@ msgstr "Navê bernameyê nederbasdar e: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1660,7 +1665,7 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s" msgid "Error closing unix: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/lt.po b/po/lt.po index 5f499b2..7897343 100644 --- a/po/lt.po +++ b/po/lt.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-11 12:44+0200\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-11 12:44+0200\n" "Last-Translator: Žygimantas Beručka \n" "Language-Team: Lithuanian \n" @@ -21,223 +21,223 @@ msgstr "" "100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: KBabel 1.11.4\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Netikėtas požymis „%s“ elementui „%s“" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Elemento „%2$s“ požymis „%1$s“ nerastas" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Netikėta žymė „%s“, tikėtasi žymės „%s“" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Netikėta žymė „%s“ viduje „%s“" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Duomenų aplankuose nerasta tinkamo žymelių failo" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI „%s“ žymelė jau egzistuoja" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Žymelė URI „%s“ nerasta" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI „%s“ žymelėje neapibrėžtas MIME tipas" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI „%s“ žymelėje neapibrėžta privati vėliavėlė" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI „%s“ žymelėje nenurodyta jokia grupė" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Nėra programos pavadinimu „%s“ registravusios „%s“ žymelę" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Klaidinga baitų seka keitimo įvedime" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Klaida keitimo metu: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Nepilna simbolio seka įvedimo pabaigoje" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Negalima keisti atgalinio varianto „%s“ į koduotę „%s“" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Vietinio failo adresas „%s“ negali turėti simbolio „#“" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "Adresas „%s“ yra klaidingas" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Kompiuterio vardas „%s“ adrese yra klaidingas" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Adrese „%s“ yra klaidingai perkoduoti symboliai" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Kelias „%s“ nėra absoliutus" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Klaidingas kompiuterio vardas" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Klaida atidarant aplanką „%s“: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nepavyko paskirti %lu baitų reikalingų perskaityti failą „%s“" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Klaida skaitant failą „%s“: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Nepavyko perskaityti failo „%s“: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nepavyko atverti failo „%s“: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, 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:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nepavyko atverti failo „%s“: fdopen() klaida: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nepavyko sukurti failo „%s“: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Nepavyko įraÅ¡yti failo „%s“: fwrite() klaida: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Nepavyko užverti failo „%s“: fclose() klaida: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Å ablonas „%s“ klaidingas, jame negali bÅ«ti „%s“" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Å ablone „%s“ nėra XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -245,85 +245,84 @@ msgstr[0] "%u baitas" msgstr[1] "%u baitai" msgstr[2] "%u baitų" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nepavyko perskaityti simbolinės nuorodos „%s“: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Simbolinės nuorodos nepalaikomos" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Nepavyko atverti keitiklio iÅ¡ „%s“ į „%s“: %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Negalima vykdyti tiesioginio skaitymo iÅ¡ g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Nepakeistų duomenų likučiai skaitymo buferyje" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanalas pasibaigia nepilnu simboliu" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Negalima vykdyti tiesioginio skaitymo iÅ¡ g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nepavyko atverti failo „%s“: open() klaida: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nepavyko rasti failo „%s“: mmap() klaida: %s" -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Klaida eilutėje %d simbolyje %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Klaida eilutėje %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Aptiktas tuščias elementas '&;'; galimi elementai yra: & " < " "> '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -334,17 +333,17 @@ msgstr "" "elemento įvedimą; jei Å¡is ampersendas nėra elemento pradžia, apeikite jį su " "&" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Simbolis „%s“ nepriimtinas elemento varde" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Nežinomas elemento vardas „%s“" -#: ../glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -352,7 +351,7 @@ msgstr "" "Elementas nepasibaigė kabliataÅ¡kiu; greičiausiai JÅ«s panaudojote ampersendo " "simbolį nepradėdami elemento įvedimo - apeikite ampersendą įvesdami &" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -361,16 +360,16 @@ msgstr "" "Nepavyko apdoroti „%-.*s“, kuris galėjo turėti skaičius simbolio apraÅ¡yme " "(pvz. ê) - gal skaičius per didelis" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Simbolio apraÅ¡ymas „%-.*s“ neatitinka leistinus simbolius" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Tuščias simbolio apraÅ¡ymas; ten turėtų bÅ«ti skaičiai, pvz. dž" -#: ../glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -380,32 +379,32 @@ msgstr "" "ampersendo simbolį nepradėdami elemento įvedimo - apeikite ampersendą " "įvesdami &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Nebaigtas elemento apraÅ¡ymas" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Nebaigtas simbolio apraÅ¡ymas" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Klaidingai koduotas UTF-8 tekstas – per ilga seka" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Klaidingai koduotas UTF-8 tekstas – ne pradžios simbolis" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Klaidingai koduotas UTF-8 tekstas – netinkamas „%s“" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentas turėtų prasidėti elementu (pvz. )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -413,7 +412,7 @@ msgid "" msgstr "" "„%s“ negali bÅ«ti raÅ¡omas po „<“ simbolio; jis nepradeda jokio elemento vardo" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -422,7 +421,7 @@ msgstr "" "Neįprastas simbolis „%s“, tikėtasi sulaukti „>“ simbolio, užbaigiančio " "pradinį elementą „%s“" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -430,7 +429,7 @@ msgstr "" "Neįprastas simbolis „%1$s“, tikėtasi sulaukti „=“ po elemento „%3$s“ požymio " "vardo „%2$s“" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -441,7 +440,7 @@ msgstr "" "užbaigiančių elementą „%s“, arba papildomo požymio; gal JÅ«s panaudojote " "netinkama simbolį požymio varde" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -450,7 +449,7 @@ msgstr "" "Neįprastas simbolis „%1$s“, po lygybės tikėtasi sulaukti atidarančio " "citavimo simbolio pradedant „%3$s“ elemento „%2$s“ požymio reikÅ¡mę" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '“" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" "Elemento „%s“ uždarymo simbolis sutiktas anksčiau už elemento atidarymo " "simbolį" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "Sutiktas elemento „%s“ uždarymo simbolis, tačiau Å¡iuo metu atidarytas kitas " "elementas „%s“" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokumentas tuščias arba susideda tik iÅ¡ tarpų" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentas netikėtai pasibaigė tuoj po atidarančių skliaustų '<'" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -499,7 +498,7 @@ msgstr "" "Dokumentas netikėtai pasibaigė neuždarius dalies elementų - „%s“ yra " "paskutinis atviras elementas" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -508,19 +507,19 @@ msgstr "" "Dokumentas netikėtai pasibaigė, nesulaukta uždarančių skliaustų simbolio <%s/" ">" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentas netikėtai pasibaigė elemento varde" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentas netikėtai pasibaigė požymio varde" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentas netikėtai pasibaigė elemento atvėrimo žyme." -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -528,400 +527,398 @@ msgstr "" "Dokumentas netikėtai pasibaigė lygybės simboliu einančio po požymio vardo; " "nerasta požymio reikÅ¡mė" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentas netikėtai pasibaigė požymio verte" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokumentas netikėtai pasibaigė elemento „%s“ uždarančiame simbolyje" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumentas netikėtai pasibaigė komentaruose arba apdorojimo instrukcijose" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "sugadintas objektas" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "vidinė klaida arba sugadintas objektas" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "nebėra atminties" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "pasiekta atgalinio sekimo riba" -#: ../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 "Å¡ablone yra dalinio atitikimo nepalaikomų elementų " -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "vidinė klaida" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "atgalinės nuorodos kaip sąlygos nepalaikomos daliniam atitikimui" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "pasiekta rekursijos riba" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "pasiekta tuščių poeilių darbalaukio riba" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "netinkama naujos eilutės vėliavėlių kombinacija" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "nežinoma klaida" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ Å¡ablono pabaigoje" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c Å¡ablono pabaigoje" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "neatpažintas simbolis po \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "kodai, keičiantys registrą, (\\l, \\L, \\u, \\U) čia neleistini" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "skaičiai ne iÅ¡ eilės {} kvantoriuje" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "skaičius per didelis {} kvantoriuje" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "trÅ«ksta baigiamojo ] simbolio klasei" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "klaidinga speciali seka simbolio klasėje" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "ruožas ne iÅ¡ eilės simbolio klasėje" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nėra ką kartoti" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "neatpažintas simbolis po (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "neatpažintas simbolis po (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "neatpažintas simbolis po (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "klasės POSIX vardais leidžiamos tik klasių viduje" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "trÅ«ksta baigiamojo )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") be atveriamojo (" #. 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 "po (?R arba (?[+-]skaitmenys turi bÅ«ti )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "nuoroda į neegzistuojantį poÅ¡ablonį" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "trÅ«ksta ) po komentaro" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "reguliarioji iÅ¡raiÅ¡ka per didelė" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "nepavyko rezervuoti atminties" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "žiÅ«ros atgal teiginys nefiksuoto ilgio" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "netaisyklingas skaičius ar vardas po (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "sąlyginė grupė turi daugiau negu dvi Å¡akas" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "tikimasi teiginio po (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "nežinomas POSIX klasės vardas" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX gretinimo elementai nepalaikomi" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "simbolio reikÅ¡mė \\x{...} sekoje per didelė" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "netaisyklinga sąlygą (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C neleistinas žiÅ«ros atgal teiginyje" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "rekursyvus iÅ¡kvietimas gali veikti be galo" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "trÅ«ksta baigiamojo simbolio poÅ¡ablonio pavadinime" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "du vardiniai poÅ¡abloniai turi tą patį vardą" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "netaisyklinga \\P arba \\p seka" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "nežinomas savybės vardas po \\P arba \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "poÅ¡ablonio vardas per ilgas (turi bÅ«ti iki 32 simbolių)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "per daug vardinių poÅ¡ablonių (iki 10000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "aÅ¡tuntainė reikÅ¡mė didesnė už \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE grupėje yra daugiau negu viena Å¡aka" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "neleidžiama kartoti DEFINE grupės" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "nenuoseklios NEWLINE savybės" -#: ../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 "po \\g nėra vardo riestiniuose skliaustuose arba teigiamo skaičiaus" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "netikėtas pakartojimas" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "kodo pervirÅ¡is" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "perpildyta kompiliavimo sritis" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "anksčiau tikrintas nurodytas poÅ¡ablonis nerastas" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Klaida ieÅ¡kant reguliariosios iÅ¡raiÅ¡kos %s atitikmens: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE biblioteka sukompiliuota be UTF8 palaikymo" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE biblioteka sukompiliuota be UTF8 ypatybių palaikymo" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Klaida kompiliuojanti reguliarią iÅ¡raiÅ¡ką %s ties simboliu %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Klaida optimizuojant reguliariąją iÅ¡raiÅ¡ką %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "laukta Å¡eÅ¡ioliktainio skaitmens arba „}“" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "laukta Å¡eÅ¡ioliktainio skaitmens" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "simbolinėje nuorodoje trÅ«ksta „<“" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "nebaigta simbolinė nuoroda" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "nulinio ilgio simbolinė nuoroda" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "laukta skaitmens" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "neleistina simbolinė nuoroda" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "nevietoje galutinis „\\“" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "nežinoma kaitos seka" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Klaida apdorojant pakeitimo tekstą „%s“ ties simboliu %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Cituojamas tekstas neprasideda citavimo ženklu" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Nesutampantis citavimo simbolis komandinėje eilutėje arba kitame terpės " "cituotame tekste" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Tekstas pasibaigė tuoj po „\\“ simbolio. (Tekste buvo įraÅ¡yta „%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 "" "Tekstas pasibaigė nesulaukus %c atitinkančio citatos ženklo. (Tekste buvo " "įraÅ¡yta „%s“)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Tekstas buvo tuščias arba turėjo vien tik tarpo simbolius)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Nepavyko gauti duomenų iÅ¡ antrinio proceso" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Nepavyko sukurti konvejerio skirto keistis duomenimis su antriniu procesu (%" "s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nepavyko perskaityti duomenų iÅ¡ antrinio konvejerio (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nepavyko pakeisti į aplanką „%s“ (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Nepavyko paleisti antrinio proceso (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Netinkamas programos pavadinimas: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Netinkama seka argumento vektoriuje, pozicijoje %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Netinka seka aplinkoje: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Netinkamas darbinis aplankas: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Nepavyko paleisti pagalbinės programos (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -930,145 +927,145 @@ msgstr "" "Netikėta klaida tarp g_io_channel_win32_poll() funkcijos duomenų skaitymo iÅ¡ " "antrinio proceso metu" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Nepavyko gauti duomenis iÅ¡ antrinio proceso (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Netikėta klaida tarp select() funkcijos duomenų gavimo iÅ¡ antrinio proceso (%" "s) metu" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Netikėta klaida iÅ¡ waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Nepavyko atskirti (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nepavyko paleisti antrinio proceso „%s“ (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nepavyko perimti antrinio proceso (%s) iÅ¡vedimo arba įvedimo" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nepavyko atskirti antrinio proceso (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Nežinoma klaida vykdant antrinį procesą „%s“" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Nepavyko perskaityti reikiamo duomenų kiekio iÅ¡ antrinio pid konvejerio (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Simbolis neatitinka UTF-8 simbolių diapazono" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Klaidinga seka keitimo įvestyje" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Simbolis neatitinka UTF-16 simbolių diapazono" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Naudojimas:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[PARINKTIS...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Pagalbos parinktys:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Rodyti pagalbos parinktis" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Rodyti visas pagalbos parinktis" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Programos parinktys:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Nepavyko apdoroti sveikosios reikÅ¡mės „%s“, reikalingos %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Sveikoji reikÅ¡mė „%s“, reikalinga %s, virÅ¡ija ribas" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Nepavyko apdoroti dvigubos reikÅ¡mės „%s“, reikalingos %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Dviguboji reikÅ¡mė „%s“, reikalinga %s, virÅ¡ija ribas" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Klaida apdorojant parinktį %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "%s trÅ«ksta argumento" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Nežinoma parinktis %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "PaieÅ¡kos aplankuose nepavyko rasti tinkamo raktų failo" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Nėra paprastas failas" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Failas yra tuščias" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1076,50 +1073,50 @@ msgstr "" "Raktų faile yra eilutė „%s“, kuri nėra raktas-reikÅ¡mė pora, grupė ar " "komentaras" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Netinkamas grupės pavadinimas: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Raktų failas neprasideda grupe" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Netinkamas rakto pavadinimas: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Raktų faile yra nepalaikoma koduotė „%s“" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Raktų failas neturi grupės „%s“" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Raktų failas neturi rakto „%s“" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Raktų faile yra raktas „%s“ su reikÅ¡me „%s“, kuri nėra UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Raktų faile yra raktas „%s“, kuriame yra reikÅ¡mė, kurios negalima suprasti." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1128,129 +1125,125 @@ msgstr "" "Raktų faile yra raktas „%s“ grupėje „%s“, kuriame yra reikÅ¡mė, kurios " "negalima suprasti." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Raktų faile nėra rakto „%s“ grupėje „%s“" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Raktų faile, eilutės pabaigoje yra pabėgimo simbolis" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Raktų faile yra klaidinga pabėgimo eilutė „%s“" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "ReikÅ¡mės „%s“ negalima interpretuoti kaip skaičiaus." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Sveikoji reikÅ¡mė „%s“ virÅ¡ija ribas" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" "ReikÅ¡mės „%s“ negalima interpretuoti kaip slankiojo kablelio skaičiaus." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ReikÅ¡mės „%s“ negalima interpretuoti kaip loginės." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "Per didelė skaičiavimo reikÅ¡mė perduota %s" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Srautas jau užvertas" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operacija nutraukta" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Nežinomas tipas" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s failo tipos" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s tipas" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Netikėta ankstyva srauto pabaiga" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nepavadinta" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Darbalaukio failas nenurodė Exec lauko" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Nerastas terminalas, reikalingas programai" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Nepavyko sukurti naudotojo nustatymų aplanko %s: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nepavyko sukurti naudotojo MIME nustatymų aplanko %s: %s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Nepavyko sukurti naudotojo darbalaukio failo %s" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Specialus apibrėžimas %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "įrenginys nerealizuoja iÅ¡stÅ«mimo" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "įrenginys nerealizuoja laikmenos tikrinimo užklausimo" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operacija nepalaikoma" @@ -1263,93 +1256,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Tėvinis prijungimo taÅ¡kas neegzistuoja" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Negalima kopijuoti ant aplanko" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Negalima kopijuoti aplanko ant aplanko" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Nurodytas failas jau egzistuoja" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Negalima rekursyviai kopijuoti aplanko" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Netaisyklinga simbolinės nuorodos reikÅ¡mė" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Å iukÅ¡lės nepalaikomos" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Failų varduose negali bÅ«ti '%c'" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "skirsnis nepalaiko prijungimo" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Nėra programos, priregistruotos kaip skaitančios šį failą" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Enumeratorius užvartas" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Failų enumeratoriui liko neatlikta operacija" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Failų enumeratorius jau užvertas" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Srautas nepalaiko query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Pozicijos perkėlimas srauto nepalaikomas" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Trumpinimas įėjimo srauto nepalaikomas" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Trumpinimas srauto nepalaikomas" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Å altinio srautas nerealizuoja skaitymo" @@ -1360,299 +1353,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Srautui liko neįvykdyta operacija" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Nepavyko rasti įprasto vietinių aplankų stebėjimo tipo" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Netaisyklingas failo vardas %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Klaida skaitant failų sistemos informaciją: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Nepavyko pervadinti Å¡akninio aplanko" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Nepavyko pervadinti failo, failo vardas jau užimtas" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934 -#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "netaisyklingas failo vardas" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Klaida pervadinant failą: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Klaida atveriant failą: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Nepavyko atverti aplanko" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Klaida trinant failą: %s" -#: ../gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Klaida perkeliant į Å¡iukÅ¡les failą: %s" -#: ../gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nepavyko sukurti Å¡iukÅ¡lių aplanko %s: %s" -#: ../gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Nepavyko rasti Å¡akninio aplanko Å¡iukÅ¡lėms" -#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Nepavyko rasti ar sukurti Å¡iukÅ¡lių aplanko" -#: ../gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nepavyko Å¡iukÅ¡lių informacijos failo: %s" -#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Nepavyko į Å¡iukÅ¡les perkelti failo: %s" -#: ../gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Klaida atidarant aplanką „%s“: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Klaida kuriant simbolinę nuorodą: %s" -#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Klaida perkeliant failą: %s" -#: ../gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Negalima perkelti aplanko per aplanką" -#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Atsarginės kopijos sukÅ«rimas nesėkmingas" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Klaida trinant nurodytą failą: %s" -#: ../gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Perkėlimas tarp prijungimo taÅ¡kų nepalaikomas" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Atributo reikÅ¡mė turi bÅ«ti netuščia" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "netaisyklingas atributo tipas (tikimasi simbolių sekos)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "netaisyklingas iÅ¡plėstinio atributo pavadinimas" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Klaida nurodant iÅ¡plėstinį atributą „%s“: %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Klaida skaitant failo „%s“ informaciją: %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (netaisyklinga koduotė)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Klaida skaitant failo deskriptoriaus informaciją: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Klaidingas atributo tipas (tikimasi uint32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Klaidingas atributo tipas (tikimasi uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Klaidingas atributo tipas (tikimasi baitų sekos)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Klaida nustatant teises: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Klaida nustatant savininką: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "Simbolinė nuoroda turi bÅ«ti netuščia" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Klaida nustatant simbolinę nuorodą: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "Klaida nustatant simbolinę nuorodą: failas nėra simbolinė nuoroda" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Atributo %s nustatymas nepalaikomas" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Klaida skaitant failą: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Klaida keičiant poziciją faile: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Klaida užveriant failą: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Nepavyko rasti numatytojo vietinių failų stebyklės tipo" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Klaida raÅ¡ant į failą: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Klaida Å¡alinant senos atsarginės kopijos nuorodą: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Klaida kuriant atsarginę kopiją: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Klaida pervadinant laikinąjį failą: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Klaida trumpinant failą: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Klaida atveriant failą „%s“: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Paskirties failas yra aplankas" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Paskirties failas nėra paprastas failas" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "Failas buvo pakeistas kitos programos" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Netaisyklingas GSeekType" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "netaisyklinga seek užklausa" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Nepavyko sutrumpinti GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Pasiekta virÅ¡utinė duomenų masyvo riba" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Atminties iÅ¡vedimo srauto dydis nekeičiamas" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Nepavyko pakeisti atminties iÅ¡vedimo srauto dydžio" @@ -1660,55 +1658,55 @@ 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:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 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 remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "prijungimo taÅ¡kas nepalaiko prijungimo iÅ¡ naujo" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "IÅ¡vedimo srautas nepalaiko raÅ¡ymo" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Å altinio srautas jau užvertas" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "pavadinimas" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Piktogramos pavadinimas" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "pavadinimai" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Masyvas iÅ¡ piktogramų pavadinimų" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "naudoti numatytuosius atsarginius variantus" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1717,64 +1715,64 @@ msgstr "" "pavadinimą ties „-“ simboliais. Pavadinimai po pirmojo, jei duoti keli, " "ignoruojami." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Klaida skaitant unix: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Klaida užveriant unix: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Failų sistemos Å¡aknis" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Klaida raÅ¡ant į unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "skirsnis nerealizuoja iÅ¡stÅ«mimo" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Nepavyko rasti programos" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Klaida paleidžiant programą: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI nepalaikomi" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "saitų keitimai win32 sistemose nepalaikomi" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Saitų kÅ«rimas win32 sistemose nepalaikomas" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "neslėpti įrašų" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "naudoti iÅ¡samų sąraÅ¡o formatą" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FAILAS...]" diff --git a/po/lv.po b/po/lv.po index 1f883fe..704b81d 100644 --- a/po/lv.po +++ b/po/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2002-12-19 01:04+0200\n" "Last-Translator: Artis Trops \n" "Language-Team: Latvian \n" @@ -14,75 +14,75 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "Savāda rakstzÄ«me '%s', gaidÄ«ju '=' aiz atribÅ«ta nosaukuma '%s' elementam '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Neizdevās izveidot failu '%s': %s" @@ -156,7 +156,7 @@ msgstr "Ceļvārds '%s' nav absolutais ceļš" msgid "Invalid hostname" msgstr "Nepareizs hostdatora nosaukums" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Kļūda atverot direktoriju '%s': %s" @@ -298,24 +298,24 @@ msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Kļūda rindā %d rakstzÄ«me %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Kļūda rindā %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "PamanÄ«ta tukÅ¡a entÄ«tija '&;'; derÄ«gas entÄ«tijas ir: & " < > " "'" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -326,17 +326,17 @@ msgstr "" "entÄ«tiju; ja Å¡Ä« zÄ«me netiek atbalstÄ«ta, lai bÅ«tu entÄ«tija, aizvieto to ar " "&" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "RakstzÄ«me '%s' nav derÄ«ga entÄ«tijas nosaukumā" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "EntÄ«tijas nosaukums \"%s\" nav zināms" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -344,7 +344,7 @@ msgstr "" "EntÄ«tija nebeidzās ar semikolu; visdrÄ«zāk jÅ«s lietojāt & zÄ«mi bez nodoma " "sākt entÄ«tiju - aizvieto & zÄ«mes ar &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, fuzzy, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -353,16 +353,16 @@ msgstr "" "Nevarēju parsēt '%s', kur vajadzētu bÅ«t ciparam iekÅ¡ rakstzÄ«mes atsauces " "(ê piemēram) - iespējams, ka cipars ir pārāk liels" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "RakstzÄ«mes atsauce '%s' neÅ¡ifrē atļautu rakstzÄ«mi" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "TukÅ¡a rakstzÄ«mes atsauce; bÅ«tu jāiekļauj cipars, kā dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -371,34 +371,34 @@ msgstr "" "RakstzÄ«mes atsauce nebeidzās ar semikolu; visdrÄ«zāk jÅ«s lietojāt & zÄ«mi bez " "nodoma sākt entÄ«tiju - aizvieto & zÄ«mes ar &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Nepabeigta entÄ«tijas atsauce" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Nepabeigta rakstzÄ«mes atsauce" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Nepareizi kodēts UTF-8 teksts" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Nepareizi kodēts UTF-8 teksts" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Nepareizi kodēts UTF-8 teksts" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentam jāsākās ar elementu (piem., )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -407,7 +407,7 @@ msgstr "" "'%s' nav atļauta rakstzÄ«me, sekojoÅ¡a aiz rakstzÄ«mes '<'; tā nedrÄ«kst iesākt " "elementa vārdu." -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -416,14 +416,14 @@ msgstr "" "Savāda rakstzÄ«me '%s', gaidÄ«ju '>' rakstzÄ«mi, kas nobeigtu sākuma tagu " "elementam '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Savāda rakstzÄ«me '%s', gaidÄ«ju '=' aiz atribÅ«ta nosaukuma '%s' elementam '%s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -434,7 +434,7 @@ msgstr "" "tagu elementam '%s' vai fakultatÄ«vi atribÅ«tu; iespējams, jÅ«s lietojāt " "nepareizu rakstzÄ«mi atribÅ«ta nosaukumā" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -443,7 +443,7 @@ msgstr "" "Savāda rakstzÄ«me '%s', gaidÄ«ju atvērtās pēdiņas pēc vienādÄ«bas zÄ«mes, " "nosakot vērtÄ«bu atribÅ«tam '%s' no elementa '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elements '%s' tika aizvērts, neviens elements paÅ¡laik nav atvērts" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Elements '%s' tika aizvērts, bet paÅ¡laik atvērtais elements ir '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokuments bija tukÅ¡s vai saturēja tikai tukÅ¡u atstarpi" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokuments negaidÄ«ti izbeidzās tieÅ¡i pēc atvērtās stÅ«ra iekavas '<'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -488,7 +488,7 @@ msgstr "" "Dokuments negaidÄ«ti izbeidzās ar joprojām atvērtiem elementiem - '%s' bija " "pēdējais atvērtais elements" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -497,19 +497,19 @@ msgstr "" "Dokuments negaidÄ«ti izbeidzās, cerēju ieraudzÄ«t aizveroÅ¡o stÅ«ra iekavu, " "beidzoties ar tagu <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokuments negaidÄ«ti izbeidzās iekšā elementa nosaukumā" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokuments negaidÄ«ti izbeidzās iekšā atribÅ«ta nosaukumā" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokuments negaidÄ«ti izbeidzās elementa-atveroÅ¡ajā tagā." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -517,16 +517,16 @@ msgstr "" "Dokuments negaidÄ«ti izbeidzās aiz vienādÄ«bas zÄ«mes, sekojot atribÅ«ta " "nosaukumam; nav atribÅ«ta vētÄ«bas" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokuments negaidÄ«ti izbeidzās kamēr iekšā atribÅ«ta vērtÄ«bā" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokuments negaidÄ«ti izbeidzās iekšā elementa '%s' aizveroÅ¡ajā tagā" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokuments negaidÄ«ti izbeidzās iekšā komentārā vai apstrādes instrukcijā" @@ -551,7 +551,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1157,7 +1157,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1171,7 +1171,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1210,7 +1210,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1223,10 +1223,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "" @@ -1239,52 +1239,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1295,12 +1295,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1356,181 +1356,186 @@ msgstr "Nepareizs hostdatora nosaukums" msgid "Error getting filesystem info: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nepareizs hostdatora nosaukums" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Kļūda atverot direktoriju '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Dokuments negaidÄ«ti izbeidzās iekšā atribÅ«ta nosaukumā" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Kļūda atverot direktoriju '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Kļūda rindā %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1603,12 +1608,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nepareizs hostdatora nosaukums" @@ -1618,17 +1623,17 @@ msgstr "Nepareizs hostdatora nosaukums" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1703,7 +1708,7 @@ msgstr "Kļūda nolasot failu '%s': %s" msgid "Error closing unix: %s" msgstr "Kļūda rindā %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/mg.po b/po/mg.po index ade7a4d..6df9432 100644 --- a/po/mg.po +++ b/po/mg.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2007-03-03 19:00+0300\n" "Last-Translator: Fanomezana Rajaonarisoa \n" "Language-Team: MALAGASY \n" @@ -14,75 +14,75 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Marika manokana '%s' ho an'ny '%s' tsy nampoizina" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Tsy hita ny marika manokana '%s' ho an'ny '%s'" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Tsy nampoizina ny taf '%s', nantenaina ny tag '%s'" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Misy tag '%s' tsy nampoizina anatin'ny '%s'" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Tsy misy raki-drohy mitombina anatin'ny lahatahiry misy ny data" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Efa misy rohy ny URI '%s'" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Tsy nahitana rohy ny URI '%s'" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Tsy misy karazana MIME voafaritra ho an'ny rohin'ny URI '%s'" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Tsy misy saina manokana voafaritra ho an'ny rohin'ny URI '%s'" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Tsy misy vondrona voafaritra ho an'ny rohin'ny URI '%s'" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" "Tsy misy rindranasa mitondra ny anarana '%s' nanambara rohy ho an'ny '%s'" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Tsy voavaky ny rohy misolotena '%s': %s" @@ -156,7 +156,7 @@ msgstr "Tsy sori-dàlana feno ny anaran-tsori-dàlana '%s'" msgid "Invalid hostname" msgstr "Anaram-pampiantrano diso" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s" @@ -302,23 +302,23 @@ msgstr "Tsy voasokatra ny rakitra '%s': tsy nahomby ny open(): %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Tsy voamap ny rakitra '%s': tsy nahomby ny mmap(): %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Misy tsy fetezana amin'ny andalana %d marika %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Misy tsy fetezana amin'ny andalana %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Nahita ary '&;' foana; ireto no fidirana ekena: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -329,17 +329,17 @@ msgstr "" "anaran'ny ary. Raha toa ka tsy raisin'ny ary iray an-tànana io marika io " "(&), dia ataovy & mba ialana izany" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Tsy mety atao amin'ny anaran'ary ny marika '%s'" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Tsy fantatra ny anaran'ary '%s'" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -348,7 +348,7 @@ msgstr "" "hampiasa esperluette hanombohana ary angamba ianao - esperluette fialana toy " "ny &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -357,16 +357,16 @@ msgstr "" "Tsy voazarazara ny '%-.*s' izay tokony ho isa anaty fiantsoana marika " "(ê, ohatra). Mety lehibe loatra angamba ilay isa." -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tsy manafango marika azo ampiasaina ny fiantsoana marika '%-.*s'" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Fiantsoana marika foana; tokony hisy isa toy ny dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -376,35 +376,35 @@ msgstr "" "nihevitra hampiasa esperluette hanombohana ary angamba ianao - esperluette " "fialana toy ny &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Fiantsoana ary tsy vita" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Fiantsoana marika tsy vita" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Lahabolana voafango UTF-8 tsy mitombina" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Lahabolana voafango UTF-8 tsy mitombina" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Lahabolana voafango UTF-8 tsy mitombina" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "" "Tsy maintsy manomboka amina singantaharo ilay tahirin-kevitra (oh. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -413,7 +413,7 @@ msgstr "" "Tsy mety atao aorian'ny marika '<' ny marika '%s'. Tsy mety anombohana " "anaran-tsingataharo io" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -422,7 +422,7 @@ msgstr "" "Marika '%s' hafahafa; nanantena marika '>' hamarana ny tag manomboka ny " "singantaharo '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -430,7 +430,7 @@ msgstr "" "Marika '%s' hafahafa; nanantena '=' aorian'ny anaran'ny marika manokana '%s' " "amin'ny singantaharo '%s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -441,7 +441,7 @@ msgstr "" "ny singantaharo '%s', na koa marika manokana iray. Mety nampiasa marika tsy " "ekena amin'ny anarana marika manokana angamba ianao." -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -450,7 +450,7 @@ msgstr "" "Marika '%s' hafahafa; nanantena farango manokatra aorian'ny mira rehefa " "manome ny sanda ny marika manokana '%s' amin'ny singantaharo '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '' no marika mety atao eo" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Nofaranana ny singantaharo '%s'; tsy misy singantaharo misokatra izao" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "Nofaranana ny singantaharo '%s', fa '%s' no singantaharo misokatra izao" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Foana na tsy misy afa-tsy elanelana ilay tahirin-kevitra" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Nifarana tampoka taoriana fonon-teny kitso loha '<' ilay tahirin-kevitra" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -497,7 +497,7 @@ msgstr "" "Nifarana tampoka ilay tahirin-kevitra nefa misy singantaharo mbola " "misokatra; '%s' no singantaharo farany nisokatra" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -506,20 +506,20 @@ msgstr "" "Nifarana tampoka ilay singantaharo; nanantena fonon-teny kitso loha mamarana " "ny tag <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Nifarana tampoka tanaty anaran-tsingataharo ilay tahirin-kevitra" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Nifarana tampoka tanaty tag manomboka singantaharo ilay tahirin-kevitra." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -527,19 +527,19 @@ msgstr "" "Nifarana tampoka taorian'ny mira manaraka anarana marika manokana ilay " "tahirin-kevitra; tsy misy sanda-marika manokana" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" "Nifarana tampoka ilay tahirin-kevitra raha mbola tanaty sanda-marika manokana" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Nifarana tampoka tanatin'ny tag mamarana ny singantaharo '%s' ilay tahirin-" "kevitra" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Nifarana tampoka tanaty teny fanampiny na torolàlana fikirakirana ilay " @@ -565,7 +565,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1186,7 +1186,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1201,7 +1201,7 @@ msgstr "Safidy %s tsy fantatra" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1240,7 +1240,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1253,10 +1253,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" @@ -1269,52 +1269,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1326,12 +1326,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1387,181 +1387,186 @@ msgstr "Anaram-pamaha diso: %s" msgid "Error getting filesystem info: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Anaram-pampiantrano diso" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Nisy olana teo am-pizarazarana ny safidy %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Misy tsy fetezana amin'ny andalana %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" @@ -1634,12 +1639,12 @@ msgstr "Rakitra tsy mahazatra" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Anaram-pamaha diso: %s" @@ -1649,17 +1654,17 @@ msgstr "Anaram-pamaha diso: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1734,7 +1739,7 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" msgid "Error closing unix: %s" msgstr "Misy tsy fetezana amin'ny andalana %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/mk.po b/po/mk.po index 6495df3..191571b 100644 --- a/po/mk.po +++ b/po/mk.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-02-04 04:11+0100\n" "Last-Translator: Jovan Naumovski \n" "Language-Team: Macedonian \n" @@ -21,75 +21,75 @@ msgstr "" "Plural-Forms: nplurals=3; plural= n%10==1 && n%100!=11 ? 0 : 1\n" "X-Generator: KBabel 1.11.4\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Неочекуван атрибут „%s“ за елементот „%s“" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Атрибутот „%s“ на елементот „%s“ не е пронајден" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Неочекувана етикета „%s“, се очекуваше „%s“" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Неочекувана етикета „%s“ во „%s“" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Не е пронајдена валидна датотека за обележувач во дирекориумите со податоци" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Обележувач за URI „%s“ веќе постои" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Не е пронајден обележувач за URI „%s“" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Не е дефиниран MIME тип во обележувачот за URI „%s“" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Не е дефинирано приватно знаме за обележувачот за URI „%s“" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Не се поставени групи во обележувачот за URI „%s“" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Нема апликација со име „%s“ која регистрирала обележувач за „%s“" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Не успеав да ја проширам линијата за извршување „%s“ со URI „%s“" @@ -163,7 +163,7 @@ msgstr "Патеката „%s“ не е апсолутна патека" msgid "Invalid hostname" msgstr "Невалидно име на хост" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Грешка при отворање на директориумот „%s“: %s" @@ -311,24 +311,24 @@ msgstr "Не успеав да ја отворам датотеката „%s“ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Не успеав да ја означам датотеката „%s“: mmap() не успеа: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Грешка на линија %d знак %d" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Грешка на линија %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Празен ентитет '&;' видени; валидни ентитети се: & " < > " "'" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -338,17 +338,17 @@ msgstr "" "Карактерот „%s“ претставува невалиден почеток на име на ентитет, карактерот " "& го започнува ентитетот;" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Карактерот „%s“ не е валиден внатре во името на ентитетот" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Името на ентитетот „%s“ е познато" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -356,7 +356,7 @@ msgstr "" "Ентитетот не заврши со полуколоната; најверојатно сте користеле симбол без " "намера да започнете ентитет - избегнете го симболот со &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -366,16 +366,16 @@ msgstr "" "внатрешен дигитален карактер (на пример, ê) - најверојатно бројот е " "преголем" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Параметарот на карактерот '%-.*s' не енкодира забранет карактер" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Параметар за празен карактер; треба да содржи бројка како што е dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -385,32 +385,32 @@ msgstr "" "користеле симбол без намера да започнете ентитет - одбегнете го симболот со " "&" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Недовршен параметар за ентитет" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Недовршен параметар за карактер" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Невалиден UTF-8 енкодиран текст - предолга секвенца" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Невалиден UTF-8 енкодиран текст - нема почетен знак" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Невалиден UTF-8 енкодиран текст - невалидно „%s“" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Документите мора да започнуваат со елемент (пр. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -418,7 +418,7 @@ msgid "" msgstr "" "„%s“ не е валиден карактер по '<' карактер; не може да започне име на елемент" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -427,7 +427,7 @@ msgstr "" "Чуден карактер „%s“, очекував '>' карактер да го заврши почетниот таг на " "елементот „%s“" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -435,7 +435,7 @@ msgstr "" "Чуден карактер „%s“, очекував '=' по името на атрибутот „%s“ од елементот '%" "s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -445,7 +445,7 @@ msgstr "" "Чуден карактер „%s“, очекував '>' или '/' за да го затворам почетниот таг на " "елементот „%s“; можеби сте користеле невалиден карактер во името на атрибутот" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -454,7 +454,7 @@ msgstr "" "Чуден карактер „%s“, се очекува отворен забележан цитат по еднаквите знаци " "кога се даваат вредности за атрибутот „%s“· од елементот „%s“·" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Елементот „%s“ е затворен. Во моментов не е отворен ниеден елемент" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Елементот „%s“ е затворен, но тековно отворениот елемент е „%s“" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Документот е празен или содржи само празни места" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Документот заврши неочекувано веднаш по заградата за отворениот агол '<'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -500,7 +500,7 @@ msgstr "" "Документот заврши неочекувано со сеуште отворени елементи - „%s“ беше " "последниот отворен елемент" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -509,36 +509,36 @@ msgstr "" "Документот заврши неочекувано, очекував да видам го видам аголот на " "заградата за затворање на тагот <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Документот заврши неочекувано внатре во иметп на елементот" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Документот заврши неочекувано внатре во името на атрибутот" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Документот заврши неочекувано внатре во тагот за отворање на елементи." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "Нема вредност за атрибутот" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" "Документот заврши неочекувано додека беше внатре во вредноста на атрибутот" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Документот заврши неочекувано внатре во тагот за затворање на елементи „%s“" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Документот заврши неочекувано внатре во коментар или инструкција за " @@ -564,7 +564,7 @@ msgstr "ограничувањето за следење е достигнато msgid "the pattern contains items not supported for partial matching" msgstr "шаблонот содржи предмети кои не се поддржани за парцијално совпаѓање" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "внатрешна грешка" @@ -1177,7 +1177,7 @@ msgstr "Преголема бројна вредност дадена на %s" msgid "Stream is already closed" msgstr "Стримот е веќе затворен" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Операцијата беше прекината" @@ -1191,7 +1191,7 @@ msgstr "Непознат тип" msgid "%s filetype" msgstr "%s тип на датотека" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s тип" @@ -1231,7 +1231,7 @@ msgstr "Не можам да креирам папка за MIME конфигу msgid "Can't create user desktop file %s" msgstr "Не можам да креирам корисничка desktop датотека %s" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Сопствена дефиниција на %s" @@ -1244,10 +1244,10 @@ msgstr "уредот нема имплементирано вадење" msgid "drive doesn't implement polling for media" msgstr "уредот нема имплементирано барање за медиум" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Операцијата не е поддржана" @@ -1260,52 +1260,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Монтирањето кое се содржи не постои" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Не можам да копирам над директориум" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Не можам да копирам директориум над директориум" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Целната датотека постои" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Не можам рекурзивно да го ископирам директориумот" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Дадена е невалидна вредност за симболичката врска" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Ѓубрето не е поддржано" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Имињата на датотеки не можат да содржат „%c“" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "просторот нема имплементирано монтирање" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Не е регистрирана апликација за справување со оваа датотека" @@ -1316,12 +1316,12 @@ msgid "Enumerator is closed" msgstr "Енумераторот е затворен" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Енумераторот на датотеки има преголема операција " -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Енумераторот за датотеки веќе е затворен" @@ -1377,183 +1377,188 @@ msgstr "Невалидно име на датотека %s" msgid "Error getting filesystem info: %s" msgstr "Грешка при добивањето на информации за датотечниот систем: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Не можам да го преименувам директориумот root" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Не можам да ја преименувам датотеката, името на датотеката веќе постои" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Невалидно име на датотека" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Грешка во преименувањето на директоруимот: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Грешка во отворањето на директоруимот: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Не можам да го отворам директориумот" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Грешка при отстранувањето на датотеката: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Грешка при преместувањето на датотеката во ѓубре: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не успеав да креирам директориум за ѓубре %s: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Не успеав да го најдам директориумот од највисоко ниво за ѓубрето" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Не успеав да го најдам или креирам директориумот за ѓубре" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" "Не успеав да креирам датотека со информации за преместувањето во ѓубре: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Не успеав да ја преместам датотеката во ѓубрето: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Грешка при отворање на директориумот „%s“: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Грешка во креирањето на симболичка врска: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Грешка во преместувањето на датотеката: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Не можам да го преместам директориумот над друг директориум" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Не успеа креирањето на бекап датотеката" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Грешка во отстранувањето на целната датотека: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Движењето меѓу монтирањата не е поддржано" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Вредноста на атрибутот не смее да е NULL" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Невалиден тип на атрибут (се очекуваше знаковна низа)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Невалидно име на проширениот атрибут" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Грешка во поставувањето на проширениот атрибут „%s“: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Грешка во стартувањето на датотеката „%s“: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (невалидно енкодирање)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка во поставувањето на опишувач на датотека: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Невалиден тип на атрибут (се очекуваше uint32)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Невалиден тип на атрибут (се очекуваше uint64)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Невалиден тип на атрибут (се очекуваше низа од бајти)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Грешка во поставувањето на пермисиите: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Грешка при поставувањето на сопственикот: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "симболичката врска не треба да е NULL" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Грешка во поставувањето на симболичката врска: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" "Грешка при креирањето на симболичката врска: датотеката не е симболичка врска" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Поставувањето на атрибутот %s не е поддржано" @@ -1626,12 +1631,12 @@ msgstr "Целната датотека не е обична датотека" msgid "The file was externally modified" msgstr "Датотеката беше надворешно изменета" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Обезбеден е невалиден GSeekType" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Невалидно барање за барање" @@ -1641,17 +1646,17 @@ msgstr "Невалидно барање за барање" msgid "Cannot truncate GMemoryInputStream" msgstr "Не можам да го смалам GMemoryInputStream" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Достигнато е ограничувањето за максимум податоци во низа" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Меморијата на излезниот стрим не може да си ја промени големината" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Не успеав да ја променам големината на меморијата на излезниот стрим" @@ -1728,7 +1733,7 @@ msgstr "Грешка при читањето од unix: %s" msgid "Error closing unix: %s" msgstr "Грешка во затворањето на unix: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Root на датотечниот систем" diff --git a/po/ml.po b/po/ml.po index a92189f..7cfb0de 100644 --- a/po/ml.po +++ b/po/ml.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-03 17:37+0530\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam \n" @@ -19,74 +19,74 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "r'%s' എലമെന്‍റിന് അപ്രതീക്ഷിതമായ സവിശേഷത '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "എലമെന്‍റ് '%s'-ന്‍റെ സവിശേഷതയായ '%s' കണ്ടുകിട്ടിയില്ല" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "അപ്രതീക്ഷിതമായ ടാഗ് '%s', ടാഗ് '%s' പ്രതീക്ഷിച്ചിരുന്നു" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%s'-ന്‍റെ ഉളളില്‍ അപ്രതീക്ഷിതമായ ടാഗ് '%s'" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "ഡേറ്റാ ഡയറക്ടറികളില്‍ സാധുതയുളള ബുക്ക് മാര്‍ക്ക് കണ്ടുകിട്ടിയില്ല" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്ക് നിലവിലുണ്ട് " -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്ക് ലഭ്യമല്ല" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ MIME തരം വ്യക്തമാക്കിയിട്ടില്ല" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ സ്വകാര്യ ഫ്ളാഗ് വ്യക്തമാക്കിയിട്ടില്ല" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ ഗ്രൂപ്പുകളൊന്നും ക്രമീകരിച്ചിട്ടില്ല" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' എന്ന് പേരുളള ഒരു പ്രയോഗവും '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ രജിസ്ടര്‍ ചെയ്തിട്ടില്ല" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "'%s' എന്ന URI ഉളള '%s' എന്ന exec വരി വികസിപ്പിക്കുന്നതില്‍ പരാജയപ്പെട്ടു" @@ -160,7 +160,7 @@ msgstr "'%s' പാഥ് നാമം പൂര്‍ണ്ണമായ ഒര msgid "Invalid hostname" msgstr "സാധുതയില്ലാത്ത ഹോസ്റ്റ് നാമം" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "ഡയറക്ടറി '%s' തുറക്കുന്നതില്‍ പിശക്: %s" @@ -303,23 +303,23 @@ msgstr "ഫയല്‍ '%s' തുറക്കുന്നതില്‍ à´ª msgid "Failed to map file '%s': mmap() failed: %s" msgstr "ഫയല്‍ '%s' മാപ്പ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു: mmap() പരാജയപ്പെട്ടു: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "%d-ആം വരിയില്‍ %d-ആം അക്ഷരത്തില്‍ പിശക്:" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "വരി %d-ല്‍ പിശക്: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "‌ശൂന്യമായ എന്‍റിന്‍റി '&;' കണ്ടു; അനുവദനീയമായവ ഇവയാണ്: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -329,17 +329,17 @@ msgstr "" "%sല് ഒരു എന്‍റിന്‍റി തു‌ടങ്ങാവുന്നതല്ല. & എന്ന അക്ഷരം ഒരു എന്‍റിന്‍റിയുടെ തുടക്കം കുറിക്കുന്നു. & ഒരു " "എന്‍റിന്‍റിഅല്ലെങ്കില്‍ & എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "'%s' എന്ന അക്ഷരത്തിന് എന്‍റിന്‍റിയുടെ പേരിനുള്ളില്‍ സാധുതയില്ല" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "എന്‍റിന്‍റി നാമം '%s' അപരിചിതമാണ്" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -347,7 +347,7 @@ msgstr "" "എന്‍റിന്‍റി ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല. & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ " "ഇടയായോ? & ഒരു എന്‍റിന്‍റി അല്ലെങ്കില്‍ & എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -356,17 +356,17 @@ msgstr "" "'%-.*s' പാഴ്സ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു, ഇത് അക്ഷര റഫറന്‍സിനുളളില്‍ ഒരു അക്കം ആയിരിക്കണമാരുന്നു " "(ê ഉദാഹരണത്തിന്) - ഒരു പക്ഷേ അക്കം വളരെ വലുതാവാം" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" "അക്ഷരത്തിന്‍റെ സൂചനയായ '%-.*s' ഒരു അനുവദനീയമായ രഹസ്യ അക്ഷരത്തിലേക്കല്ല വേര്‍തിരിക്കുന്നത്" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "ശൂന്യമായ അക്ഷര സൂചനാ; dž പോലുളള അക്കം ഉല്‍പ്പെടുത്തേണ്ടതാണ്;" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -375,32 +375,32 @@ msgstr "" "അക്ഷരസൂചകം ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല. & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ " "ഇടയായോ? & ഒരു സത്ത അല്ലെങ്കില് & എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "പൂര്‍ണ്ണമാകാത്ത എന്‍റിന്‍റി സൂചനാ" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "പൂര്‍ണ്ണമാകാത്ത അക്ഷര സൂചനാ" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "സാധുതയില്ലാത്ത UTF-8 രഹസ്യ വാചകം - '%s' തെറ്റാകുന്നു" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "രേഖ തുടങ്ങേണ്ടത് ഒരു എലമെന്‍റിലാണ് (ഉദാ )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -408,7 +408,7 @@ msgid "" msgstr "" "'<' അക്ഷരത്തിന് പിന്നിലുളള '%s' ഒരു അസാധുവായ അക്ഷരമാണ്; ഇത് ഒരു എലമെന്‍റ് പേര് തുടങ്ങില്ല" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -417,14 +417,14 @@ msgstr "" "ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s' ആരംഭിക്കുന്ന ടാഗ് അവസാനിക്കേണ്ടത് '>' അക്ഷരത്തിലാവും എന്ന് " "പ്രതീക്ഷിക്കുന്നു" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s'-ന്‍റെ സവിശേഷത നാമം '%s'-ന് ശേഷം ഒരു '=' പ്രതീക്ഷിക്കുന്നു" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -435,7 +435,7 @@ msgstr "" "ആട്റിബ്യൂട്ട് ആണ് '%s' എന്ന എലമെന്‍റിന്‍റെ ആരംഭത്തിലുളള ടാഗ് അവസാനിപ്പിക്കുന്നതിന് പ്രതീക്ഷിച്ചത്; " "ഒരു പക്ഷേ, ആട്റിബ്യൂട്ടിന്‍റെ പേരില്‍ നിങ്ങള്‍ തെറ്റായ അക്ഷരം ആവാം ഉപയോഗിച്ചത്" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -444,7 +444,7 @@ msgstr "" "'%s' ഒരു ഓഡ് അക്ഷരം ആണ്, '%s' എന്ന എലമെന്‍റിന്‍റെ ആട്റിബ്യൂട്ട് ആയ '%s'-നുളള മൂല്ല്യം നല്‍കുമ്പോള്‍ " "സമം‌ എന്ന ചിഹ്നത്തിന് ശേഷം ഒരു തുറന്ന കോട്ട് ആണ് പ്റതീക്ഷിച്ചത്" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '' അക്ഷരമാണ് അനുവദിക്കുന്നത്" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, ഒരു എലമെന്‍റുകളും നിലവില്‍ തുറന്നിട്ടില്ല" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, പക്ഷേ നിലവില്‍ ലഭ്യമായ എലമെന്‍റ് '%s' ആണ്" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "രേഖ ശൂന്യമാണ് അല്ലെങ്കില്‍ അതില്‍ വയിറ്റ് സ്പെയിസ് മാത്രമേ ഉള്ളൂ" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "ഒരു '<' ബ്രാക്കറ്റിന് ശേഷം രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചിരിക്കുന്നു " -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -487,7 +487,7 @@ msgstr "" "എലമെന്‍റുകള്‍ തുറന്നു കിടക്കുന്പോള്‍ തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു - ഒടുവില്‍ തുറന്ന എലമെന്‍റ് " "'%s' ആണ്" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -496,19 +496,19 @@ msgstr "" "തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു, ടാഗ് <%s/>-ന് അവസാനമായി ഒരു ക്ളോസ് ആങ്കില്‍ ബ്രാക്കറ്റ് " "പ്രതീക്ഷിക്കുന്നു" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "ഒരു എലമെന്‍റിന്‍റെ നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "ഒരു എലമെന്‍റ്-ഓപ്പണിങ് ടാഗിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -516,16 +516,16 @@ msgstr "" "സമം ചിഹ്നത്തിന് ശേഷം ഒരു ആട്റിബ്യൂട്ടിന്‍റെ പേര് ആയതിനാല്‍ അപ്റതീക്ഷിതമായി ഡോക്യുമെന്‍റ് " "അവസാനിച്ചു; ആട്റിബ്യൂട്ടിന് മൂല്ല്യം ലഭ്യമല്ല" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ വച്ച് രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "എലമെന്‍റ് '%s'-ന്‍റെ ക്ളോസ് ടാഗിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "ഒരു അഭിപ്രായം അല്ലെങ്കില്‍ ഒരു പ്രക്രിയ നടത്തുന്ന നിര്‍ദ്ദേശത്തിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി " @@ -551,7 +551,7 @@ msgstr "ബാക്ക്ട്രാക്കിങ് പരിധി എത msgid "the pattern contains items not supported for partial matching" msgstr "പാറ്‍ഷ്യല്‍ മാച്ചിങിന് പിന്തുണ ലഭ്യമല്ലാത്ത വസ്തുക്കള്‍ ഈ മാതൃകയിലുണ്ട്" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "ആന്തരിക പിശക്" @@ -1151,7 +1151,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "പ്രക്രിയ റദ്ദാക്കിയിരിക്കുന്നു" @@ -1165,7 +1165,7 @@ msgstr "അപരിചിതമായ തരത്തിലുള്ളത്" msgid "%s filetype" msgstr "%s ഫയല്‍ രീതിയിലുള്ള" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s തരത്തിലുള്ള" @@ -1204,7 +1204,7 @@ msgstr "ഉപയോക്താവിനുള്ള MIME ക്രമികര msgid "Can't create user desktop file %s" msgstr "ഉപയോക്താവിനുള്ള ഡസ്ക്ടോപ്പ് ഫയല്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1217,10 +1217,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "പ്രക്രിയ പിന്തുണയ്ക്കുന്നില്ല" @@ -1233,52 +1233,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "ഡയറക്ടറിയില്‍ പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "ഒരു ഡയറക്ടറിയില്‍ മറ്റൊരു ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നിലവിലുണ്ട്" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "ആവര്‍ത്തിച്ച് ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "ചവറ്റുകുട്ട പിന്തുണയ്ക്കുന്നില്ല" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "ഫയലിന്റെ പേരില്‍ '%c' ഉണ്ടാകുവാന്‍ പാടില്ല" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1289,12 +1289,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1350,181 +1350,186 @@ msgstr "തെറ്റായ ഫയല്‍ നാമം %s " msgid "Error getting filesystem info: %s" msgstr "ഫയല്‍സിസ്റ്റം വിവരം ലഭ്യമാക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "റൂട്ട് ഡയറക്ടറിയുടെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "ഫയലിന്റെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല, കാരണം ഈ പേര് നിലവിലുണ്ട്" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "തെറ്റായ ഫയല്‍നാമം" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "ഫയലിന്റെ പേര് മാറ്റുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "ഫയല്‍ തുറക്കുന്നതില്‍ പിശക് : %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "ഡയറക്ടറി തുറക്കുവാന്‍ സാധ്യമല്ല" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി ഉണ്ടാക്കുവാനോ ലഭ്യമാക്കുവാനോ സാധ്യമായില്ല" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "വിവരങ്ങള്‍ സംബന്ധിച്ചുള്ള ഫയല്‍ ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "ഫയല്‍ ചവറ്റുകുട്ടയിലേക്ക് നീക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "ഡയറക്ടറി '%s' തുറക്കുന്നതില്‍ പിശക്: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "സിംബോളിക് ലിങ്ക് ഉണ്ടാക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "ഫയല്‍ നീക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "ബാക്കപ്പ് ഫയല്‍ ഉണ്ടാക്കുന്നതില്‍ പരാജയം" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "തെറ്റായ എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യൂട്ട് നാമം" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യൂട്ട് ആയ '%s' ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' എന്ന ഫയല്‍ സ്റ്റാറ്റ് ചെയ്യുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (തെറ്റായ എന്‍കോഡിങ്)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "അനുവാദങ്ങള്‍ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "ഉടമസ്ഥനെ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "സിംലിങ്ക് non-NULL ആയിരിക്കണം" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "സിംലിങ്ക് ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "%s ആട്രിബ്യൂട്ട് ക്രമികരണം പിന്തുണയ്ക്കുന്നില്ല" @@ -1597,12 +1602,12 @@ msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "" @@ -1612,17 +1617,17 @@ msgstr "" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1699,7 +1704,7 @@ msgstr "യൂണിക്സില്‍ നിന്നും ലഭ്യമ msgid "Error closing unix: %s" msgstr "യൂണിക്സ് അടയ്ക്കുന്നതില്‍ പിശക്: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "ഫയല്‍സിസ്റ്റം റൂട്ട്" diff --git a/po/mn.po b/po/mn.po index 3b47ce3..fbe2c84 100644 --- a/po/mn.po +++ b/po/mn.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n" "Last-Translator: Бадрал \n" "Language-Team: Mongolian \n" @@ -23,76 +23,76 @@ msgstr "" "X-Poedit-Country: MONGOLIA\n" "X-Poedit-SourceCharset: utf-8\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "Сонин тэмдэгт »%s«, »%s« элементийн »%s« аттрибутын нэрийн дараа »=« хүлээгдэж " "байна" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, fuzzy, c-format msgid "No valid bookmark file found in data dirs" msgstr "Өгөгдлийн лавлахаас хүчинтэй утга олдсонгүй" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "»%s« символик холбоос уншигдсангүй: %s" @@ -168,7 +168,7 @@ msgstr "»%s« замын нэр үнэмлэхүй зам биш" msgid "Invalid hostname" msgstr "Хүчингүй хостын нэр" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "»%s« лавлахыг нээхэд алдаа: %s" @@ -310,24 +310,24 @@ msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: msgid "Failed to map file '%s': mmap() failed: %s" msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "%d мөрөнд %d тэмдэгт алдаатай байна: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d мөрөнд алдаа: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Хоосон абт »&;« олдлоо; хүчинтэй абтууд & " < > ' юм. " "(абт=аский биш тэмдэгт)" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -337,18 +337,18 @@ msgstr "" "Абтын нэрийн эхлэлийн »%s« тэмдэгт хүчингүй; Абт & тэмдэгтээр эхэлдэг; Хэрвээ " "энэ амперсаныг абт бишээр авах хэрэгтэй бол & гэж бичнэ Ò¯Ò¯" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "»%s« тэмдэгт абтын нэрэнд хүчингүй" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Абтын нэр »%s« тодорхойгүй" # CHECK -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -356,7 +356,7 @@ msgstr "" "Абт цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын эхлэл бусаар " "хэрэглэхийг хүссэн байх - Та & гэж бичнэ Ò¯Ò¯" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -365,16 +365,16 @@ msgstr "" "»%-.*s« тэмдэгтийн дотор тоо байх ёстой (ê шиг) , задлан ялгалд " "танигдсангүй - магадгүй хэтэрхий том тоо байна уу" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "»%-.*s« тэмдэгт холбоос зөвшөөрөгдөөгүй тэмдэгтээр кодлогдсон байна" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Хоосон тэмдэгтийн холбоос; dž гэх мэт тоо агуулах ёстой" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -383,34 +383,34 @@ msgstr "" "Тэмдэгт холбоос цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын " "эхлэл бусаар хэрэглэхийг хүссэн байх - Та & гэж бичнэ Ò¯Ò¯" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Төгсгөлгүй абт холбоос" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Төгсгөлгүй тэмдэгт холбоос" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Хүчингүй UTF-8-р кодлогдсон текст" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Хүчингүй UTF-8-р кодлогдсон текст" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Хүчингүй UTF-8-р кодлогдсон текст" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Баримт ямар нэгэн элементээр эхлэх ёстой (Ж.нь )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -419,7 +419,7 @@ msgstr "" "»%s« нь »<«-тэмдэгтийн арын хүчингүй тэмдэгт; Энэ нь элементийн нэрээр эхэлж " "болохгүй." -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -428,7 +428,7 @@ msgstr "" "Сонин тэмдэгт »%s«, »%s« элементийн эхлэлийн тагийг хаахад »>« тэмдэгт дутуу " "байна" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -436,7 +436,7 @@ msgstr "" "Сонин тэмдэгт »%s«, »%s« элементийн »%s« аттрибутын нэрийн дараа »=« хүлээгдэж " "байна" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -447,7 +447,7 @@ msgstr "" "эсвэл харин »>« эсвэл »/« тэмдэгт хүлээгдэж байна; Магадгүй та аттрибутын " "нэрэндээ хүчингүй тэмдэгт хэрэглэжээ" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -456,7 +456,7 @@ msgstr "" "Сонин тэмдэгт »%s«; »%s« элементийн »%s« аттрибутын хувьд өгсөн утга тэнцүүгийн " "тэмдэгийн дараах хашилтыг хүлээж байна" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '« тэмдэгт хүчинтэй" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "»%s« элемент хаагдсан, Одоогоор ямарч элемент нээлттэй бус байна" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "»%s« элемент хаагдсан, харин одоогоор »%s« элемент нээлттэй байна" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Баримт хоосон эсвэл зүгээр цагаан зай агуулж байна" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Баримт нээлттэй өнцөгтэй хаалт »<« -н дараа гэнэт төгсөв" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -501,7 +501,7 @@ msgstr "" "Баримт нээлттэй элементүүдтэйгээр гэнэтийн байдлаар төгсөв - »%s« сүүлчийн " "нээлттэй элемент нь" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -510,21 +510,21 @@ msgstr "" "Баримт гэнэтийн байдлаар төгсөв, таг <%s/> -г хаах өнцөгтэй хаалт " "»>«хүлээгдэж байна" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Баримт нэгэн элементийн нэрийн дотор гэнэтийн байдлаар төгсөв" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Баримт нээгдэж буй тагийн нэгэн элементийн нэрийн дотор гэнэтийн байдлаар " "төгсөв." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -532,17 +532,17 @@ msgstr "" "Баримт аттрибут нэрийн дараах тэнцүүгийн тэмдэгийн дараа гэнэтийн байдлаар " "төгсөв; аттрибутын утга алга" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Баримт нэгэн аттрибутын утгын дотор гэнэтийн байдлаар төгсөв" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Баримт гэнэтийн байдлаар нэгэн хаагдаж буй »%s« элементийн тагийн дотор төгсөв" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Баримт тайлбар эсвэл заавар боловсруулалтын дотор гэнэтийн байдлаар төгсөв" @@ -567,7 +567,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1181,7 +1181,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1196,7 +1196,7 @@ msgstr "Тодорхойгүй утга %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1235,7 +1235,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1248,10 +1248,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Символик холбоос дэмжигдээгүй" @@ -1264,52 +1264,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Символик холбоос дэмжигдээгүй" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1320,12 +1320,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1381,181 +1381,186 @@ msgstr "Хүчингүй хостын нэр" msgid "Error getting filesystem info: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Хүчингүй хостын нэр" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "»%s« лавлахыг нээхэд алдаа: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "»%s« лавлахыг нээхэд алдаа: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d мөрөнд алдаа: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Символик холбоос дэмжигдээгүй" @@ -1628,12 +1633,12 @@ msgstr "Тохиромжгүй файл" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Хүчингүй хостын нэр" @@ -1643,17 +1648,17 @@ msgstr "Хүчингүй хостын нэр" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1728,7 +1733,7 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" msgid "Error closing unix: %s" msgstr "%d мөрөнд алдаа: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/mr.po b/po/mr.po index 7e88c57..d106f3c 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.mr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-04 17:38+0530\n" "Last-Translator: Sandeep Shedmake \n" "Language-Team: marathi\n" @@ -17,74 +17,74 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n!=1);\n" "X-Generator: KBabel 1.11.4\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "'%s' घटकाकरीता '%s' अनपेक्षित गुणधर्म" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%s' घटकाकरीता '%s' गुणधर्म आढळले नाही" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "अनपेक्षीत टॅग '%s', टॅग '%s' अपेक्षीत" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' च्या आत, '%1$s' अनपेक्षीत टॅग" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "माहिती संचयीकेत वैध ओळखचिन्ह आढळले नाही" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI '%s' करीता ओळखचिन्ह आधिपासूनच अस्तित्वात आहे" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s' करीता ओळखचिन्ह आढळले नाही" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s' करीता ओळखचिन्हात MIME प्रकार व्याख्यीत नाही." -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s' करीता ओळखचिन्हात वैयक्तिक बाब व्याख्यीत नाही." -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s' करीता ओळखचिन्हात गट निश्चित नाही." -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' नामांकीत कुठल्याही अनुप्रयोगाने '%s' करीता ओळखचिन्ह पंजीकृत केले नाही" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "'%s' पासून कार्यान्वीत ओळ '%s' विस्तारीत करू शकले नाही" @@ -158,7 +158,7 @@ msgstr "मार्गनाव '%s' संपूर्ण मार्ग न msgid "Invalid hostname" msgstr "अवैध यजमान" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "संचयीका '%s' उघडतेवेळी त्रूटी: %s" @@ -300,23 +300,23 @@ msgstr "'%s' फाइल उघडण्यास अपयशी: open() अ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' फाइल महत्व जुळवू शकले नाही: mmap() f: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "ओळ %d अक्षर %d वर त्रूटी आढळली: " -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "ओळ %d वर त्रूटी: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "रिकामी वस्तु '&;' आढळली; वैध वस्तू याप्रकारे आहेत: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -326,17 +326,17 @@ msgstr "" "वस्तुच्या सुरवातीस अक्षर '%s' वैध नाही ; वस्तुची सुरवात & अक्षर पासून होते; जर ऐम्परसेंड " "वस्तु नसल्यास, त्यास & या स्वरूपी करा" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "वस्तुच्या नावात अक्षर '%s' वैध राहत नाही" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "वस्तुचे नाव '%s' अपरिचीत आहे" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -344,7 +344,7 @@ msgstr "" "वस्तू सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता & स्वरूप न वापरता " "ऐम्परसेंड अक्षर वापरले असावे" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -353,16 +353,16 @@ msgstr "" "'%-.*s' वाचता आले नाही, जे अक्षर संदर्भच्या आत अंक म्हणून असायला हवे होते (उदाहर्णाथ " "ê) - तसेच अंक खूप मोठे आहे" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "अक्षर संदर्भ '%-.*s' परवानगीय अक्षरास एनकोड करीत नाही" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "रिक्त अक्षर संदर्भात; dž सारखे अंक समाविष्टीत केले पाहीजे" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -371,39 +371,39 @@ msgstr "" "अक्षर संदर्भ सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता & स्वरूप न " "वापरता तुम्ही ऐम्परसेंड अक्षर वापरले असावे" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "अपूरे वस्तू संदर्भ" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "अपूरे अक्षर संदर्भ" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "अवैध UTF-8 ऐनकोड पाठ्य - अतिलांब श्रृंखला" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "अवैध UTF-8 ऐनकोड पाठ्य - प्रारंभ अक्षर नाही" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "अवैध UTF-8 ऐनकोड पाठ्य - वैध '%s' नाही" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "दस्तऐवजची सुरवात घटकाशी व्हावी (उ.दा. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "'<' अक्षरानंतर '%s' वैध अक्षर नाही; त्यामुळे घटक नाव सुरू होऊ शकणार नाही" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -411,13 +411,13 @@ msgid "" msgstr "" "'%s' असाधारण अक्षर आहे, घटकाचे प्रारंभीक टॅग '%s' समाप्त करण्याकरीता '>' अक्षर अपेक्षीत" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "'%s' असाधारण अक्षर आहे, घटक '%s' च्या '%s' गुणधर्म नावानंतर '=' अपेक्षीत" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -428,7 +428,7 @@ msgstr "" "अक्षर अपेक्षीत, किंवा पर्यायस्वरूपी गुणधर्म अपेक्षीत; तसेच तुम्ही गुणधर्म नावात अवैध अक्षर " "वापरले" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -437,46 +437,46 @@ msgstr "" "'%s' असाधारण अक्षर आहे, घटक '%s' च्या गुणधर्म '%s' करीता मुल्य प्रदान करतेवेळी समांतर " "चिन्हा नंतर उघडे क्वोट अपेक्षीत" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "'%s' घटक नावानंतर '%s' वैध अक्षर नाही; परवानगीय अक्षर '>' आहे" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "घटक '%s' बंद केले गेले,कुठलेही घटक आता उघडे नाही" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "घटक '%s' बंद केले गेले, पण सद्या '%s' हे घटक उघडे आहे" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "दस्तऐवज रिकामे होते किंवा फक्त रिक्त जागा समाविष्टीत होती" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "उघडे कोन कंस '<' नंतरच दस्तऐवज अनपेक्षितरित्या समाप्त झाले" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "घटक उघडे असूनही दस्तऐवज अनपेक्षितरित्या समाप्त झाले - '%s'शेवटचे उगडे घटक होते" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -485,19 +485,19 @@ msgstr "" "दस्तऐवज अनपेक्षितरित्या समाप्त झाले, टॅग <%s/> ला बंद करण्याकरीता समाप्तीय कोन कंस " "उपेक्षीत" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "घटकाच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "गुणधर्माच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "घटकाच्या-खुल्या टॅग अंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -505,16 +505,16 @@ msgstr "" "गुणधर्म नावा पाठोपाठ समांतर चिन्हानंतर दस्तऐवज अनपेक्षितरित्या समाप्त झाले; गुणधर्माचे मुल्य " "नाही" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "गुणधर्म मुल्यच्या अंतर्भूत राहतेवेळी दस्तऐवज अनपेक्षितरित्या समाप्त झाले" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "दस्तऐवज अनपेक्षितरित्या घटक '%s' करीता बंद टॅगच्या आत समाप्त झाले" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "दस्तऐवज अनपेक्षितरित्या टिप्पणी किंवा सुचनाचे विषलेशन करतेवेळी समाप्त झाले" @@ -538,7 +538,7 @@ msgstr "संयुक्त शोध सीमा पोहचले" msgid "the pattern contains items not supported for partial matching" msgstr "रचनेत अपूरे जुळवणीकरीता समाविष्टीत घटक जी समर्थित नाही" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "आंतरीक त्रूटी" @@ -1138,7 +1138,7 @@ msgstr "%s करीता खूप मोठी प्रमाण संख msgid "Stream is already closed" msgstr "श्रृंखला आधिपासूनच बंद आहे" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "कार्य रद्द करण्यात आले" @@ -1152,7 +1152,7 @@ msgstr "अपरिचीत प्रकार" msgid "%s filetype" msgstr "%s फाइलप्रकार" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s प्रकार" @@ -1191,7 +1191,7 @@ msgstr "वापरकर्ता MIME संयोजन संचयीक msgid "Can't create user desktop file %s" msgstr "वापरकर्ता डेस्कटॉप फाइल %s बनवू शकत नाही" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "%s करीता इच्छिक व्याख्या" @@ -1204,10 +1204,10 @@ msgstr "ड्राइव्ह बाहेर कडा कार्यान msgid "drive doesn't implement polling for media" msgstr "ड्राइव्ह मिडीयाकरीता पोलींग कार्यान्वीत करत नाही" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "कार्य समर्थित नाही" @@ -1220,52 +1220,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "समाविष्टीत आरोहन अस्तीत्वात नाही" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "संचयीकेवर प्रत बनवू शकत नाही" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "संचयीकेवर संचयीकेची प्रत बनवू शकत नाही" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "लक्ष्य फाइल अस्तित्वात आहे" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "संचयीकेची पुनः प्रत बनवू शकत नाही" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "अवैध symlink मुल्य दिले गेले" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "कचरापेटी समर्थित नाही" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "फाइल नावात '%c' असू शकत नाही" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "खंड आरोहन कार्यारत करत नाही" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "ही फाइल हाताळण्याकरीता कुठलेही अनुप्रयोग पंजीकृत नाही" @@ -1276,12 +1276,12 @@ msgid "Enumerator is closed" msgstr "ऐन्युमरेटर बंद आहे" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "फाइल ऐन्युमरेटरची अप्रतिम कार्यक्षमता" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "फाइल ऐन्युमरेटर आधिपासूनच बंद आहे" @@ -1337,181 +1337,186 @@ msgstr "अवैध फाइलनाव %s" msgid "Error getting filesystem info: %s" msgstr "फाइलप्रणाली विषयी माहिती मिळवतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "रूट संचयीका पुनःनामांकीत करू शकत नाही" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "फाइल पुनःनामांकीत करू शकत नाही, फाइलनाव आधिपासूनच अस्तित्वात आहे" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "अवैध फाइल नाव" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "फाइल पुनःनामांकीत करतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "फाइल उघडतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "संचयीका उघडू शकत नाही" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "फाइल काढून टाकतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "फाइल कचरापेटीत हलवितेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "कचरापेटी संचयीका %1$s निर्माण करती आली नाही: %2$s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "कचरापेटी माहिती फाइल बनविता आली नाही: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "कचरापेटीकडे फाइल हलवितेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "संचयीका '%s' उघडतेवेळी त्रूटी: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "बोधचिन्ह लिंक बनवितेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "फाइल स्थानांतरन करतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "संचयीकेवर संचयीका हलवू शकत नाही" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "प्रतिकृत फाइल निर्माण अपयशी" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "लक्ष्य फाइल काढून टाकतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "आरोहन मधिल स्थानांतरन समर्थीत नाही" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "गुणधर्म मुल्य शून्य नसायला हवे" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "अवैध गुणधर्म प्रकार (अक्षरमाळा अपेक्षीत)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "अवैध विस्तारीत गुणधर्म नाव" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "विस्तारीत गुणधर्म निश्चित करतेवेळी त्रूटी '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "फाइल '%s' सुरू करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (अवैध ऐंकोडींग)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "फाइल व्याख्यक निश्चित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "अवैध गुणधर्म प्रकार (uint32 अपेक्षीत)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "अवैध गुणधर्म प्रकार (uint64 अपेक्षीत)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "अवैध गुणधर्म प्रकार (बाईट अक्षरमाळा अपेक्षीत)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "परवानगी स्थापित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "मालक स्थापित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symlink शून्य नसायला हवे" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "symlink स्थापीत करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "symlink निश्चित करतेवेळी त्रूटी: फाइल symlink नाही" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "%s गुणधर्म स्थापित करणे समर्थित नाही" @@ -1584,12 +1589,12 @@ msgstr "लक्ष्य फाइल सामान्य फाइल न msgid "The file was externally modified" msgstr "फाइल बाहेरुन संपादित करण्यात आली" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "अवैध GSeekType पुरविले गेले" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "अवैध संचयन विनंती" @@ -1599,17 +1604,17 @@ msgstr "अवैध संचयन विनंती" msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream ट्रंकेट करू शकत नाही" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "कमाल माहिती अर्रे मर्यादा पोहचले" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "स्मृती आउटपुट श्रृंखला पुन्हआकार देण्यजोगी नाही" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "स्मृती आउटपुट स्ट्रीम पुन्ह आकार देण्यास अपयशी" @@ -1686,7 +1691,7 @@ msgstr "युनीक्स पासून वाचतेवेळी त् msgid "Error closing unix: %s" msgstr "युनीक्स बंद करतेवेळी त्रूटी: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "रूट फाइलप्रणाली" diff --git a/po/ms.po b/po/ms.po index 7c72f2f..c8de644a 100644 --- a/po/ms.po +++ b/po/ms.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2004-02-03 02:11+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" @@ -14,75 +14,75 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "Aksara ganjil '%s', dijangkakan '=' selepas nama atribut '%s' unsur '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Gagal membaca pautan simbolik '%s': %s" @@ -156,7 +156,7 @@ msgstr "Nama laluan '%s' adalah bukan laluan mutlak" msgid "Invalid hostname" msgstr "Namahos tidak sah" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Ralat membuka direktori %s': %s" @@ -298,24 +298,24 @@ msgstr "Gagal membuka fail '%s': fdopen() gagal: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Gagal membuka fail '%s': fdopen() gagal: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Ralat pada baris %d aksara %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Ralat pada baris %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Entiti kosong '&;' kelihatan; entiti sah ialah : & " < > " "'" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -326,17 +326,17 @@ msgstr "" "memulakan entiti; jika & tidak disokong untuk dijadikan entiti, escapekan " "sebagai &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Aksara '%s' adalah tidak sah di dalam nama entiti" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Nama entiti '%s' tidak diketahui" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -344,7 +344,7 @@ msgstr "" "Entiti tidak berakhir dengan titik bertindih; mungkin anda gunakan aksara " "'&' tanpa menyedari untuk memulakan entiti - escape & sebagai &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, fuzzy, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -353,16 +353,16 @@ msgstr "" "gagal menghantar '%s', yang sepatutnya satu digit didalam satu rujukan " "aksara (ê sebagai contoh) - mungkin digit terlalu besar" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Rujukan aksara '%s' tidak mengenkodkan aksara yang diizini" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Rujukan aksara kosong; sepatutnya disertakan digit seperti dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -371,34 +371,34 @@ msgstr "" "Rujukan aksara tidak berakhir dengan semicolon; agaknya anda menggunakan " "aksara '&' tanpa niat untuk memulakan entiti - escapekan & sebagai &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Rujukan entiti tidak tamat" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Rujukan aksara tidak tamat" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Teks terenkod UTF-8 tidak sah" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Teks terenkod UTF-8 tidak sah" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Teks terenkod UTF-8 tidak sah" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokumen mesti dimulakan dengan unsur (e.g. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -407,7 +407,7 @@ msgstr "" "'%s' adalah bukan aksara sah diikuti sengan aksara '<'; ia tidak sepatutnya " "bermula dengan nama unsur" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -416,14 +416,14 @@ msgstr "" "Aksara ganjil '%s', dijangkakan aksara '>' untuk mengakhiri tag permulaan " "unsur '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Aksara ganjil '%s', dijangkakan '=' selepas nama atribut '%s' unsur '%s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -434,7 +434,7 @@ msgstr "" "permulaan unsur '%s', atau atribut; meungkin anda gunakan aksara tidak sah " "pada nama atribut" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -443,7 +443,7 @@ msgstr "" "Aksara ganjil '%s', menjangka tanda petikan membuka selepas tanda = bila " "memberi nilai atribut untuk '%s' unsur '%s' " -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Unsur '%s' telah ditutup, tiada unsur yang dibuka" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Unsur '%s' telah ditutup, tetapi unsur yang dibuka adalah '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokumen kosong atau hanya menandungi ruangputih" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumen berakhir tanpa diduga sebaik selepas membuka '<'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -488,26 +488,26 @@ msgstr "" "Dokumen berakhir tanpa diduga dengan unsur yang masih dibuka - '%s' adalah " "unsur dibuka" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "Dokumen berakhir tanpa diduga, menjangkai tag <%s/> pada hujungnya" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumen berakhir tanpa diduga di dalam nama unsur" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumen berakhir tanpa diduga di dalam tag element-opening" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -515,16 +515,16 @@ msgstr "" "Dokumen berakhir tanpa diduga selepas tanda '=' diikuti dengan nama atribut; " "tiana nilai atribut" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumen berakhir tanpa diduga semasa di dalam nilai atribut" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokumen berakhir tanpa diduga di dalam tag tertutup untuk unsur '%s'" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Dokumen berakhir tanpa diduga di dalam komen atau memproses arahan" @@ -548,7 +548,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1155,7 +1155,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1169,7 +1169,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1208,7 +1208,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1221,10 +1221,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Pautan simbolik tidak disokong" @@ -1237,52 +1237,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Pautan simbolik tidak disokong" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1293,12 +1293,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1354,181 +1354,186 @@ msgstr "Namahos tidak sah" msgid "Error getting filesystem info: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Namahos tidak sah" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Ralat membuka direktori %s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Ralat membuka direktori %s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Ralat pada baris %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Pautan simbolik tidak disokong" @@ -1601,12 +1606,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Namahos tidak sah" @@ -1616,17 +1621,17 @@ msgstr "Namahos tidak sah" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1701,7 +1706,7 @@ msgstr "Ralat membaca fail '%s': %s" msgid "Error closing unix: %s" msgstr "Ralat pada baris %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/nb.po b/po/nb.po index 5c04cee..5d47677 100644 --- a/po/nb.po +++ b/po/nb.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.13.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-19 11:08+0200\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-04-19 11:10+0200\n" "Last-Translator: Espen Stefansen \n" "Language-Team: Norwegian bokmal \n" @@ -17,307 +17,306 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../glib/gbookmarkfile.c:728 ../glib/gbookmarkfile.c:805 -#: ../glib/gbookmarkfile.c:884 ../glib/gbookmarkfile.c:931 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Uventet attributt «%s» for element «%s»" -#: ../glib/gbookmarkfile.c:739 ../glib/gbookmarkfile.c:816 -#: ../glib/gbookmarkfile.c:826 ../glib/gbookmarkfile.c:942 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attributt «%s» i element «%s» ble ikke funnet" -#: ../glib/gbookmarkfile.c:1112 ../glib/gbookmarkfile.c:1177 -#: ../glib/gbookmarkfile.c:1241 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Uventet tagg «%s», tagg «%s» forventet" -#: ../glib/gbookmarkfile.c:1137 ../glib/gbookmarkfile.c:1151 -#: ../glib/gbookmarkfile.c:1219 ../glib/gbookmarkfile.c:1271 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Uventet tagg «%s» i «%s»" -#: ../glib/gbookmarkfile.c:1798 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Ingen gyldig bokmerkefil ble funnet i datakatalogene" -#: ../glib/gbookmarkfile.c:1999 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Et bokmerke eksisterer allerede for URI «%s»" -#: ../glib/gbookmarkfile.c:2045 ../glib/gbookmarkfile.c:2202 -#: ../glib/gbookmarkfile.c:2287 ../glib/gbookmarkfile.c:2367 -#: ../glib/gbookmarkfile.c:2452 ../glib/gbookmarkfile.c:2535 -#: ../glib/gbookmarkfile.c:2613 ../glib/gbookmarkfile.c:2692 -#: ../glib/gbookmarkfile.c:2734 ../glib/gbookmarkfile.c:2831 -#: ../glib/gbookmarkfile.c:2957 ../glib/gbookmarkfile.c:3147 -#: ../glib/gbookmarkfile.c:3223 ../glib/gbookmarkfile.c:3388 -#: ../glib/gbookmarkfile.c:3477 ../glib/gbookmarkfile.c:3567 -#: ../glib/gbookmarkfile.c:3694 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Ingen bokmerker funnet for URI «%s»" -#: ../glib/gbookmarkfile.c:2376 +#: glib/gbookmarkfile.c:2376 #, 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:2461 +#: glib/gbookmarkfile.c:2461 #, 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:2840 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Ingen grupper satt i bokmerke for URI «%s»" -#: ../glib/gbookmarkfile.c:3241 ../glib/gbookmarkfile.c:3398 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, 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:3421 +#: glib/gbookmarkfile.c:3421 #, 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:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikke Ã¥pne program for Ã¥ konvertere fra «%s» til «%s»" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ugyldig bytesekvens i inndata for konvertering" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Feil under konvertering: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Ufullstendig tegnsekvens ved slutten pÃ¥ inndata" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan ikke konvertere \"fallback\" «%s» til tegnsett «%s»" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Lokal fil-URI «%s» kan ikke inneholde en «#»" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI «%s» er ugyldig" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Vertsnavnet for URI «%s» er ugyldig" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Stinavnet «%s» er ikke en absolutt sti" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Ugyldig vertsnavn" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Feil under Ã¥pning av katalog «%s»: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Feil under lesing av fil «%s»: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Feil under lesing fra fil «%s»: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Feil under Ã¥pning av fil «%s»: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Feil ved uthenting av attributter for fil «%s»: fstat() feilet: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Feil under Ã¥pning av fil «%s»: fdopen() feilet: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Feil under oppretting av fil «%s»: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Kunne ikke skrive fil «%s»: fwrite() feilet: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Kunne ikke lukke fil «%s»: fclose() feilet: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Mal «%s» er ugyldig, mÃ¥ ikke inneholde «%s»" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Mal «%s» inneholder ikke XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "" msgstr[1] "" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Feil under lesing av symbolsk lenke «%s»: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Symbolske lenker er ikke støttet" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, 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:1507 +#: glib/giochannel.c:1507 #, c-format 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:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Overflødig ikke-konvertert data i innlesingsbuffer" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanalen terminerer i et oppdelt tegn" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format 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:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Kunne ikke Ã¥pne fil «%s»: open() feilet: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, 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:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Feil pÃ¥ linje %d tegn %d: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Feil pÃ¥ linje %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Tom entitet «&;» funnet; gyldige entiteter er: & " < > '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -328,17 +327,17 @@ msgstr "" "starter en entitet; hvis dette og-tegnet ikke er ment Ã¥ være en entitet, " "unngÃ¥ dette ved Ã¥ bruke & i stedet" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Tegn «%s» er ikke gyldig inne i et entitetsnavn" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitetsnavn «%s» er ikke kjent" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -347,7 +346,7 @@ msgstr "" "tegn uten at det var ment Ã¥ starte en entitet - ungÃ¥ ved Ã¥ bruke & i " "stedet" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -356,16 +355,16 @@ 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:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tegnreferanse «%-.*s» koder ikke et tillatt tegn" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Tom tegnreferanse; skulle inkludert et tall slik som dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -375,32 +374,32 @@ msgstr "" "og-tegn uten at det var ment Ã¥ starte en entitet - unngÃ¥ ved Ã¥ bruke & i " "stedet" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Uferdig referanse til entitet" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Uferdig referanse til tegn" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Ugyldig UTF-8 kodet tekst - for lang sekvens" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Ugyldig UTF-8 kodet tekst - ikke et starttegn" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Ugyldig UTF-8 kodet tekst - ikke gyldig «%s»" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentet mÃ¥ starte med et element (f.eks )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -409,7 +408,7 @@ msgstr "" "«%s» er ikke et gyldig tegn etter en «<» tegn; det kan ikke være begynnelsen " "pÃ¥ et elementnavn" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -418,13 +417,13 @@ msgstr "" "Rart tegn «%s», forventet et «>» tegn for Ã¥ avslutte start-taggen til " "elementet «%s»" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, 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:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -435,7 +434,7 @@ msgstr "" "element «%s», eller alternativt en attributt; kanskje du brukte et ugyldig " "tegn i attributtnavnet" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -444,7 +443,7 @@ msgstr "" "Rart tegn «%s», ventet et Ã¥pent sitattegn etter likhetstegnet nÃ¥r verdi for " "attributt «%s» for element «%s» oppgis" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '»" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element «%s» ble lukket, ingen Ã¥pne elementer nÃ¥" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, 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:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller inneholdt kun blanke tegn" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentet sluttet uventet rett etter en Ã¥pen vinkelparantes «<»" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -488,7 +487,7 @@ msgid "" msgstr "" "Dokumentet sluttet uventet med Ã¥pne elementer - «%s» var siste Ã¥pne element" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -497,19 +496,19 @@ msgstr "" "Dokumentet sluttet uventet, forventet Ã¥ se en vinkelparantes for Ã¥ slutte av " "den siste taggen <%s/>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet sluttet uventet inni et elementnavn" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet sluttet uventet inni et attributtnavn" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentet sluttet uventet inni en tagg for Ã¥pning av element." -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -517,397 +516,395 @@ msgstr "" "Dokumentet sluttet uventet etter likhetstegnet som følger et attributtnavn; " "ingen attributtverdi" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet sluttet uventet inni en attributtverdi" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, 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:1845 +#: glib/gmarkup.c:1845 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:1963 +#: glib/gregex.c:154 gio/glocalfile.c:1971 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 "" -#: ../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 "" -#: ../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 "" -#: ../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 "" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Feil under treff pÃ¥ regulært uttrykk %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE-biblioteket er kompilert uten støtte for UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE-biblioteket er kompilert uten støtte for UTF8-egenskaper" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, 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:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Feil under optimering av reguært utrykk %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "heksadesimalt tall eller «}» forventet" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "heksadesimalt tall forventet" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "mangler «<» i symbolsk referanse" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "uferdig symbolsk referanse" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "symbolsk referanse med null lengde" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "tall forventet" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "ugyldig symbolsk referanse" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "feilplassert siste «\\\\»" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "ukjent escapesekvens" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, 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 #, c-format 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 #, c-format 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 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Teksten var tom (eller inneholdt kun blanke tegn)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Feil under lesing av data fra underprosess" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Feil under lesing fra \"child pipe\" (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Feil ved skifte til katalog «%s» (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Feil under kjøring av underprosess (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Ugyldig programnavn: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Ugyldig streng i argumentvektor pÃ¥ %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Ugyldig streng i miljø: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Ugyldig arbeidsmappe: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Feil under kjøring av hjelpeprogram (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -916,142 +913,142 @@ msgstr "" "Uventet feil i g_io_channel_win32_poll() under lesing av data fra en " "underprosess" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Feil under lesing av data fra underprosess (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, 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:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Uventet feil i waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Feil under kjøring av fork (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Feil under kjøring av underprosess «%s» (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, 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:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Feil under kjøring av fork() for underprosess (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ukjent feil under kjøring av underprosess «%s»" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, 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:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Tegn utenfor gyldig omrÃ¥de for UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Ugyldig sekvens i inndata for konvertering" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Tegn utenfor gyldig omrÃ¥de for UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Bruk:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[FLAGG...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Flagg for hjelp:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Vis flagg for hjelp" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Vis alle flagg for hjelp" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Flagg for applikasjonen" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Kan ikke lese heltallsverdi «%s» for %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Heltallsverdi «%s» for %s er utenfor gyldig omrÃ¥de" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Kan ikke lese verdi for double «%s» for %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, 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:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Feil under tolking av flagg %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Mangler argument for %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Ukjent flagg %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Gyldig nøkkelfil ble ikke funnet i søkemapper" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Ikke en vanlig fil" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Filen er tom" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1059,50 +1056,50 @@ msgstr "" "Nøkkelfil inneholder linjen «%s» som ikke er et par med nøkkelverdier, gruppe " "eller kommentar" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Ugyldig navn pÃ¥ gruppe: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Nøkkelfil starter ikke med en gruppe" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Ugyldig navn pÃ¥ nøkkel: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Nøkkelfil inneholder ustøttet tegnkoding «%s»" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Nøkkelfil har ikke gruppe «%s»" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Nøkkelfil har ikke nøkkelen «%s»" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, 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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, 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:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1111,128 +1108,124 @@ msgstr "" "Nøkkelfilen inneholder nøkkelen «%s» i gruppen «%s» som har en verdi som ikke " "kan bli tolket." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, 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:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Nøkkelfilen inneholder skiftetegn ved linjeslutt" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nøkkelfil inneholder ugyldig skiftesekvens «%s»" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vedien «%s» kan ikke bli tolket som et tall." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltallsverdi «%s» er utenfor gyldig omrÃ¥de" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Verdi «%s» kan ikke tolkes som et flyttall." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Verdi «%s» kan ikke tolkes som en bolsk verdi." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "Tellerverdi gitt til %s er for stor" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Strømmen er allerede lukket" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1956 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operasjonen ble avbrutt" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Ukjent type" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "filtype %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "type %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Uventet tidlig slutt pÃ¥ strøm" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Uten navn" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Desktop-filen hadde ingen verdi i Exec-feltet" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Kan ikke finne terminalen som kreves for programmet" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan ikke opprette brukers desktop-fil %s" -#: ../gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Egendefinert definisjon for %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "stasjonen implementerer ikke utløsing" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "stasjonen implementerer ikke sjekk om medie er satt inn" -#: ../gio/gfile.c:811 ../gio/gfile.c:1039 ../gio/gfile.c:1172 -#: ../gio/gfile.c:1403 ../gio/gfile.c:1456 ../gio/gfile.c:1512 -#: ../gio/gfile.c:1594 ../gio/gfile.c:2651 ../gio/gfile.c:2696 -#: ../gio/gfile.c:2746 ../gio/gfile.c:2786 ../gio/gfile.c:3110 -#: ../gio/gfile.c:3512 ../gio/gfile.c:3595 ../gio/gfile.c:3678 -#: ../gio/gfile.c:3758 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operasjonen er ikke støttet" @@ -1245,93 +1238,93 @@ 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:1291 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Omsluttende monteringspunkt finnes ikke" -#: ../gio/gfile.c:1933 ../gio/glocalfile.c:2106 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Kan ikke kopiere over katalog" -#: ../gio/gfile.c:1993 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Kan ikke kopiere katalog over katalog" -#: ../gio/gfile.c:2001 ../gio/glocalfile.c:2115 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "MÃ¥lfilen eksisterer" -#: ../gio/gfile.c:2019 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Kan ikke kopiere katalog rekursivt" -#: ../gio/gfile.c:2736 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Ugyldig verdi oppgitt for symbolsk lenke" -#: ../gio/gfile.c:2829 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Papirkurv er ikke støttet" -#: ../gio/gfile.c:2876 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnavn kan ikke inneholde «%c»" -#: ../gio/gfile.c:4809 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volumet implementerer ikke montering" -#: ../gio/gfile.c:4917 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Ingen program registrert for Ã¥ hÃ¥ndtere denne filen" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Enumerator er lukket" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:426 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Filenumerator har utestÃ¥ende operasjon" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Filenumerator er allerede lukket" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Strømmen støtter ikke query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Søking ikke støttet pÃ¥ strøm" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Avkorting er ikke tillatt pÃ¥ en inndatastrøm" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Avkorting er ikke støttet pÃ¥ strømmen" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Inndatastrøm implementerer ikke lesing" @@ -1342,299 +1335,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Strømmen har utestÃ¥ende operasjoner" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Klarte ikke Ã¥ finne forvalgt type overvÃ¥ker for lokal katalog" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Ugyldig filnavn %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Feil under lesing av informasjon om filsystem: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Kan ikke endre navn pÃ¥ rotkatalogen" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Kan ikke endre navn pÃ¥ filen. Filnavnet eksisterer allerede" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1985 ../gio/glocalfile.c:2014 -#: ../gio/glocalfile.c:2168 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Ugyldig filnavn" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Feil under endring av navn pÃ¥ fil: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Feil under Ã¥pning av fil: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Kan ikke Ã¥pne mappe" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1989 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Feil ved fjerning av fil: %s" -#: ../gio/glocalfile.c:1678 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Feil ved plassering av fil i papirkurv: %s" -#: ../gio/glocalfile.c:1701 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan ikke legge katalog %s i papirkurven: %s" -#: ../gio/glocalfile.c:1722 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Kan ikke finne toppnivÃ¥ for papirkurv" -#: ../gio/glocalfile.c:1801 ../gio/glocalfile.c:1821 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Kan ikke finne eller opprette mappe for papirkurv" -#: ../gio/glocalfile.c:1855 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan ikke opprette informasjonsfil for papirkurv: %s" -#: ../gio/glocalfile.c:1880 ../gio/glocalfile.c:1955 ../gio/glocalfile.c:1962 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Kan ikke legge fil i papirkurven: %s" -#: ../gio/glocalfile.c:2018 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Feil under Ã¥pning av katalog «%s»: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Feil ved oppretting av symbolsk lenke: %s" -#: ../gio/glocalfile.c:2078 ../gio/glocalfile.c:2172 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Feil under flytting av fil: %s" -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Kan ikke flytte katalog over katalog" -#: ../gio/glocalfile.c:2128 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Oppretting av sikkerhetskopi feilet" -#: ../gio/glocalfile.c:2147 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Feil under fjerning av mÃ¥lfil: %s" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Flytting mellom monteringspunkter er ikke støttet" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Attributtverdi mÃ¥ ikke være NULL" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Ugyldig type attributt (streng forventet)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Ugyldig navn pÃ¥ utvidet attributt" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Feil under setting av utvidet attributt «%s»: %s" -#: ../gio/glocalfileinfo.c:1457 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Feil ved henting av informasjon om fil «%s»: %s" -#: ../gio/glocalfileinfo.c:1528 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (ugyldig koding)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Feil ved henting av informasjon om fildeskriptor: %s" -#: ../gio/glocalfileinfo.c:1739 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig type attributt (uint32 forventet)" -#: ../gio/glocalfileinfo.c:1757 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig type attributt (uint64 forventet)" -#: ../gio/glocalfileinfo.c:1776 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig type attributt (byte-streng forventet)" -#: ../gio/glocalfileinfo.c:1802 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Feil ved setting av rettigheter: %s" -#: ../gio/glocalfileinfo.c:1853 ../gio/glocalfileinfo.c:2021 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Feil ved setting av eier: %s" -#: ../gio/glocalfileinfo.c:1876 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symbolsk lenke kan ikke være NULL" -#: ../gio/glocalfileinfo.c:1886 ../gio/glocalfileinfo.c:1905 -#: ../gio/glocalfileinfo.c:1916 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Feil ved setting av symbolsk lenke: %s" -#: ../gio/glocalfileinfo.c:1895 +#: gio/glocalfileinfo.c:1894 #, c-format 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:2076 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Støtter ikke Ã¥ sette attributt %s" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Feil under lesing fra fil: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Feil under søking i fil: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Feil under lukking av fil: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Kan ikke finne forvalgt lokal filovervÃ¥kingstype" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Feil under skriving til fil: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Feil ved fjerning av gammel sikkerhetskopi av lenke: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Feil under oppretting av sikkerhetskopi: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Feil ved endring av navn pÃ¥ midlertidig fil: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Feil under avkorting av fil: «%s»" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Feil under Ã¥pning av fil «%s»: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "MÃ¥lfilen er en katalog" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "MÃ¥lfilen er ikke en vanlig fil" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "Filen ble endret eksternt" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Ugyldig GSeekType oppgitt" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Ugyldig søkeforespørsel" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Kan ikke avkorte GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Maksimumsgrense for data er nÃ¥dd" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Kan ikke endre størrelse pÃ¥ utdatastrøm for minne" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Klarte ikke Ã¥ endre størrelse pÃ¥ utdatastrøm for minne" @@ -1642,118 +1640,118 @@ 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:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 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 remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "montering implementerer ikke remontering" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Ut-strømmen implementerer ikke skriving" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Kildestrømmen er allerede lukket" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "navn" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Navn pÃ¥ ikonet" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "navn" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "En tabell som inneholder navn pÃ¥ ikoner" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "bruk forvalgte reserveverdier" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." msgstr "" -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Feil under lesing fra unix: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Feil ved lukking av unix: %s" -#: ../gio/gunixmounts.c:1789 ../gio/gunixmounts.c:1826 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Filsystemrot" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Feil ved skriving til unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "volumet implementerer ikke utløsing" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Kan ikke finne program" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Feil ved oppstart av program: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URIer er ikke støttet" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "endringer i assosiasjon er ikke støttet pÃ¥ win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Oppretting av assosiasjon er ikke støttet pÃ¥ win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "ikke skjul oppføringer" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "bruk langt listeformat" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FIL...]" diff --git a/po/ne.po b/po/ne.po index a980a58..a472ca9 100644 --- a/po/ne.po +++ b/po/ne.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-10.ne\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2006-04-27 00:00+0545\n" "Last-Translator: Shyam Krishna Bal \n" "Language-Team: Nepali \n" @@ -21,74 +21,74 @@ msgstr "" "X-Generator: KBabel 1.10.2\n" "Plural-Forms: nplurals=2;plural=(n!=1)\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "विजोड क्यारेक्टर '%s' ले,'%s' तत्वको गुण नाम '%s' पछि अपेक्षा गरिएको एउटा '=' " -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, fuzzy, c-format msgid "No valid bookmark file found in data dirs" msgstr "वैध कुञ्जी फाइल डेटा डाइरेक्टरीहरूमा फेला परेन" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "सांकेतिक सम्बन्ध '%s' पढ्न असफल: %s" @@ -162,7 +162,7 @@ msgstr "बाटोनाम '%s' निश्चित मार्ग हो msgid "Invalid hostname" msgstr "अवैध होस्टनाम " -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s" @@ -304,23 +304,23 @@ msgstr "'%s' फाइल खोल्न असफल : खोल्न() अ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' फाइल नक्सा असफल : m नक्सा() असफल : %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "लाइन %d क्यारेक्टर %d मा त्रुटि: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "लाइन %d मा त्रुटि: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "खाली अस्तित्व '&;' देखियो; वैध अस्तित्वहरू निम्न हुन : & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -331,17 +331,17 @@ msgstr "" "यदि यो एम्परस्यान्ड भएमा एउटा अस्तित्वको रूपमा मानिँदैन,यसलाई & को रूपमा परित्याग " "गर्नुहोस्" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "अस्तित्व नाम भित्रको क्यारेक्टर '%s' वैध छैन" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "अस्तित्व नाम '%s' ज्ञात होइन" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -349,7 +349,7 @@ msgstr "" "अस्तित्व अर्धविराममा सकिएन; तपाईँले धेरैजसो ऐम्परसेण्ड क्यारेक्टरबाट एउटा अस्तित्व सुरु गर्नको " "लागि प्रयास नगरिकन सुरु गर्नुभयो - & को रूपमा ऐम्परसेंन्ड निकास गर्नुहोस्" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -358,16 +358,16 @@ msgstr "" "'%-*s' पद वर्णन गर्न सकिएन, जुन एउटा क्यारेक्टर सन्दर्भ (उदाहरणका लागि; ê) हुनु " "पर्थ्यो - संभवत अङ्क ज्यादै ठूलो छ" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "क्यारेक्टर सन्दर्भ '%-.*s' ले स्वीकृत क्यारेक्टरको सङ्केतन गर्दैन " -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "खाली क्यारेक्टर सन्दर्भ, dž जस्तो अङ्क समाहित हुनुपर्छ" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -376,34 +376,34 @@ msgstr "" "क्यारेक्टर सन्दर्भ अर्धविराममा सकिएन;तपाईँले धेरैजसो ऐम्परसेण्ड क्यारेक्टरबाट एउटा अस्तित्व सुरु " "गर्नका लागि प्रयास नगरिकन सुरु गर्नुभयो - & को रूपमा ऐम्परसेंन्ड निकास गर्नुहोस्" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "अधुरो अस्तित्व सन्दर्भ" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "अधुरो क्यारेक्टर सन्दर्भ" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "कागजात एउटा तत्व बाट सुरु हुनैपर्छ (जस्तै: )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -412,7 +412,7 @@ msgstr "" "एउटा '<' क्यारेक्टर पछ्याउन '%s' वैधानिक क्यारेक्टर होइन; यस्ले एउटा तत्व नाम प्रारम्भ " "नगर्न सक्छ" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -421,13 +421,13 @@ msgstr "" "बिजोड क्यारेक्टर '%s', एउटा अपेक्षा गरिएको क्यारेक्टर '>', '%s' को सुरु ट्याग अन्त्य " "गर्नलाइ" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "विजोड क्यारेक्टर '%s' ले,'%s' तत्वको गुण नाम '%s' पछि अपेक्षा गरिएको एउटा '=' " -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -438,7 +438,7 @@ msgstr "" "'/' क्यारेक्टर, वा वैकल्पिक रूपमा एउटा विशेषता ,सायद तपाईँले एउटा विशेषता नाममा अवैध " "क्यारेक्टर प्रयोग गर्नुभयो" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -447,7 +447,7 @@ msgstr "" "बिजोड क्यारेक्टर '%s',तत्व '%s' को '%s' विशेषताका लागि मान दिइएको बेला बराबर चिन्ह " "पछि खुला उद्धरण चिन्हको अपेक्षा गरेको हुन्छ।" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '' " "हो।" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "तत्व '%s' बन्द थियो, हाल कुनै तत्व खुलेको छैन" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "तत्व '%s' बन्द थियो, तर हाल खुला तत्व '%s' हो" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "कागजात खाली छ वा सेतो खाली स्थान मात्र राखिएको छ" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "एउटा खुल्ला कोण कोष्ठ पछि '<' कागजात अनपेक्षित रूपले समाप्त भयो।" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "'%s' खोलिएको अन्तिम तत्व संगकागजात अप्रत्याशित रूपले समाप्त भयो।" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -499,19 +499,19 @@ msgstr "" "कागजपत्र अप्रत्याशित रूपले समाप्त भयो, ट्याग <%s/> को अन्तमा बन्द कोण कोष्ठको अपेक्षा " "गर्दछ।" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "तत्व नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "विशेषता नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "तत्व-खुल्ला ट्याग भित्र कागजात अपेक्षित रूपले समाप्त भयो।" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -519,16 +519,16 @@ msgstr "" "बिशेषता नाम पछ्याउन बराबर चिन्ह पछि कागजातपत्र अप्रत्याशित रूपले समाप्त भयो; गुण मान " "होइन" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "गुण मान भित्र भएको बेला कागजपत्र अप्रत्याशित रूपले समाप्त भयो" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "तत्व '%s' का लागि बन्द ट्याग भित्र कागजात अनपेक्षित रूपले समाप्त भयो।" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "एउटा टिप्पणी वा प्रक्रिया निर्देशन भित्र कागजपत्र अप्रत्याशित रूपले समाप्त भयो" @@ -552,7 +552,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1156,7 +1156,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1171,7 +1171,7 @@ msgstr "अज्ञात विकल्प %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1210,7 +1210,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1223,10 +1223,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" @@ -1239,52 +1239,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1295,12 +1295,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1356,181 +1356,186 @@ msgstr "अवैध कार्यक्रम नाम : %s" msgid "Error getting filesystem info: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "अवैध होस्टनाम " -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "पद वर्णन विकल्पमा त्रुटि %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "विशेषता नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "लाइन %d मा त्रुटि: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" @@ -1603,12 +1608,12 @@ msgstr "नियमित फाइल होइन" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "अवैध कार्यक्रम नाम : %s" @@ -1618,17 +1623,17 @@ msgstr "अवैध कार्यक्रम नाम : %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1703,7 +1708,7 @@ msgstr "'%s' फाइल पढ्दा त्रुटि : %s" msgid "Error closing unix: %s" msgstr "लाइन %d मा त्रुटि: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/nl.po b/po/nl.po index 8e2ccab..cdf4c2e 100644 --- a/po/nl.po +++ b/po/nl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-12 16:03+0100\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-12 16:03+0100\n" "Last-Translator: Wouter Bolsterlee \n" "Language-Team: Dutch \n" @@ -19,83 +19,83 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Onverwacht attribuut ‘%s’ voor element ‘%s’" # aangetroffen hier mooier dan gevonden -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attribuut ‘%s’ van element ‘%s’ is niet aangetroffen" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Onverwachte tag ‘%s’, tag ‘%s’ werd verwacht" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Onverwachte tag ‘%s’ binnen ‘%s’" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Er is geen geldig bladwijzerbestand gevonden in de datamappen" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Er bestaat al een bladwijzer voor de URI ‘%s’" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Geen bladwijzer gevonden voor URI ‘%s’" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Er is geen MIME-type gedefinieerd in de bladwijzer voor URI ‘%s’" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Er is geen privé-vlag gedefinieerd in de bladwijzer voor URI ‘%s’" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Er zijn geen groepen ingesteld in de bladwijzer voor URI ‘%s’" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" "Er is geen programma genaamd ‘%s’ die een bladwijzer geregistreerd heeft " "voor ‘%s’" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Het omzetten van tekenset ‘%s’ naar ‘%s’ is niet mogelijk" @@ -105,246 +105,245 @@ 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ongeldige bytereeks in conversie-invoer" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Fout tijdens omzetten: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format 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:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan vanaf codeverzameling ‘%s’ niet terugvallen op ‘%s’" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "De URI ‘%s’ is ongeldig" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, 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:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "De URI ‘%s’ bevat tekens met een foutief controleteken" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Het pad ‘%s’ is geen absoluut pad" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Ongeldige hostnaam" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Fout bij het openen van map ‘%s’: %s" # Allocatie van %lu bytes om bestand "%s" te lezen is mislukt< -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Fout bij het lezen van bestand ‘%s’: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Lezen uit bestand ‘%s’ is mislukt: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Openen van bestand ‘%s’ is mislukt: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, 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:756 +#: glib/gfileutils.c:756 #, 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:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Aanmaken van bestand ‘%s’ is mislukt: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, 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:990 +#: glib/gfileutils.c:990 #, 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:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, 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:1365 +#: glib/gfileutils.c:1365 #, 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:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u byte" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Lezen van symbolische verwijzing ‘%s’ is mislukt: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Symbolische verwijzingen zijn niet mogelijk" # Openen van converteerder van '%s' naar '%s' mislukt: %s -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "" "Kon het conversieprogramma voor omzetten van ‘%s’ naar ‘%s’ niet openen: %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Een kale ('raw') leesoperatie is niet mogelijk in " "g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Restant aan ongeconverteerde data in de leesbuffer" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanaal eindigt in een gedeeltelijk teken" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Een kale ('raw') leesoperatie is niet mogelijk in g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Openen van bestand ‘%s’ is mislukt: open() is mislukt: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Openen van bestand ‘%s’ is mislukt: mmap() is mislukt: %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Fout in regel %d teken %d: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Fout in regel %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Lege entiteit ‘&;’ gevonden; geldige entiteiten zijn: & " < " "> '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -354,17 +353,17 @@ msgstr "" "Teken ‘%s’ is niet geldig aan het begin van een entiteitnaam; het &-teken " "begint een entiteit; indien dat niet de bedoeling is, gebruik dan &" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Het teken ‘%s’ is niet geldig in een entiteitnaam" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Entiteitnaam ‘%s’ is niet bekend" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -373,7 +372,7 @@ msgstr "" "ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - " "gebruik in plaats daarvan &" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -383,16 +382,16 @@ msgstr "" "zou moeten zijn (bijvoorbeeld ê) - misschien is het getal te groot" # niet geoorloofd/toegestaan/ongeoorloofd -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tekenreferentie ‘%-.*s’ staat niet voor een geoorloofd teken" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Lege tekenreferentie; ze zou een getal moeten bevatten, zoals dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -402,33 +401,33 @@ msgstr "" "ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - " "gebruik in plaats daarvan &" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Onbeëindigde entiteitreferentie" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Onbeëindigde tekenreferentie" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Ongeldige UTF-8-gecodeerde tekst - de reeks is te lang" # het is geen startteken/er is geen startteken -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Ongeldige UTF-8-gecodeerde tekst - geen startteken" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Ongeldige UTF-8-gecodeerde tekst - niet geldig ‘%s’" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Het document moet beginnen met een element (bijv. )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -436,7 +435,7 @@ msgid "" msgstr "" "‘%s’ is geen geldig teken na ‘<’; een elementnaam mag er niet mee beginnen" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -445,7 +444,7 @@ msgstr "" "Onverwacht teken ‘%s’, er werd een ‘>’-teken verwacht om de start-tag van " "het element ‘%s’ af te sluiten" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -453,7 +452,7 @@ msgstr "" "Onverwacht teken ‘%s’, er werd een ‘=’ verwacht na de attribuutnaam ‘%s’ van " "element ‘%s’" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -464,7 +463,7 @@ msgstr "" "start-tag van element ‘%s’ af te sluiten, of eventueel een attribuut; " "misschien heeft u ongeldige tekens gebruikt in een attribuutnaam" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -473,7 +472,7 @@ msgstr "" "Onverwacht teken ‘%s’, er werd een ‘\"’-teken verwacht na het ‘=’-teken bij " "de attribuutwaarde van ‘%s’ in element ‘%s’" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '’ " -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element ‘%s’ is afgesloten, er is nu geen enkel element open" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element ‘%s’ is afgesloten, maar op dit moment is element ‘%s’ open" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Het document was leeg of bevatte slechts lege ruimte" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Het document eindigde onverwacht na een openingshaakje: ‘<’" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -517,7 +516,7 @@ msgstr "" "Het document eindigde onverwacht met niet-afgesloten elementen - ‘%s’ is het " "laatstgeopende element" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -526,19 +525,19 @@ msgstr "" "Het document eindigde onverwacht, er werd een sluithaakje (‘>’) verwacht " "voor de tag <%s/>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Het document eindigde onverwacht in een elementnaam" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Het document eindigde onverwacht in een attribuutnaam" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Het document eindigde onverwacht in een element-openingstag." -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -546,177 +545,177 @@ msgstr "" "Het document eindigde onverwacht na een ‘=’-teken dat op een attribuutnaam " "volgde; geen attribuutwaarde" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Het document eindigde onverwacht in een attribuutwaarde" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Het document eindigde onverwacht in een een afsluitingstag voor element ‘%s’" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Het document eindigde onverwacht in commentaar of een bewerkingsinstructie" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "beschadigd object" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "interne fout of beschadigd object" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "onvoldoende geheugen" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "limiet voor backtracking bereikt" # voor deelzoeken -#: ../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 "het patroon bevat niet-ondersteunde tekens" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1962 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "interne fout" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "achterwaartse referenties als condities zijn niet mogelijk" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "recursielimiet bereikt" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "limiet voor lege substrings bereikt" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "ongeldige combinatie van nieuwe-regelvlaggen" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "onbekende fout" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ aan het einde van het patroon" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c aan het einde van het patroon" # onbekend/niet herkend -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "onbekend teken volgt na \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "tekens die hoofd,- en kleine letters wijzigen zijn hier niet toegestaan" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "getallen in verkeerde volgorde in {} waardegever" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "getal te groot in {} waardegever" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "sluithaakje ] ontbreekt bij lettertekenklasse" # controleteken/sturingsteken/stuurcode/escape-teken -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "ongelde stuurcode in lettertekenklasse" # [Z-a] -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "bereik in verkeerde volgorde in lettertekenklasse" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "niets te herhalen" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "onbekend teken na (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "onbekend teken na (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "onbekend teken na (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX benoemde klassen zijn alleen ondersteund binnen een klasse" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "ontbrekend sluithaakje: )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") zonder openingshaakje: (" #. 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 of (?[+-]cijfers moeten gevolgd worden door )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "verwijzing naar een niet-bestaand subpatroon" # opmerking/commentaar -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "ontbrekend sluithaakje ) na commentaar" # te groot/te lang -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "reguliere expressie te groot" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "kon onvoldoende geheugen krijgen" # terugkijkbewering -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "‘lookbehind assertion’ heeft geen vaste lengte" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "foutief getal of naam na (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "voorwaardelijke groep bevat meer dan twee vertakkingen" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "bewering verwacht na (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "onbekende POSIX-klassenaam" @@ -725,243 +724,241 @@ msgstr "onbekende POSIX-klassenaam" # het betreft het beschouwen van meerdere tekens als 1 teken # samengesteld teken # geordende elementen/samengestelde elementen -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX-samengestelde elementen worden niet ondersteund" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "lettertekenwaarde in de reeks \\x{...} is te groot" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "ongeldige voorwaarde (?(0)" # terugkijkbewering -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C niet toegestaan in ‘lookbehind assertion’" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "recursieve aanroep zou oneindig kunnen doorlopen" # afsluiter/afsluitteken -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "afsluitteken ontbreekt in naam subpatroon" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "twee genoemde subpatronen hebben dezelfde naam" # onjuist samengesteld/gevormd -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "onjuist gevormde \\P of \\p reeks" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "onbekende eigenschapnaam na \\P of \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "naam van subpatroon is te lang (maximaal 32 tekens)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "teveel genoemde subpatronen (maximaal 10.000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "octale waarde is groter dan \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE-groep bevat meer dan één vertakking" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "herhalen van een DEFINE-groep is niet toegestaan" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "inconsistente NEWLINE-opties" -#: ../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 wordt niet gevolgd door een naam tussen haakjes, of getal niet gelijk " "aan nul, optioneel tussen haakjes" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "onverwachte herhaling" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Fout bij reguliere expressie %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE-bibliotheek is gecompileerd zonder ondersteuning voor UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" "PCRE-bibliotheek is gecompileerd zonder ondersteuning voor UTF8-eigenschappen" # opbouwen/compileren -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Fout bij compileren van reguliere expressie %s op teken %d:%s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Fout bij optimaliseren van reguliere expressie %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "hexadecimaal getal of ‘}’ verwacht" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "hexadecimaal getal verwacht" # tekort/ontbreekt/te weinig -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "‘<’ ontbreekt in verwijzing" # symbolische verwijzing -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "onafgemaakte verwijzing" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "verwijzing heeft nullengte" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "cijfer verwacht" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "ongeldige verwijzing" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "extra afsluiting ‘\\’" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "onbekende escape-reeks" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Fout bij inlezen vervangende tekst ‘%s’ op teken %lu:%s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Aangehaalde tekst begint niet met een ‘\"’-teken" # solitair "-teken/ongebalanceerd -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Solitair ‘\"’-teken in opdrachtregel of andere shell-aangehaalde tekst" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Tekst eindigde na een ‘\\’-teken (de tekst was ‘%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 "" "De tekst eindigde voordat een afsluitend aanhalingsteken was gevonden voor %" "c (de tekst was ‘%s’)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "De tekst was leeg (of bevatte slechts lege ruimte)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Lezen van data van dochterproces is mislukt" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Aanmaken van pijplijn voor het communiceren met dochterproces is mislukt (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Lezen van pijplijn naar dochter (%s) is mislukt" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Wijzigen naar map ‘%s’ is mislukt (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Uitvoeren van dochterproces is mislukt (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Ongeldige programmanaam: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Ongeldige tekenreeks in argumentvector bij %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Ongeldige tekenreeks in omgeving: %s" # werkmap/huidige map -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Ongeldige werkmap: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Uitvoeren van het hulpprogramma (%s) is mislukt" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -970,147 +967,147 @@ msgstr "" "Onverwachte fout in g_io_channel_win32_poll() bij het lezen van data van een " "dochterproces" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Lezen van data van dochterproces is mislukt (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Onverwachte fout in select() bij het lezen van data van een dochterproces (%" "s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Onverwachte fout in waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "De fork is mislukt (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Uitvoeren van dochterproces ‘%s’ is mislukt (%s)" # was eerst: herleiden -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "Doorsluizen van invoer of uitvoer van een dochterproces is mislukt (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Het forken van een dochterproces is mislukt (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Onbekende fout bij het uitvoeren van dochterproces ‘%s’" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Lezen van voldoende data van pijplijn van dochter-pid is mislukt (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Teken valt buiten het bereik van UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Ongeldige reeks in conversieinvoer" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Teken valt buiten het bereik van UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Gebruik:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPTIE...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Hulpopties:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Deze hulptekst tonen" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Alle hulpteksten tonen" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Programmaopties:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Kan het geheel getal ‘%s’ voor %s niet verwerken" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Het geheel getal ‘%s’ voor %s valt buiten het bereik" # integer-double -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Kan het lange geheel getal ‘%s’ voor %s niet verwerken" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Het lange geheel getal ‘%s’ voor %s valt buiten het bereik" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Fout bij verwerken van optie %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Ontbrekend argument voor %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Onbekende optie %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Er kon geen geldig sleutelbestand gevonden worden in de zoekmappen" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Geen gewoon bestand" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Bestand is leeg" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1118,52 +1115,52 @@ msgstr "" "Sleutelbestand bevat regel ‘%s’ wat geen sleutelwaarde-paar, groep of " "opmerking is." -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Ongeldige groepsnaam: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Het sleutelbestand start niet met een groep" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Ongeldige sleutelnaam: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Het sleutelbestand bevat de niet-ondersteunde tekenset ‘%s’" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Het sleutelbestand bevat geen groep ‘%s’" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Het sleutelbestand bevat geen sleutel ‘%s’" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Het sleutelbestand bevat sleutel ‘%s’ met waarde ‘%s’ wat geen UTF-8 is" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Het sleutelbestand bevat sleutel ‘%s’ die een waarde heeft die niet " "geïnterpreteerd kan worden." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1172,135 +1169,131 @@ msgstr "" "Het sleutelbestand bevat sleutel ‘%s’ in groep ‘%s’ die een waarde heeft die " "niet geïnterpreteerd kan worden." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Het sleutelbestand bevat geen sleutel ‘%s’ in groep ‘%s’" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "" "Het sleutelbestand bevat een ontsnappingsteken aan het einde van een regel" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Het sleutelbestand bevat ongeldige ontsnappingstekens ‘%s’" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een getal." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Het geheel getal ‘%s’ valt buiten het bereik" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" "De waarde ‘%s’ kan niet geïnterpreteerd worden als een getal van het type " "float." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een boolese." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "De telwaarde die aan %s werd gegeven is te groot" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "De stroom is al gesloten" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "De bewerking werd afgebroken" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Onbekend type" # bestandssoort/bestandstype -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "bestandstype %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "type %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Voortijdig einde aan gegevensstroom" # naamloos/zonder naam/onbenoemd -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Zonder naam" # bureaubladbestand/desktopbestand -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Desktopbestand bevat geen Exec-veld" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Kan geen terminalvenster vinden voor het uitvoeren van het programma" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan persoonlijke programmaconfiguratiemap %s niet aanmaken: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan persoonlijke MIME-configuratiemap %s niet aanmaken: %s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan desktopbestand %s niet aanmaken" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Zelfgemaakte definitie voor %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "dit station begrijpt de opdracht ‘uitwerpen’ niet" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "dit station kan niet onderzocht worden op de aanwezigheid van media" # niet ondersteund/niet mogelijk -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "De bewerking is niet mogelijk" @@ -1313,18 +1306,18 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Kan niet over map kopiëren" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Kan map niet over map kopiëren" @@ -1332,84 +1325,84 @@ 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:1963 ../gio/glocalfile.c:2109 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Doelbestand bestaat al" # map/de map -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Kan map niet recursief kopiëren" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Ongeldige symbolische verwijzing gegeven" # wordt hier niet ondersteund # (dus bijv. op een aangekoppelde externe opslag?) -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Prullenbak wordt ondersteund" # Een bestandsnaam mag het teken / niet bevatten -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Het teken ‘%c’ mag niet in een bestandsnaam voorkomen" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volumen begrijpt de opdracht ‘aankoppelen’ niet" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Er is geen programma toegewezen om dit bestand te openen" # opsomming/teller -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Teller is gesloten" # hmm -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Bestandsteller bevat een lopende bewerking" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Bestandsteller is al gesloten" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Datastroom ondersteunt query_info niet" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Zoeken binnen datastroom niet mogelijk" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Afkappen is niet toegestaan op een invoerdatastroom" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Afkappen wordt niet ondersteund op een datastroom" # huh? -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Invoerdatastroom begrijpt de opdracht ‘lezen’ niet" @@ -1421,310 +1414,315 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Datastroom is nog bezig" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Ongeldige bestandsnaam: %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fout bij het ophalen van informatie over bestandssysteem: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Kan de root-map niet hernoemen" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format 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:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013 -#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Ongeldige bestandsnaam" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Fout bij het hernoemen van bestand: %s" # openen/lezen -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Fout bij het openen van bestand: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Kan map niet openen" # volledig verwijderen/definitief verwijderen/verwijderen -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Fout bij het verwijderen van bestand: %s" # naar prullenbak verplaatsen/verwijderen -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Fout bij het verplaatsen naar de prullenbak van bestand: %s" -#: ../gio/glocalfile.c:1700 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan de prullenbakmap %s niet aanmaken: %s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Kan de bovenliggende map voor de prullenbak niet vinden" -#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Kan prullenbakmap niet vinden of aanmaken" -#: ../gio/glocalfile.c:1854 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan prullenbak-informatiebestand ‘%s’ niet aanmaken" -#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Kan het bestand ‘%s’ niet naar de prullenbak verplaatsen" -#: ../gio/glocalfile.c:2017 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Fout bij het openen van map ‘%s’: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Fout bij het maken van symbolische verwijzing: %s" -#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Fout bij het verplaatsen van bestand: %s" -#: ../gio/glocalfile.c:2100 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Kan map niet over map verplaatsen" -#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Aanmaken van backupbestand is mislukt" -#: ../gio/glocalfile.c:2141 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Fout bij het verwijderen doelbestand: %s" # (nog) niet mogelijk/niet ondersteund -#: ../gio/glocalfile.c:2155 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Verplaatsen tussen aankoppelpunten is niet mogelijk" # technotalk -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Attribuutwaarde moet niet-NULL zijn" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Ongeldig attribuuttype (hoort een tekenreeks te zijn)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Ongeldige uitgebreide attribuutnaam" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Fout bij het instellen van uitgebreid attribuut ‘%s’: %s" -#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Fout bij het benaderen van bestand ‘%s’: %s" -#: ../gio/glocalfileinfo.c:1458 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (ongeldige codering)" -#: ../gio/glocalfileinfo.c:1618 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fout bij het benaderen van ‘file descriptor’: %s" -#: ../gio/glocalfileinfo.c:1663 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Ongeldig attribuuttype (hoort een uint32 te zijn)" -#: ../gio/glocalfileinfo.c:1680 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Ongeldig attribuuttype (hoort een uint64 te zijn)" -#: ../gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Ongeldig attribuuttype (hoort een byte-tekenreeks te zijn)" -#: ../gio/glocalfileinfo.c:1724 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Fout bij instellen toegangsrechten: %s" -#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Fout bij instellen eigenaar: %s" # technotalk # symlink/symbolische verwijzing -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symbolische verwijzing moet niet-NULL zijn" -#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827 -#: ../gio/glocalfileinfo.c:1838 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Fout bij instellen symbolische verwijzing: %s" -#: ../gio/glocalfileinfo.c:1817 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" "Fout bij instellen symbolische verwijzing: bestand is geen symbolische " "verwijzing" -#: ../gio/glocalfileinfo.c:1998 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Instellen van attribuut %s is niet mogelijk" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Fout bij het lezen van bestand: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Fout bij het doorzoeken van bestand: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Fout bij het sluiten van bestand: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Fout bij het schrijven naar bestand: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Fout bij verwijderen van oude verwijzing naar reservekopie: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Fout bij het aanmaken van reservekopie: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Fout bij het hernoemen van tijdelijk bestand: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Fout bij het afkappen bestand: %s" # lezen/openen -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Fout bij het openen van bestand ‘%s’: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Doelbestand is geen map" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Doelbestand is geen gewoon bestand" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "Het bestand is door een ander programma gewijzigd" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Ongeldig GSeekType geleverd" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Ongeldige zoekopdracht" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Kan GMemoryInputStream niet afkappen" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Maximum data-arraylimiet bereikt" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1732,58 +1730,58 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "uitwerpen niet ondersteund door koppeling" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "opnieuw koppelen niet ondersteund door koppeling" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Uitvoerdatastroom begrijpt de opdracht ‘schrijven’ niet" # bronstroom/datastroom van de bron -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Datastroom is al gesloten" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "naam" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Naam van het pictogram" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "namen" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Een lijst met de pictogramnamen" # Vrij vertaald (Wouter Bolsterlee) -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "standaard terugvalmechanisme gebruiken" # Vrij vertaald (Wouter Bolsterlee) -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1792,69 +1790,69 @@ msgstr "" "het ‘-’-teken af te knippen. Als meerdere namen worden gegeven wordt de " "eerste gebruikt." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Fout bij lezen van unix: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Fout bij sluiten van unix: %s" # hoofdmap van bestandssysteem -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Hoofdmap bestandssysteem" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Fout bij schrijven naar unix: %s" # volumen kan niet uitgeworpen worden/implemeteert 'uitwerpen' niet/ # begrijpt de opdracht 'uitwerpen' niet -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "volumen begrijpt de opdracht ‘uitwerpen’ niet" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Kan het programma niet vinden" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Fout bij het opstarten van het programma: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI's worden niet ondersteund" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "associatiewijzigingen niet mogelijk op win32" # Associeren/associaties aanmaken -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Associaties aanmaken niet mogelijk op win32" # vrij vertaald -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "ook de verborgen items tonen" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "gebruik een uitgebreide opsomming" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[BESTAND...]" diff --git a/po/nn.po b/po/nn.po index 82b50d2..fbf0e9f 100644 --- a/po/nn.po +++ b/po/nn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-02-24 17:33+0100\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -17,75 +17,75 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Uventa attributt «%s» til elementet «%s»" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attributt «%s» til elementet «%s» ikkje funne" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Uventa merke «%s», venta merket «%s»" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Uventa merke «%s» inni «%s»" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Klarte ikkje Ã¥ finna gyldig bokmerkefil i datamappene" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Eit bokmerke for adressa «%s» finst frÃ¥ før" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Klarte ikkje Ã¥ finna noko bokmerke for adressa «%s»" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Det er ikkje definert nokon MIME-type i bokmerket for adressa «%s»" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Privat-flagg er ikkje definert i bokmerket for adressa «%s»" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Det er ikkje laga nokon grupper i bokmerket for adressa «%s»" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" "Det er ikkje nokon program som heiter «%s» som har registrert bokmerke for «%s»" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Klarte ikkje Ã¥ utvida køyrelinja «%s» med adressa «%s»" @@ -159,7 +159,7 @@ msgstr "Filstien «%s» er ikkje ein absolutt sti" msgid "Invalid hostname" msgstr "Ugyldig vertsnamn" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Feil ved opning av katalog «%s»: %s" @@ -301,22 +301,22 @@ msgstr "Klarte ikkje Ã¥ opna fila «%s»: open() feila: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Klarte ikkje Ã¥ kopiera fila «%s» til minnet: mmap() feila: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Feil pÃ¥ linje %d teikn %d: " -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Feil pÃ¥ linje %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "Fann tom entitet «&;»; gyldige entitetar er: & " < '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -327,17 +327,17 @@ msgstr "" "ein entitet; om dette et-teiknet ikkje er meint Ã¥ vere ein entitet, skriv " "den som &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Teiknet «%s» er ikkje gyldig inne i eit entitetsnamn" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitetsnamnet «%s» er ikkje kjent" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -345,7 +345,7 @@ msgstr "" "Entiteten slutta ikkje med eit semikolon. Du brukte truleg eit et-teikn utan " "Ã¥ meina Ã¥ opna ein entitet. Skriv et-teikn som «&»." -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -354,16 +354,16 @@ msgstr "" "Klarte ikkje Ã¥ tolka «%-.*s», som burde vera eit teikn i ein teiknreferanse " "(ê, til dømes) – kan henda talet er for stort" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Teiknreferansen «%-.*s» kodar ikkje kan ikkje kodast eit lovleg teikn" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Tom teiknreferanse, bør innehalda eit nummer slik som dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -372,32 +372,32 @@ msgstr "" "Teiknreferansen slutta ikkje med eit semikolon; sannsynlegvis brukte du eit " "et-teikn utan Ã¥ villa starte ein entitet – skriv et-teikn som &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Referansen til entiteten er uferdig" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Referansen til teiknet er uferdig" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Ugyldig UTF-8-koda tekst - for lang sekvens" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Ugyldig UTF-8-koda tekst - ikkje eit startteikn" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Ugyldig UTF-8-koda tekst - ikkje gyldig «%s»" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentet mÃ¥ byrja med eit element (t.d. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -406,7 +406,7 @@ msgstr "" "«%s» er ikkje eit gyldig teikn etter ein «<»-teikn. Det kan ikkje vera det " "fyrste teiknet i eit elementnamn" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -415,14 +415,14 @@ msgstr "" "Merkeleg teikn «%s», venta eit «>»-teikn for Ã¥ avslutta startmerket av " "elementet «%s»" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Merkeleg teikn «%s», venta ein «=» etter attributtnamnet «%s» av elementet «%s»" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -433,7 +433,7 @@ msgstr "" "startmerket av elementet «%s», eller ein valfri attributt. Kan henda du " "brukte eit ugyldig teikn i attributtnamnet" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -442,7 +442,7 @@ msgstr "" "Merkeleg teikn «%s», venta eit ope siteringsmerke etter likskapsteiknet for Ã¥ " "gje ein verdi for attributten «%s» av elementet «%s»" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '»" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elementet «%s» vart lukka. Det er ingen opne element no" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Elementet «%s» vart avslutta, men det opne elementet er «%s»" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller innheldt berre tomme teikn" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokument avslutta uventa rett etter ei open vinkelhake «<»" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -487,7 +487,7 @@ msgstr "" "Dokumentet slutta uventa med element framleis opne. «%s» var det siste " "elementet som vart opna" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -496,20 +496,20 @@ msgstr "" "Dokumentet slutta uventa, venta Ã¥ sjÃ¥ at ei vinkelhake lukka det avsluttande " "merket <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet tok uventa slutt inni eit elementnamn" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet tok uventa slutt inni eit attributtnamn" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Dokumentet vart uventa avslutta inne i eit merke som opnar eit element." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -517,16 +517,16 @@ msgstr "" "Dokumentet slutta uventa etter likskapsteiknet etter attributtnamnet; ingen " "attributtverdi" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet avslutta uventa medan det var inne i ein attributtverdi" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokumentet avslutta uventa i eit lukkemerke for elementet «%s»" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumentet avslutta uventa inne i ein merknad eller prosseseringsinstruksjon" @@ -551,7 +551,7 @@ msgstr "tilbakesporingsgrensa nÃ¥dd" msgid "the pattern contains items not supported for partial matching" msgstr "mønsteret inneheld element som ikkje er støtta i delsamanlikning" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "intern feil" @@ -1157,7 +1157,7 @@ msgstr "For stor teljingsverdi sendt til %s" msgid "Stream is already closed" msgstr "Straumen er allereie stengt" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operasjonen vart avbroten" @@ -1171,7 +1171,7 @@ msgstr "Ukjend type" msgid "%s filetype" msgstr "%s-filtype" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s-type" @@ -1210,7 +1210,7 @@ msgstr "Kan ikkje laga MIME-oppsettmappe %s: %s" msgid "Can't create user desktop file %s" msgstr "Kan ikkje laga skrivebordfila %s for brukaren" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Sjølvvald definisjon av %s" @@ -1223,10 +1223,10 @@ msgstr "stasjonen støttar ikkje Ã¥ løysa ut" msgid "drive doesn't implement polling for media" msgstr "stasjonen støttar ikkje Ã¥ spørja etter media" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operasjonen er ikkje støtta" @@ -1239,52 +1239,52 @@ msgstr "Operasjonen er ikkje støtta" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Omsluttande monteringspunkt finst ikkje" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Kan ikkje skriva over mappe" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Kan ikkje skriva ei mappe over ei mappe" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "MÃ¥lfila finst" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Kan ikkje kopiera katalog rekursivt" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Ugyldig symlink-verdi oppgjeven" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Papirkorg er ikkje støtta" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnamn kan ikkje innehalda «%c»" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volumet støttar ikkje montering" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Ingen program er registrert til Ã¥ handtera denne fila" @@ -1295,12 +1295,12 @@ msgid "Enumerator is closed" msgstr "Teljaren er stengt" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Filteljaren har ventande operasjon" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Filteljaren er allereie lukka" @@ -1356,182 +1356,187 @@ msgstr "Ugyldig filnamn %s" msgid "Error getting filesystem info: %s" msgstr "Feil ved henting av filsysteminfo: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Kan ikkje gje rotmappa nytt namn" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Kan ikkje gje fila nytt namn, filnamnet finst frÃ¥ før" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Ugyldig filnamn" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Feil ved namnebyte pÃ¥ fila: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Feil ved opning av fila: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Kan ikkje opna mappa" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Feil under fjerning av fila: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Feil under kassering av fila: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Klarte ikkje Ã¥ laga papirkorgmappa %s: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Klarar ikkje Ã¥ finna toppnivÃ¥mappe for papirkorga" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Klarar ikkje Ã¥ finna eller laga papirkorgmappa" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Klarte ikkje Ã¥ laga infofil om kassering: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Klarte ikkje Ã¥ kassera fila: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Feil ved opning av katalog «%s»: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Klarte ikkje Ã¥ laga symbolsk lenkje: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Feil under flytting av fil: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Kan ikkje flytta mappa over ei mappe" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Klarte ikkje Ã¥ laga tryggleikskopi av fila" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Klarte ikkje Ã¥ sletta mÃ¥lfila: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Flytting mellom monteringar ikkje støtta" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Attributtverdien mÃ¥ vera ikkje-NULL" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Ugyldig attributtype (venta streng)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Ugyldig utvida attributtnamn" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Feil under endring av utvida attributtverdi «%s»: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Feil under lesing av informasjon om fila «%s»: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "(ugyldig teiknkoding)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Feil under lesing av info om fildeskriptoren: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig attributtype (venta uint32)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig attributtype (venta uint64)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig attributtype (venta byte-streng)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Feil endring av løyve: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Feil under eigarskifte: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symbolsk lenkje mÃ¥ vera ikkje-NULL" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Fil under oppretting av symbolsk lenkje: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" "Fil under oppretting av symbolsk lenkje: Fila er ikkje ei symbolsk lenkje" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Å setja attributten %s er ikkje støtta" @@ -1604,12 +1609,12 @@ msgstr "MÃ¥lfila er ikkje ei vanleg fil" msgid "The file was externally modified" msgstr "Fila vart endra utanfrÃ¥" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Ugyldig GSeekType sendt med" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Ugyldig søkeførespurnad" @@ -1619,17 +1624,17 @@ msgstr "Ugyldig søkeførespurnad" msgid "Cannot truncate GMemoryInputStream" msgstr "Kan ikkje trunkera GMemoryInputStream" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "NÃ¥dd maksgrensa for dataarray" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Utstraumen frÃ¥ minnet kan ikkje endra storleik" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Klarte ikkje Ã¥ endra storleik pÃ¥ utstraumen frÃ¥ minnet" @@ -1706,7 +1711,7 @@ msgstr "Feil ved lesing frÃ¥ unix: %s" msgid "Error closing unix: %s" msgstr "Feilved lukking av: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Filsystemrot" diff --git a/po/oc.po b/po/oc.po index be83900..d6e8dba 100644 --- a/po/oc.po +++ b/po/oc.po @@ -8,315 +8,314 @@ msgid "" msgstr "" "Project-Id-Version: oc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-23 10:42+0200\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-04-23 10:42+0200\n" "Last-Translator: Yannig Marchegay (Kokoyaya) \n" "Language-Team: Occitan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../glib/gbookmarkfile.c:728 ../glib/gbookmarkfile.c:805 -#: ../glib/gbookmarkfile.c:884 ../glib/gbookmarkfile.c:931 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:739 ../glib/gbookmarkfile.c:816 -#: ../glib/gbookmarkfile.c:826 ../glib/gbookmarkfile.c:942 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: ../glib/gbookmarkfile.c:1112 ../glib/gbookmarkfile.c:1177 -#: ../glib/gbookmarkfile.c:1241 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: ../glib/gbookmarkfile.c:1137 ../glib/gbookmarkfile.c:1151 -#: ../glib/gbookmarkfile.c:1219 ../glib/gbookmarkfile.c:1271 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:1798 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: ../glib/gbookmarkfile.c:1999 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: ../glib/gbookmarkfile.c:2045 ../glib/gbookmarkfile.c:2202 -#: ../glib/gbookmarkfile.c:2287 ../glib/gbookmarkfile.c:2367 -#: ../glib/gbookmarkfile.c:2452 ../glib/gbookmarkfile.c:2535 -#: ../glib/gbookmarkfile.c:2613 ../glib/gbookmarkfile.c:2692 -#: ../glib/gbookmarkfile.c:2734 ../glib/gbookmarkfile.c:2831 -#: ../glib/gbookmarkfile.c:2957 ../glib/gbookmarkfile.c:3147 -#: ../glib/gbookmarkfile.c:3223 ../glib/gbookmarkfile.c:3388 -#: ../glib/gbookmarkfile.c:3477 ../glib/gbookmarkfile.c:3567 -#: ../glib/gbookmarkfile.c:3694 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2376 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2461 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2840 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:3241 ../glib/gbookmarkfile.c:3398 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:3421 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Error de lectura del fichièr '%s' : %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Impossible de dobrir le fichièr '%s' : %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" -#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u octet" msgstr[1] "%u octets" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f ko" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f Mo" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f Go" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "" -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -324,91 +323,91 @@ msgid "" "it as &" msgstr "" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" msgstr "" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, 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 "" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" msgstr "" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -416,782 +415,776 @@ msgid "" "character in an attribute name" msgstr "" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, 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 "" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 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:1963 +#: glib/gregex.c:154 gio/glocalfile.c:1971 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 "" -#: ../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 "" -#: ../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 "" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "" -#: ../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 "" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "" -#: ../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 "" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format 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 "" -#: ../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 "" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Sintaxi :" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPCION...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Opcions de l'aplicacion :" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Lo fichièr es void" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1956 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Tipe desconegut" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sens nom" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "" -#: ../gio/gfile.c:811 ../gio/gfile.c:1039 ../gio/gfile.c:1172 -#: ../gio/gfile.c:1403 ../gio/gfile.c:1456 ../gio/gfile.c:1512 -#: ../gio/gfile.c:1594 ../gio/gfile.c:2651 ../gio/gfile.c:2696 -#: ../gio/gfile.c:2746 ../gio/gfile.c:2786 ../gio/gfile.c:3110 -#: ../gio/gfile.c:3512 ../gio/gfile.c:3595 ../gio/gfile.c:3678 -#: ../gio/gfile.c:3758 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "" @@ -1204,93 +1197,93 @@ 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:1291 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: ../gio/gfile.c:1933 ../gio/glocalfile.c:2106 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: ../gio/gfile.c:1993 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: ../gio/gfile.c:2001 ../gio/glocalfile.c:2115 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: ../gio/gfile.c:2019 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: ../gio/gfile.c:2736 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: ../gio/gfile.c:2829 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "" -#: ../gio/gfile.c:2876 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: ../gio/gfile.c:4809 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: ../gio/gfile.c:4917 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:426 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "" @@ -1301,299 +1294,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1985 ../gio/glocalfile.c:2014 -#: ../gio/glocalfile.c:2168 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Nom d'òste invalid" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1989 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "" -#: ../gio/glocalfile.c:1678 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "" -#: ../gio/glocalfile.c:1701 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: ../gio/glocalfile.c:1722 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: ../gio/glocalfile.c:1801 ../gio/glocalfile.c:1821 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: ../gio/glocalfile.c:1855 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: ../gio/glocalfile.c:1880 ../gio/glocalfile.c:1955 ../gio/glocalfile.c:1962 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: ../gio/glocalfile.c:2018 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Error de lectura del fichièr '%s' : %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "" -#: ../gio/glocalfile.c:2078 ../gio/glocalfile.c:2172 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "" -#: ../gio/glocalfile.c:2101 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: ../gio/glocalfile.c:2128 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: ../gio/glocalfile.c:2147 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "" -#: ../gio/glocalfile.c:2161 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "" -#: ../gio/glocalfileinfo.c:1457 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "" -#: ../gio/glocalfileinfo.c:1528 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1739 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1757 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1776 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1802 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1853 ../gio/glocalfileinfo.c:2021 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1876 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:1886 ../gio/glocalfileinfo.c:1905 -#: ../gio/glocalfileinfo.c:1916 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1895 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: ../gio/glocalfileinfo.c:2076 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1601,119 +1599,118 @@ msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "nom" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "noms" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." msgstr "" -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "" -#: ../gio/gunixmounts.c:1789 ../gio/gunixmounts.c:1826 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FICHIÈR...]" - diff --git a/po/or.po b/po/or.po index 3b833bb..9832897 100644 --- a/po/or.po +++ b/po/or.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2007-06-11 18:17+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" @@ -23,74 +23,74 @@ msgstr "" "\n" "\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "'%s' ର ଗୁଣ '%s' ଉପାଦାନ ପାଇଁ ଅପ୍ରତ୍ଯାଶିତ ଅଟେ" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%s' ଗୁଣକୁ '%s' ଉପାଦାନ ପାଇଁ ଖୋଜି ପାରିଲା ନାହିଁ" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "ଅପ୍ରତ୍ଯାଶିିତ '%s' ସୂଚକ, '%s' ସୂଚକକୁ ଆଶା କରାଯାଉଥିଲା" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "ଅପ୍ରତ୍ଯାଶିିତ '%s' ସୂଚକଟି '%s' ମଧ୍ଯରେ ଅଛି" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "ତଥ୍ଯ ଡିରେକ୍ଟୋରି ମାନଙ୍କରେ କୌଣସି ବୈଧ ଚିହ୍ନିତ ସ୍ଥାନ ମିଳିଲା ନାହିଁ" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କ ପୂର୍ବରୁ ଅବସ୍ଥିତ ଅଛି" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ କୌଣସି ବୁକ୍ ମାର୍କ ମିଳିଲା ନାହିଁ" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ବୁକ୍ ମାର୍କରେ କୌଣସି MIME ପ୍ରକାରକୁ ବ୍ଯାଖ୍ଯା କରାଯାଇ ନାହିଁ" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ବୁକ୍ ମାର୍କରେ କୌଣସି ଗୁପ୍ତ ଚିହ୍ନକକୁ ବ୍ଯାଖ୍ଯା କରାଯାଇ ନାହିଁ" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ବୁକ୍ ମାର୍କରେ କୈଣସି ସମୂହକୁ ସେଟ କରାଯାଇ ନାହିଁ" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' ନାମରେ ନାମିତ କୌଣସି ପ୍ରୟୋଗ '%s' ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କକୁ ପଞ୍ଜିକ୍ରୁତ କରିନାହିଁ" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "'%s' ୟୁ.ଆର.ଆଇ. ସହିତ '%s' ନିଷ୍ପାଦନ ଧାଡିକୁ ବର୍ଦ୍ଧନ କରିବାରେ ବିଫଳ" @@ -164,7 +164,7 @@ msgstr "'%s' ପଥ ନାମ ଏକ ସମ୍ପୂର୍ଣ୍ଣ ପଥ ନ msgid "Invalid hostname" msgstr "ଅବୈଧ ଆଧାର ନାମ" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁଟି: %s" @@ -306,22 +306,22 @@ msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: open() ଅସ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' ଫାଇଲ କୁ ମ୍ଯାପ୍ କରିବାରେ ଅସଫଳ: mmap() ଅସଫଳ: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "%d ଧାଡ଼ିର %d ଅକ୍ଷରରେ ତ୍ରୁଟି: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "ଖାଲି ବସ୍ତୁ '&;' ଦେଖା ଗଲା; ବୈଧ ବସ୍ତୁଗୁଡ଼ିକ ହେଲା: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -331,17 +331,17 @@ msgstr "" "ଗୋଟିଏ ବସ୍ତୁର ନାମର ଆରମ୍ଭ ରେ '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅକ୍ଷର & ଗୋଟିଏ ବସ୍ତୁକୁ ଆରମ୍ଭ କରେ; ଯଦି ଏହି " "ଆମ୍ପର୍ସେଣ୍ଡ୍ ଗୋଟିଏ ବସ୍ତୁ ନୁହେଁ, ଏହାକୁ & ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ;" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "ବସ୍ତୁ ନାମ ମଦ୍ଧ୍ଯ ରେ '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "'%s' ବସ୍ତୁ ନାମ ଜଣା ନାହିଁ" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -349,7 +349,7 @@ msgstr "" "ବସ୍ତୁଟି ସେମିକୋଲନରେ ଶେଷ ହେଲା ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, ଏକ " "ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ & ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -358,16 +358,16 @@ msgstr "" "'%-.*s' କୁ ବିଶ୍ଳେଷଣ କରିବାରେ ଅସଫଳ, ଯାହାକି ଗୋଟିଏ ଅକ୍ଷର ରେଫରେନ୍ସ ମଦ୍ଧ୍ଯରେ ଏକ ଅଙ୍କ ହେବା ଉଚିତ " "ଥିଲା(ଉଦାହରଣ ସ୍ବରୂପେ &#୨୩୪;) - ବୋଧହୁଏ ଅଙ୍କଟି ବହୁତ ବଡ଼ ଅଟେ" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "'%-.*s' ଅକ୍ଷର ରେଫରେନ୍ସ ଟି ଗୋଟିଏ ଅନୁମତ ଅକ୍ଷରକୁ ସଙ୍କେତ କରୁ ନାହିଁ" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "ଖାଲି ଅକ୍ଷର ରେଫରେନ୍ସ; ଗୋଟିଏ ଅଙ୍କକୁ ଅନୁର୍ଭୁକ୍ତ କରିବା ଉଚିତ, ଯେପରିକି &#୪୫୪;" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -376,34 +376,34 @@ msgstr "" "ଅକ୍ଷର ରେଫରେନ୍ସ ସେମିକୋଲନରେ ସମାପ୍ତ ହେଉ ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, " "ଏକ ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ & ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "ଅସମାପ୍ତ ବସ୍ତୁ ରେଫରେନ୍ସ" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "ଅସମାପ୍ତ ଅକ୍ଷର ରେଫରେନ୍ସ" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-à­® ସାଙ୍କେତିକ ପାଠ୍ଯ" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-à­® ସାଙ୍କେତିକ ପାଠ୍ଯ" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-à­® ସାଙ୍କେତିକ ପାଠ୍ଯ" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "ଦଲିଲ ଗୋଟିଏ ଉପାଦାନରେ ଆରମ୍ଭ ହେବା ଉଚିତ (ଉଦାହରଣ ସ୍ବରୂପ )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -411,7 +411,7 @@ msgid "" msgstr "" "'<' ଅକ୍ଷର ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଏହା ଗୋଟିଏ ବସ୍ତୁର ନାମକୁ ଆରମ୍ଭ କରିପାରିବ ନାହିଁ" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -419,14 +419,14 @@ msgid "" msgstr "" "ବିଚିତ୍ର ଅକ୍ଷର '%s', '%s' ଉପାଦାନର ପ୍ରାରମ୍ଭ ସୂଚକକୁ ସମାପ୍ତ କରିବା ପାଇଁ '>' ଅକ୍ଷର ପ୍ରତ୍ଯାଶିତ ଥିଲା" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "ବିଚିତ୍ର ଅକ୍ଷର '%1$s', '%3$s' ଉପାଦାନର ଗୋଟିଏ ଗୁଣର ନାମ '%2$s' ପରେ '=' ପ୍ରତ୍ଯାଶିତ ଥିଲା" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -437,7 +437,7 @@ msgstr "" "ପ୍ରତ୍ଯାଶିତ ଥିଲା, ଅଥବା ଇଚ୍ଛାଧୀନ ଭାବରେ ଗୋଟିଏ ଗୁଣ; ବୋଧହୁଏ ଆପଣ ଗୋଟିଏ ଗୁଣର ନାମରେ ଏକ ଅବୈଧ " "ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -446,7 +446,7 @@ msgstr "" "ବିଚିତ୍ର ଅକ୍ଷର '%1$s', ସମାନ ଚିହ୍ନ ପରେ '%3$s' ଉପାଦାନର '%2$s' ଗୁଣର ମୂଲ୍ଯ ଦେବା ପାଇଁ ଗୋଟିଏ " "ଖୋଲା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ପ୍ରତ୍ଯାଶିତ ଥିଲା" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, ବର୍ତ୍ତମାନ କୌଣସି ଉପାଦାନ ଖୋଲା ନାହିଁ" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, କିନ୍ତୁ ବର୍ତ୍ତମାନ '%s' ଉପାଦାନଟି ଖୋଲା ଅଛି" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "ଦଲିଲ ଖାଲି ଥିଲା ବା କେବଳ ଖାଲି ଯାଗା ଧାରଣ କରିଥିଲା" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "ଦଲିଲଟି ଗୋଟିଏ କୌଣିକ ବନ୍ଧନୀ '<'ର ଠିକ ପରେ ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -490,7 +490,7 @@ msgstr "" "ଉପାଦାନଗୁଡ଼ିକ ଖୋଲା ଥାଇ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା'%s' ଉପାଦାନ ସର୍ବଶେଷ ଖୋଲା " "ଥିଲା" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -499,19 +499,19 @@ msgstr "" "ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା, <%s/> ସୂଚକ ସମାପ୍ତ କରିବା ପାଇଁ ଗୋଟିଏ ବନ୍ଦ କୌଣିକ " "ବନ୍ଧନୀ ପ୍ରତ୍ଯାଶିତ ଥିଲା" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "ଉପାଦାନର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "ଉପାଦାନ ଆରମ୍ଭର ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -519,16 +519,16 @@ msgstr "" "ଗୁଣର ନାମ ପଛରେ ଆସୁଥିବା ସମାନ ଚିହ୍ନ ପରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା; ଗୁଣର କିଛି " "ମୂଲ୍ଯ ନାହିଁ" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "ଗୁଣର ମୂଲ୍ଯ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "'%s' ଉପାଦାନର ବନ୍ଦ ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "ଟିପ୍ପଣୀ ବା ସଂସାଧନ ସାଧନ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା" @@ -552,7 +552,7 @@ msgstr "ପଶ୍ଚାତ ଅନୁମାର୍ଗଣ ସୀମା ପହଞ୍ msgid "the pattern contains items not supported for partial matching" msgstr "ଏହି ଶୈଳୀ ଆଂଶିକ ମେଳନ ପାଇଁ ସମର୍ଥିତ ନ ଥିବା ବସ୍ତୁ ମାନଙ୍କୁ ଧାରଣ କରିଥାଏ" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି" @@ -1157,7 +1157,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1172,7 +1172,7 @@ msgstr "ଅଜଣା ତୃଟି" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1211,7 +1211,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1224,10 +1224,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ" @@ -1240,52 +1240,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "'%s' ନାମରେ ନାମିତ କୌଣସି ପ୍ରୟୋଗ '%s' ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କକୁ ପଞ୍ଜିକ୍ରୁତ କରିନାହିଁ" @@ -1296,12 +1296,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1357,181 +1357,186 @@ msgstr "ଅବୈଧ ଚାବି ନାମ: %s" msgid "Error getting filesystem info: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "ଅବୈଧ ଆଧାର ନାମ" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁଟି: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ" @@ -1604,12 +1609,12 @@ msgstr "ଏହା ଏକ ନିୟମିତ ଫାଇଲ ନୁହେଁ" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "ଅବୈଧ ଚାବି ନାମ: %s" @@ -1619,17 +1624,17 @@ msgstr "ଅବୈଧ ଚାବି ନାମ: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1704,7 +1709,7 @@ msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" msgid "Error closing unix: %s" msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/pa.po b/po/pa.po index 63f2dcb..80086fd 100644 --- a/po/pa.po +++ b/po/pa.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-04 23:30+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi/Panjabi \n" @@ -24,74 +24,74 @@ msgstr "" "X-Generator: LoKalize 0.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "ਇਕਾਈ '%2$s' ਲਈ ਗਲਤ ਗੁਣ '%1$s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "ਇਕਾਈ '%2$s' ਲਈ '%1$s' ਗੁਣ ਨਹੀਂ ਲੱਭਿਆ" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "ਗਲਤ ਟੈਗ '%s', ਟੈਗ '%s' ਲੋੜੀਦਾ ਸੀ" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' ਵਿੱਚ '%1$s' ਟੈਗ" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "ਡਾਟਾ ਡਾਇਰੈਕਟਰੀਆਂ ਵਿੱਚ ਕੋਈ ਢੁੱਕਵੀਂ ਬੁੱਕਮਾਰਕ ਫਾਇਲ ਨਹੀਂ ਲੱਭੀ" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI '%s' ਲਈ ਇੱਕ ਬੁੱਕਮਾਰਕ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s' ਲਈ ਕੋਈ ਬੁੱਕਮਾਰਕ ਨਹੀਂ ਲੱਭਾ" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s' ਲਈ ਬੁੱਕਮਾਰਕ ਵਿੱਚ ਕੋਈ MIME ਕਿਸਮ ਪਰਿਭਾਸ਼ਿਤ ਨਹੀਂ ਹੈ" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s' ਲਈ ਬੁੱਕਮਾਰਕ ਕੋਈ ਪ੍ਰਾਈਵੇਟ ਫਲੈਗ ਨਹੀਂ ਦੱਸਿਆ ਗਿਆ" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s' ਲਈ ਬੁੱਕਮਾਰਕ ਵਿੱਚ ਕੋਈ ਗਰੁੱਪ ਸੈੱਟ ਨਹੀਂ ਕੀਤਾ ਗਿਆ" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "ਕਿਸੇ ਕਾਰਜ ਨੇ '%2$s' ਲਈ '%1$s' ਨਾਂ ਨਾਲ ਕੋਈ ਬੁੱਕਮਾਰਕ ਰਜਿਸਟਰ ਨਹੀਂ ਕੀਤਾ" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec ਲਾਈਨ '%s' ਨੂੰ URI '%s' ਨਾਲ ਫੈਲਾਉਣ ਲਈ ਫੇਲ੍ਹ ਹੋਇਆ" @@ -165,7 +165,7 @@ msgstr "ਮਾਰਗ-ਨਾਂ %s ਇਕ ਅਸਲੀ (absolute) ਮਾਰਗ msgid "Invalid hostname" msgstr "ਗਲਤ ਮੇਜ਼ਬਾਨ ਨਾਂ" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਖੋਲ੍ਹਣ ਲਈ ਗਲਤੀ: %s" @@ -307,22 +307,22 @@ msgstr "ਫਾਇਲ '%s': ਖੋਲ੍ਹਣ ਵਿੱਚ ਫੇਲ੍ਹ: fdop msgid "Failed to map file '%s': mmap() failed: %s" msgstr "ਫਾਇਲ '%s' ਮਿਲਾਉਣ ਵਿੱਚ ਫੇਲ੍ਹ: mmap() ਫੇਲ੍ਹ ਹੋਇਆ: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "ਲਾਈਨ %d ਅੱਖਰ %d ਉੱਤੇ ਗਲਤੀ:" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "ਸਤਰ %d ਉੱਤੇ ਗਲਤੀ: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "ਖਾਲੀ ਐਂਟਟੀ '&;' ਵੇਖੋ; ਵੈਧ ਐਂਟਟੀਆਂ ਹਨ : & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -332,17 +332,17 @@ msgstr "" "ਇਹ %s ਅੱਖਰ ਕੋਈ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕਰਨ ਲਈ ਗਲਤ ਹੈ & ਅੱਖਰ ਇਕਾਈ ਆਰੰਭ ਕਰਦਾ ਹੈ; ਜੇਕਰ ਇਹ ਐਪਰਸੈਡ ਐਂਟਟੀ " "ਬਣਨਯੋਗ ਨਹੀਂ ਤਾਂ ਇਸ ਨੂੰ ਇੰਝ & ਛੱਡ ਦਿਓ" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "'%s' ਅੱਖਰ ਇੱਕ ਐਂਟਟੀ ਦੇ ਨਾਂ ਲਈ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "ਐਂਟਟੀ ਨਾਂ '%s' ਪਤਾ ਨਹੀਂ ਹੈ" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -350,7 +350,7 @@ msgstr "" "ਐਂਟਟੀ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਸਕਦਾ ਕਿ ਤੁਸੀਂ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ " "ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇਸਤਰਾਂ & ਛੱਡੋ" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -359,16 +359,16 @@ msgstr "" " '%-.*s' ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਫੇਲ੍ਹ, ਜੋ ਕਿ ਅੱਖਰ ਵਿੱਚ ਨੰਬਰ ਹੋਣ ਚਾਹੀਦਾ ਹੈ ਵੇਖੋ (ê ਉਦਾਹਰਨ " "ਲਈ) - ਅੱਖਰ ਬਹੁਤ ਲੰਮਾ ਹੋ ਗਿਆ ਹੈ" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "ਅੱਖਰ ਰੈਫਰੈਂਸ '%-.*s' ਇਕ ਚੁਣੇ ਅੱਖਰ ਨੂੰ ਇਨਕੋਡ ਨਹੀਂ ਕਰ ਸਕਦਾ" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "ਖਾਲੀ ਅੱਖਰ ਰੈਫਰੈਂਸ, ਕੋਈ ਨੰਬਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ ਜਿਵੇਂ ਕਿ dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -377,32 +377,32 @@ msgstr "" "ਅੱਖਰੀ ਰੈਫਰੈਂਸ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਕਿ ਤੁਸੀ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ " "ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇੰਝ & ਛੱਡੋ" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "ਅਧੂਰਾ ਐਂਟਟੀ ਰੈਫਰੈਂਸ" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "ਅਧੂਰਾ ਅੱਖਰੀ ਰੈਫਰੈਂਸ" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਓਵਰਲਾਂਗ ਕ੍ਰਮ" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਇੱਕ ਸ਼ੁਰੂਆਤੀ ਅੱਖਰ ਨਹੀਂ" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਅੱਖਰ - ਵੈਧ '%s' ਨਹੀਂ" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "ਦਸਤਾਵੇਜ਼ ਇਕ ਐਲੀਮਿੰਟ (ਜਿਵੇਂ ਕਿ ) ਨਾਲ ਸ਼ੁਰੂ ਹੋਣਾ ਜਰੂਰੀ ਹੈ" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -411,7 +411,7 @@ msgstr "" "ਇਹ '%s' ਜਾਇਜ ਅੱਖਰ ਨਹੀਂ ਹੈ ਜੋ ਕਿ '<' ਅੱਖਰ ਤੋਂ ਮਗਰ ਹੈ, ਇਹ ਕਿਸੇ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਨਾਲ ਆਰੰਭ ਨਹੀਂ " "ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -420,13 +420,13 @@ msgstr "" "ਅਨਿਸ਼ਚਿਤਅੱਖਰ '%s', ਇਹ '>' ਅੱਖਰ ਦੀ ਉਮੀਦ ਸੀ ਤਾਂ ਕਿ ਐਲੀਮਿੰਟ '%s' ਦੇ ਸ਼ੁਰੂ ਟੈਗ ਨੂੰ ਬੰਦ ਕੀਤਾ " "ਜਾ ਸਕੇ" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ %1$s ਹੈ, ਐਲੀਮਿੰਟ %3$s ਦੇ ਇਸ ਵਿਸ਼ੇਸਤਾ ਨਾਂ %2$s ਮਗਰੋਂ = ਲੋੜੀਦਾ ਸੀ" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -436,7 +436,7 @@ msgstr "" "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%s' ਹੈ, ਇਕ ਅੱਖਰ '>'ਜਾਂ '/' ਨਿਸ਼ਚਿਤ ਅੱਖਰ ਹੈ ਤਾਂ ਕਿ ਹਿੱਸੇ ਦੇ ਸ਼ੁਰੂ ਕੀਤੇ ਟੈਗ ਨੂੰ " "ਖਤਮ ਕੀਤੀ ਜਾ ਸਕੇ '%s', ਜਾਂ ਚੁਣਿਆ ਪ੍ਰਤੀਕ, ਜਿਸ ਲ਼ਈ ਤੁਸੀ ਗਲਤ ਨਾਂ ਭਰਿਆ ਹੈ।" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -445,7 +445,7 @@ msgstr "" "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%1$s', ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਮਗਰੋਂ ਇਕ ਖੁੱਲਾ ਹਵਾਲਾ ਨਿਸ਼ਾਨ ਜ਼ਰੂਰੀ ਹੈ, ਜਦੋਂ ਕਿ ਤੁਸੀਂ " "ਇੱਕ ਐਲੀਮਿੰਟ '%3$s' ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ '%2$s' ਲਈ ਮੁੱਲ ਦੇ ਰਹੇ ਹੋ।" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "ਇਹ '%s' ਅੱਖਰ '%s' ਐਲੀਮਿੰਟ ਨਾਂ ਮਗਰੋਂ ਜਾਇਜ ਨਹੀਂ ਹੈ ; ਸਿਰਫ '>' ਅੱਖਰ ਹੀ ਮਨਜ਼ੂਰ ਹੈ" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਕੋਈ ਐਲੀਮਿੰਟ ਖੁੱਲ੍ਹਾ ਨਹੀਂ ਹੈ" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਪਰ ਅਜੇ '%s' ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "ਦਸਤਾਵੇਜ਼ ਖਾਲੀ ਹੈ ਜਾਂ ਕੇਵਲ ਖਾਲੀ ਥਾਂ ਹੀ ਰੱਖਦਾ ਹੈ" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਖੁੱਲੀ ਬਰੈਕਟ '<' ਪਾਉਣ ਮਗਰੋਂ" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਜਦੋਂ ਕਿ-ਇਹ '%s' ਆਖਰੀ ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -494,19 +494,19 @@ msgid "" msgstr "" "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਬੰਦ ਬਰੈਕਟ <%s/> ਜੋ ਕਿ ਪੱਟੀ ਨੂੰ ਬੰਦ ਕਰਦੀ ਹੈ, ਦੀ ਉਮੀਦ ਸੀ" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "ਇਕ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "ਇਕ ਐਲੀਮਿੰਟ-ਖੋਲ੍ਹਣ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -514,16 +514,16 @@ msgstr "" "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਤੋਂ ਪਹਿਲਾਂ ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਗੁਣ ਦਾ ਕੋਈ ਮੁੱਲ " "ਨਹੀਂ ਹੈ" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "ਇਕ ਗੁਣ ਦੇ ਮੁੱਲ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "ਇਕ ਐਲੀਮਿੰਟ '%s' ਦੇ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "ਇਕ ਟਿੱਪਣੀ ਜਾਂ ਹਦਾਇਤ ਚਲਾਉਣ ਦੌਰਾਨ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" @@ -547,7 +547,7 @@ msgstr "ਬੈਕ-ਟਰੈਕਿੰਗ ਲਿਸਟ ਆ ਗਈ" msgid "the pattern contains items not supported for partial matching" msgstr "ਪੈਟਰਨ ਵਿੱਚ ਆਈਟਮਾਂ ਹਨ, ਜੋ ਕਿ ਅਧੂਰੀ ਮੈਂਚਿੰਗ ਲਈ ਸਹਾਇਕ ਨਹੀਂ।" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "ਅੰਦਰੂਨੀ ਗਲਤੀ" @@ -1145,7 +1145,7 @@ msgstr "%s ਨੂੰ ਬਹੁਤ ਵੱਧ ਗਿਣਤੀ ਪਾਸ ਕੀਤ msgid "Stream is already closed" msgstr "ਸਟਰੀਮ ਪਹਿਲਾਂ ਹੀ ਬੰਦ ਹੈ" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "ਓਪਰੇਸ਼ਨ ਰੱਦ ਕੀਤਾ ਗਿਆ" @@ -1159,7 +1159,7 @@ msgstr "ਅਣਜਾਣ ਟਾਈਪ" msgid "%s filetype" msgstr "%s ਫਾਇਲ-ਟਾਈਪ" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s ਟਾਈਪ" @@ -1198,7 +1198,7 @@ msgstr "ਯੂਜ਼ਰ MIME ਸੰਰਚਨਾ ਫੋਲਡਰ %s ਬਣਾਇ msgid "Can't create user desktop file %s" msgstr "ਯੂਜ਼ਰ ਡੈਸਕਟਾਪ ਫਾਇਲ %s ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "%s ਲਈ ਕਸਟਮ ਪਰਿਭਾਸ਼ਾ" @@ -1211,10 +1211,10 @@ msgstr "ਡਰਾਇਵ ਲਈ ਬਾਹਰ ਕੱਢਣਾ ਨਹੀਂ ਬਣ msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ" @@ -1227,52 +1227,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "ਰੱਖਣ ਵਾਲਾ ਮਾਊਂਟ ਮੌਜੂਦ ਨਹੀਂ" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦਾ" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਮੌਜੂਦ ਹੈ" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਲਗਾਤਾਰ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "ਗਲਤ ਸਿੰਬੋਲਿੰਕ ਮੁੱਲ ਦਿੱਤਾ" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "ਰੱਦ ਸਹਾਇਕ ਨਹੀਂ" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "ਫਾਇਲ ਨਾਂ ਵਿੱਚ ' %c' ਮੌਜੂਦ ਨਹੀਂ ਹੋ ਸਕਦਾ" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "ਵਾਲੀਅਮ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ ਹੈ" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "ਇਹ ਫਾਈਲ ਹੈਂਡਲ ਕਰਨ ਲਈ ਕੋਈ ਐਪਲੀਕੇਸ਼ਨ ਰਜਿਸਟਰ ਨਹੀਂ ਹੈ" @@ -1283,12 +1283,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1344,181 +1344,186 @@ msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ %s" msgid "Error getting filesystem info: %s" msgstr "ਫਾਇਲ ਸਿਸਟਮ ਜਾਣਕਾਰੀ ਲੈਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "ਰੂਟ ਡਾਇਰੈਕਟਰੀ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "ਫਾਇਲ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ, ਫਾਇਲ ਨਾਂ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "ਫਾਇਲ ਨਾਂ ਬਦਲਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "ਫਾਇਲ ਖੋਲ੍ਹਣ ਦੌਰਾਨ ਗਲਤੀ: %s " -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਖੋਲ੍ਹੀ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "ਰੱਦੀ ਡਾਇਰੈਕਟਰੀ ਲੱਭਣ ਜਾਂ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ਰੱਦੀ 'ਚ ਭੇਜੀ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਲਈ ਅਸਮਰੱਥ: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਖੋਲ੍ਹਣ ਲਈ ਗਲਤੀ: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "ਫਾਇਲ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "ਬੈਕਅੱਪ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਫੇਲ੍ਹ" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "ਗਲਤ ਐਕਸਟੈੱਡ ਗੁਣ ਨਾਂ" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "ਐਕਸਟੈੱਡ ਗੁਣ '%s' ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ਫਾਈਲ ਦੇਣ'ਚ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "(ਗਲਤ ਇੰਕੋਡਿੰਗ)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "ਫਾਈਲ ਡਿਸਕ੍ਰਿਪਟਰ ਸਟੇਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (uint32 ਲੋੜੀਦਾ ਸੀ)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "ਅਧਿਕਾਰ ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "ਓਪਨ ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: ਫਾਈਲ ਇੱਕ symlink ਨਹੀਂ ਹੈ" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "ਗੁਣ %s ਸੈਟਿੰਗ ਸਹਾਇਕ ਨਹੀਂ" @@ -1591,12 +1596,12 @@ msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਇੱਕ ਰੈਗੂਲਰ ਫਾਇ msgid "The file was externally modified" msgstr "ਫਾਇਲ ਬਾਹਰੋਂ ਸੋਧੀ ਗਈ ਸੀ" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "ਸੀਕ ਮੰਗ ਗਲਤ ਹੈ" @@ -1606,17 +1611,17 @@ msgstr "ਸੀਕ ਮੰਗ ਗਲਤ ਹੈ" msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream ਛੋਟੀ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ ਹੈ" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1693,7 +1698,7 @@ msgstr "unix ਤੋਂ ਪੜ੍ਹਨ ਦੌਰਾਨ ਗਲਤੀ: %s" msgid "Error closing unix: %s" msgstr "unix ਬੰਦ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "ਫਾਇਲ ਸਿਸਟਮ ਰੂਟ" diff --git a/po/pl.po b/po/pl.po index 1e158ca..5619b9d 100644 --- a/po/pl.po +++ b/po/pl.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.pl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2007-09-14 17:12+0200\n" "Last-Translator: wadim dziedzic \n" "Language-Team: Polish \n" @@ -23,74 +23,74 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Niespodziewany atrybut \"%s\" dla elementu \"%s\"" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Nie odnaleziono atrybutu \"%s\" dla elementu \"%s\"" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Nieoczekiwany znacznik \"%s\", oczekiwano znacznika \"%s\"" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Nieoczekiwany znacznik \"%s\" wewnątrz \"%s\"" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Nie można odnaleźć poprawnego pliku zakładek w katalogach danych" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Zakładka dla URI \"%s\" już istnieje" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Nie znaleziono zakładki dla URI \"%s\"" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Nie zdefiniowano typu MIME w zakładce dla URI \"%s\"" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Nie zdefiniowano prywatnej flag w zakładce dla URI \"%s\"" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Nie ustawiono grup w zakładce dla URI \"%s\"" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Å»adna aplikacja o nazwie \"%s\" nie zarejestrowała zakładki dla \"%s\"" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Rozwinięcie linii \"%s\" z adresem URI \"%s\" nie powiodło się" @@ -167,7 +167,7 @@ msgstr "Ścieżka \"%s\" nie jest ścieżką bezwzględną" msgid "Invalid hostname" msgstr "Niepoprawna nazwa komputera" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Wystąpił błąd przy otwieraniu katalogu \"%s\": %s" @@ -316,24 +316,24 @@ msgstr "Nie można otworzyć pliku \"%s\": funkcja open() zwróciła błąd: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nie można zmapować pliku \"%s\": funkcja mmap() zwróciła błąd: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Błąd w wierszu %d przy znaku %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Błąd w wierszu %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Napotkano pustą jednostkę \"&;\"; poprawnymi jednostkami są: & " " "< > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -344,17 +344,17 @@ msgstr "" "rozpoczyna jednostkę; jeśli znak ten nie powinien rozpoczynać jednostki, " "należy go zapisać jako &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Znak \"%s\" nie jest dopuszczalny wewnątrz nazwy jednostki" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Nazwa jednostki \"%s\" nie jest znana" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -362,7 +362,7 @@ msgstr "" "Jednostka nie jest zakończona średnikiem; najprawdopodobniej został użyty " "znak &, który nie miał oznaczać jednostki - należy go zapisać jako &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -372,16 +372,16 @@ msgstr "" "będąca częścią odniesienia do znaku (np. ê) - być może liczba jest zbyt " "duża" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Odniesienie do znaku \"%-.*s\" nie jest zapisem dozwolonego znaku" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Puste odniesienie do znaku; powinno ono zawierać cyfry, np. dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -391,33 +391,33 @@ msgstr "" "został użyty znak &, który nie miał oznaczać jednostki - należy go zapisać " "jako &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Niezakończone odniesienie do jednostki" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Niezakończone odniesienie do znaku" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Tekst nie jest poprawnym łańcuchem UTF-8 - za długa sekwencja" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" "Tekst nie jest poprawnym łańcuchem UTF-8 - nie jest znakiem początkowym" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Tekst nie jest poprawnym łańcuchem UTF-8 - niepoprawne \"%s\"" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokument musi rozpoczynać się jakimś elementem (np. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -426,7 +426,7 @@ msgstr "" "Znak \"%s\" nie powinien występować po znaku \"<\"; nie może on rozpoczynać " "nazwy elementu" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -435,7 +435,7 @@ msgstr "" "Niespodziewany znak \"%s\"; oczekiwano znaku \">\", kończącego początkowy " "znacznik elementu \"%s\"" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -443,7 +443,7 @@ msgstr "" "Niespodziewany znak \"%s\"; po nazwie atrybutu \"%s\" elementu \"%s\" " "oczekiwano znaku \"=\"" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -454,7 +454,7 @@ msgstr "" "znacznik początkowy elementu \"%s\" lub opcjonalnie atrybutu; być może w " "nazwie atrybutu został użyty niepoprawny znak" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -463,7 +463,7 @@ msgstr "" "Niespodziewany znak \"%s\"; oczekiwano otwierającego znaku cudzysłowu po " "znaku równości przy podawaniu wartości atrybutu \"%s\" elementu \"%s\"" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" "Element \"%s\" został zamknięty, lecz brak aktualnie otwartego elementu" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "Element \"%s\" został zamknięty, lecz aktualnie otwartym elementem jest \"%s" "\"" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokument jest pusty lub zawiera tylko separatory" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Zaraz po znaku \"%s\" nastąpił nieoczekiwany koniec dokumentu" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -511,7 +511,7 @@ msgstr "" "Nastąpił nieoczekiwany koniec dokumentu, gdy pewne elementy są wciąż otwarte " "- \"%s\" był ostatnim otwartym elementem" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -520,21 +520,21 @@ msgstr "" "Nastąpił nieoczekiwany koniec dokumentu; oczekiwano znaku \">\", kończącego " "znacznik <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy elementu" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika otwierającego " "element." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -542,18 +542,18 @@ msgstr "" "Nastąpił nieoczekiwany koniec dokumentu po znaku równości występującym po " "nazwie atrybutu; brak wartości atrybutu" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz wartości atrybutu" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika domykającego " "elementu \"%s\"" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Nastąpił nieoczekiwany koniec dokumentu wewnątrz komentarza lub instrukcji " @@ -579,7 +579,7 @@ msgstr "osiągnięto limit backtrace" msgid "the pattern contains items not supported for partial matching" msgstr "wzorzec zawiera elementy nie obsługiwane w dopasowywaniu częściowym" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "błąd wewnętrzny" @@ -1203,7 +1203,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1218,7 +1218,7 @@ msgstr "nieznany błąd" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1257,7 +1257,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1270,10 +1270,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Dowiązania symboliczne nie są obsługiwane" @@ -1286,52 +1286,52 @@ msgstr "Dowiązania symboliczne nie są 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Dowiązania symboliczne nie są obsługiwane" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "Å»adna aplikacja o nazwie \"%s\" nie zarejestrowała zakładki dla \"%s\"" @@ -1342,12 +1342,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1403,181 +1403,186 @@ msgstr "Niepoprawna nazwa klucza: %s" msgid "Error getting filesystem info: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Niepoprawna nazwa komputera" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nie można utworzyć pliku \"%s\": %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Nie można utworzyć pliku \"%s\": %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Nie można utworzyć pliku \"%s\": %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Wystąpił błąd przy otwieraniu katalogu \"%s\": %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Błąd podczas przetwarzania opcji %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Wystąpił błąd przy otwieraniu katalogu \"%s\": %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Błąd podczas konwersji: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Błąd podczas konwersji: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Błąd w wierszu %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Dowiązania symboliczne nie są obsługiwane" @@ -1650,12 +1655,12 @@ msgstr "To nie jest zwykły plik" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Niepoprawna nazwa klucza: %s" @@ -1665,17 +1670,17 @@ msgstr "Niepoprawna nazwa klucza: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1750,7 +1755,7 @@ msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" msgid "Error closing unix: %s" msgstr "Błąd w wierszu %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/pt.po b/po/pt.po index 362b211..cf65543 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.22\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-11 08:22+0000\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-11 08:25+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" @@ -16,303 +16,311 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Atributo '%s' inesperado para o elemento '%s'" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Atributo '%s' do elemento '%s' não foi encontrado" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Etiqueta '%s' inesperada, esperada a etiqueta '%s'" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Etiqueta '%s' inesperada dentro de '%s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 +#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Não foi encontrado nenhum ficheiro de marcador válido nos directórios de " "dados" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Já existe um marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Não foi encontrado nenhum marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Nenhum tipo MIME definido no marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Nenhum sinal privado definido no marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Nenhum grupo definido no marcador para o URI '%s'" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Nenhuma aplicação denominada '%s' registou um marcador para '%s'" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 +#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Sequência de bytes inválida na origem da conversão" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversão: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 +#, c-format msgid "Partial character sequence at end of input" msgstr "Sequência de caracteres parcial no final da origem" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Incapaz de converter recurso '%s' para conjunto de caracteres '%s'" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "O URI '%s' é inválido" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, 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:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "O URI '%s' contém caracteres incorrectamente mascarados" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, 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:1894 +#: glib/gconvert.c:1894 +#, c-format msgid "Invalid hostname" msgstr "Nome de máquina inválido" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Erro ao abrir o directório '%s': %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Falha ao ler do ficheiro '%s': %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Falha ao abrir o ficheiro '%s': %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Falha ao obter atributos do ficheiro '%s': falha no fstat(): %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, 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:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Falha ao criar o ficheiro '%s': %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, 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:990 +#: glib/gfileutils.c:990 #, 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:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, 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:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Modelo '%s' não contém XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Falha ao ler o atalho '%s': %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 +#, c-format msgid "Symbolic links not supported" msgstr "Atalhos não são suportados" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Incapaz de abrir conversor de '%s' para '%s': %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 +#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 +#, c-format msgid "Leftover unconverted data in read buffer" msgstr "Dados residuais não convertidos no buffer de leitura" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 +#, c-format msgid "Channel terminates in a partial character" msgstr "Canal termina num caracter parcial" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 +#, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Falha ao abrir o ficheiro '%s': falha no open(): %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Falha ao mapear o ficheiro '%s': falha no mmap(): %s" -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Erro na linha %d caracter %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Erro na linha %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Detectada entidade vazia '&;'; entidades válidas são: & " < > " "'" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -323,17 +331,17 @@ msgstr "" "inicia uma entidade; se este 'i comercial' não é suposto ser uma entidade, " "mascare-o como &" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Caracter '%s' não é válido dentro do nome de uma entidade" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Nome de entidade '%s' desconhecido" -#: ../glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -342,7 +350,7 @@ msgstr "" "caracter 'i comercial' sem intenção de iniciar uma entidade - mascare-o como " "&" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -351,16 +359,16 @@ msgstr "" "Falha ao parsear '%-.*s', que deveria ser um dígito dentro de uma referência " "de caracter (ê por exemplo) - talvez o dígito seja demasiado grande" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Referência de caracter '%-.*s' não codifica um caracter permitido" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Referência de caracter vazia; deverá incluir um dígito tal como dž" -#: ../glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -370,32 +378,32 @@ msgstr "" "utilizado um caracter 'i comercial' sem intenção de iniciar uma entidade - " "mascare-o como &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Referência de entidade por terminar" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Referência de caracter por terminar" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Texto codificado UTF-8 inválido - sequência demasiado extensa" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Texto codificado UTF-8 inválido - não é um caracter inicial" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Texto codificado UTF-8 inválido - '%s' inválido" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Documento tem de começar com um elemento (ex. )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -404,7 +412,7 @@ msgstr "" "'%s' não é um caracter válido após um caracter '<'; não pode iniciar um nome " "de elemento" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -413,7 +421,7 @@ msgstr "" "Caracter estranho '%s', era esperado um caracter '>' para terminar a " "etiqueta inicial do elemento '%s'" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -421,7 +429,7 @@ msgstr "" "Caracter estranho '%s', era esperado um '=' após o nome do atributo '%s' do " "elemento '%s'" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -432,7 +440,7 @@ msgstr "" "etiqueta inicial do elemento '%s', ou opcionalmente um atributo; talvez " "tenha sido utilizado um caracter inválido no nome de um atributo" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -441,7 +449,7 @@ msgstr "" "Caracter estranho '%s', era esperada uma abertura de aspa após o sinal de " "igual ao atribuir valor ao atributo '%s' do elemento '%s'" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elemento '%s' foi fechado, nenhum elemento está actualmente aberto" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Elemento '%s' foi fechado, mas o elemento actualmente aberto é '%s'" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Documento estava vazio ou apenas continha espaços" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Documento terminou inesperadamente logo após um caracter menor que '<'" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -486,7 +494,7 @@ msgstr "" "Documento terminou inesperadamente com elementos ainda abertos - '%s' foi o " "último elemento aberto" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -495,21 +503,21 @@ msgstr "" "Documento terminou inesperadamente, era esperado um maior que '>' para " "terminar a etiqueta <%s/>" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Documento terminou inesperadamente dentro do nome de um elemento" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Documento terminou inesperadamente dentro do nome de um atributo" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Documento terminou inesperadamente dentro da etiqueta de abertura de um " "elemento." -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -517,401 +525,404 @@ msgstr "" "Documento terminou inesperadamente após o sinal de igual posterior a um nome " "de atributo; nenhum valor de atributo" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Documento terminou inesperadamente dentro do valor de um atributo" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Documento terminou inesperadamente dentro da etiqueta de fecho do elemento '%" "s'" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 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 "objecto corrompido" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "erro interno ou objecto corrompido" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "sem memória livre" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "limite de retroceder 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 não suportados para comparação parcial" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 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 "" "referências anteriores como condições não são suportadas para comparação " "parcial" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "alcançado o limite de recursividade" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "alcançado o limite da área de trabalho para sub-expressões vazias" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "combinação inválida de parâmetros de quebra de 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 final do padrão" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c no final do padrão" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "o caracter após \\ é desconhecido" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "não são aqui permitidos escapes de alteração de capitalização (\\l, \\L, " "\\u, \\U)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "números fora da ordem no quantificador {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "número demasiado grande no quantificador {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "falta o ] de fecho da classe de caracter" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "sequência de escape inválida na classe de caracter" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "intervalo fora da ordem na classe de caracter" -#: ../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 "caracter desconhecido após (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "caracter desconhecido após (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "caracter desconhecido após (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "classes denominadas POSIX apenas são suportadas dentro de uma classe" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "falta o ) de fecho" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") sem um ( de abertura" #. 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 (?[+-]números tem de ser seguido de )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referência a padrão inexistente" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "falta o ) após o comentário" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "expressão regular demasiado extensa" -#: ../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 "asserção de verificação anterior não é de largura fixa" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "número ou nome mal formado após (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "grupo condicional contém mais de dois ramos" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "esperada uma asserçã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 "não são suportados os elementos de junção POSIX" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "valor do caracter na sequência \\x{...} é demasiado grande" -#: ../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 numa asserção de verificação anterior" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "chamada recursiva pode iterar indefinidamente" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "falta o terminador 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 denominados têm o mesmo nome" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "sequê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 do subpadrão é demasiado extenso (máximo de 32 caracteres)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "demasiados subpadrões denominados (máximo de 10.000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "valor octal é maior do que \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "grupo DEFINE contém mais de um ramo" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "não é permitido repetir um grupo DEFINE" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "opções de 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 de um nome com chavetas ou número não-zero com chavetas " "opcional" -#: ../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 "código fora dos limites" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "derramou fora da área de trabalho de compilação" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "subpadrão referenciado previamente verificado não foi encontrado" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Erro ao comparar a expressão regular %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "biblioteca PCRE está compilada sem suporte UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "biblioteca PCRE está compilada sem suporte para propriedades UTF8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Erro ao compilar a expressão regular %s no caracter %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Erro ao optimizar a expressão regular %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "esperado um dígito hexadecimal ou '}'" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "esperado um dígito hexadecimal" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "falta '<' na referência simbólica" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "referência simbólica por terminar" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "referência simbólica de tamanho zero" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "esperado um dígito" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "referência simbólica ilegal" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "'\\' final a mais" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "sequência de escape desconhecida" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Erro ao parsear o texto de substituição \"%s\" no caracter %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 +#, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Texto citado não é iniciado com um caracter de aspa" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 +#, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Aspa sem par na linha de comando ou outro texto de consola citado" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Texto terminou após um caracter '\\'. (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 de ser encontrada a aspa equivalente para %c. (O texto " "era '%s')" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 +#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Texto estava vazio (ou apenas continha espaços)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 +#, c-format msgid "Failed to read data from child process" msgstr "Falha ao ler dados de processo filho" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Falha ao ler de canal filho (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Falha ao ir para directório '%s' (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Falha ao executar processo filho (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Nome de aplicação inválido: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Expressão inválida no vector de argumentos na posição %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Expressão inválida no ambiente: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Directório de trabalho inválido: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Falha ao executar aplicação auxiliar (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 +#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -919,137 +930,143 @@ msgstr "" "Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo " "filho" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Falha ao ler dados de processo filho (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, 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:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Erro inesperado em waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Falha ao efectuar fork (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Falha ao executar o processo filho \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Falha ao redireccionar saída ou entrada de processo filho (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Falha ao efectuar fork de processo filho (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Erro desconhecido ao executar processo filho \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Incapaz de ler dados suficientes de canal pid do filho (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 +#, c-format msgid "Character out of range for UTF-8" msgstr "Caracter fora do limite para UTF-8 " -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 +#, c-format msgid "Invalid sequence in conversion input" msgstr "Sequência inválida na conversão da entrada" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 +#, c-format msgid "Character out of range for UTF-16" msgstr "Caracter fora do limite para UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Utilização:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPÇÃO...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Opções de Ajuda:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Apresentar as opções de ajuda" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Apresentar todas as opções de ajuda" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Opções da Aplicação:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Incapaz de parsear o valor inteiro '%s' para %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Valor inteiro '%s' para %s para lá do limite permitido" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Incapaz de parsear o valor double '%s' para %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Valor double '%s' para %s para lá do limite permitido" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Erro ao parsear a opção %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Argumento em falta para %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Opção %s desconhecida" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 +#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" "Incapaz de encontrar um ficheiro de chave válido nos directórios procurados" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 +#, c-format msgid "Not a regular file" msgstr "Não é um ficheiro comum" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 +#, c-format msgid "File is empty" msgstr "Ficheiro está vazio" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1057,48 +1074,49 @@ msgstr "" "O ficheiro de chave contém a linha '%s' que não é um par chave-valor, grupo " "ou comentário" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Nome de grupo inválido: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 +#, c-format msgid "Key file does not start with a group" msgstr "Ficheiro de chave não começa com um grupo" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Nome de chave inválida: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Ficheiro de chave contém uma codificação não suportada '%s'" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Ficheiro de chave não possui um grupo '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Ficheiro de chave não contém a chave '%s'" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Ficheiro de chave contém a chave '%s' com o valor '%s' que não é UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Ficheiro de chave contém a chave '%s' cujo valor não é interpretável." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1107,125 +1125,128 @@ msgstr "" "Ficheiro de chave contém a chave '%s' no grupo '%s' cujo valor não é " "interpretável." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ficheiro de chave não possui a chave '%s' no grupo '%s'" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 +#, c-format msgid "Key file contains escape character at end of line" msgstr "Ficheiro de chave contém caracteres escapados no final da linha" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" "Ficheiro de chave contém uma sequência de caracteres escapados inválida '%s'" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Incapaz de interpretar o valor '%s' como um numérico." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Valor inteiro '%s' para além do limite permitido" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" "Incapaz de interpretar o valor '%s' como um número de vírgula flutuante." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Incapaz de interpretar o valor '%s' como uma boleana." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "Valor de contagem demasiado grande passado para %s" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 +#, c-format msgid "Stream is already closed" msgstr "O fluxo já se encontra fechado" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 +#, c-format msgid "Operation was cancelled" msgstr "A operção foi cancelada" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Tipo desconhecido" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "Tipo de ficheiro %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "Tipo %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 +#, c-format msgid "Unexpected early end-of-stream" msgstr "Final precoce de fluxo inesperado" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sem nome" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 +#, c-format msgid "Desktop file didn't specify Exec field" msgstr "Ficheiro de área de trabalho não especifica campo Exec" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 +#, c-format msgid "Unable to find terminal required for application" msgstr "Incapaz de encontrar a consola necessária à aplicação" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, 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:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Definição personalizada de %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "a unidade não implementa a ejecção" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "a unidade não implementa a verificação de existência de media" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 +#, c-format msgid "Operation not supported" msgstr "Operação não suportada" @@ -1237,79 +1258,94 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 +#, c-format msgid "Containing mount does not exist" msgstr "Montagem contida não existe" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 +#, c-format msgid "Can't copy over directory" msgstr "Incapaz de copiar sobre um directório" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 +#, c-format msgid "Can't copy directory over directory" msgstr "Incapaz de copiar um directório sobre um directório" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 +#, c-format msgid "Target file exists" msgstr "Ficheiro de destino já existe" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 +#, c-format msgid "Can't recursively copy directory" msgstr "Incapaz de copiar directório recursivamente" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 +#, c-format msgid "Invalid symlink value given" msgstr "Dado um valor de atalho inválido" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 +#, c-format msgid "Trash not supported" msgstr "Não existe suporte para o Lixo" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Nomes de ficheiros não podem conter '%c'" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "unidade não implementa a montagem" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 +#, c-format msgid "No application is registered as handling this file" msgstr "Não existe nenhuma aplicação registada para gerir este ficheiro" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 +#, c-format msgid "Enumerator is closed" msgstr "Enumerador está fechado" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 +#, c-format msgid "File enumerator has outstanding operation" msgstr "Enumerador de ficheiro tem uma operação por terminar" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Enumerador de ficheiro já está fechado" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 +#, c-format msgid "Stream doesn't support query_info" msgstr "Fluxo não suporta query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 +#, c-format msgid "Seek not supported on stream" msgstr "Fluxo não suporta procura" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 +#, c-format msgid "Truncate not allowed on input stream" msgstr "Fluxo de entrada não permite truncar" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 +#, c-format msgid "Truncate not supported on stream" msgstr "Fluxo não suporta truncar" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 +#, c-format msgid "Input stream doesn't implement read" msgstr "Fluxo de entrada não implementa a leitura" @@ -1319,387 +1355,426 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 +#, c-format msgid "Stream has outstanding operation" msgstr "Fluxo tem uma operação por terminar" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 +#, c-format 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:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Nome de ficheiro %s inválido" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter a informação do sistema de ficheiros: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 +#, c-format msgid "Can't rename root directory" msgstr "Incapaz de renomear o directório raiz" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 +#, c-format msgid "Can't rename file, filename already exist" msgstr "Incapaz de renomear o ficheiro, o nome já existe" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934 -#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 +#, c-format msgid "Invalid filename" msgstr "Nome de ficheiro inválido" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear o ficheiro: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir o ficheiro: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 +#, c-format msgid "Can't open directory" msgstr "Incapaz de abrir o directório" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Erro ao remover o ficheiro: %s" -#: ../gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Erro ao enviar o ficheiro para o Lixo: %s" -#: ../gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Incapaz de criar o directório de Lixo %s: %s" -#: ../gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 +#, c-format msgid "Unable to find toplevel directory for trash" msgstr "Incapaz de encontrar o directório de topo para o Lixo" -#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 +#, c-format msgid "Unable to find or create trash directory" msgstr "Incapaz de encontrar ou criar o directório de Lixo" -#: ../gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, 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:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Incapaz de enviar o ficheiro para o Lixo: %s" -#: ../gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Erro ao abrir o directório '%s': %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao criar atalho: %s" -#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover o ficheiro: %s" -#: ../gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 +#, c-format msgid "Can't move directory over directory" msgstr "Incapaz de mover um directório sobre um directório" -#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 +#, c-format msgid "Backup file creation failed" msgstr "Falha ao criar o ficheiro de cópia de segurança" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao remover o ficheiro de destino: %s" -#: ../gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 +#, c-format msgid "Move between mounts not supported" msgstr "Não é suportado mover entre montados" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 +#, c-format msgid "Attribute value must be non-NULL" msgstr "Valor do atributo tem de ser não-NULL" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 +#, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo inválido (esperada uma expressão)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 +#, c-format msgid "Invalid extended attribute name" msgstr "Nome de atributo extendido inválido" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Erro ao definir o atributo extendido '%s': %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Erro ao verificar o ficheiro '%s': %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (codificação inválida)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao verificar o descritor do ficheiro: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 +#, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperado um uint32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 +#, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperado um uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 +#, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (esperado uma expressão byte)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao definir as permissões: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao definir o dono: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 +#, c-format msgid "symlink must be non-NULL" msgstr "atalho tem de ser não-NULL" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao definir o atalho: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 +#, c-format msgid "Error setting symlink: file is not a symlink" msgstr "Erro ao definir o atalho: ficheiro não é um atalho" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Não é suportada a definição do atributo %s" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Erro ao ler do ficheiro: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Erro ao procurar no ficheiro: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Erro ao fechar o ficheiro: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 +#, c-format msgid "Unable to find default local file monitor type" msgstr "Incapaz de encontrar tipo de monitor por omissão de ficheiro local" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Erro ao escrever no ficheiro: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Erro ao remover o atalho para a cópia de segurança antiga: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Erro ao criar a cópia da cópia de segurança: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Erro ao renomear ficheiro temporário: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Erro ao truncar ficheiro: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Erro ao abrir o ficheiro '%s': %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 +#, c-format msgid "Target file is a directory" msgstr "Ficheiro de destino é um directório" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 +#, c-format msgid "Target file is not a regular file" msgstr "O ficheiro de destino não é um ficheiro comum" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 +#, c-format msgid "The file was externally modified" msgstr "O ficheiro foi alterado externamente" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 +#, c-format msgid "Invalid GSeekType supplied" msgstr "Fornecido um GSeekType inválido" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 +#, c-format msgid "Invalid seek request" msgstr "Pedido de procura inválido" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 +#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Incapaz de truncar um GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 +#, c-format msgid "Reached maximum data array limit" msgstr "Atingido o limite de dados de uma matriz" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 +#, c-format msgid "Memory output stream not resizable" msgstr "Fluxo de saída de memória não é redimensionável" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 +#, c-format msgid "Failed to resize memory output stream" 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:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 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 remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "montar não implementa remontar" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 +#, c-format msgid "Output stream doesn't implement write" msgstr "Fluxo de saída não implementa a escrita" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 +#, c-format msgid "Source stream is already closed" msgstr "Fluxo de origem já está fechado" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "nome" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "O nome do ícone" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "nomes" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Uma matriz contendo os nomes dos ícones" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "utilizar nomes de recurso por omissão" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." msgstr "" "Se utilizar ou não os nomes de recurso criados abreviando o nome nos " -"caracteres '-'. Ignora os nomes após o primeiro se forem indicados " -"vários." +"caracteres '-'. Ignora os nomes após o primeiro se forem indicados vários." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Erro ao ler de unix: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Erro ao fechar unix: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Raiz do sistema de ficheiros" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Erro ao escrever no unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "unidade não implementa a ejecção" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 +#, c-format msgid "Can't find application" msgstr "Incapaz de encontrar a aplicação" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Erro ao iniciar a aplicação: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 +#, c-format msgid "URIs not supported" msgstr "Não são suportados URIs" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 +#, c-format msgid "association changes not supported on win32" msgstr "alterações de associação não são suportadas em win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 +#, c-format msgid "Association creation not supported on win32" msgstr "Criação de associação não é suportada em win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "não esconder as entradas" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "utilizar um formato de lista extenso" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FICHEIRO...]" diff --git a/po/pt_BR.po b/po/pt_BR.po index ce22c0c..82e1ebc 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-11 21:05-0300\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-02-21 22:24-0500\n" "Last-Translator: Og Maciel \n" "Language-Team: Brazilian Portuguese \n" @@ -22,313 +22,312 @@ msgstr "" "X-Poedit-Country: BRAZIL\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Atributo \"%s\" inesperado para elemento \"%s\"" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Não foi localizado atributo \"%s\" do elemento \"%s\"" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Marca \"%s\" inesperada, esperava marca \"%s\"" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Marca \"%s\" inesperada dentro de \"%s\"" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format 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:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Já existe um marcador para o URI \"%s\"" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Não foi localizado marcador para o URI \"%s\"" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, 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:2444 +#: glib/gbookmarkfile.c:2461 #, 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:2823 +#: glib/gbookmarkfile.c:2840 #, 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:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Nenhuma aplicação chamada \"%s\" registrou um marcador para \"%s\"" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Falha em expandir linha de execução \"%s\" com URI \"%s\"" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "Não há suporte à conversão do conjunto de caracteres \"%s\" para \"%s\"" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Não foi possível abrir conversor de \"%s\" para \"%s\"" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Seqüência de bytes inválida na entrada de conversão" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversão: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Seqüência de caracteres parcial no final da entrada" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Não foi possível converter a seqüência \"%s\" para conjunto caracteres \"%s\"" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "O URI \"%s\" é inválido" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "O nome de servidor do URI \"%s\" é inválido" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "O URI \"%s\" contém caracteres com escape inválido" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, 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:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Nome de servidor inválido" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Erro ao abrir o diretório \"%s\": %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Erro ao ler arquivo \"%s\": %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Falha ao ler do arquivo \"%s\": %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Falha ao abrir arquivo \"%s\": %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Falha ao obter atributos do arquivo \"%s\": fstat() falhou: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Falha ao abrir arquivo \"%s\": fdopen() falhou: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Falha ao criar arquivo \"%s\": %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Falha ao escrever no arquivo \"%s\": fwrite() falhou: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Falha ao fechar arquivo \"%s\": fclose() falhou: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, 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:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Modelo \"%s\" não contém XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Falha ao ler link simbólico \"%s\": %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Não há suporte a links simbólicos" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, 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:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Não foi possível fazer uma leitura em bruto em g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Dados residuais não convertidos no buffer de leitura" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Canal termina num caractere parcial" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Não foi possível fazer uma leitura em bruto de g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Falha ao abrir arquivo \"%s\": open() falhou: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Falha ao mapear arquivo \"%s\": mmap() falhou: %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Erro na linha %d caractere %d: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Erro na linha %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Entidade \"&;\" vazia vista; as entidades válidas são: & " < " "> '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -339,17 +338,17 @@ msgstr "" "inicia uma entidade; se este \"e\" comercial não é suposto ser uma entidade, " "escape-o como &" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Caractere \"%s\" não é válido dentro de um nome de entidade" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Nome de entidade \"%s\" não é conhecido" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -357,7 +356,7 @@ msgstr "" "Entidade não termina com um ponto e vírgula; provavelmente você utilizou um " "\"e\" comercial sem desejar iniciar uma entidade - escape-o com &" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -367,17 +366,17 @@ msgstr "" "referência de caractere (ê por exemplo) - talvez o dígito seja grande " "demais" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, 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:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" "Referência de caractere vazia; deveria incluir um dígito tal como dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -387,32 +386,32 @@ msgstr "" "utilizou um caractere \"e\" comercial sem desejar iniciar uma entidade - " "escape-o com &" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Referência de entidade inacabada" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Referência de caractere inacabada" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Texto codificado em UTF-8 inválido - seqüência muito extensa" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Texto codificado em UTF-8 inválido - não é um caractere inicial" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Texto codificado em UTF-8 inválido - '%s' não válido" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Documento tem de começar com um elemento (ex. )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -421,7 +420,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:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -430,7 +429,7 @@ msgstr "" "Caractere estranho \"%s\", esperava-se um caractere \">\" para terminar a " "marca inicial do elemento \"%s\"" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -438,7 +437,7 @@ msgstr "" "Caractere estranho \"%s\", esperava-se um \"=\" após o nome do atributo \"%s" "\" do elemento \"%s\"" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -449,7 +448,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:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -458,7 +457,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:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, 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:1603 +#: glib/gmarkup.c:1603 #, 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:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Documento estava vazio ou apenas continha espaços" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Documento terminou inesperadamente logo após um menor que \"<\"" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -503,7 +502,7 @@ msgstr "" "Documento terminou inesperadamente com elementos ainda abertos - \"%s\" foi " "o último elemento aberto" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -512,21 +511,21 @@ msgstr "" "Documento terminou inesperadamente, esperava-se ver um maior que (\">\") " "para terminar a marca <%s/>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Documento terminou inesperadamente dentro de um nome de elemento" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Documento terminou inesperadamente dentro de um nome de atributo" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Documento terminou inesperadamente dentro de uma marca de abertura de " "elemento." -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -534,405 +533,403 @@ 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:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Documento terminou inesperadamente dentro de um valor de atributo" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, 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:1845 +#: glib/gmarkup.c:1845 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:1956 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "erro interno" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "não há suporte à referência retroativa como condição para correspondência " "parcial" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "limite de recursão alcançado" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "limite de espaço de trabalho para substrings vazias alcançado" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "combinação inválida de sinalizador de nova linha" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "erro desconhecido" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ no fim do padrão" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c no fim do padrão" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "caractere não reconhecido segue \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "escapes de alteração de maiusculização (\\l, \\L, \\u, \\U) não são " "permitidos aqui" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "números fora de ordem no quantificador {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "número grande demais no quantificador {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "terminação ] em falta para classe de caracteres" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "seqüência de escape inválida na classe de caracteres" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "intervalo fora de ordem na classe de caracteres" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nada a repetir" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "caractere não reconhecido após (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "caractere não reconhecido após (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "caractere não reconhecido após (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "classes nomeadas POSIX têm suporte apenas dentro de uma classe" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "terminação ) em falta" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") sem abrir (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "dígitos (?R ou (?[+-] devem ser seguidos por )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referência a subpadrão não existente" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr ") em falta após o comentário" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "expressão regular grande demais" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "falha ao obter memória" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "declaração lookbehind não é de largura fixa" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "número mal formado ou nome após (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "grupo condicional contém mais que duas ramificações" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "esperava-se declaração após (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "nome de classe POSIX desconhecido" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "elementos de arranjo POSIX sem suporte" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "valor de caractere na seqüência \\x{...} é grande demais" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "condição inválida (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C não permitido na declaração lookbehind" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "chamada recursiva pode causar uma repetição indefinidamente" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "terminação em falta no nome do subpadrão" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "dois subpadrões nomeados têm o mesmo nome" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "seqüência \\P ou \\p mal formada" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "nome de propriedade desconhecido após \\P ou \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "nome de subpadrão é grande demais (máximo 32 caracteres)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "excesso de subpadrões nomeados (máximo 10.000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "valor octal é maior que \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "O grupo DEFINE contém mais que uma ramificação" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "repetição de um grupo DEFINE não é permitida" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "opções do NEWLINE inconsistentes" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g não é seguido por um nome entre chaves ou um número diferente de zero " "opcionalmente entre chaves" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "repetição inesperada" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "estouro de código" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "espaço de trabalho de compilação invadido" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "subpadrão de referência verificado anteriormente não localizado" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Erro ao coincidir expressão regular %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "Biblioteca PCRE compilada sem suporte a UTF-8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Biblioteca PCRE compilada sem suporte às propriedades UTF-8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Erro ao compilar expressão regular %s no caractere %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Ero ao otimizar expressão regular %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "esperava-se dígito hexadecimal ou \"}\"" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "esperava-se dígito hexadecimal" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "\"<\" em falta na referência simbólica" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "referência simbólica inacabada" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "referência simbólica de comprimento zero" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "esperava-se dígito" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "referência simbólica ilegal" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "\"\\\" final sem isolado" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "seqüência de escape desconhecida" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, 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 #, c-format 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 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Aspa sem par na linha de comando ou outro texto de consola citado" -#: ../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 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Texto estava vazio (ou apenas continha espaços)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Falha ao ler dados de processo filho" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Falha ao ler de canal filho (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Falha ao ir para diretório \"%s\" (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Falha ao executar processo filho (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Nome de programa inválido: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, 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:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "String inválida no ambiente: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Diretório de trabalho inválido: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Falha ao executar programa auxiliar (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -941,144 +938,144 @@ msgstr "" "Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo " "filho" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Falha ao ler dados de processo filho (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, 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:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Erro inesperado em waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Falha no fork (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Falha ao executar processo filho \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, 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:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Falha no fork de processo filho (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Erro desconhecido ao executar processo filho \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, 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:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Caractere fora do limite para UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Seqüência inválida na conversão da entrada" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Caractere fora do limite para UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Uso:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPÇÕES...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Opções de Ajuda:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Exibir opções de ajuda" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Exibir todas as opções de ajuda" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Opções de Aplicação:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Não foi possível analisar o valor inteiro \"%s\" para %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Valor inteiro \"%s\" para %s fora dos limites" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "" "Não foi possível analisar o ponto flutuante com dupla precisão \"%s\" para %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, 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:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Erro ao ler a opção %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Falta argumento para %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Opção %s desconhecida" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "" "Não foi possível localizar arquivo de chave válido nos diretórios pesquisados" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Não é um arquivo comum" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Arquivo vazio" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1086,51 +1083,51 @@ msgstr "" "Arquivo de chave contém a linha \"%s\" que não é um par chave-valor, grupo " "ou comentário" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Nome de grupo inválido: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Arquivo de chave não começa com um grupo" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Nome de chave inválido: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Arquivo de chave contém codificação \"%s\" sem suporte" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Arquivo de chave não tem grupo \"%s\"" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Arquivo de chave não tem chave \"%s\"" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, 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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, 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:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1139,129 +1136,125 @@ msgstr "" "Arquivo de chave contém chave \"%s\" no grupo \"%s\" que tem valor que não " "pode ser interpretado." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, 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:3471 +#: glib/gkeyfile.c:3471 #, c-format 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:3493 +#: glib/gkeyfile.c:3493 #, 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:3635 +#: glib/gkeyfile.c:3635 #, 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:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Valor inteiro \"%s\" fora dos limites" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, 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:3706 +#: glib/gkeyfile.c:3706 #, 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:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "Valor muito alto passado para %s" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "O fluxo já está fechado" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1949 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "A operação foi cancelada" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Tipo desconhecido" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "tipo de arquivo %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "tipo %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Fim do fluxo precoce não esperado" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Não nomeado" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "O arquivo da área de trabalho não especifica o campo Exec" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Não foi possível localizar o terminal requerido para a aplicação" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Não foi possível criar pasta de configuração da aplicação do usuário %s: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Não foi possível criar pasta de configuração MIME do usuário %s: %s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Não foi possível criar arquivo %s da área de trabalho do usuário" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Definição personalizada para %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "drive não implementa ejetar" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "drive não implementa verificação por mídia" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operação sem suporte" @@ -1274,93 +1267,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Ponto de montagem contido não existe" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Não foi possível copiar sobre diretório" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Não foi possível copiar diretório sobre diretório" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2103 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Arquivo alvo existe" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Não foi possível copiar o diretório recursivamente" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Valor fornecido de link simbólico inválido" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Não há suporte para lixeira" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Nomes de arquivo não podem conter \"%c\"" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volume não implementa montagem" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Nenhuma aplicação está registrada como manipuladora deste arquivo" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "O enumerador está fechado" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "O enumerador do arquivo tem operação pendente" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "O enumerador do arquivo já está fechado" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Fluxo não tem suporte para query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Não há suporte à busca no fluxo" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Truncar não permitido no fluxo de entrada" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Não há suporte a truncar no fluxo" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Fluxo de entrada não implementa leitura" @@ -1371,299 +1364,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "O fluxo tem operação pendente" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Não foi possível localizar o tipo de diretório monitor local padrão" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Nome de arquivo inválido: %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter informações do sistema de arquivos: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Não foi possível renomear o diretório root" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Não foi possível renomear o arquivo, o nome do arquivo já existe" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1978 ../gio/glocalfile.c:2007 -#: ../gio/glocalfile.c:2156 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Nome de arquivo inválido" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear arquivo: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir arquivo: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Não foi possível abrir diretório" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1982 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Erro ao remover arquivo: %s" -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Erro ao mover arquivo para a lixeira: %s" -#: ../gio/glocalfile.c:1700 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Não foi possível criar o diretório da lixeira %s: %s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Não foi possível localizar diretório de nível superior para a lixeira" -#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Não foi possível localizar ou criar o diretório da lixeira" -#: ../gio/glocalfile.c:1854 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Não foi possível criar o arquivo de informações da lixeira: %s" -#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1948 ../gio/glocalfile.c:1955 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Não foi possível mover arquivo para a lixeira: %s" -#: ../gio/glocalfile.c:2011 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Erro ao abrir o diretório \"%s\": %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao criar link simbólico: %s" -#: ../gio/glocalfile.c:2071 ../gio/glocalfile.c:2160 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover arquivo: %s" -#: ../gio/glocalfile.c:2094 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Não foi possível mover diretório sobre diretório" -#: ../gio/glocalfile.c:2116 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Falha ao criar arquivo de backup" -#: ../gio/glocalfile.c:2135 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao remover arquivo alvo: %s" -#: ../gio/glocalfile.c:2149 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Não há suporte a mover entre montagens" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Valor de atributo deve ser não-NULO" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo inválido (esperava-se expressão)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Nome de atributo estendido inválido" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Erro ao definir atributo estendido \"%s\": %s" -#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Erro ao iniciar arquivo \"%s\": %s" -#: ../gio/glocalfileinfo.c:1458 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "(codificação inválida)" -#: ../gio/glocalfileinfo.c:1618 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao iniciar descritor de arquivo: %s" -#: ../gio/glocalfileinfo.c:1663 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperado uint32)" -#: ../gio/glocalfileinfo.c:1680 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperado uint64)" -#: ../gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (expressão de byte esperada)" -#: ../gio/glocalfileinfo.c:1724 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao definir permissões: %s" -#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao definir proprietário: %s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "o link simbólico deve ser não-NULO" -#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827 -#: ../gio/glocalfileinfo.c:1838 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao definir link simbólico: %s" -#: ../gio/glocalfileinfo.c:1817 +#: gio/glocalfileinfo.c:1894 #, c-format 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:1998 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Não há suporte à definição do atributo %s" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Erro ao ler do arquivo: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Erro ao buscar no arquivo: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Erro ao fechar arquivo: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Não foi possível localizar o tipo de arquivo monitor local padrão" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Erro ao escrever no arquivo: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Erro ao remover link antigo de backup: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Erro ao criar cópia de backup: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Erro ao renomear arquivo temporário: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Erro ao truncar arquivo: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Erro ao abrir arquivo \"%s\": %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Arquivo alvo é um diretório" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Arquivo alvo não é um arquivo comum" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "O arquivo foi modificado externamente" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "GSeekType fornecido inválido" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Solicitação de busca inválida" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Não foi possível truncar GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Foi alcançado o limite máximo de matriz de dados" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Fluxo de saída da memória não redimensionável" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Falha ao redimensionar fluxo de saída da memória" @@ -1671,55 +1669,55 @@ 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:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "montar não implementa ejetar" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "montar não implementa remontar" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Fluxo de saída não implementa escrita" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "A fonte do fluxo já está fechada" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "nome" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "O nome do ícone" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "nomes" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Um array contendo os nomes dos ícones" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "usa os fallbacks padrões" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1727,64 +1725,64 @@ msgstr "" "Se deve tentar os nomes mais curtos, encontrados através do caractere '-'. " "Ignora nomes depois do primeiro, de vários foram fornecidos." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Erro ao ler do unix: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Erro ao fechar unix: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Sistema de arquivos root" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Erro ao escrever para unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "volume não implementa ejetar" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Não foi possível localizar a aplicação" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Erro ao lançar a aplicação: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "Não há suporte a URIs" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "não há suporte às alterações de associação em win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Não há suporte à criação de associação em win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "não ocultar entradas" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "usar um formato de listagem longo" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[ARQUIVO...]" diff --git a/po/ro.po b/po/ro.po index 6b3eb0d..6788575 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-06 23:16+0200\n" "Last-Translator: Mişu Moldovan \n" "Language-Team: Română \n" @@ -17,75 +17,75 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Nu se aştepta un atribut „%s” pentru elementul „%s”" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Atributul „%s” al elementului „%s” nu a putut fi găsit" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "S-a primit eticheta „%s”, se aştepta eticheta „%s”" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Nu se aştepta eticheta „%s” în „%s”" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Nu s-a găsit un fişier valid cu favorite în directoarele de date" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Un favorit pentru URI-ul „%s” există deja" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Nu s-a găsit nici un favorit pentru URI-ul „%s”" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Nu există un tip MIME definit în favoritul URI-ului „%s”" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Nu există un indicator privat definit în favoritul URI-ului „%s”" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Nu există grupuri definite în favoritul URI-ului „%s”" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" "Nu există o aplicaÅ£ie cu numele „%s” înregistrată în favoritul pentru „%s”" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Nu s-a putut expanda linia de comandă „%s” cu URI-ul %s" @@ -159,7 +159,7 @@ msgstr "Calea „%s” nu este o cale absolută" msgid "Invalid hostname" msgstr "Nume gazdă invalid" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Eroare la deschiderea directorului „%s”: %s" @@ -303,24 +303,24 @@ msgstr "Nu s-a putut deschide fişierul „%s”: open() a eşuat: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nu s-a putut mapa fişierul „%s”: mmap() a eşuat: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Eroare în linia %d, caracterul %d: " -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Eroare în linia %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "S-a depistat o entitate nulă „&;”. Entităţile valide sunt: & " < " "> '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -331,17 +331,17 @@ msgstr "" "„&” e cel ce începe o entitate. Dacă acest ampersand nu ar trebui să fie " "într-o entitate, utilizaÅ£i &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Caracterul „%s” nu este valid în cadrul unui nume de entitate" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Numele entităţii „%s” nu este cunoscut" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -349,7 +349,7 @@ msgstr "" "Entitatea nu s-a terminat cu punct şi virgulă. Probabil că aÅ£i folosit un " "caracter ampersand fără intenÅ£ia de a începe o entitate. UtilizaÅ£i &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -358,16 +358,16 @@ msgstr "" "Nu s-a putut procesa „%-.*s”, care ar fi trebui să fie o cifră într-un " "caracter referinţă (de exemplu ê). Poate cifra este prea mare" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "ReferinÅ£a caracterului „%-.*s” nu codează un caracter permis" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Referinţă caracter goală. Ar trebui să includă o cifră precum dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -376,32 +376,32 @@ msgstr "" "ReferinÅ£a caracter nu s-a terminat cu punct şi virgulă. Probabil aÅ£i folosit " "un caracter ampersand fără intenÅ£ia de a începe o entitate. UtilizaÅ£i &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Referinţă neterminată la o entitate" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Referinţă caracter neterminată" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Text codat UTF-8 invalid - secvenţă prea lungă" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Text codat UTF-8 invalid - nu e un caracter de start" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Text codat UTF-8 invalid - „%s” invalid" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Documentul trebuie să înceapă cu un element (de ex. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -410,7 +410,7 @@ msgstr "" "„%s” nu este un caracter valid după caracterul „<”. Nu poate începe cu " "numele unui element" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -419,7 +419,7 @@ msgstr "" "Caracter neobişnuit „%s”, se aştepta un „>” pentru a termina eticheta de " "început a elementului „%s”" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -427,7 +427,7 @@ msgstr "" "Caracter neobişnuit „%s”, se aştepta un „=” după numele atributului „%s” al " "elementului „%s”" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -438,7 +438,7 @@ msgstr "" "eticheta de început a elementului „%s” sau opÅ£ional un atribut. Poate aÅ£i " "utilizat un caracter invalid în numele atributului" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -447,7 +447,7 @@ msgstr "" "Caracter neobişnuit „%s”, se aşteptau ghilimele de deschidere după semnul " "egal pentru a da valoarea atributului „%s” al elementului „%s”" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '”" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elementul „%s” a fost închis, nici un element nu este curent deschis" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Elementul „%s” a fost închis, dar elementul deschis curent este „%s”" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Documentul era gol sau conÅ£inea doar spaÅ£iu gol" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Documentul s-a terminat în mod neaşteptat imediat după un caracter „<”" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -492,7 +492,7 @@ msgstr "" "Documentul s-a terminat în mod neaşteptat cu unele elemente încă deschise. „%" "s” a fost ultimul element deschis" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -501,23 +501,23 @@ msgstr "" "Documentul s-a terminat în mod neaşteptat, se aştepta un caracter „>” care " "să încheie eticheta <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" "Documentul s-a terminat în mod neaşteptat în cadrul numelui unui element" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" "Documentul s-a terminat în mod neaşteptat în cadrul numele unui atribut" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Documentul s-a terminat în mod neaşteptat în cadul unei etichete ce " "deschidea un element" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -525,19 +525,19 @@ msgstr "" "Documentul s-a terminat în mod neaşteptat după semnul egal ce urma unui nume " "atribut. Nici o valoare pentru atribut" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" "Documentul s-a terminat în mod neaşteptat în cadrul valorii unui atribut" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Documentul s-a terminat în mod neaşteptat în cadrul etichetei de închidere a " "elementului „%s”" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Documentul s-a terminat în mod neaşteptat în cadrul unui comentariu sau a " @@ -565,7 +565,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:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "eroare internă" @@ -1176,7 +1176,7 @@ msgstr "S-a pasat o valoare prea mare către %s" msgid "Stream is already closed" msgstr "Flux deja închis" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "OperaÅ£iunea a fost anulată" @@ -1190,7 +1190,7 @@ msgstr "Tip necunoscută" msgid "%s filetype" msgstr "tip de fişier %s" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "tip %s" @@ -1230,7 +1230,7 @@ msgstr "Nu se poate crea pentru utilizator directorul cu opÅ£iunile MIME %s: %s" msgid "Can't create user desktop file %s" msgstr "Nu se poate crea fişierul desktop %s" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "DefiniÅ£ie personalizată pentru %s" @@ -1243,10 +1243,10 @@ msgstr "unitatea nu poate ejecta discul" msgid "drive doesn't implement polling for media" msgstr "unitatea nu poate verifica ciclic pentru discuri noi" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "OperaÅ£iune neimplementată" @@ -1259,52 +1259,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Montarea conÅ£inută nu există" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Nu se poate copia peste director" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Nu se poate copia un director peste un alt director" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Fişierul destinaÅ£ie există deja" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Nu se poate copia recursiv directorul" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "S-a primit o valoare invalidă pentru legătura simbolică" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Nu există o implementare pentru coşul de gunoi" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Numele de fişiere nu pot conÅ£ine „%c”" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volumul nu implementează montarea" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Nu există o aplicaÅ£ie înregistrată pentru deschiderea acestui fişier" @@ -1315,12 +1315,12 @@ msgid "Enumerator is closed" msgstr "Enumeratorul este închis" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Enumeratorul fişierului este deja deschis de o terţă operaÅ£iune" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Enumeratorul fişierului este deja închis" @@ -1377,184 +1377,189 @@ msgstr "Nume invalid de fişier: %s" msgid "Error getting filesystem info: %s" msgstr "Eroare la citirea detaliilor sistemului de fişiere: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Nu se poate redenumi directorul rădăcină" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Nu se poate redenumi fişierul, numele de fişier există deja" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Nume invalid de fişier" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Eroare la redenumirea fişierului: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Eroare la deschiderea fişierului: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Nu se poate deschide directorul" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Eroare la ştergerea fişierului: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Eroare la mutarea la coş a fişierului: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, 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:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Nu s-a găsit directorul de nivel zero pentru coşul de gunoi" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format 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:1781 +#: gio/glocalfile.c:1863 #, 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:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Nu s-a putut muta la coş fişierul: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Eroare la deschiderea directorului „%s”: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Eroare la crearea legăturii simbolice: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Eroare la mutarea fişierului: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Nu se poate muta un director peste un alt director" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Crearea fişierului de „backup” a eşuat" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Eroare la ştergerea fişierului destinaÅ£ie: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" "OperaÅ£iunea de mutare între două dispozitive montate nu este implementată" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Valoarea atributului trebuie să fie diferită de NULL" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Tip invalid de atribut (se aştepta un şir)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Nume invalid de atribut extins" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Eroare la stabilirea atributului extins „%s”: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Eroare la citirea detaliilor fişierului „%s”: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (codare invalidă)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Eroare la citirea detaliilor descriptor ale fişierului: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Tip invalid de atribut (se aştepta o valoare uint32)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Tip invalid de atribut (se aştepta o valoare uint64)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Tip invalid de atribut (se aştepta un şir de octeÅ£i)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Eroare la definirea permisiunilor: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Eroare la definirea deÅ£inătorului: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "legătură simbolică trebuie să fie diferită de NULL" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Eroare la definirea legăturii simbolice: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" "Eroare la definirea legăturii simbolice: fişierul nu este o legătură " "simbolică" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Definirea atributului %s nu este implementată" @@ -1627,12 +1632,12 @@ msgstr "Fişierul destinaÅ£ie nu este un fişier obişnuit" msgid "The file was externally modified" msgstr "Fişierul a fost modificat de o terţă parte" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "S-a primit un „GSeekType” invalid" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Cerere invalidă de căutare" @@ -1642,17 +1647,17 @@ msgstr "Cerere invalidă de căutare" msgid "Cannot truncate GMemoryInputStream" msgstr "Nu se poate trunchia GMemoryInputStream" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "S-a atins limita maximă a matricii de date" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Fluxul de ieşire al memoriei nu poate fi redimensionat" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Nu s-a putut redimensiona fluxul de ieşire al memoriei" @@ -1729,7 +1734,7 @@ msgstr "Eroare la citirea din „unix”: %s" msgid "Error closing unix: %s" msgstr "Eroare la închiderea „unix”: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Rădăcina sistemului de fişiere" diff --git a/po/ru.po b/po/ru.po index a71c672..d2110db 100644 --- a/po/ru.po +++ b/po/ru.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-16 01:50+0300\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-11 20:54+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -21,230 +21,228 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Встретился неожиданный атрибут «%s» элемента «%s»" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Не найден атрибут «%s» элемента «%s»" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Неожиданный тэг «%s», ожидался тэг «%s»" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Неожиданный тэг «%s» внутри «%s»" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Не удалось найти допустимый файл закладок в каталогах поиска" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Закладка для ресурса URI «%s» уже существует" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Для ресурса URI «%s» закладок не найдено" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "В закладке на ресурс «%s» не определён тип MIME" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Отметка о приватности данных в закладке для URI «%s» не определена" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "В закладке для URI «%s» не определена группа" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Нет приложения с именем «%s», создавшего закладку для «%s»" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Преобразование из набора символов «%s» в «%s» не поддерживается" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не удалось открыть преобразователь из «%s» в «%s»" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "" "Недопустимая последовательность байтов содержится во входной строке для " "преобразования" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Произошла ошибка при преобразовании: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "" "Неполная символьная последовательность содержится в конце входной строки" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Невозможно корректно преобразовать символ «%s» в символ из набора «%s»" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -"URI «%s» не является абсолютным идентификатором при использовании схемы " -"«file»" +"URI «%s» не является абсолютным идентификатором при использовании схемы «file»" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Идентификатор URI локального файла «%s» не может включать символ «#»" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI «%s» недопустим" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Недопустимое имя узла в URI «%s»" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI «%s» содержит недопустимо экранированные символы" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Путь «%s» не является абсолютным" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Имя узла недопустимо" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Произошла ошибка при открытии каталога «%s»: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Не удалось выделить %lu байтов для прочтения файла «%s»" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Произошла ошибка при чтении файла «%s»: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Не удалось прочитать из файла «%s»: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Не удалось открыть файл «%s»: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Не удалось получить атрибуты файла «%s»: сбой в функции fstat(): %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Не удалось открыть файл «%s»: сбой в функции fdopen(): %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" -msgstr "" -"Не удалось переименовать файл «%s» в «%s»: сбой в функции g_rename(): %s" +msgstr "Не удалось переименовать файл «%s» в «%s»: сбой в функции g_rename(): %s" -#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Не удалось создать файл «%s»: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Не удалось открыть файл «%s» для записи: сбой в функции fdopen(): %s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Не удалось записать файл «%s»: сбой в функции fwrite(): %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Не удалось закрыть файл «%s»: сбой в функции fclose(): %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Не удалось удалить существующий файл «%s»: сбой в функции g_unlink(): %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Шаблон «%s» недопустим: он не должен содержать «%s»" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Шаблон «%s» не содержит XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -252,89 +250,88 @@ msgstr[0] "%u байт" msgstr[1] "%u байта" msgstr[2] "%u байтов" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f КБ" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f МБ" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f ГБ" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Не удалось прочитать символьную ссылку «%s»: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Символьные ссылки не поддерживаются" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Не удалось открыть преобразователь из «%s» в «%s»: %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Невозможно выполнить непосредственное чтение в функции " "g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "В буфере чтения остались непреобразованные данные" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Канал закрывается на неполном символе" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Невозможно выполнить непосредственное чтение в функции " "g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Не удалось открыть файл «%s»: сбой в функции open(): %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Не удалось отобразить файл «%s»: сбой в функции mmap(): %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Ошибка в строке %d на символе %d: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Ошибка в строке %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -"Обнаружена пустая конструкция «&;»; допустимыми конструкциями являются: " -"& " < > '" +"Обнаружена пустая конструкция «&;»; допустимыми конструкциями являются: & " +"" < > '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -345,17 +342,17 @@ msgstr "" "конструкцию; если этот символ не должен быть частью конструкции, то " "экранируйте его конструкцией «&»" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Символ «%s» недопустим внутри названия конструкции" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Наименование конструкции «%s» неизвестно" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -364,25 +361,25 @@ msgstr "" "использован не для обозначения начала конструкции — экранируйте его как " "«&»" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" msgstr "" -"Не удалось разобрать строку «%-.*s», которая должна быть числом внутри " -"ссылки на символ (например ê) — возможно, номер слишком велик" +"Не удалось разобрать строку «%-.*s», которая должна быть числом внутри ссылки " +"на символ (например ê) — возможно, номер слишком велик" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Ссылка на символ «%-.*s» не определяет допустимый символ" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Ссылка на символ пуста; она должна включать номер, например dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -392,38 +389,38 @@ msgstr "" "использован не для обозначения начала конструкции — экранируйте его как " "«&»" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Ссылка на конструкцию не закончена" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Ссылка на символ не закончена" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "" "Текст закодирован как UTF-8 недопустимым образом — слишком длинная " "последовательность" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" "Текст закодирован как UTF-8 недопустимым образом — неправильный начальный " "символ" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "" "Текст закодирован как UTF-8 недопустимым образом — недопустимая " "последовательность «%s»" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Документ должен начинаться с элемента (например )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -432,16 +429,16 @@ msgstr "" "Символ «%s» является недопустимым после символа «<»; этот символ не может " "начинать имя элемента" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -"Встретился лишний символ «%s», ожидался символ «>» для завершения " -"открывающего тэга элемента «%s»" +"Встретился лишний символ «%s», ожидался символ «>» для завершения открывающего " +"тэга элемента «%s»" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -449,7 +446,7 @@ msgstr "" "Встретился лишний символ «%s», ожидался символ «=» после имени атрибута «%s» " "элемента «%s»" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -460,7 +457,7 @@ msgstr "" "открывающего тэга элемента «%s», либо, возможно, атрибут; может быть, был " "использован недопустимый символ в имени атрибута" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -469,16 +466,16 @@ msgstr "" "Встретился лишний символ «%s», ожидалась открывающая двойная кавычка после " "знака равенства при присваивании значения атрибуту «%s» элемента «%s»" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '»" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Элемент «%s» был закрыт, ни один элемент в настоящий момент не открыт" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "Элемент «%s» был закрыт, но открытым в настоящий момент является элемент «%s»" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Документ был пуст или содержал только пробелы" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Документ неожиданно окончился сразу же после открывающей угловой скобки «<»" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -516,7 +513,7 @@ msgstr "" "Документ неожиданно окончился, когда ещё были открыты элементы — «%s» был " "последним открытым элементом" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -524,19 +521,19 @@ msgid "" msgstr "" "Документ неожиданно окончился, ожидалась закрывающая тэг <%s/> угловая скобка" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Документ неожиданно окончился внутри имени элемента" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Документ неожиданно окончился внутри имени атрибута" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Документ неожиданно окончился внутри открывающего элемент тэга" -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -544,410 +541,408 @@ msgstr "" "Документ неожиданно окончился после знака равенства, следующего за именем " "атрибута; значение атрибута не указано" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Документ неожиданно окончился внутри значения атрибута" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Документ неожиданно окончился внутри тэга, закрывающего элемент «%s»" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 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:1962 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "внутренняя ошибка" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "условия в виде обратных ссылок при поиске частичного совпадения не " "поддерживаются" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "достигнут предел рекурсии" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "достигнут предел рабочего пространства для пустых подстрок" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "недопустимая комбинация флагов перевода строки" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "неизвестная ошибка" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ в конце шаблона" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c в конце шаблона" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "неопознанный символ следует за \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "экранирование, изменяющее регистр (\\l, \\L, \\u, \\U), здесь запрещено" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "числа в квантификаторе {} в неправильном порядке" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "слишком большое число в квантификаторе {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "отсутствует завершающая ] для класса символов" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "неверное экранирование в классе символов" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "диапазон в классе символов в неправильном порядке" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "нечего повторять" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "неопознанный символ после (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "неопознанный символ после (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "неопознанный символ после (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "именованные классы POSIX поддерживаются только внутри класса" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "отсутствует завершающая )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") без открывающей (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "после (?R или (?[+-]цифры должна идти )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "ссылка на несуществующий подшаблон" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "отсутствует ) после комментария" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "слишком большое регулярное выражение" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "не удалось получить память" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind-утверждение не имеет фиксированную длину" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "ошибочное число или имя после (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "условная группа содержит более двух ветвей" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "ожидалось утверждение после (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "неизвестное имя класса POSIX" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "сортировочные элементы POSIX не поддерживаются" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "слишком большое значение символа в последовательности \\x{...}" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "ошибочное условие (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C запрещено в lookbehind-утверждениях" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "рекурсивный вызов мог повторяться бесконечно" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "отсутствует завершающий символ в имени подшаблона" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "два именованных подшаблона имеют одинаковое имя" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "ошибочная последовательность \\P или \\p" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "неизвестное имя свойства после \\P или \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "имя подшаблона слишком длинное (не должно превышать 32 символа)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "слишком много именованных подшаблонов (не должно быть больше 10 000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "восьмеричное значение превышает \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "группа DEFINE содержит более одной ветви" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "запрещено повторять группу DEFINE" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "противоречивые параметры NEWLINE" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "за \\g не следует имя в скобках или неотрицательное число (возможно, в " "скобках)" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "неожиданное повторение" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "переполнение кода" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "переполнение рабочего пространства компиляции" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "не найден ранее проверенный подшаблон со ссылкой " -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "" "Во время поиска совпадений с регулярным выражением %s возникла ошибка: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "Библиотека PCRE собрана без поддержки UTF-8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Библиотека PCRE собрана без поддержки свойств UTF-8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "" "Произошла ошибка при компиляции регулярного выражения %s у символа с номером " "%d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Произошла ошибка при оптимизации регулярного выражения %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "ожидалась шестнадцатеричная цифра или символ «}»" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "ожидалась шестнадцатеричная цифра" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "в символьной ссылке отсутствует «<»" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "незаконченная символьная ссылка" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "символьная ссылка нулевой длины" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "ожидалась цифра" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "недопустимая символьная ссылка" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "лишний «\\» в конце" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "неизвестная экранирующая последовательность" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" -"Произошла ошибка во время разбора текста замен «%s» у символа с номером %lu: " -"%s" +"Произошла ошибка во время разбора текста замен «%s» у символа с номером %lu: %" +"s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Текст в кавычках не начинается с символа кавычки" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format 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 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Текст был пуст (или содержал только пробелы)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Не удалось прочитать данные из процесса-потомка" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Не удалось создать канал для сообщения с процессом-потомком (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Не удалось прочитать данные из канала потомка (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Не удалось сменить каталог на «%s» (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Не удалось выполнить процесс-потомок (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Недопустимое имя программы: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Недопустимая строка в векторе аргументов под номером %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Недопустимая строка в окружении: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Недопустимый рабочий каталог: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Не удалось выполнить вспомогательную программу (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -956,147 +951,147 @@ msgstr "" "Произошла неожиданная ошибка в функции g_io_channel_win32_poll() при чтении " "данных из процесса-потомка" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Не удалось прочитать данные из процесса-потомка (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Произошла неожиданная ошибка в функции select() при чтении данных из " "процесса-потомка (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Произошла неожиданная ошибка в функции waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Функция fork завершилась неудачно (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Не удалось выполнить процесс-потомок «%s» (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Не удалось перенаправить вывод или ввод процесса-потомка (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "При создании процесса-потомка функция fork завершилась неудачно (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Произошла неизвестная ошибка при выполнении процесса-потомка «%s»" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Не удалось прочитать нужное количество данных из канала процесса-потомка (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Символ находится вне диапазона для UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "" "Во входной строке для преобразования обнаружена недопустимая " "последовательность" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Символ находится вне диапазона для UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Использование:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[ПАРАМЕТР...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Параметры справки:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Показать параметры справки" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Показать все параметры справки" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Параметры приложения:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Не удалось разобрать целочисленное значение «%s» для %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Целочисленное значение «%s» для %s выходит за пределы" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Не удалось разобрать дробное значение двойной точности «%s» для %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Дробное значение двойной точности «%s» для %s выходит за пределы" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Произошла ошибка при разборе параметра %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Отсутствует аргумент для %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Неизвестный параметр %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "В каталогах поиска не удалось найти допустимый файл ключей" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Не является обычным файлом" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Файл пуст" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1104,51 +1099,51 @@ msgstr "" "Файл ключей содержит строку «%s», которая не является парой «ключ-значение», " "группой или комментарием" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Недопустимое имя группы: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Файл ключей не начинается с группы" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Недопустимое имя ключа: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Файл ключей содержит неподдерживаемую кодировку «%s»" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Файл ключей не содержит группу «%s»" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Файл ключей не содержит ключ «%s»" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Файл ключей содержит ключ «%s», значение которого «%s» не в кодировке UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Файл ключей содержит ключ «%s», значение которого не удалось распознать." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1157,128 +1152,124 @@ msgstr "" "Файл ключей содержит ключ «%s» в группе «%s», значение которого не удалось " "распознать." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Файл ключей не содержит ключа «%s» в группе «%s»" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Файл ключей содержит символ escape в конце строки" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Файл ключей содержит неверную экранирующую последовательность «%s»" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Не удалось преобразовать значение «%s» в число." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Целочисленное значение «%s» выходит за пределы" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Не удалось преобразовать «%s» в число с плавающей запятой." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Не удалось преобразовать «%s» в булево значение." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "Слишком большое значение количества передано в %s" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Поток уже закрыт" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Действие было отменено" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Неизвестный тип" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "тип файлов %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "тип %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Неожиданный ранний конец потока" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без имени" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "В desktop-файле не указано поле Exec" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Не удалось найти терминал, требуемый для приложения" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не удалось создать пользовательскую папку настроек приложения %s: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не удалось создать пользовательскую папку настроек MIME %s: %s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Не удалось создать пользовательский desktop-файл %s" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Особое определение для %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "привод не реализует извлечение" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "привод не реализует опрос носителя" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Действие не поддерживается" @@ -1291,93 +1282,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Содержащая точка монтирования не существует" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Нельзя скопировать поверх каталога" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Нельзя скопировать каталог поверх каталога" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Целевой файл существует" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Не удалось рекурсивно скопировать каталог" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Дано неверное значение символьной ссылки" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Корзина не поддерживается" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Имена файлов не могут содержать «%c»" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "том не реализует присоединение" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Нет зарегистрированного приложения для обработки данного файла" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Перечислитель закрыт" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Перечислитель файлов имеет незавершённое действие" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Перечислитель файлов уже закрыт" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Поток не поддерживает query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Переход по потоку не поддерживается" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Усечение на входном потоке не разрешено" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Усечение не поддерживается на потоке" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Входной поток не реализует чтение" @@ -1388,301 +1379,306 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Поток имеет незавершённое действие" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Не удалось найти тип монитора локальных каталогов по умолчанию" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Недопустимое имя файла %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Произошла ошибка при получении сведений о файловой системе: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Нельзя переименовать корневой каталог" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Не удалось переименовать файл, такое имя файла уже есть" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013 -#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Недопустимое имя файла" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Произошла ошибка при переименовании файла: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Произошла ошибка при открытии файла: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Не удалось открыть каталог" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Произошла ошибка при удалении файла: %s" -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Произошла ошибка при удалении файла в корзину: %s" -#: ../gio/glocalfile.c:1700 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не удалось создать каталог корзины %s: %s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Не удалось найти каталог верхнего уровня для корзины" -#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Не удалось найти или создать каталог корзины" -#: ../gio/glocalfile.c:1854 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Не удалось создать запись о файле в корзине: %s" -#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Не удалось удалить файл в корзину: %s" -#: ../gio/glocalfile.c:2017 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Произошла ошибка при открытии каталога «%s»: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Произошла ошибка при создании символьной ссылки: %s" -#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Произошла ошибка при перемещении файла: %s" -#: ../gio/glocalfile.c:2100 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Нельзя переместить каталог поверх каталога" -#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Не удалось создать резервный файл" -#: ../gio/glocalfile.c:2141 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Произошла ошибка при удалении целевого файла: %s" -#: ../gio/glocalfile.c:2155 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Перемещение между точками монтирования не поддерживается" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Значение атрибута не должно быть NULL" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Неверный тип атрибута (ожидалась строка)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Недопустимое имя расширенного атрибута" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Произошла ошибка при установке расширенного атрибута «%s»: %s" -#: ../gio/glocalfileinfo.c:1457 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Произошла ошибка при получении сведений о файле «%s»: %s" -#: ../gio/glocalfileinfo.c:1528 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (неверная кодировка)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Произошла ошибка при получении сведений о файловом дескрипторе: %s" -#: ../gio/glocalfileinfo.c:1739 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Неверный тип атрибута (ожидался uint32)" -#: ../gio/glocalfileinfo.c:1757 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Неверный тип атрибута (ожидался uint64)" -#: ../gio/glocalfileinfo.c:1776 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Неверный тип атрибута (ожидалась строка byte)" -#: ../gio/glocalfileinfo.c:1802 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Произошла ошибка при установке прав: %s" -#: ../gio/glocalfileinfo.c:1853 ../gio/glocalfileinfo.c:2021 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Произошла ошибка при установке владельца: %s" -#: ../gio/glocalfileinfo.c:1876 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "символьная ссылка не должна быть NULL" -#: ../gio/glocalfileinfo.c:1886 ../gio/glocalfileinfo.c:1905 -#: ../gio/glocalfileinfo.c:1916 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Произошла ошибка при установке символьной ссылки: %s" -#: ../gio/glocalfileinfo.c:1895 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" "Произошла ошибка при установке символьной ссылки: файл не является " "символьной ссылкой" -#: ../gio/glocalfileinfo.c:2076 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Установка атрибута %s не поддерживается" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Произошла ошибка при чтении из файла: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Произошла ошибка при переходе по файлу: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Произошла ошибка при закрытии файла: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Не удалось найти тип монитора локальных файлов по умолчанию" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Произошла ошибка при записи в файл: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Произошла ошибка при удалении старой резервной ссылки: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Произошла ошибка при создании резервной копии: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Произошла ошибка при переименовании временного файла: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Произошла ошибка при усечении файла: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Произошла ошибка при открытии файла «%s»: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Целевой файл является каталогом" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Целевой файл не является обычным файлом" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "Файл был изменён извне" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Передан недопустимый GSeekType" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Недопустимый запрос на переход" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Нельзя усечь GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Достигнут максимальный предел массива данных" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Невозможно изменить размер выходного потока в память" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Не удалось изменить размер выходного потока в память" @@ -1690,121 +1686,121 @@ msgstr "Не удалось изменить размер выходного п #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "точка монтирования не реализует отсоединение" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "точка монтирования не реализует извлечение" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "точка монтирования не реализует пересоединение" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Выходной поток не реализует запись" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Исходный поток уже закрыт" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "название" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Название значка" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "названия" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Массив, содержащий названия значков" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "использовать названия по умолчанию" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." msgstr "" -"Использовать ли значки по умолчанию, получаемые с помощью " -"сокращения названия, начиная с символов '-'. Если задано несколько названий " -"— игнорировать все кроме первого." +"Использовать ли значки по умолчанию, получаемые с помощью сокращения " +"названия, начиная с символов '-'. Если задано несколько названий — " +"игнорировать все кроме первого." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Произошла ошибка при чтении из unix: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Произошла ошибка при закрытии unix: %s" -#: ../gio/gunixmounts.c:1788 ../gio/gunixmounts.c:1825 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Корень файловой системы" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Произошла ошибка при записи в unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "том не реализует извлечение" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Не удалось найти приложение" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Произошла ошибка при запуске приложения: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI не поддерживаются" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "смена ассоциаций не поддерживается в Win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Создание ассоциаций не поддерживается в Win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "не прятать записи" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "использовать длинный формат" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[ФАЙЛ...]" diff --git a/po/rw.po b/po/rw.po index 01abafa..bee8604 100644 --- a/po/rw.po +++ b/po/rw.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2005-03-28 19:34-0700\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" @@ -23,74 +23,74 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Inyuguti Ikitezwe: a Nyuma Ikiranga Izina: Bya Ikigize:" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, fuzzy, c-format msgid "No valid bookmark file found in data dirs" msgstr "Urufunguzo IDOSIYE OYA Byabonetse in Ibyatanzwe" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Kuri Gusoma Ihuza" @@ -164,7 +164,7 @@ msgstr "ni OYA Inzira" msgid "Invalid hostname" msgstr "Izina ry'inturo:" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, fuzzy, c-format msgid "Error opening directory '%s': %s" msgstr "Gufungura %s%S bushyinguro" @@ -307,23 +307,23 @@ msgstr "Kuri Gufungura IDOSIYE Byanze" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Kuri Gufungura IDOSIYE Byanze" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "ku Umurongo INYUGUTI" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, fuzzy, c-format msgid "Error on line %d: %s" msgstr "ku Umurongo" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 #, fuzzy msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "Byemewe" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, fuzzy, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -331,41 +331,41 @@ msgid "" "it as &" msgstr "ni OYA Byemewe ku Gutangira Bya Izina: Inyuguti NIBA iyi Kuri Nka" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, fuzzy, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "ni OYA Byemewe Mo Imbere Izina:" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, fuzzy, c-format msgid "Entity name '%s' is not known" msgstr "Izina: ni OYA" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 #, fuzzy 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 "OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, fuzzy, 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 "Kuri a Mo Imbere a Inyuguti Indango kugirango Urugero ni Binini" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Indango OYA a Inyuguti" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 #, fuzzy msgid "Empty character reference; should include a digit such as dž" msgstr "Inyuguti Indango Gushyiramo a Nka" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 #, fuzzy msgid "" "Character reference did not end with a semicolon; most likely you used an " @@ -373,44 +373,44 @@ msgid "" "as &" msgstr "Indango OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 #, fuzzy msgid "Unfinished entity reference" msgstr "Indango" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 #, fuzzy msgid "Unfinished character reference" msgstr "Inyuguti Indango" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "8 Umwandiko" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "8 Umwandiko" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "8 Umwandiko" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 #, fuzzy msgid "Document must begin with an element (e.g. )" msgstr "g." -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, fuzzy, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "'%s'ni OYA a Byemewe Inyuguti a Inyuguti Gicurasi OYA Ikigize: Izina:" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, fuzzy, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -418,13 +418,13 @@ msgid "" msgstr "" "Inyuguti Ikitezwe: a Inyuguti Kuri Impera Gutangira Itagi: Bya Ikigize:" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, fuzzy, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "Inyuguti Ikitezwe: a Nyuma Ikiranga Izina: Bya Ikigize:" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, fuzzy, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -434,7 +434,7 @@ msgstr "" "Inyuguti Ikitezwe: a Cyangwa Inyuguti Kuri Impera Gutangira Itagi: Bya " "Ikigize: Cyangwa Ikiranga Sibyo Inyuguti in Ikiranga Izina:" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, fuzzy, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -443,87 +443,87 @@ msgstr "" "Inyuguti Ikitezwe: Gufungura Gushyiraho akugarizo Ikimenyetso Nyuma " "IKIMENYETSO Ryari: Agaciro kugirango Ikiranga Bya Ikigize:" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, fuzzy, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "'%s'ni OYA a Byemewe Inyuguti Gufunga Ikigize: Izina: Inyuguti ni" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, fuzzy, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Oya Ikigize: ni Gufungura" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, fuzzy, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Gufungura Ikigize: ni" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 #, fuzzy msgid "Document was empty or contained only whitespace" msgstr "ubusa Cyangwa" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 #, fuzzy msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Nyuma Gufungura Imfuruka" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, fuzzy, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "Na: Ibintu Gufungura Iheruka Ikigize:" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, fuzzy, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "Ikitezwe: Kuri a Gufunga Imfuruka Itagi:" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 #, fuzzy msgid "Document ended unexpectedly inside an element name" msgstr "Mo Imbere Ikigize: Izina:" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 #, fuzzy msgid "Document ended unexpectedly inside an attribute name" msgstr "Mo Imbere Ikiranga Izina:" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 #, fuzzy msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Mo Imbere Ikigize: Gufungura%S Itagi:" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 #, fuzzy msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "Nyuma IKIMENYETSO Ikiranga Izina: Oya Ikiranga Agaciro" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 #, fuzzy msgid "Document ended unexpectedly while inside an attribute value" msgstr "Mo Imbere Ikiranga Agaciro" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, fuzzy, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Mo Imbere Gufunga Itagi: kugirango Ikigize:" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 #, fuzzy msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Mo Imbere a Icyo wongeraho Cyangwa Inonosora" @@ -548,7 +548,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1158,7 +1158,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1173,7 +1173,7 @@ msgstr "Ihitamo ritazwi:" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1212,7 +1212,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1225,10 +1225,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "amahuza OYA" @@ -1241,52 +1241,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "amahuza OYA" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1297,12 +1297,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1359,94 +1359,99 @@ msgstr "Izina ry'inturo:" msgid "Error getting filesystem info: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Izina ry'inturo:" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Ikosa mu gusoma idosiye" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, 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:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Gufungura %s%S bushyinguro" + +#: gio/glocalfile.c:2026 #, 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:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format @@ -1454,94 +1459,94 @@ msgid "Backup file creation failed" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Mo Imbere Ikiranga Izina:" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Gufungura %s%S bushyinguro" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "ku Umurongo" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "amahuza OYA" @@ -1622,12 +1627,12 @@ msgstr "a Ibisanzwe IDOSIYE" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Izina ry'inturo:" @@ -1637,17 +1642,17 @@ msgstr "Izina ry'inturo:" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1723,7 +1728,7 @@ msgstr "Ikosa mu gusoma idosiye" msgid "Error closing unix: %s" msgstr "ku Umurongo" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/si.po b/po/si.po index 6beb96e..cde365d 100644 --- a/po/si.po +++ b/po/si.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.si\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2007-06-20 14:56+0530\n" "Last-Translator: Danishka Navin \n" "Language-Team: Sinhala \n" @@ -17,74 +17,74 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "'%s' මූලය සඳහා බලාපොරොත්තු නොවු '%s' විශේෂණය" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%s' මූලයෙහි '%s' විශේෂණය හමුවුයේ නැත" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "'%s'බලාපොරොත්තු නොවු ටැගයකි, බලාපොරොත්තු වුයේ '%s' ටැගයයි" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%s'බලාපොරොත්තු නොවු ටැගයක් '%s' තුළ ඇත" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "දත්ත බහලුම් තුළ නිරවද්‍ය පිටු සළකුණක් හමුවූයෙ නැත" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "'%s' URI සඳහා වු පිටු සළකුණ දැනට භාවිතයේ ඇත" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "'%s' URI සඳහා පිටු සළකුණු හමුවුයේ නැත" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "'%s' URI සඳහා වු පිටු සළකුණු තුළ MIME වර්‍හගයක් සදහන් කරුයේ නැත" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "'%s' URI සඳහා වු පිටු සළකුණු තුළ සමූහ කට්ටලය නැත" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "" @@ -158,7 +158,7 @@ msgstr "" msgid "Invalid hostname" msgstr "සාවද්‍ය ධාරක නාමය" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s" @@ -300,22 +300,22 @@ msgstr "'%s' ගොනුව විවෘත කිරීම අසමත් ව msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' ගොනුව අනුරුපණය කිරීම අසමත් විය: mmap()අසමත් විය: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "%d පේළියේ %d අක්‍ෂරය මත දෝෂයකි: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d පේළියේ ත දෝෂයකි: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -323,93 +323,93 @@ msgid "" "it as &" msgstr "" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "ඇතුළත් කළ නම තුළ ඇති '%s' අක්‍ෂරය සාද්‍යවේ " -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "'%s' වස්තුවේ නම නොදනී" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" msgstr "" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, 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 "" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" msgstr "" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "අවසන් නොකළ වස්තු යොමුව" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "අවසන් නොකළ අක්‍ෂර යොමුව" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "ලේඛණය මූලයකින්ම ආරම්භ කළ යුතුම වේ (උදා. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -417,88 +417,88 @@ msgid "" "character in an attribute name" msgstr "" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, 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 "" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' මූලය වසා ඇති අතර කිසිම මූලයක් විවෘතව ඇත" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' මූලය වසා ඇති අතර දැනට'%s' මූලය විවෘතව ඇත" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 #, fuzzy msgid "Document was empty or contained only whitespace" msgstr "ලේඛණය හිස්ව තිබුනි හෝ තිබුනේ සුදුඉඩ පමණි" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" @@ -522,7 +522,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "අභ්‍යන්තර දෝෂය" @@ -1123,7 +1123,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1138,7 +1138,7 @@ msgstr "නොදන්නා දෝෂය" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1177,7 +1177,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1190,10 +1190,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" @@ -1206,52 +1206,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1262,12 +1262,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1323,181 +1323,186 @@ msgstr "සාවද්‍ය යතුරු නම: %s" msgid "Error getting filesystem info: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "සාවද්‍ය ධාරක නාමය" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%d පේළියේ ත දෝෂයකි: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d පේළියේ ත දෝෂයකි: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" @@ -1570,12 +1575,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "සාවද්‍ය යතුරු නම: %s" @@ -1585,17 +1590,17 @@ msgstr "සාවද්‍ය යතුරු නම: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1670,7 +1675,7 @@ msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s msgid "Error closing unix: %s" msgstr "%d පේළියේ ත දෝෂයකි: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/sk.po b/po/sk.po index 0e625bd..d9fca7a 100644 --- a/po/sk.po +++ b/po/sk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-15 15:01+0100\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-15 15:01+0100\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -19,226 +19,226 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural= (n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Neočakávaná vlastnosÅ¥ '%s' prvku '%s'" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "VlastnosÅ¥ '%s' prvku '%s' nenájdená" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Neočakávaná značka '%s', bola očakávaná značka '%s'" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Neočakávaná značka '%s' vo vnútri '%s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, fuzzy, c-format msgid "No valid bookmark file found in data dirs" msgstr "Nepodarilo sa nájsÅ¥ platný súbor kľúčov v dátových adresároch" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Záložka pre URI '%s' už existuje" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Nenastavené skupiny v záložke pre URI '%s'" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Neplatná sekvencia bajtov na vstupe prevodu" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Chyba počas prevodu: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Čiastočná sekvencia znakov na konci vstupu" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, 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:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI lokálneho súboru '%s' nesmie obsahovaÅ¥ '#'" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' je neplatné" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI hostiteľa '%s' je neplatné." -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' obsahuje neplatne zadané znaky" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Cesta '%s' nie je absolútna" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Neplatné meno hostiteľa" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Chyba pri otváraní priečinka '%s': %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Nepodarilo sa čítanie súboru '%s': %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nepodarilo sa otvoriÅ¥ súbor '%s': %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nepodarilo sa získaÅ¥ atribúty súboru '%s': fstat() zlyhala: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nepodarilo sa otvoriÅ¥ súbor '%s': fdopen() zlyhala: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, 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:990 +#: glib/gfileutils.c:990 #, 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:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Å ablóna '%s' je neplatná, nesmie obsahovaÅ¥ '%s'" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Å ablóna '%s' neobsahuje XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -246,84 +246,83 @@ msgstr[0] "%u bajtov" msgstr[1] "%u bajt" msgstr[2] "%u bajty" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nepodarilo sa prečítaÅ¥ symbolický odkaz '%s': %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Symbolické odkazy nepodporované" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Nepodarilo sa otvoriÅ¥ program na prevod z '%s' do '%s': %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Nepodarilo sa 'raw' čítanie v g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Zanechané neprevedené dáta vo vstupnom bufferi" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanál končí čiastočným znakom" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nepodarilo sa 'raw' čítanie v g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nepodarilo sa otvoriÅ¥ súbor '%s': open() zlyhala: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nepodarilo sa namapovaÅ¥ súbor '%s': mmap() zlyhala: %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Chyba na riadku %d znak %d: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Chyba na riadku %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Nájdená prázdna entita '&;', platné entity sú: & " < > '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -333,17 +332,17 @@ msgstr "" "Znak '%s' nie je platný na začiatku mena entity. Znak & začína entitu. Ak tu " "ale nemá predstavovaÅ¥ entitu, musíte ho zapísaÅ¥ ako &." -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Znak '%s' nie je platný v mene entity" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Meno entity '%s' nie je známe" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -351,7 +350,7 @@ msgstr "" "Entita nekončí bodkočiarkou. Asi ste použili znak & bez toho, aby ste ho " "zapísali ako &" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -360,17 +359,17 @@ msgstr "" "Nepodarilo sa spracovaÅ¥ '%-.*s', čo by mala byÅ¥ číslica v odkaze na znak " "(napríklad ê) - možno je číslica príliÅ¡ veľká" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Odkaz na znak '%-.*s' nie je kódom povoleného znaku" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" "Prázdny odkaz na znak. Odkaz by mal obsahovaÅ¥ číslice, napríklad Ʋ" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 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,40 +378,40 @@ msgstr "" "Odkaz na znak neskončil bodkočiarkou. Asi ste použili & a nezadali ste ho " "ako &" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Neukončený odkaz na entitu" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Neukončený odkaz na znak" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Neplatný text v kódovaní UTF-8" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Neplatný text v kódovaní UTF-8 - nie je úvodný znak" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Neplatný text v kódovaní UTF-8 - neplatné '%s'" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokument musí začínaÅ¥ elementom (napr. )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "'%s' nie je platný znak za znakom '<', nesmie začínaÅ¥ meno elementu" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -421,7 +420,7 @@ msgstr "" "Prebytočný znak '%s'. Bol očakávaný znak '>', aby skončil začiatočnú značku " "elementu '%s'" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -429,7 +428,7 @@ msgstr "" "Prebytočný znak '%s'. Bol očakávaný znak '=' za menom atribútu '%s' elementu " "'%s'" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -440,7 +439,7 @@ msgstr "" "začiatočnú značku elementu '%s' alebo nepovinne atribút. Možno ste použili " "neplatný znak v mene atribútu" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -449,7 +448,7 @@ msgstr "" "Prebytočný znak '%s'. Boli očakávané úvodzovky po '=' pri zadávaní hodnoty " "atribútu '%s' v elemente '%s'" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' bol ukončený, momentálne nie je otvorený žiadny element" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' bol ukončený, ale momentálne otvorený element je '%s'" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokument je prázdny alebo obsahuje iba medzery" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokument neočakávane skončil hneď po začiatočnom znaku '<'" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -492,7 +491,7 @@ msgstr "" "Dokument neočakávane skončil s otvorenými elementami - '%s' bol posledný " "otvorený element." -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -500,419 +499,417 @@ msgid "" msgstr "" "Dokument neočakávane skončil, očakával sa znak '>' pre ukončenie značky <%s>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument neočakávane skončil v mene elementu" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument neočakávane skončil v mene atribútu" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokument neočakávane skončil v začiatočnej značke elementu." -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" "Dokument neočakávane skončil po '=' za menom atribútu, chýba hodnota atribútu" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument neočakávane skončil v hodnote atribútu" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokument neočakávane skončil v koncovej značke pre element '%s'" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokument neočakávane skončil v komentári alebo inÅ¡trukcii pre spracovanie" -#: ../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:1962 +#: glib/gregex.c:154 gio/glocalfile.c:1971 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 "" -#: ../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 "" -#: ../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 "chýbajúca koncová ] pre triedu znakov" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 #, fuzzy msgid "invalid escape sequence in character class" msgstr "Neplatná sekvencia bajtov na vstupe prevodu" -#: ../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 #, fuzzy msgid "unrecognized character after (?" msgstr "Neukončený odkaz na znak" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 #, fuzzy msgid "unrecognized character after (?<" msgstr "Neukončený odkaz na znak" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 #, fuzzy msgid "unrecognized character after (?P" msgstr "Neukončený odkaz na znak" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "chýbajúca koncová )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") bez otváracej (" #. 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 "Za (?R alebo (?[+-]číslice musí nasledovaÅ¥ )" -#: ../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 "chýbajúca ) po komentári" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "regulárny výraz je príliÅ¡ veľký" -#: ../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 "" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 #, fuzzy msgid "POSIX collating elements are not supported" msgstr "Symbolické odkazy nepodporované" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "neplatná podmienka (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "" -#: ../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 "" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "neočakávané opakovanie" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "Knižnica PCRE je skompilovaná bez podpory UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Knižnica PCRE je skompilovaná bez podpory UTF8 vlastností" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, fuzzy, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Chyba na riadku %d znak %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "neukončený symbolický odkaz" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "symbolický odkaz s nulovou dĺžkou" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "očakávaná číslica" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Citovaný text nezačína úvodzovkami" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Prebytočné úvodzovky v príkazovom riadku alebo v inom texte shellu" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Text skončil hneď po znaku '\\'. (Text bol '%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 "" "Text skončil pred nájdením zodpovedajúcej úvodzovky pre %c. (Text bol '%s')" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Text bol prázdny (alebo obsahoval iba medzery)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Nepodarilo sa čítaÅ¥ dáta z procesu potomka" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Nepodarilo sa vytvoriÅ¥ rúru pre komunikáciu s procesom potomka (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nepodarilo sa čítaÅ¥ z rúry potomka (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nepodarilo sa zmeniÅ¥ priečinok na '%s' (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Nepodarilo sa spustiÅ¥ proces potomka (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Neplatný názov programu: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Neplatný reÅ¥azec vo vektore parametra na %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Neplatný reÅ¥azec v prostredá: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Neplatný pracovný priečinok: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Nepodarilo sa spustiÅ¥ pomocný program (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -921,142 +918,142 @@ msgstr "" "Neočakávaná chyba v g_io_channel_win32_poll() pri čítaní dát z procesu " "potomka" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Nepodarilo sa čítaÅ¥ dáta z procesu potomka (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Neočakávaná chyba v select() pri čítaní dát z procesu potomka (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Neočakávaná chyba vo waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Nepodarilo sa zavolaÅ¥ fork (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nepodarilo sa spustiÅ¥ proces potomka \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nepodarilo sa presmerovaÅ¥ vstup alebo výstup procesu potomka (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nepodarilo sa spustiÅ¥ proces potomka (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Neznáma chyba počas behu procesu potomka \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nepodarilo sa prečítaÅ¥ dostatok dát z rúry potomka (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Znak mimo rozsah UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Neplatná sekvencia na vstupe prevodu" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Znak mimo rozsah UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Použitie:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[VOĽBA...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Voľby pomocníka:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "ZobraziÅ¥ voľby pomocníka" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "ZobraziÅ¥ vÅ¡etky voľby pomocníka" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Voľby aplikácie:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Nepodarilo sa spracovaÅ¥ celočíselnú hodnotu '%s' pre %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Celočíselná hodnota '%s' pre %s je mimo rozsah" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, fuzzy, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Nepodarilo sa spracovaÅ¥ celočíselnú hodnotu '%s' pre %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, fuzzy, c-format msgid "Double value '%s' for %s out of range" msgstr "Celočíselná hodnota '%s' pre %s je mimo rozsah" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, fuzzy, c-format msgid "Error parsing option %s" msgstr "Chyba počas prevodu: %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Chýbajúci parameter pre %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Neznáma voľby %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, fuzzy, c-format msgid "Valid key file could not be found in search dirs" msgstr "Nepodarilo sa nájsÅ¥ platný súbor kľúčov v dátových adresároch" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Nie je obyčajný súbor" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Súbor je prázdny" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1064,51 +1061,51 @@ msgstr "" "Súbor kľúčov obsahuje riadok '%s', ktorý nie je pár kľúč-hodnota, skupinou, " "ani komentárom" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Neplatný názov skupiny: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Súbor kľúčov nezačína skupinou" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Neplatný názov kľúča: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Súbor kľúčov obsahuje nepodporované kódovane '%s'" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Súbor kľúčov nemá skupinu '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Súbor kľúčov nemá kľúč '%s'" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Súbor kľúčov obsahuje kľúč '%s' s hodnotou '%s', ktorá nie je UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Súbor kľúčov obsahuje kľúč '%s', ktorý má hodnotu, ktorá nemohla byÅ¥ " "interpretovaná." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1117,128 +1114,124 @@ msgstr "" "Súbor kľúčov obsahuje kľúč '%s', v skupine '%s', ktorý má hodnotu, ktorá " "nemohla byÅ¥ interpretovaná." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Súbor kľúčov nemá kľúč '%s' v skupine '%s'" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Súbor kľúčov obsahuje znak escape na konci riadku" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Súbor kľúčov obsahuje neplatne zadanú sekvenciu '%s'" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako číslo." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Celočíselná hodnota '%s' je mimo rozsah" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako reálne číslo." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako booleovská." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Prúd je už zatvorený" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operácia bola zruÅ¡ená" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Neznámy typ" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "typ súboru %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "typ %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nepomenované" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Vlastná definícia pre %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Nepodporovaná operácia" @@ -1251,93 +1244,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Cieľový súbor existuje" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Symbolické odkazy nepodporované" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "" @@ -1348,299 +1341,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Neplatný názov programu: %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013 -#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Neplatný názov súboru" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Chyba pri premenovaní súboru: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Chyba pri otváraní súboru: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Nepodarilo sa otvoriÅ¥ priečinok" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Chyba pri odstraňovaní súboru: %s" -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfile.c:1700 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: ../gio/glocalfile.c:1854 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: ../gio/glocalfile.c:2017 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Chyba pri otváraní priečinka '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Chyba počas prevodu: %s" -#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfile.c:2100 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: ../gio/glocalfile.c:2141 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Chyba pri odstraňovaní cieľového súboru: %s" -#: ../gio/glocalfile.c:2155 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Dokument neočakávane skončil v mene atribútu" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Chyba pri nastavovaní rozšírenej vlastnostii '%s': %s" -#: ../gio/glocalfileinfo.c:1457 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfileinfo.c:1528 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (neplatné kódovanie)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfileinfo.c:1739 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Neplatný typ vlastnosti (očakávané uint32)" -#: ../gio/glocalfileinfo.c:1757 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Neplatný typ vlastnosti (očakávané uint64)" -#: ../gio/glocalfileinfo.c:1776 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Neplatný typ vlastnosti (očakávaný bajtový reÅ¥azec)" -#: ../gio/glocalfileinfo.c:1802 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Chyba počas prevodu: %s" -#: ../gio/glocalfileinfo.c:1853 ../gio/glocalfileinfo.c:2021 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Chyba pri nastavovaní vlastníka: %s" -#: ../gio/glocalfileinfo.c:1876 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symbolický odkaz nesmie byÅ¥ prázdny" -#: ../gio/glocalfileinfo.c:1886 ../gio/glocalfileinfo.c:1905 -#: ../gio/glocalfileinfo.c:1916 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Chyba pri nastavovaní symbolického odkazu: %s" -#: ../gio/glocalfileinfo.c:1895 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: ../gio/glocalfileinfo.c:2076 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Symbolické odkazy nepodporované" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Chyba pri čítaní zo súboru: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Chyba pri zatváraní súboru: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Chyba pri zápise do súboru: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Chyba pri odstraňovaní starého záložného odkazu: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Chyba pri vytváraní záložnej kópie: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Chyba pri premenúvaní dočasného súboru: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Chyba pri otváraní súboru '%s': %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Cieľový súbor je priečinok" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Cieľový súbor nie je obyčajný súbor" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Neplatný názov programu: %s" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Pamäťový výstupný prúd nepodporuje zmenu veľkosti" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Zlyhala zmena veľkosti pamäťového výstupného prúdu" @@ -1648,118 +1646,118 @@ 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:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "pripojenie neimplementuje vysunutie" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "pripojenie neimplementuje opätovné pripojenie" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Výstupný prúd neimplementuje zápis" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Zdrojový prúd je už zatvorený" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "názov" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Názov ikony" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "názvy" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Pole obsahujúce názvy ikon" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." msgstr "" -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Chyba pri čítaní z unixu: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Chyba pri zatváraní unixu: %s" -#: ../gio/gunixmounts.c:1788 ../gio/gunixmounts.c:1825 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Koreň súborového systému" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Chyba pri zápise do unixu: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "zväzok neimplementuje vysunutie" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Nepodarilo sa nájsÅ¥ aplikáciu" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Chyba pri spúšťaní aplikácie: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI nepodporované" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "použiÅ¥ dlhý formát výpisu" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[SÚBOR...]" diff --git a/po/sl.po b/po/sl.po index 9d16eed..f933033 100644 --- a/po/sl.po +++ b/po/sl.po @@ -8,269 +8,236 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-12-10 11:22+0000\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-21 19:16+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian \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:705 -#: ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 -#: ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Nepričakovan atribut '%s' za element '%s'" -#: ../glib/gbookmarkfile.c:716 -#: ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 -#: ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Atribut '%s' elementa '%s' ni najden" -#: ../glib/gbookmarkfile.c:1092 -#: ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 -#: ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Nepričakovana oznaka '%s'. Pričakovana je oznaka '%s'" -#: ../glib/gbookmarkfile.c:1117 -#: ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 -#: ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Nepričakovana oznaka '%s' znotraj '%s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Ni veljavne datoteke zaznamkov v podatkovnih mapah" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Zaznamek za URI '%s' že obstaja" -#: ../glib/gbookmarkfile.c:2028 -#: ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 -#: ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 -#: ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 -#: ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 -#: ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 -#: ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 -#: ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 -#: ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Ni veljavnega zaznamka za URI '%s'" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "V zaznamku za URI '%s' ni določena vrsta MIME" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, 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:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "V zaznamku za URI '%s' ni nastavljenih skupin" -#: ../glib/gbookmarkfile.c:3224 -#: ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, 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:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Napaka pri razÅ¡irjanju ukazne vrstice '%s' z URI '%s'" -#: ../glib/gconvert.c:431 -#: ../glib/gconvert.c:509 -#: ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 -#: ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ni mogoče odpreti pretvornika iz '%s' v '%s'" -#: ../glib/gconvert.c:632 -#: ../glib/gconvert.c:1017 -#: ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 -#: ../glib/giochannel.c:2215 -#: ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Neveljavno zaporedje bajtov na vhodu pretvorbe" -#: ../glib/gconvert.c:638 -#: ../glib/gconvert.c:944 -#: ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Napaka med pretvorbo: %s" -#: ../glib/gconvert.c:669 -#: ../glib/gutf8.c:952 -#: ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 -#: ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Delno (nedokončano) zaporedje znakov na koncu vhoda" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ni mogoče pretvoriti '%s' v nabor znakov '%s'" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Krajevna datoteka URI '%s' ne sme vsebovati '#'" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' je neveljaven" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ime gostitelja naslova URI '%s' ni veljavno" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Naslov URI '%s' vsebuje neveljavne ubežne znake" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Pot '%s' ni absolutna pot" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Neveljavno ime gostitelja" -#: ../glib/gdir.c:104 -#: ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Napaka ob odpiranju imenika '%s': %s" -#: ../glib/gfileutils.c:557 -#: ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Napaka ob branju datoteke '%s': %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Ni mogoče brati iz datoteke '%s': %s" -#: ../glib/gfileutils.c:705 -#: ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Ni mogoče odpreti datoteke '%s': %s" -#: ../glib/gfileutils.c:722 -#: ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, 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:756 +#: glib/gfileutils.c:756 #, 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:890 +#: glib/gfileutils.c:890 #, 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:932 -#: ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Ni mogoče ustvariti datoteke '%s' %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, 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:990 +#: glib/gfileutils.c:990 #, 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:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Predloga '%s' je neveljavna, saj ne sme vsebovati '%s'" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Predloga '%s' ne vsebuje XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -279,972 +246,999 @@ msgstr[1] "%u bajt" msgstr[2] "%u bajta" msgstr[3] "%u bajti" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Ni mogoče prebrati simbolne povezave '%s': %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Simbolne povezave niso podprte" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, 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:1507 +#: glib/giochannel.c:1507 #, c-format 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:1554 -#: ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Preostanek nepretvorjenih podatkov v bralnem medpomnilniku" -#: ../glib/giochannel.c:1634 -#: ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanal je prekinjen v delnem znaku" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format 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:116 +#: glib/gmappedfile.c:116 #, 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:193 +#: glib/gmappedfile.c:193 #, 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:234 -#: ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Napaka v vrstici %d, znak %d:" -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Napaka v vrstici %d: %s" -#: ../glib/gmarkup.c:448 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "Zaznana prazna entiteta '&;'; veljavne entitete so: & " < > '" +#: glib/gmarkup.c:448 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Zaznana prazna entiteta '&;'; veljavne entitete so: & " < > " +"'" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format -msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &" -msgstr "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 at the start of an entity name; the & character " +"begins an entity; if this ampersand isn't supposed to be an entity, escape " +"it as &" +msgstr "" +"Znak '%s' ni veljaven na začetku imena entitete; entiteto začne znak &; v " +"primeru, da znak ne predstavlja entitete, mora biti zapisan kot &" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Znak '%s' ni veljaven znotraj imena entitete" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Neznano ime entitete '%s'" -#: ../glib/gmarkup.c:540 -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:540 +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:593 +#: glib/gmarkup.c:593 #, 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:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Referenca znaka '%-.*s' ne Å¡ifrira dovoljenega znaka" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Prazna referenca znaka; vsebovati bi morala Å¡tevilko kot dž" -#: ../glib/gmarkup.c:643 -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:643 +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:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Nedokončano nanaÅ¡anje na entiteto" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Nedokončano nanaÅ¡anje na znak" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Neveljavno UTF-8 kodirano besedilo - predolgo zaporedje" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Neveljavno UTF-8 kodirano besedilo - ni začetnega znaka" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Neveljavno UTF-8 kodirano besedilo - neveljaven '%s'" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokument se mora začeti z elementom (na primer )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, 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:1184 +#: glib/gmarkup.c:1184 #, c-format -msgid "Odd character '%s', expected a '>' character to end the start tag of element '%s'" -msgstr "Nenavaden znak '%s'. Pričakovan znak je '>', da se zaključi oznako elementa '%s'" +msgid "" +"Odd character '%s', expected a '>' character to end the start tag of element " +"'%s'" +msgstr "" +"Nenavaden znak '%s'. Pričakovan znak je '>', da se zaključi oznako elementa " +"'%s'" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, 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:1315 +#: glib/gmarkup.c:1315 #, 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:1401 +#: glib/gmarkup.c:1401 #, 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:1543 +#: glib/gmarkup.c:1543 #, 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:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' je zaprt, trenutno ni odprtega elementa" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, 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:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokument je prazen ali pa vsebuje le presledke" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokument nepričakovano zaključen takoj za odprtjem predmeta '<'" -#: ../glib/gmarkup.c:1785 -#: ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, 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:1793 +#: glib/gmarkup.c:1793 #, 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:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument nepričakovano zaključen sredi imena elementa" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument nepričakovano zaključen sredi imena atributa" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokument nepričakovano zaključen sredi oznake za odprtje elementa." -#: ../glib/gmarkup.c:1816 -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:1816 +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:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument nepričakovano zaključen sredi vrednosti atributa" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, 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:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Dokument nepričakovano zaključen sredi komentarja 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:1962 +#: glib/gregex.c:154 gio/glocalfile.c:1971 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 kombinacija 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 spomina" -#: ../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:526 -#: ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Napaka med primerjanjem logičnega izraza %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "Knjižnica PCRE je pretvorjena brez UTF-8 podpore" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Knjižnica PCRE je pretvorjena brez lastnosti UTF-8 podpore" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, 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:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Napaka med prilagajanjem logičnega izraza %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "Å¡estnajstiÅ¡ko Å¡tevilo ali pa pričakovan '}'" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "pričakovano Å¡estnajstiÅ¡ko Å¡tevilo" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "manjkajoč znak '<' v simbolni povezavi" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "nedokončana simbolna povezava" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "simbolna povezava nične dolžine" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "pričakovano Å¡tevilo" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "neveljavna simbolna povezava" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "obidi končna '\\'" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "neznano ubežno zaporedje" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, 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 #, c-format 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 #, c-format 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 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Besedilo je bilo prazno (ali vsebovalo le presledke)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Ni mogoče prebrati podatkov iz procesa podrejenega predmeta" -#: ../glib/gspawn-win32.c:294 -#: ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" -msgstr "Ni mogoče ustvariti cevi za komunikacijo s procesom podrejenega predmeta (%s)" +msgstr "" +"Ni mogoče ustvariti cevi za komunikacijo s procesom podrejenega predmeta (%s)" -#: ../glib/gspawn-win32.c:332 -#: ../glib/gspawn-win32.c:340 -#: ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Ni mogoče prebrati iz cevi podrejenega procesa (%s)" -#: ../glib/gspawn-win32.c:363 -#: ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Ni mogoče spremeniti imenika v '%s' (%s)" -#: ../glib/gspawn-win32.c:369 -#: ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Ni mogoče izvesti podrejenega procesa (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Neveljavno ime programa: %s" -#: ../glib/gspawn-win32.c:450 -#: ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Neveljaven niz v vektorju argumenta pri %d: %s" -#: ../glib/gspawn-win32.c:461 -#: ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Neveljaven niz okolja: %s" -#: ../glib/gspawn-win32.c:719 -#: ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Neveljavna delovna mapa: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Napaka pri izvedbi pomožnega programa (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format -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" +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:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Ni mogoče prebrati podatkov podrejenega procesa (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, 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:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Nepričakovana napaka v waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Ni mogoča razvejitev (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Ni mogoče izvesti podrejenega procesa \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, 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:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Ni mogoče razvejiti podrejenega procesa (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Neznana napaka med izvajanjem podrejenega procesa \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, 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:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Znak izven intervala za UTF-8" -#: ../glib/gutf8.c:1124 -#: ../glib/gutf8.c:1133 -#: ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 -#: ../glib/gutf8.c:1415 -#: ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Neveljavno zaporedje na vhodu pretvorbe" -#: ../glib/gutf8.c:1426 -#: ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Znak izven intervala za UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Uporaba:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[MOŽNOST ...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Možnosti pomoči:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Pokaži možnosti pomoči" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Pokaži vse možnosti pomoči" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Možnosti programa:" -#: ../glib/goption.c:849 -#: ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Ni mogoče razčleniti celoÅ¡tevilske vrednosti '%s' za %s" -#: ../glib/goption.c:859 -#: ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "CeloÅ¡tevilska vrednost '%s' za %s izven obsega" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Ni mogoče razčleniti dvojne vrednosti '%s' za %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Vrednost dvojne velikosti '%s' za %s izven obsega" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Napaka med razčlenjevanjem %s" -#: ../glib/goption.c:1260 -#: ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Manjka argument za %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Neznana možnost %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format 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:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Ni običajna datoteka" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Datoteka je prazna" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" -msgstr "Datoteka s ključem vsebuje vrstico '%s', ki ni ključ-vrednost par, skupina ali komentar" +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 komentar" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Neveljavno ime skupine: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Datoteka s ključem se ne začne s skupino" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Neveljavno ime ključa: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Datoteka s ključem vsebuje nepodprto kodiranje '%s'" -#: ../glib/gkeyfile.c:1109 -#: ../glib/gkeyfile.c:1269 -#: ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 -#: ../glib/gkeyfile.c:2690 -#: ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 -#: ../glib/gkeyfile.c:3165 -#: ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Datoteka s ključem ni del skupine '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Datoteka s ključem nima ključa '%s'" -#: ../glib/gkeyfile.c:1383 -#: ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, 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:1403 -#: ../glib/gkeyfile.c:1516 -#: ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, 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:2106 -#: ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, 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:2502 -#: ../glib/gkeyfile.c:2705 -#: ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, 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:3471 +#: glib/gkeyfile.c:3471 #, c-format 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:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Datoteka ključa vsebuje neveljavno ubežno zaporedje '%s'" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vrednosti '%s' ni mogoče obravnavati kot Å¡tevilo." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "CeloÅ¡tevilska vrednost '%s' izven obsega" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, 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:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednosti '%s' ni mogoče obravnavati kot Boolovo vrednost." -#: ../gio/gbufferedinputstream.c:483 -#: ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 -#: ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 -#: ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "Prevelika vrednost Å¡tetja poslana na %s" -#: ../gio/gbufferedinputstream.c:870 -#: ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Pretok je že zaprt" -#: ../gio/gcancellable.c:296 -#: ../gio/glocalfile.c:1955 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operacija je bila preklicana." -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "neznana vrsta" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s vrsta datoteke" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s vrsta" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Nepričakovan prezgodnji konec pretoka" -#: ../gio/gdesktopappinfo.c:411 -#: ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Neimenovan" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Namizna datoteka ne vsebuje določenega polja Exec" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Ni mogoče najti terminala, ki ga zahteva program" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Ni mogoče ustvariti uporabnikove datoteke namizja %s" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Določilo po meri za %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "pogona ni mogoče izvreči" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "pogon ne podpira preverjanja enote" -#: ../gio/gfile.c:812 -#: ../gio/gfile.c:1002 -#: ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 -#: ../gio/gfile.c:1419 -#: ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 -#: ../gio/gfile.c:2594 -#: ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 -#: ../gio/gfile.c:2729 -#: ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 -#: ../gio/gfile.c:3538 -#: ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Operacija ni podprta" @@ -1257,103 +1251,93 @@ msgstr "Operacija ni podprta" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1254 -#: ../gio/glocalfile.c:1046 -#: ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Obstoječa enota ne obstaja" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Ni mogoče kopirati preko mape" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Ni mogoče kopirati mape preko mape" -#: ../gio/gfile.c:1963 -#: ../gio/glocalfile.c:2109 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Ciljna datoteka obstaja" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Ni mogoče kopirati drevesne strukture mape" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Neveljavna vrednost simbolne povezave" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Smeti niso podprte" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Ni mogoče uporabiti '%c' v imenu datoteke" -#: ../gio/gfile.c:4752 -#: ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "enota ne podpira priklopa" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Na voljo ni programa z a upravljanje s to datoteko" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Å tevilčnik je zaprt" -#: ../gio/gfileenumerator.c:158 -#: ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 -#: ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Å tevilčnik izvaja izredno operacijo" -#: ../gio/gfileenumerator.c:307 -#: ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Å tevilčnik datotek je že zaprt" -#: ../gio/gfileinputstream.c:154 -#: ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 -#: ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Pretok ne podpira query_info" -#: ../gio/gfileinputstream.c:336 -#: ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Iskanje po pretoku ni podprto" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Razčlenitev ni dovoljena na dovodnem pretoku" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Razčlenitev ni podprta na pretoku" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Vhodni pretok ne podpira branja" @@ -1364,326 +1348,305 @@ 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:904 -#: ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Pretok izvaja izredno operacijo" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Ni mogoče najti privzete vrste nadzora mape" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Neveljavno ime datoteke %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Napaka med branjem podrobnosti datotečnega sistema %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Ni mogoče preimenovati skrbniÅ¡ke mape" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Ni mogoče preimenovati datoteke, izbrano ime že obstaja" -#: ../gio/glocalfile.c:1121 -#: ../gio/glocalfile.c:1984 -#: ../gio/glocalfile.c:2013 -#: ../gio/glocalfile.c:2162 -#: ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 -#: ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Neveljavno ime datoteke" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Napaka med preimenovanjem datoteke: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Napaka med odpiranjem datoteke: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Ni mogoče odpreti mape" -#: ../gio/glocalfile.c:1314 -#: ../gio/glocalfile.c:1988 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Napaka med odstranjevanjem datoteke: %s" -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Napaka ob premikanjem datoteke v smeti: %s" -#: ../gio/glocalfile.c:1700 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ni mogoče ustvariti mape smeti %s: %s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Ni mogoče najti vrhnje ravni smeti" -#: ../gio/glocalfile.c:1800 -#: ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Ni mogoče najti ali ustvariti mape smeti" -#: ../gio/glocalfile.c:1854 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Ni mogoče ustvariti datoteke podrobnosti: %s" -#: ../gio/glocalfile.c:1879 -#: ../gio/glocalfile.c:1954 -#: ../gio/glocalfile.c:1961 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Ni mogoče premakniti datoteke v smeti: %s" -#: ../gio/glocalfile.c:2017 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Napaka ob odpiranju imenika '%s': %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Napaka med ustvarjanjem simbolne povezave: %s" -#: ../gio/glocalfile.c:2077 -#: ../gio/glocalfile.c:2166 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Napaka med premikanjem datoteke: %s" -#: ../gio/glocalfile.c:2100 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Ni mogoče premakniti mape čez mapo" -#: ../gio/glocalfile.c:2122 -#: ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 -#: ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 -#: ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Ni mogoče ustvariti varnostne kopije" -#: ../gio/glocalfile.c:2141 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Napaka med odstranjevanjem ciljne datoteke: %s" -#: ../gio/glocalfile.c:2155 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Premikanje med priklopi ni podprto" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Vrednost atributa ne sme biti določena kot NULL" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Neveljavna vrsta atributa (pričakovan niz)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Neveljavno razÅ¡irjeno ime atributa" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Napaka med določanjem razÅ¡irjenega atributa '%s': %s" -#: ../gio/glocalfileinfo.c:1457 -#: ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Napaka med potrjevanjem datoteke '%s': %s" -#: ../gio/glocalfileinfo.c:1528 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (neveljavni kodni nabor)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Napaka med potrjevanjem opisovalca datoteke: %s" -#: ../gio/glocalfileinfo.c:1739 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Neveljavna vrsta atributa (pričakovan uint32)" -#: ../gio/glocalfileinfo.c:1757 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Neveljavna vrsta atributa (pričakovan uint64)" -#: ../gio/glocalfileinfo.c:1776 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Neveljavna vrsta atributa (pričakovan bitni niz)" -#: ../gio/glocalfileinfo.c:1802 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Napaka med določanjem dovoljenj: %s" -#: ../gio/glocalfileinfo.c:1853 -#: ../gio/glocalfileinfo.c:2021 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Napaka med določanjem lastnika: %s" -#: ../gio/glocalfileinfo.c:1876 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "Simbolna povezava ne sme biti določena kot NULL" -#: ../gio/glocalfileinfo.c:1886 -#: ../gio/glocalfileinfo.c:1905 -#: ../gio/glocalfileinfo.c:1916 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Napaka med določanjem simbolne povezave: %s" -#: ../gio/glocalfileinfo.c:1895 +#: gio/glocalfileinfo.c:1894 #, c-format 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:2076 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Določanje atributa %s ni podprto" -#: ../gio/glocalfileinputstream.c:160 -#: ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Napaka med branjem iz datoteke: %s" -#: ../gio/glocalfileinputstream.c:191 -#: ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 -#: ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Napaka med iskanjem v datoteki: %s" -#: ../gio/glocalfileinputstream.c:233 -#: ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Napaka med zapiranjem datoteke: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Ni mogoče najti privzete lokalne datoteke nadzora" -#: ../gio/glocalfileoutputstream.c:172 -#: ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Napaka med pisanjem v datoteko: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Napaka med odstranjevanjem stare varnostne povezave: %s" -#: ../gio/glocalfileoutputstream.c:227 -#: ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Napaka med ustvarjanjem varnostne kopije: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Napaka med preimenovanjem začasne datoteke: %s" -#: ../gio/glocalfileoutputstream.c:418 -#: ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Napaka med obrezovanjem datoteke: %s" -#: ../gio/glocalfileoutputstream.c:478 -#: ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 -#: ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Napaka med odpiranjem datoteke '%s': %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Ciljna datoteka je mapa" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Ciljna datoteka ni običajna datoteka" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "Datoteka je bila zunanje spremenjena" -#: ../gio/gmemoryinputstream.c:487 -#: ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Privzet neveljaven GSeekType" -#: ../gio/gmemoryinputstream.c:497 -#: ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Neveljavna zahteva iskanja" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Ni mogoče razčleniti GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Dosežena največja dovoljena vrednost podatkov" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Odvoda pretoka spomina ni mogoče razÅ¡iriti" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Napaka med razÅ¡irjanjem pretoka odvoda spomina" @@ -1691,125 +1654,120 @@ msgstr "Napaka med razÅ¡irjanjem pretoka odvoda spomina" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "enota ne podpira odklopa" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "enote ni mogoče izvreči" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "enota ne podpira ponovnega priklopa" -#: ../gio/goutputstream.c:202 -#: ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Odvodni pretok ne podpira pisanja" -#: ../gio/goutputstream.c:363 -#: ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Izvorni pretok je že zaprt" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "ime" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Ime ikone" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "imena" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Vrsta, ki vsebuje imena ikon" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "uporabi privzete povrnitve" -#: ../gio/gthemedicon.c:245 -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." +#: gio/gthemedicon.c:245 +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." -#: ../gio/gunixinputstream.c:202 -#: ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 -#: ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Napaka med branjem unix-a: %s" -#: ../gio/gunixinputstream.c:255 -#: ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 -#: ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Napaka med zapiranjem unix-a: %s" -#: ../gio/gunixmounts.c:1789 -#: ../gio/gunixmounts.c:1826 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Koren datotečnega sistema" -#: ../gio/gunixoutputstream.c:190 -#: ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Napaka med pisanjem na unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "medija ni mogoče izvreči" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Ni mogoče najti programa" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Napaka med zaganjanjem programa: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "naslovi URI niso podprti" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "Spreminjanje asociativnih povezav ni podprto na win32 sistemih" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Ustvarjanje asociativnih povezav ni podprto na win32 sistemih" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "ne skrij vnosov" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "uporabi zapis v obliki dolgega seznama" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[DATOTEKA ...]" - diff --git a/po/sq.po b/po/sq.po index 1f2a4f4..96f6bdb 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-14 04:06+0000\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-18 16:47+0100\n" "Last-Translator: Laurent Dhima \n" "Language-Team: albanian \n" @@ -15,229 +15,231 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Atribut i papritur '%s' për elementin '%s'" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Atributi '%s' i elementit '%s' nuk u gjet" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Tag '%s' i papritur, pritej tag '%s'" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Tag '%s' i papritur në brendësi të '%s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" -msgstr "Nuk u gjet asnjë file i vlefshëm libërshënimesh tek directory e të dhënave" +msgstr "" +"Nuk u gjet asnjë file i vlefshëm libërshënimesh tek directory e të dhënave" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Një libërshënim për URI '%s' ekziston rregullisht" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Nuk u gjet asnjë libërshënim për URI '%s'" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Asnjë përcaktim i llojit të MIME në libërshënimin për URI '%s'" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Nuk është përcaktuar asnjë flag privat në libërshënimin për URI '%s'" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Nuk është përcaktuar asnjë grup për URI '%s'" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Asnjë aplikativ me emrin '%s' ka regjistruar një libërshënues për '%s'" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Gabim gjatë konvertimit: %s" # (pofilter) doublewords: The word 'të' is repeated -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format 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:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "I pamundur konvertimi i '%s' në familjen e simboleve '%s'" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' është e pasaktë" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Emri i host të URI '%s' është i pasaktë" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' përmban simbole escape të pavlefshëm" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, 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:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Emër host i pasaktë" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Gabim gjatë hapjes së directory '%s': %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "I pamundur leximi nga file '%s': %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "E pamundur hapja e file '%s': %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "E pamundur marrja e pronësive të file '%s': fstat() dështoi: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, 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:890 +#: glib/gfileutils.c:890 #, 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" +msgstr "" +"Ndryshimi i emrit të file nga '%s' në '%s' dështoi: g_rename() dështoi: %s" -#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Dështoi krijimi i file '%s': %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, 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:990 +#: glib/gfileutils.c:990 #, 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:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, 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:1365 +#: glib/gfileutils.c:1365 #, 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:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -245,67 +247,67 @@ msgstr[0] "%u byte" msgstr[1] "%u byte" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "I pamundur leximi i lidhjes simbolike '%s': %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Lidhjet simbolike nuk suportohen" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Nuk arrij të hap konvertuesin nga '%s' në '%s': %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "I pamundur leximi i të dhënave të papërpunuara tek " "g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Kanë tepruar të dhëna të pakonvertuara tek buffer i leximit" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanali përfundon me një simbol të pjesëshëm" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" -msgstr "I pamundur leximi i të dhënave të papërpunuara tek g_io_channel_read_to_end" +msgstr "" +"I pamundur leximi i të dhënave të papërpunuara tek g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "E pamundur hapja e file '%s': open() dështoi: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "I pamundur mapimi i file '%s': mmap() dështoi: %s" @@ -314,25 +316,25 @@ msgstr "I pamundur mapimi i file '%s': mmap() dështoi: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) endwhitespace: checks whether whitespace at the end of the strings matches # (pofilter) printf: checks whether printf format strings match -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 -#, c-format +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Gabim tek rreshti %d simboli %d: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Gabim tek rreshti %d: %s" # (pofilter) puncspacing: checks for bad spacing after punctuation -#: ../glib/gmarkup.c:448 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" +#: glib/gmarkup.c:448 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "U gjet një entitet bosh '&;'; entitetet e vlefshme janë: & " < " "> '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -343,18 +345,18 @@ msgstr "" "një entitet; nëse ky simbol nuk do të jetë fillimi i një entiteti, përdore " "si &" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Simboli '%s' nuk është i vlefshëm brenda emrit të një entiteti" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Emri entitetit '%s' nuk njihet" # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -364,7 +366,7 @@ msgstr "" # (pofilter) puncspacing: checks for bad spacing after punctuation # (pofilter) sentencecount: The number of sentences differ: 1 versus 2 -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -373,18 +375,18 @@ msgstr "" "I pamundur analizimi i '%-.*s', duhet të ishte një numër brenda riferimeve " "të një simboli (p.sh. ê) - ndoshta numri është tepër i madh" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Riferimi '%-.*s' i simbolit nuk kodifikon një simbol të lejuar" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Simbol bosh, duhet të përmbajë një vlerë numerike, si dž" # (pofilter) endwhitespace: checks whether whitespace at the end of the strings matches # (pofilter) doublespacing: checks for bad double-spaces by comparing to original -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -393,33 +395,33 @@ msgstr "" "Simboli nuk mbaron me pikëpresje; ndoshta keni përdorur një simbol ampersand " "& pa pasur ndërmend fillimin e një entiteti të ri - përdorni & " -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Riferim entiteti i papërfunduar" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Referim i papërfunduar i simbolit" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - sekuencë tepër e gjatë" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - nuk është një simbol nisje" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - '%s' e pavlefshme" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokumenti duhet të fillojë me një element (p.sh. )" # (pofilter) puncspacing: checks for bad spacing after punctuation -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -428,7 +430,7 @@ msgstr "" "'%s' nuk është një simbol i vlefshëm mbas simbolit '<', nuk mund të fillojë " "me emrin e një elementi" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -437,14 +439,15 @@ msgstr "" "U gjet simboli '%s', në pritje të një simboli '>' për të përfunduar tag-un e " "fillimit të elementit '%s'" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "U gjet simboli '%s', përkundrazi pritej një '=' mbas emrit të atributit '%s' " "të elementit '%s'" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -456,7 +459,7 @@ msgstr "" "shumë mundësi të keni përdorur një simbol të pavlefshëm tek emri i një " "atributi" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -465,7 +468,7 @@ msgstr "" "U gjet simboli '%s', pritet simboli i kuotës së hapur mbas shenjës së " "barazimit për t'i caktuar një vlerë atributit '%s' të elementit '%s'" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elementi '%s' është mbyllur, asnjë element aktualisht është i hapur" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" -msgstr "Elementi '%s' është mbyllur, por elementi aktualisht i hapur është '%s'" +msgstr "" +"Elementi '%s' është mbyllur, por elementi aktualisht i hapur është '%s'" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokumenti ishte bosh apo përmbante vetëm hapësira të bardha" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" -msgstr "Dokumenti u mbyll papritur, menjëherë pas hapjes së kllapës këndore '<'" +msgstr "" +"Dokumenti u mbyll papritur, menjëherë pas hapjes së kllapës këndore '<'" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -510,27 +515,27 @@ msgstr "" "Dokumenti u mbyll papritur me elementë akoma të hapur - '%s' ishte elementi " "i fundit i hapur" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "Dokumenti u mbyll papritur, pritet simboli i mbylljes për tag-un <%s/>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumenti përfundoi papritur në brendësi të emrit të një elementi" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumenti u mbyll papritur në brendësi të emrit të një atributi" # (pofilter) endpunc: checks whether punctuation at the end of the strings match -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumenti u mbyll papritur brënda një etikete hapje elementi" -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -538,116 +543,118 @@ msgstr "" "Dokumenti u mbyll papritur mbas shenjës së barazimit që vjen mbas emrit të " "një atributi; atributi nuk ka vlerë" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumenti u mbyll papritur në brendësi të vlerës së një atributi" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Dokumenti u mbyll papritur në brendësi të tag-ut mbyllës të elementit '%s'" +msgstr "" +"Dokumenti u mbyll papritur në brendësi të tag-ut mbyllës të elementit '%s'" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumenti u mbyll papritur në brendësi të një komenti apo instruksioni " "proçesi" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "objekt i korruptuar" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "gabim i brendshëm ose objekt i korruptuar" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "mbi memorjen" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "u arrit kufiri i backtracking" # (pofilter) startcaps: checks that the message starts with the correct capitalisation -#: ../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 "modeli përmban elementë të pasuportuar për korrispondimin e pjesëshëm" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1962 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "gabim i brendshëm" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" -msgstr "për korrispondimin e pjesëshëm nuk suportohen referimet mbrapsht si kushte" +msgstr "" +"për korrispondimin e pjesëshëm nuk suportohen referimet mbrapsht si kushte" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "u arrit kufiri i ndjekjes" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "u arrit kufiri i hapësirës së punës pën nënstringa boshe" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "kombinim i pavlefshëm i flag të fund'rreshtit" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "gabim i panjohur" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ në fund të modelit" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c në fund të modelit" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "simbol i papërshtatshëm mbas \\" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "ndryshimet gërma të vogla/mëdha nuk (\\l, \\L, \\u, \\U) lejohen këtu" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "numra jashtë rendit në sasiuesin {}" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "numër tepër i madh në sasiuesin {}" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) startcaps: checks that the message starts with the correct capitalisation # (pofilter) brackets: translation is missing ']' -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "] përfunduese munguese për klasën e simboleve" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) startcaps: checks that the message starts with the correct capitalisation -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "sekuencë escape e pavlefshme në klasën e simboleve" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "interval i parregullt në klasën e simboleve" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "asgjë për tu përsëritur" @@ -655,36 +662,36 @@ msgstr "asgjë për tu përsëritur" # (pofilter) endpunc: checks whether punctuation at the end of the strings match # (pofilter) startcaps: checks that the message starts with the correct capitalisation # (pofilter) brackets: translation is missing '(' -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "simbol i panjohur mbas (?" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) startcaps: checks that the message starts with the correct capitalisation # (pofilter) brackets: translation is missing '(' -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "simbol i panjohur mbas (?<" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) startcaps: checks that the message starts with the correct capitalisation # (pofilter) brackets: translation is missing '(' -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "simbol i panjohur mbas (?P" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "klasat e përmendura POSIX suportohen vetëm në brendësi të një klase" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr ") përfunduese mungon" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") pa ( hapje" @@ -692,230 +699,233 @@ msgstr ") pa ( hapje" #. 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 ose (?[+-]shifra duhet të ndiqet nga )" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "riferim ndaj një nën-modeli joekzistues" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr ") mungon mbas komentit" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "shprehje e rregullt tepër e gjatë" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "rekuperimi i memorjes dështoi" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "kushti lookbehind nuk ka gjatësi të fiksuar" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "numër apo emër i keqformuar mbas (?(" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "grupi kushtëzor përmban më shumë se dy degëzime" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "pritej kushti mbas (?(" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "emër i panjohur klase POSIX" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) acronyms: acronyms should not be translated: POSIX -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "elementët vendosës POSIX nuk suportohen" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "vlera e simbolit në sekuencën \\x{...} është tepër e madhe" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "kusht (?(0) i pavlefshëm" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C e palejuar në kushtin lookbehind" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "thirrja rekursive mund të hyjë në loop pafund" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "mungon përfunduesi në emrin e nën-modelit" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "dy nën-modelet e emërtuar kanë të njëjtin emër" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "sekuencë \\P ose \\p e keqformuar" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "emër i panjohur pronësie mbas \\P ose \\p" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "emri i nën-modelit është tepër i gjatë (maksimum 32 simbole)" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "emërtuar tepër nën-modele (maksimum 10,000)" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "vlera tetore është më e madhe se \\377" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "grupi DEFINE përmban më shumë se një degëzim" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "përsëritja e një grupi DEFINE nuk është e lejuar" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "opsione NEWLINE jokoerente" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" -"\\g nuk ndiqet nga një emër në kllapa ose një numër të ndryshëm nga zero " -"me dëshirë në kllapa" +"\\g nuk ndiqet nga një emër në kllapa ose një numër të ndryshëm nga zero me " +"dëshirë në kllapa" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "përsëritje e papritur" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "sasi e tepërt kodi" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "tejkalim kufir gjatë kompilimit të zonës së punës" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "nën-model referues i kontrolluar më parë nuk u gjet" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" -msgstr "Gabim gjatë kërkimit të korrispondimeve për shprehjen e rregullt %s: %s" +msgstr "" +"Gabim gjatë kërkimit të korrispondimeve për shprehjen e rregullt %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "Libraria PCRE është kompiluar pa suportin për UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Libraria PCRE është kompiluar pa suportin për pronësitë UTF8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Gabim gjatë kompilimit të shprehjes së rregullt %s tek simboli %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Gabim gjatë optimizimit të shprehjes së rregullt %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "pritej një shifër exadecimale ose '}'" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "pritej një shifër exadecimale" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "mungon '<' në referimin simbolik" # (pofilter) startcaps: checks that the message starts with the correct capitalisation -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "Riferim simbolik i papërfunduar" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "referim simbolik me gjatësi zero" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "pritej një shifër" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "referim simbolik i palejuar" # (pofilter) startpunc: checks whether punctuation at the beginning of the strings match -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "'\\' në fund e izoluar" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "sekuencë e panjohur escape" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" -msgstr "Gabim gjatë analizimit të tekstit zëvendësues \"%s\" tek simboli %lu: %s" +msgstr "" +"Gabim gjatë analizimit të tekstit zëvendësues \"%s\" tek simboli %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Teksti i kuotuar nuk fillon me shenjën e kuotimit" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" @@ -923,77 +933,75 @@ msgstr "" "kuotuar nga shell" # (pofilter) puncspacing: checks for bad spacing after punctuation -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Teksti përfundoi menjëherë pas një simboli '\\'. (Teksti ishte '%s')" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Teksti përfundoi përpara se të gjente tekstin e kërkuar për %c. (Teksti " "ishte '%s')" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Teksti është bosh (ose përmban vetëm hapsira të bardha)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "I pamundur leximi i të dhënave nga proçesi bir" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "I pamundur krijimi i pipe për të komunikuar me proçesin bir (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "I pamundur leximi nga pipe bijë (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "I pamundur ndryshimi i directory në '%s' (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "I pamundur ekzekutimi i proçesit bir (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Emër i pasaktë programi: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Vlerë e pasaktë në vektorin e argumentit tek %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Vlerë e pavlefshme në ambient: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Directory e pavlefshme pune: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "I pamundur ekzekutimi i programit ndihmues (%s)" # (pofilter) doublewords: The word 'të' is repeated -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1002,193 +1010,197 @@ msgstr "" "Gabim i papritur në g_io_channel_win32_poll() gjatë leximit të të dhënave " "nga një proçes bir" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "I pamundur leximi i të dhënave nga proçesi bir (%s)" # (pofilter) doublewords: The word 'të' is repeated -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Gabim i papritur në select() gjatë leximit të të dhënave nga një proçes bir " "(%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Gabim i papritur në waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "E pamundur kryerja e fork (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "I pamundur zbatimi i proçesit bir \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" -msgstr "I pamundur ridrejtimi i të dhënave në hyrje apo dalje të proçesit bir (%s)" +msgstr "" +"I pamundur ridrejtimi i të dhënave në hyrje apo dalje të proçesit bir (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "E pamundur kryerja e fork për proçesin bir (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Gabim i panjohur gjatë ekzekutimit të proçesit bir \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" -msgstr "I pamundur leximi i një sasie të dhënash të mjaftueshme nga pid pipe bir (%s)" +msgstr "" +"I pamundur leximi i një sasie të dhënash të mjaftueshme nga pid pipe bir (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Simboli nuk ekziston në UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Sekuencë e pavlefshme në hyrje për konvertimin" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Simboli nuk ekziston në UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Përdorimi:" # (pofilter) acronyms: acronyms should not be translated: OPTION -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPSIONI...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Opcionet e ndihmës:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Shfaq opcionet e ndihmës" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Shfaq të gjithë opcionet e ndihmës" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Opcionet e programit:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "I pamundur analizimi i vlerës së plotë '%s' për %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Vlera integruese '%s' për %s është jashtë kufirit" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "I pamundur analizimi i vlerës së dyfishtë '%s' për %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Vlera e dyfishtë '%s' për %s është jashtë kufirit" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Gabim gjatë analizimit të opsionit %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Mungojnë argumentë për %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Opcion i panjohur %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Nuk u gjet asnjë file i vlefshëm kyçi tek directory e kërkimit" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Nuk është një file i rregullt" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "File është bosh" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" -msgstr "Kyçi përmban rreshtin '%s' që nuk është një vlerë çift, grup apo koment kyçi" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" +msgstr "" +"Kyçi përmban rreshtin '%s' që nuk është një vlerë çift, grup apo koment kyçi" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Emër i pasaktë grupi: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "File i kyçit nuk fillon me një grup" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Emër i pasaktë kyçi: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "File i kyçit përmban kodifikimin e pasuportuar '%s'" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "File i kyçit nuk ka grupin '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "File i kyçit nuk përmban kyçin '%s'" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "File i kyçit përmban kyçin '%s' me vlerë '%s' që nuk është në UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "File i kyçit përmban kyçin '%s' që ka një vlerë të painterpretueshme." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1197,151 +1209,145 @@ msgstr "" "File i kyçit përmban kyçin '%s' në grupin '%s' që ka një vlerë të " "painterpretueshme." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "File i kyçit nuk ka kyçin '%s' në grupin '%s'" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "File i kyçit përmban simbolin escape në fund të rreshtit" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "File i kyçit përmban sekuencën e pavlefshme escape '%s'" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vlera '%s' nuk mund të interpretohet si një numër." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Vlera integruese '%s' është jashtë kufirit" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Vlera '%s' nuk mund të interpretohet si një numër float." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vlera '%s' nuk mund të interpretohet si një boolean." # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, 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:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format 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:296 ../gio/glocalfile.c:1955 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operacioni është anulluar" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) startcaps: checks that the message starts with the correct capitalisation -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Lloj i panjohur" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "Lloj file %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "Lloj %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format 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:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Paemër" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format 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:882 +#: gio/gdesktopappinfo.c:882 #, c-format 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:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -"E pamundur gjetja e kartelës së përdoruesit për konfigurimin e aplikativëve " -" (%s): %s" +"E pamundur gjetja e kartelës së përdoruesit për konfigurimin e aplikativëve " +"(%s): %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, 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" +"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:1457 +#: gio/gdesktopappinfo.c:1457 #, 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:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Përcaktimi i personalizuar për %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "njësia nuk suporton nxjerrjen jashtë" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "njësia nuk suporton shqyrtimin e suporteve" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 -#, c-format +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Veprimi nuk suportohet" @@ -1355,56 +1361,56 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format 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:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format 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:1955 +#: gio/gfile.c:1993 #, c-format 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:1963 ../gio/glocalfile.c:2109 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "File objektiv ekziston" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format 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:2679 +#: gio/gfile.c:2736 #, c-format 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:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Koshi nuk suportohet" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, 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:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "Volumi nuk suporton montimin" @@ -1412,56 +1418,56 @@ 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:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Nuk rezulton i regjistruar asnjë aplikativ për të manazhuar këtë file" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Enumuruesi është mbyllur" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Enumuruesi i file prezanton një operacion të papërfunduar" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Enumuruesi i file është rregullisht i mbyllur" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Stream nuk suporton query_info" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Pikëvendosja nuk suportohet në stream" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Ndërprerja nuk suportohet tek stream në hyrje" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Ndërprerja nuk suportohet tek stream" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Stream i input nuk suporton leximin" @@ -1473,19 +1479,20 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Stream prezanton një operacion në pritje" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" -msgstr "E pamundur gjetja e llojit të monitorit të paracaktuar për directory lokale" +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:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Emër file i pasaktë %s" @@ -1494,28 +1501,27 @@ 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:962 +#: gio/glocalfile.c:962 #, 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:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "I pamundur riemërtimi i directory root" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format 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:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013 -#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 -#, c-format +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Emër i pavlefshëm file" @@ -1524,8 +1530,7 @@ 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:1125 -#, c-format +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Gabim gjatë ndryshimit të emrit të file: %s" @@ -1534,14 +1539,13 @@ msgstr "Gabim gjatë ndryshimit të emrit 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/glocalfile.c:1244 -#, c-format +#: gio/glocalfile.c:1252 #, 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:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "E pamundur hapja e directory" @@ -1550,8 +1554,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:1314 ../gio/glocalfile.c:1988 -#, c-format +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Gabim gjatë fshirjes së file: %s" @@ -1560,28 +1563,26 @@ 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:1677 -#, c-format +#: gio/glocalfile.c:1686 #, 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:1700 -#, c-format +#: gio/glocalfile.c:1709 #, 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:1721 +#: gio/glocalfile.c:1730 #, c-format 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:1800 ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "I pamundur krijimi apo gjetja e directory të koshit" @@ -1590,7 +1591,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:1854 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "I pamundur krijimi i një file me informacionet e hedhjes në kosh: %s" @@ -1599,15 +1600,18 @@ 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:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961 -#, c-format +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "E pamundur hedhja në kosh e file: %s" +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Gabim gjatë hapjes së directory '%s': %s" + # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: ../gio/glocalfile.c:2017 -#, c-format +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Gabim gjatë krijimit të lidhjes simbolike: %s" @@ -1616,22 +1620,21 @@ 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:2077 ../gio/glocalfile.c:2166 -#, c-format +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, 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:2100 +#: gio/glocalfile.c:2109 #, c-format 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:2122 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Krijimi i file backup dështoi" @@ -1640,49 +1643,49 @@ 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:2141 +#: gio/glocalfile.c:2155 #, 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:2155 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Lëvizja midis objekteve mount nuk suportohet" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Vlera e atributit duhet të jetë jo-NULL" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Lloj i pasaktë atributi (pritej string)" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Emër i pavlefshëm atributi të zgjeruar" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Gabim gjatë caktimit të atributit të zgjeruar '%s': %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, 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:1458 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (kodifikim i pavlefshëm)" @@ -1690,45 +1693,43 @@ 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:1618 +#: gio/glocalfileinfo.c:1693 #, 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:1663 +#: gio/glocalfileinfo.c:1738 #, c-format 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:1680 +#: gio/glocalfileinfo.c:1756 #, c-format 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:1698 +#: gio/glocalfileinfo.c:1775 #, c-format 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:1724 -#, c-format +#: gio/glocalfileinfo.c:1801 #, 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:1775 ../gio/glocalfileinfo.c:1943 -#, c-format +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, 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:1798 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symlink duhet të jetë jo-NULL" @@ -1736,15 +1737,14 @@ 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:1808 ../gio/glocalfileinfo.c:1827 -#: ../gio/glocalfileinfo.c:1838 -#, c-format +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, 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:1817 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "Gabim gjatë caktimit të symlink: file nuk është një lidhje simbolike" @@ -1752,8 +1752,7 @@ msgstr "Gabim gjatë caktimit të symlink: file nuk është një lidhje simbolik # (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:1998 -#, c-format +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Caktimi i atributit %s nuk suportohet" @@ -1762,8 +1761,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:160 ../gio/glocalfileoutputstream.c:570 -#, c-format +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Gabim gjatë leximit nga file: %s" @@ -1772,9 +1770,9 @@ 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:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Gabim gjatë pikëvendosjes në brendësi të file: %s" @@ -1783,14 +1781,13 @@ 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:233 ../gio/glocalfileoutputstream.c:279 -#, c-format +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, 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:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "E pamundur gjetja e llojit të monitorit të paracaktuar për file lokalë" @@ -1799,14 +1796,13 @@ msgstr "E pamundur gjetja e llojit të monitorit të paracaktuar për file lokal # (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/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 -#, c-format +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Gabim gjatë shkrimit tek file: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Gabim gjatë heqjes së lidhjes së vjetër të backup: %s" @@ -1815,8 +1811,7 @@ msgstr "Gabim gjatë heqjes së lidhjes së vjetër të backup: %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/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 -#, c-format +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Gabim gjatë krijimit të kopjes së backup: %s" @@ -1825,8 +1820,7 @@ msgstr "Gabim gjatë krijimit të kopjes së backup: %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/glocalfileoutputstream.c:258 -#, c-format +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Gabim gjatë riemërtimit të përkohshëm të file: %s" @@ -1835,41 +1829,38 @@ msgstr "Gabim gjatë riemërtimit të përkohshëm 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/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 -#, c-format +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Gabim gjatë ndarjes së file: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 -#, c-format +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Gabim gjatë hapjes së file '%s': %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "File objektiv është një directory" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: ../gio/glocalfileoutputstream.c:684 -#, c-format +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "File objektiv nuk është një file i rregullt" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "File është ndryshuar nga jashtë" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Dhënë GSeekType i pavlefshëm" @@ -1877,31 +1868,31 @@ msgstr "Dhënë GSeekType i pavlefshëm" # (pofilter) variables: translation contains variables not in original: %s # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) printf: checks whether printf format strings match -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Kërkesë pikëvendosje e pavlefshme" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "E pamundur ndërprerja e GMemoryInputStream" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "U arrit kufiri maksimum i array të së dhënave" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Stream output memorje të papërmasueshme" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Ripërmasimi i stream të output të memories dështoi" @@ -1910,7 +1901,7 @@ 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:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "objekti mount nuk suporton zmontimin" @@ -1918,7 +1909,7 @@ msgstr "objekti mount nuk suporton zmontimin" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "objekti mount nuk suporton nxjerrjen jashtë" @@ -1926,24 +1917,24 @@ msgstr "objekti mount nuk suporton nxjerrjen jashtë" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "objekti mount nuk suporton rimontimin" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format 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:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Stream burues është i mbyllur" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "emri" @@ -1952,27 +1943,27 @@ msgstr "emri" # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) printf: checks whether printf format strings match -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Emri i ikonës" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "emrat" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Një array me emrat e ikonave" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "përdor alternativat e paracaktuara" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1985,9 +1976,8 @@ msgstr "" # (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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 -#, c-format +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Gabim gjatë leximit nga unix: %s" @@ -1995,75 +1985,70 @@ msgstr "Gabim gjatë leximit nga unix: %s" # (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/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 -#, c-format +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Gabim duke mbyllur unix: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "File rrënjë i sistemit" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 -#, c-format +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Gabim gjatë shkrimit në unix: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "volumi nuk suporton nxjerrjen jashtë" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "E pamundur gjetja e aplikativit" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: ../gio/gwin32appinfo.c:312 -#, c-format +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Gabim gjatë nisjes së aplikativit: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: ../gio/gwin32appinfo.c:349 -#, c-format +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI nuk suportohen" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "ndryshimi i shoqërimeve nuk suportohet në win32" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Krijimi i shoqërimeve nuk suportohet në win32" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "mos fshih zërat" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "përdor një format liste të gjatë" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) acronyms: acronyms should not be translated: FILE -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FILE...]" - diff --git a/po/sr.po b/po/sr.po index 487b8f0..69835c0 100644 --- a/po/sr.po +++ b/po/sr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2007-09-06 21:11+0100\n" "Last-Translator: Горан Ракић \n" "Language-Team: Serbian (sr) \n" @@ -20,76 +20,76 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Неочекивано својство „%s“ елемента „%s“" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Својство „%s“ елемента „%s“ није пронађено" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Неочекивана ознака „%s“, очекивано је „%s“" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Неочекивана ознака „%s“ унутар „%s“" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Не могу да нађем исправну датотеку са обележивачима међу фасциклама са " "подацима" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Обележивач ка „%s“ већ постоји" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Није пронађен обележивач ка „%s“" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "У обележивачу ка „%s“ није одређен МИМЕ тип" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "У обележивачу ка „%s“ није одређена приватна заставица" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "У обележивачу ка „%s“ нису одређене групе" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Програм „%s“ није регистровао обележивач ка „%s“" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Не могу да проширим комадну линију „%s“ са везом ка „%s“" @@ -164,7 +164,7 @@ msgstr "Путања „%s“ није апсолутна путања" msgid "Invalid hostname" msgstr "Неисправно име домаћина" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Грешка при отварању директоријума „%s“: %s" @@ -307,24 +307,24 @@ msgstr "Не могу да отворим датотеку „%s“: неусп msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Не могу да мапирам датотеку „%s“: неуспешан mmap(): %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Грешка у %d. реду, %d. знак: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Грешка у %d. реду: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Уочен празан ентитет „&;“; прихватљиви ентитети су & " < > " "'" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -334,17 +334,17 @@ msgstr "" "Име ентитета не може почети знаком „%s“ ; знак & започиње ентитет; ако овај " "знак не означава ентитет, истакните га помоћу &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Знак „%s“ није дозвољен у имену ентитета" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Ентитет „%s“ није познат" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -352,7 +352,7 @@ msgstr "" "Ентитет се не завршава тачка-запетом; највероватније сте користили амперсанд " "без намере да започнете ентитет — назначите амперсанд са &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -361,16 +361,16 @@ msgstr "" "Нисам успео да рашчланим „%-.*s“, што је требало да представља цифру унутар " "знаковне референце (на пример ê) — можда је цифра превелика" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Знаковна референца „%-.*s“ не представља дозвољени знак" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Празна знаковна референца; мора да садржи цифру као на пример ˫" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -380,32 +380,32 @@ msgstr "" "користили амперсанд без намере да започнете ентитет — назначите амперсанд са " "&" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Недовршена референца ентитета" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Недовршена знаковна референца" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Неисправан текст у УТФ-8 запису – предугачка секвенца" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Неисправан текст у УТФ-8 запису — карактер није почетни" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Неисправан текст у УТФ-8 запису — „%s“ није исправно" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Документ мора почети елементом (нпр. <књига>)" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -414,7 +414,7 @@ msgstr "" "„%s“ не представља исправан знак након знака „<“; име елемента не може њиме " "почети" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -423,14 +423,14 @@ msgstr "" "Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке " "елемента „%s“" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Чудан знак „%s“, очекивао сам „=“ после имена атрибута „%s“ елемента „%s“" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -441,7 +441,7 @@ msgstr "" "елемента „%s“, или можда атрибут; можда сте користили неисправан знак у " "имену атрибута" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -450,7 +450,7 @@ msgstr "" "Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при " "додели вредности атрибута „%s“ елемента „%s“" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '“" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Документ је празан или садржи само белине" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Документ завршен неочекивано непосредно након отворене косоугле заграде „<“" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -495,7 +495,7 @@ msgstr "" "Документ завршен неочекивано са отвореним елементима — „%s“ је последње " "отворен елемент" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -504,19 +504,19 @@ msgstr "" "Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу " "заграду која затвара ознаку <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Документ завршен неочекивано усред имена елемента" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Документ завршен неочекивано усред имена атрибута" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Документ завршен неочекивано усред почетне ознаке елемента." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -524,16 +524,16 @@ msgstr "" "Документ завршен неочекивано након знака једнакости после имена атрибута; " "вредност атрибута није наведена" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Документ завршен неочекивано усред вредности атрибута" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Документ завршен неочекивано усред примедбе или упута за обраду" @@ -557,7 +557,7 @@ msgstr "достигнут је лимит претраживања уназад msgid "the pattern contains items not supported for partial matching" msgstr "образац садржи ставке које нису подржане за делимично поклапање" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "интерна грешка" @@ -1169,7 +1169,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "непозната грешка" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1223,7 +1223,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1236,10 +1236,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Симболичке везе нису подржане" @@ -1252,52 +1252,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Симболичке везе нису подржане" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "Програм „%s“ није регистровао обележивач ка „%s“" @@ -1308,12 +1308,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1369,181 +1369,186 @@ msgstr "Неисправно име кључа: %s" msgid "Error getting filesystem info: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Грешка при отварању директоријума „%s“: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при рашчлањивању могућности %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Документ завршен неочекивано усред имена атрибута" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Грешка у %d. реду: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Симболичке везе нису подржане" @@ -1616,12 +1621,12 @@ msgstr "Није обична датотека" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Неисправно име кључа: %s" @@ -1631,17 +1636,17 @@ msgstr "Неисправно име кључа: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1716,7 +1721,7 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid "Error closing unix: %s" msgstr "Грешка у %d. реду: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/sr@Latn.po b/po/sr@Latn.po index 8b36393..5f7cc1a 100644 --- a/po/sr@Latn.po +++ b/po/sr@Latn.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2007-09-06 21:11+0100\n" "Last-Translator: Goran Rakić \n" "Language-Team: Serbian (sr) \n" @@ -20,76 +20,76 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Neočekivano svojstvo „%s“ elementa „%s“" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Svojstvo „%s“ elementa „%s“ nije pronađeno" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Neočekivana oznaka „%s“, očekivano je „%s“" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Neočekivana oznaka „%s“ unutar „%s“" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Ne mogu da nađem ispravnu datoteku sa obeleživačima među fasciklama sa " "podacima" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Obeleživač ka „%s“ već postoji" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Nije pronađen obeleživač ka „%s“" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "U obeleživaču ka „%s“ nije određen MIME tip" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "U obeleživaču ka „%s“ nije određena privatna zastavica" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "U obeleživaču ka „%s“ nisu određene grupe" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Program „%s“ nije registrovao obeleživač ka „%s“" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Ne mogu da proÅ¡irim komadnu liniju „%s“ sa vezom ka „%s“" @@ -164,7 +164,7 @@ msgstr "Putanja „%s“ nije apsolutna putanja" msgid "Invalid hostname" msgstr "Neispravno ime domaćina" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "GreÅ¡ka pri otvaranju direktorijuma „%s“: %s" @@ -307,24 +307,24 @@ msgstr "Ne mogu da otvorim datoteku „%s“: neuspeÅ¡an open(): %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Ne mogu da mapiram datoteku „%s“: neuspeÅ¡an mmap(): %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "GreÅ¡ka u %d. redu, %d. znak: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Uočen prazan entitet „&;“; prihvatljivi entiteti su & " < > " "'" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -334,17 +334,17 @@ msgstr "" "Ime entiteta ne može početi znakom „%s“ ; znak & započinje entitet; ako ovaj " "znak ne označava entitet, istaknite ga pomoću &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Znak „%s“ nije dozvoljen u imenu entiteta" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitet „%s“ nije poznat" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -352,7 +352,7 @@ msgstr "" "Entitet se ne zavrÅ¡ava tačka-zapetom; najverovatnije ste koristili ampersand " "bez namere da započnete entitet — naznačite ampersand sa &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -361,16 +361,16 @@ msgstr "" "Nisam uspeo da raščlanim „%-.*s“, Å¡to je trebalo da predstavlja cifru unutar " "znakovne reference (na primer ê) — možda je cifra prevelika" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Znakovna referenca „%-.*s“ ne predstavlja dozvoljeni znak" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Prazna znakovna referenca; mora da sadrži cifru kao na primer ˫" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -380,32 +380,32 @@ msgstr "" "koristili ampersand bez namere da započnete entitet — naznačite ampersand sa " "&" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "NedovrÅ¡ena referenca entiteta" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "NedovrÅ¡ena znakovna referenca" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Neispravan tekst u UTF-8 zapisu – predugačka sekvenca" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Neispravan tekst u UTF-8 zapisu — karakter nije početni" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Neispravan tekst u UTF-8 zapisu — „%s“ nije ispravno" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokument mora početi elementom (npr. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -414,7 +414,7 @@ msgstr "" "„%s“ ne predstavlja ispravan znak nakon znaka „<“; ime elementa ne može " "njime početi" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -423,14 +423,14 @@ msgstr "" "Čudan znak „%s“, a očekivao sam „>“ znak radi okončanja početne oznake " "elementa „%s“" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Čudan znak „%s“, očekivao sam „=“ posle imena atributa „%s“ elementa „%s“" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -441,7 +441,7 @@ msgstr "" "elementa „%s“, ili možda atribut; možda ste koristili neispravan znak u " "imenu atributa" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -450,7 +450,7 @@ msgstr "" "Čudan znak „%s“, očekivao sam početni navodnik nakon znaka jednakosti pri " "dodeli vrednosti atributa „%s“ elementa „%s“" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '“" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element „%s“ je zatvoren, nema trenutno otvorenih elemenata" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element „%s“ je zatvoren, a trenutno otvoren element je „%s“" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokument je prazan ili sadrži samo beline" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Dokument zavrÅ¡en neočekivano neposredno nakon otvorene kosougle zagrade „<“" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -495,7 +495,7 @@ msgstr "" "Dokument zavrÅ¡en neočekivano sa otvorenim elementima — „%s“ je poslednje " "otvoren element" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -504,19 +504,19 @@ msgstr "" "Dokument zavrÅ¡en neočekivano, očekivao sam da naiđem na zatvorenu kosouglu " "zagradu koja zatvara oznaku <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument zavrÅ¡en neočekivano usred imena elementa" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument zavrÅ¡en neočekivano usred imena atributa" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokument zavrÅ¡en neočekivano usred početne oznake elementa." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -524,16 +524,16 @@ msgstr "" "Dokument zavrÅ¡en neočekivano nakon znaka jednakosti posle imena atributa; " "vrednost atributa nije navedena" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument zavrÅ¡en neočekivano usred vrednosti atributa" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokument zavrÅ¡en neočekivano usred zavrÅ¡ne oznake elementa „%s“" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Dokument zavrÅ¡en neočekivano usred primedbe ili uputa za obradu" @@ -557,7 +557,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:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "interna greÅ¡ka" @@ -1170,7 +1170,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1185,7 +1185,7 @@ msgstr "nepoznata greÅ¡ka" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1224,7 +1224,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1237,10 +1237,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Simboličke veze nisu podržane" @@ -1253,52 +1253,52 @@ msgstr "Simboličke veze nisu podržane" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Simboličke veze nisu podržane" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "Program „%s“ nije registrovao obeleživač ka „%s“" @@ -1309,12 +1309,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1370,181 +1370,186 @@ msgstr "Neispravno ime ključa: %s" msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Neispravno ime domaćina" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "GreÅ¡ka pri otvaranju direktorijuma „%s“: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka pri raščlanjivanju mogućnosti %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Dokument zavrÅ¡en neočekivano usred imena atributa" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "GreÅ¡ka pri otvaranju direktorijuma „%s“: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka pri pretvaranju: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka pri pretvaranju: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simboličke veze nisu podržane" @@ -1617,12 +1622,12 @@ msgstr "Nije obična datoteka" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Neispravno ime ključa: %s" @@ -1632,17 +1637,17 @@ msgstr "Neispravno ime ključa: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1717,7 +1722,7 @@ msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" msgid "Error closing unix: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/sr@ije.po b/po/sr@ije.po index c46a6d4..47dbe6c 100644 --- a/po/sr@ije.po +++ b/po/sr@ije.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2004-04-29 01:11+0200\n" "Last-Translator: Bojan Suzic \n" "Language-Team: Serbian (sr) \n" @@ -18,74 +18,74 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Чудан знак „%s“, очекивао сам „=“ после особине „%s“ елемента „%s“" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Не могу да прочитам симболичку везу „%s“: %s" @@ -161,7 +161,7 @@ msgstr "Путања „%s“ није апсолутна путања" msgid "Invalid hostname" msgstr "Неисправно име домаћина" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Грешка при отварању директоријума „%s“: %s" @@ -304,24 +304,24 @@ msgstr "Не могу да отворим датотеку „%s“: неусп msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Грешка у %d. реду, %d. знак: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Грешка у %d. реду: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Уочен празан ентитет „&;“; прихватљиви ентитети су & " < > " "'" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -331,17 +331,17 @@ msgstr "" "Име ентитета не може почети знаком „%s“ ; знак & започиње ентитет; ако овај " "знак не означава ентитет, истакните га помоћу &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Знак „%s“ није дозвољен у имену ентитета" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Ентитет „%s“ није познат" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -349,7 +349,7 @@ msgstr "" "Ентитет се не завршава тачка-запетом; највјероватније сте користили " "амперсанд без намере да започнете ентитет — назначите амперсанд као &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, fuzzy, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -358,16 +358,16 @@ msgstr "" "Нисам успио да рашчланим „%s“, што је требало да представља цифру унутар " "позива знака (на пример ê) — можда је цифра превелика" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Позив знака „%s“ не стоји за дозвољени знак" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Празан позив знака; морао би садржати цифру као на примјер ˫" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -376,39 +376,39 @@ msgstr "" "Позив знака се не завршава тачка-запетом; највјероватније сте користили " "амперсанд без намере да започнете ентитет — назначите амперсанд као &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Недовршена ознака ентитета" # позив уместо ознака? -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Недовршен позив знака" # ознака знака??? неееее -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Неисправан текст у УТФ-8 запису" # ознака знака??? неееее -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Неисправан текст у УТФ-8 запису" # ознака знака??? неееее -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Неисправан текст у УТФ-8 запису" # може и ћирилица: „Уникод ТрансФормација 8“ -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Документ мора почети елементом (нпр. <књига>)" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -417,7 +417,7 @@ msgstr "" "„%s“ не представља исправан знак након знака „<“; име елемента не може њиме " "почети" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -426,13 +426,13 @@ msgstr "" "Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке " "елемента „%s“" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "Чудан знак „%s“, очекивао сам „=“ после особине „%s“ елемента „%s“" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -443,7 +443,7 @@ msgstr "" "елемента „%s“, или могућу особину; можда сте користили неисправан знак у " "имену особине" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -452,7 +452,7 @@ msgstr "" "Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при " "додјели вриједности особини „%s“ елемента „%s“" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '“" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Документ је празан или садржи само бјелине" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Документ завршен неочекивано непосредно након отворене косоугле заграде „<“" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -497,7 +497,7 @@ msgstr "" "Документ завршен неочекивано са отвореним елементима — „%s“ је последње " "отворен елемент" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -506,19 +506,19 @@ msgstr "" "Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу " "заграду која затвара ознаку <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Документ завршен неочекивано усред имена елемента" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Документ завршен неочекивано усред имена особине" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Документ завршен неочекивано усред почетне ознаке елемента." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -526,16 +526,16 @@ msgstr "" "Документ завршен неочекивано након знака једнакости после имена особине; " "вриједност особине није наведена" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Документ завршен неочекивано усред вриједности особине" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Документ завршен неочекивано усред примедбе или упута за обраду" @@ -559,7 +559,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1173,7 +1173,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1187,7 +1187,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1226,7 +1226,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1239,10 +1239,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Симболичке везе нису подржане" @@ -1255,52 +1255,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Симболичке везе нису подржане" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1311,12 +1311,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1372,181 +1372,186 @@ msgstr "Неисправно име домаћина" msgid "Error getting filesystem info: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Грешка при отварању директоријума „%s“: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Документ завршен неочекивано усред имена особине" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Грешка у %d. реду: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Симболичке везе нису подржане" @@ -1619,12 +1624,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Неисправно име домаћина" @@ -1634,17 +1639,17 @@ msgstr "Неисправно име домаћина" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1719,7 +1724,7 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid "Error closing unix: %s" msgstr "Грешка у %d. реду: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/sv.po b/po/sv.po index 05f1ac9..2cdaebd 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-11 21:19+0100\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-11 21:23+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -16,1230 +16,1234 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:705 -#: ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 -#: ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Oväntat attribut \"%s\" för elementet \"%s\"" -#: ../glib/gbookmarkfile.c:716 -#: ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 -#: ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attributet \"%s\" för elementet \"%s\" hittades inte" -#: ../glib/gbookmarkfile.c:1092 -#: ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 -#: ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Oväntad tagg \"%s\"\", taggen \"%s\" förväntades" -#: ../glib/gbookmarkfile.c:1117 -#: ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 -#: ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Oväntad tagg \"%s\" inom \"%s\"" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Ingen giltig bokmärkesfil hittades i datakataloger" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Ett bokmärke för uri \"%s\" finns redan" -#: ../glib/gbookmarkfile.c:2028 -#: ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 -#: ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 -#: ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 -#: ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 -#: ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 -#: ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 -#: ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 -#: ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Inget bokmärke hittades för uri \"%s\"" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, 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:2444 +#: glib/gbookmarkfile.c:2461 #, 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:2823 +#: glib/gbookmarkfile.c:2840 #, 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:3224 -#: ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, 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:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Misslyckades med att expandera exec-raden \"%s\" med URI \"%s\"" -#: ../glib/gconvert.c:431 -#: ../glib/gconvert.c:509 -#: ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertering frÃ¥n teckentabellen \"%s\" till \"%s\" stöds inte" -#: ../glib/gconvert.c:435 -#: ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunde inte öppna konverteraren frÃ¥n \"%s\" till \"%s\"" -#: ../glib/gconvert.c:632 -#: ../glib/gconvert.c:1017 -#: ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 -#: ../glib/giochannel.c:2215 -#: ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ogiltig bytesekvens i konverteringsindata" -#: ../glib/gconvert.c:638 -#: ../glib/gconvert.c:944 -#: ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Fel vid konvertering: %s" -#: ../glib/gconvert.c:669 -#: ../glib/gutf8.c:952 -#: ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 -#: ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Ofullständig teckensekvens vid slutet av indata" # fallback syftar pÃ¥ en sträng -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan inte konvertera reservsträngen \"%s\" till kodningen \"%s\"" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI:n \"%s\" är ogiltig" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI:n \"%s\" innehÃ¥ller ogiltigt kodade tecken" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, 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:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Ogiltigt värdnamn" -#: ../glib/gdir.c:104 -#: ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Fel vid öppning av katalogen \"%s\": %s" -#: ../glib/gfileutils.c:557 -#: ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Fel vid läsning av filen \"%s\": %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Misslyckades med att läsa frÃ¥n filen \"%s\": %s" -#: ../glib/gfileutils.c:705 -#: ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Misslyckades med att öppna filen \"%s\": %s" -#: ../glib/gfileutils.c:722 -#: ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" -msgstr "Misslyckades med att fÃ¥ tag pÃ¥ attributen pÃ¥ filen \"%s\": fstat() misslyckades: %s" +msgstr "" +"Misslyckades med att fÃ¥ tag pÃ¥ attributen pÃ¥ filen \"%s\": fstat() " +"misslyckades: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Misslyckades med att öppna filen \"%s\": fdopen() misslyckades: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, 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:932 -#: ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Misslyckades med att skapa filen \"%s\": %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Misslyckades med att skriva filen \"%s\": fwrite() misslyckades: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, 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:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, 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:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Mallen \"%s\" innehÃ¥ller inte XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u byte" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, 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:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Symboliska länkar stöds inte" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, 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:1507 +#: glib/giochannel.c:1507 #, c-format 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:1554 -#: ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Överbliven okonverterad data i läsbufferten" -#: ../glib/giochannel.c:1634 -#: ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanalen slutar med ett ofullständigt tecken" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan inte göra en rÃ¥ läsning i g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Misslyckades med att öppna filen \"%s\": open() misslyckades: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Misslyckades med att mappa filen \"%s\": mmap() misslyckades: %s" -#: ../glib/gmarkup.c:234 -#: ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Fel pÃ¥ rad %d tecken %d:" -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Fel pÃ¥ rad %d: %s" -#: ../glib/gmarkup.c:448 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "Tom entitet \"&;\" hittades, giltiga entiteter är: & " < > '" +#: glib/gmarkup.c:448 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Tom entitet \"&;\" hittades, giltiga entiteter är: & " < > " +"'" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format -msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &" -msgstr "Tecknet \"%s\" är inte giltigt i början pÃ¥ ett entitetsnamn; tecknet & inleder en entitet. Om detta &-tecken inte ska vara en entitet mÃ¥ste du skriva om det som &." +msgid "" +"Character '%s' is not valid at the start of an entity name; the & character " +"begins an entity; if this ampersand isn't supposed to be an entity, escape " +"it as &" +msgstr "" +"Tecknet \"%s\" är inte giltigt i början pÃ¥ ett entitetsnamn; tecknet & " +"inleder en entitet. Om detta &-tecken inte ska vara en entitet mÃ¥ste du " +"skriva om det som &." -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Tecknet \"%s\" är inte giltigt inuti ett entitetsnamn" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitetsnamnet \"%s\" är okänt" -#: ../glib/gmarkup.c:540 -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:540 +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:593 +#: glib/gmarkup.c:593 #, 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:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Teckenreferensen \"%-.*s\" kodar inte ett tillÃ¥tet tecken" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Tom teckenreferens, mÃ¥ste innehÃ¥lla ett tal som exempelvis dž" -#: ../glib/gmarkup.c:643 -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:643 +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:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Oavslutad entitetsreferens" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Oavslutad teckenreferens" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Ogiltigt UTF-8-kodad text - för lÃ¥ng sekvens" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Ogiltigt UTF-8-kodad text - inte ett starttecken" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Ogiltigt UTF-8-kodad text - inte giltig \"%s\"" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentet mÃ¥ste börja med ett element (exempelvis )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, 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:1184 +#: glib/gmarkup.c:1184 #, c-format -msgid "Odd character '%s', expected a '>' character to end the start tag of element '%s'" -msgstr "Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta starttaggen för elementet \"%s\"" +msgid "" +"Odd character '%s', expected a '>' character to end the start tag of element " +"'%s'" +msgstr "" +"Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta " +"starttaggen för elementet \"%s\"" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, 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:1315 +#: glib/gmarkup.c:1315 #, 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:1401 +#: glib/gmarkup.c:1401 #, 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:1543 +#: glib/gmarkup.c:1543 #, 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:1594 +#: glib/gmarkup.c:1594 #, 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:1603 +#: glib/gmarkup.c:1603 #, 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:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller innehöll endast tomrum" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentet tog oväntat slut efter ett öppningsklammer \"<\"" -#: ../glib/gmarkup.c:1785 -#: ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, 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:1793 +#: glib/gmarkup.c:1793 #, 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:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet tog oväntat slut inuti ett elementnamn" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet tog oväntat slut inuti ett attributnamn" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentet tog oväntat slut inuti en elementöppnande tagg." -#: ../glib/gmarkup.c:1816 -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:1816 +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:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet tog oväntat slut inuti ett attributvärde" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, 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:1845 +#: glib/gmarkup.c:1845 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:1956 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "internt fel" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "bakreferenser som villkor stöds inte för delvis matchning" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "rekursionsgräns nÃ¥dd" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "arbetsytans gräns för tomma understrängar nÃ¥dd" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "ogiltig kombination av nyradsflaggor" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "okänt fel" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ pÃ¥ slutet av mönster" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c pÃ¥ slutet av mönster" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "okänt tecken efter \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "skiftlägesändrade escape-tecken (\\l, \\L, \\u, \\U) tillÃ¥ts inte här" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "tal är inte i ordning i {}-kvantifierare" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "tal för stort i {}-kvantifierare" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "saknar avslutande ] för teckenklass" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "ogiltig escape-sekvens i teckenklass" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "intervall är inte i ordning i teckenklass" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "ingenting att upprepa" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "okänt tecken efter (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "okänt tecken efter (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "okänt tecken efter (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX-namngivna klasser stöds endast inom en klass" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "saknar avslutande )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") utan öppnande (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R eller (?[+-]siffror mÃ¥ste efterföljas av )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referens till icke-existerande undermönster" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "saknar ) efter kommentar" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "reguljärt uttryck för stort" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "misslyckades med att fÃ¥ minne" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind-assertion är inte av fast längd" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "felformulerat tal eller namn efter (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "villkorsgrupp innehÃ¥ller fler än tvÃ¥ grenar" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "assertion förväntades efter (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "okänt POSIX-klassnamn" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX-sorteringselement stöds inte" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "teckenvärde i \\x{...}-sekvens är för stort" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "ogiltigt tillstÃ¥nd (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C tillÃ¥ts inte i lookbehind-assertion" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "rekursivt anrop kan gÃ¥ in i en oändlig slinga" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "saknar avslutstecken i undermönstrets namn" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "tvÃ¥ namngivna undermönster har samma namn" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "felformulerad \\P eller \\p-sekvens" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "okänt egenskapsnamn efter \\P eller \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "undermönstrets namn är för lÃ¥ngt (maximalt 32 tecken)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "för mÃ¥nga namngivna undermönster (maximalt 10,000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "oktalt värde är större än \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE-grupp innehÃ¥ller fler än en gren" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "upprepning av en DEFINE-grupp tillÃ¥ts inte" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "inkonsistenta NEWLINE-flaggor" -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" -msgstr "\\g följs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal inom klamrar" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" +msgstr "" +"\\g följs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal " +"inom klamrar" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "oväntad upprepning" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "överflöde i kod" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "fyllde över kompileringsutrymme" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "tidigare kontrollerad refererande undermönster hittades inte" -#: ../glib/gregex.c:526 -#: ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Fel vid matchning av reguljära uttrycket %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE-biblioteket är byggt utan stöd för UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE-biblioteket är byggt utan stöd för UTF8-egenskaper" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Fel vid kompilering av reguljära uttrycket %s vid tecknet %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Fel vid optimering av reguljära uttrycket %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "hexadecimal siffra eller \"}\" förväntades" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "hexadecimal siffra förväntades" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "saknar \"<\" i symbolisk referens" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "oavslutad symbolisk referens" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "symbolisk referens med noll-längd" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "siffra förväntades" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "otillÃ¥ten symbolisk referens" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "felplacerad avslutande \"\\\"" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "okänd escape-sekvens" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, 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 #, c-format 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 #, c-format 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 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Texten var tom (eller innehöll bara tomrum)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Misslyckades med att läsa data frÃ¥n barnprocessen" -#: ../glib/gspawn-win32.c:294 -#: ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, 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:332 -#: ../glib/gspawn-win32.c:340 -#: ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, 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:363 -#: ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Misslyckades med att byta till katalogen \"%s\" (%s)" -#: ../glib/gspawn-win32.c:369 -#: ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Misslyckades med att köra barnprocess (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Ogiltigt programnamn: %s" -#: ../glib/gspawn-win32.c:450 -#: ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Ogiltig sträng i argumentvektorn vid %d: %s" -#: ../glib/gspawn-win32.c:461 -#: ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, 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:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Ogiltig arbetskatalog: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Misslyckades med att köra hjälparprogram (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format -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" +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:180 +#: glib/gspawn.c:180 #, 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:317 +#: glib/gspawn.c:317 #, 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:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Oväntat fel i waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Misslyckades med att grena (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Misslyckades med att köra barnprocessen \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, 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:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Misslyckades med att skapa barnprocess (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Okänt fel vid körning av barnprocessen \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, 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:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Tecknet är utanför intervallet för UTF-8" -#: ../glib/gutf8.c:1124 -#: ../glib/gutf8.c:1133 -#: ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 -#: ../glib/gutf8.c:1415 -#: ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Ogiltig sekvens i konverteringsindata" -#: ../glib/gutf8.c:1426 -#: ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Tecknet är utanför intervallet för UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Användning:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[FLAGGA...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Hjälpflaggor:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Visa hjälpflaggor" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Visa alla hjälpflaggor" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Programflaggor:" -#: ../glib/goption.c:849 -#: ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Kan inte tolka heltalsvärdet \"%s\" för %s" -#: ../glib/goption.c:859 -#: ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Heltalsvärdet \"%s\" för %s är utanför intervallet" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Kan inte tolka dubbelvärdet \"%s\" för %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, 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:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Fel vid tolkning av flaggan %s" -#: ../glib/goption.c:1260 -#: ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Argument saknas för %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Okänd flagga %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Giltig nyckelfil kunde inte hittas i sökkatalogerna" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Inte en vanlig fil" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Filen är tom" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" -msgstr "Nyckelfilen innehÃ¥ller raden \"%s\" som inte är ett nyckel-värde-par, grupp eller kommentar" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" +msgstr "" +"Nyckelfilen innehÃ¥ller raden \"%s\" som inte är ett nyckel-värde-par, grupp " +"eller kommentar" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Ogiltigt gruppnamn: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Nyckelfilen börjar inte med en grupp" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Ogiltigt nyckelnamn: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Nyckelfilen innehÃ¥ller kodningen \"%s\" som inte stöds" -#: ../glib/gkeyfile.c:1109 -#: ../glib/gkeyfile.c:1269 -#: ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 -#: ../glib/gkeyfile.c:2690 -#: ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 -#: ../glib/gkeyfile.c:3165 -#: ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Nyckelfilen har inte gruppen \"%s\"" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Nyckelfilen har inte nyckeln \"%s\"" -#: ../glib/gkeyfile.c:1383 -#: ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, 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:1403 -#: ../glib/gkeyfile.c:1516 -#: ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." -msgstr "Nyckelfilen innehÃ¥ller nyckeln \"%s\" som har värde som inte kan tolkas." +msgstr "" +"Nyckelfilen innehÃ¥ller nyckeln \"%s\" som har värde som inte kan tolkas." -#: ../glib/gkeyfile.c:2106 -#: ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format -msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted." -msgstr "Nyckelfilen innehÃ¥ller nyckeln \"%s\" i gruppen \"%s\" som har värde som inte kan tolkas." +msgid "" +"Key file contains key '%s' in group '%s' which has value that cannot be " +"interpreted." +msgstr "" +"Nyckelfilen innehÃ¥ller nyckeln \"%s\" i gruppen \"%s\" som har värde som " +"inte kan tolkas." -#: ../glib/gkeyfile.c:2502 -#: ../glib/gkeyfile.c:2705 -#: ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, 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:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Nyckelfilen innehÃ¥ller kontrolltecken i slutet pÃ¥ en rad" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nyckelfilen innehÃ¥ller ogiltiga kontrollsekvensen \"%s\"" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Värdet \"%s\" kan inte tolkas som ett tal." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltalsvärdet \"%s\" är utanför intervallet" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, 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:3706 +#: glib/gkeyfile.c:3706 #, 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:483 -#: ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 -#: ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 -#: ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "För stort räknevärde skickat till %s" -#: ../gio/gbufferedinputstream.c:870 -#: ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Strömmen är redan stängd" -#: ../gio/gcancellable.c:296 -#: ../gio/glocalfile.c:1949 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Åtgärden avbröts" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Okänd typ" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s-filtyp" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s-typ" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Oväntat tidig end-of-stream" -#: ../gio/gdesktopappinfo.c:411 -#: ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Namnlös" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Skrivbordsfilen angav inget Exec-fält" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Kunde inte hitta terminal som krävs för programmet" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan inte skapa skrivbordsfil för användare %s" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Anpassad definition för %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "enheten har inte implementerat utmatning" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "enheten har inte implementerat pollning av media" -#: ../gio/gfile.c:812 -#: ../gio/gfile.c:1002 -#: ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 -#: ../gio/gfile.c:1419 -#: ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 -#: ../gio/gfile.c:2594 -#: ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 -#: ../gio/gfile.c:2729 -#: ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 -#: ../gio/gfile.c:3538 -#: ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Åtgärden stöds inte" @@ -1252,103 +1256,93 @@ 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:1254 -#: ../gio/glocalfile.c:1046 -#: ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Infattande montering finns inte" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Kan inte kopiera över katalog" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Kan inte kopiera katalog över katalog" -#: ../gio/gfile.c:1963 -#: ../gio/glocalfile.c:2103 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "MÃ¥lfilen finns" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Kan inte kopiera katalogen rekursivt" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Ogiltigt värde för symbolisk länk angivet" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Papperskorgen stöds inte" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnamn fÃ¥r inte innehÃ¥lla \"%c\"" -#: ../gio/gfile.c:4752 -#: ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volymen har inte implementerat montering" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Inget program är registrerat för hantering av denna fil" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Numreraren är stängd" -#: ../gio/gfileenumerator.c:158 -#: ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 -#: ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Filnumreraren har kvarstÃ¥ende Ã¥tgärd" -#: ../gio/gfileenumerator.c:307 -#: ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Filnumreraren är redan strängd" -#: ../gio/gfileinputstream.c:154 -#: ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 -#: ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Strömmen saknar stöd för query_info" -#: ../gio/gfileinputstream.c:336 -#: ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Sökning stöds inte pÃ¥ strömmen" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Kapning tillÃ¥ts inte pÃ¥ inmatningsströmmen" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Kapning stöds inte pÃ¥ strömmen" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Inmatningsströmmen har inte implementerat läsning" @@ -1359,326 +1353,304 @@ 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:904 -#: ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Strömmen har kvarstÃ¥ende Ã¥tgärd" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Kunde inte hitta standardtyp för lokal katalogövervakare" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Ogiltigt filnamn %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fel vid hämtning av filsystemsinformation: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Kan inte byta namn pÃ¥ rotkatalog" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Kan inte byta namn pÃ¥ filen, filnamnet finns redan" -#: ../gio/glocalfile.c:1121 -#: ../gio/glocalfile.c:1978 -#: ../gio/glocalfile.c:2007 -#: ../gio/glocalfile.c:2156 -#: ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 -#: ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Ogiltigt filnamn" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Fel vid namnbyte av fil: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Fel vid öppnade av fil: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Kan inte öppna katalog" -#: ../gio/glocalfile.c:1314 -#: ../gio/glocalfile.c:1982 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Fel vid borttagning av fil: %s" -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Fel vid kastande av fil: %s" -#: ../gio/glocalfile.c:1700 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kunde inte skapa papperskorgskatalogen %s: %s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Kunde inte hitta toppnivÃ¥katalog för papperskorg" -#: ../gio/glocalfile.c:1800 -#: ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Kunde inte hitta eller skapa papperskorgskatalog" -#: ../gio/glocalfile.c:1854 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kunde inte skapa information om kastad fil: %s" -#: ../gio/glocalfile.c:1879 -#: ../gio/glocalfile.c:1948 -#: ../gio/glocalfile.c:1955 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Kunde inte kasta fil: %s" -#: ../gio/glocalfile.c:2011 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Fel vid öppning av katalogen \"%s\": %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Fel vid skapande av symbolisk länk: %s" -#: ../gio/glocalfile.c:2071 -#: ../gio/glocalfile.c:2160 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Fel vid flyttning av fil: %s" -#: ../gio/glocalfile.c:2094 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Kan inte flytta katalog över katalog" -#: ../gio/glocalfile.c:2116 -#: ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 -#: ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 -#: ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Misslyckades med att skapa säkerhetskopiefil" -#: ../gio/glocalfile.c:2135 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Fel vid borttagning av mÃ¥lfil: %s" -#: ../gio/glocalfile.c:2149 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Flyttning mellan monteringar stöds inte" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Attributvärde mÃ¥ste vara icke-NULL" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Ogiltig attributtyp (sträng förväntades)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Ogiltigt utökat attributnamn" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Fel vid inställning av utökat attribut \"%s\": %s" -#: ../gio/glocalfileinfo.c:1402 -#: ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Fel vid tillstÃ¥ndsläsning av filen \"%s\": %s" -#: ../gio/glocalfileinfo.c:1458 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (ogiltig kodning)" -#: ../gio/glocalfileinfo.c:1618 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fel vid tillstÃ¥ndsläsning av filhandtag: %s" -#: ../gio/glocalfileinfo.c:1663 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Ogiltig attributtyp (uint32 förväntades)" -#: ../gio/glocalfileinfo.c:1680 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Ogiltig attributtyp (uint64 förväntades)" -#: ../gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Ogiltig attributtyp (bytesträng förväntades)" -#: ../gio/glocalfileinfo.c:1724 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Fel vid inställning av rättigheter: %s" -#: ../gio/glocalfileinfo.c:1775 -#: ../gio/glocalfileinfo.c:1943 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Fel vid inställning av ägare: %s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symbolisk länk mÃ¥ste vara icke-NULL" -#: ../gio/glocalfileinfo.c:1808 -#: ../gio/glocalfileinfo.c:1827 -#: ../gio/glocalfileinfo.c:1838 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Fel vid inställning av symbolisk länk: %s" -#: ../gio/glocalfileinfo.c:1817 +#: gio/glocalfileinfo.c:1894 #, c-format 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:1998 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Inställning av attributet %s stöds inte" -#: ../gio/glocalfileinputstream.c:160 -#: ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Fel vid läsning frÃ¥n fil: %s" -#: ../gio/glocalfileinputstream.c:191 -#: ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 -#: ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Fel vid sökning i fil: %s" -#: ../gio/glocalfileinputstream.c:233 -#: ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Fel vid stängning av fil: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Kunde inte hitta standardtyp för lokal filövervakare" -#: ../gio/glocalfileoutputstream.c:172 -#: ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Fel vid skrivning till fil: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Fel vid borttagning av gamla länk till säkerhetskopia: %s" -#: ../gio/glocalfileoutputstream.c:227 -#: ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Fel vid skapande av säkerhetskopia: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Fel vid namnbyte pÃ¥ temporärfil: %s" -#: ../gio/glocalfileoutputstream.c:418 -#: ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Fel vid kapning av fil: %s" -#: ../gio/glocalfileoutputstream.c:478 -#: ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 -#: ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Fel vid öppning av filen \"%s\": %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "MÃ¥lfilen är en katalog" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "MÃ¥lfilen är inte en vanlig fil" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "Filen blev externt ändrad" -#: ../gio/gmemoryinputstream.c:487 -#: ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Ogiltig GSeekType angavs" -#: ../gio/gmemoryinputstream.c:497 -#: ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Ogiltig sökbegäran" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Kan inte kapa av GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "NÃ¥dde maximal gräns för datakedja" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Storlek för minnesutmatningsström är inte ändringsbar" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Misslyckades med att ändra storlek pÃ¥ minnesutmatningsström" @@ -1686,177 +1658,195 @@ 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:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "montering har inte implementerat avmontering" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "montering har inte implementerat utmatning" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "montering har inte implementerat Ã¥termontering" -#: ../gio/goutputstream.c:202 -#: ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Utmatningsström har inte implementerat skrivning" -#: ../gio/goutputstream.c:363 -#: ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Källströmmen är redan stängd" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "namn" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Namnet för ikonen" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "namn" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "En kedja innehÃ¥llandes ikonnamnen" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "använd standardvärden att falla tillbaka pÃ¥" -#: ../gio/gthemedicon.c:245 -msgid "Whether to use default fallbacks found by shortening the name at '-' characters. Ignores names after the first if multiple names are given." -msgstr "Huruvida standardvärden att falla tillbaka pÃ¥ ska användas som hittas genom att förkorta namnet vid \"-\"-tecken. Ignorerar namn efter den första om flera namn anges." +#: gio/gthemedicon.c:245 +msgid "" +"Whether to use default fallbacks found by shortening the name at '-' " +"characters. Ignores names after the first if multiple names are given." +msgstr "" +"Huruvida standardvärden att falla tillbaka pÃ¥ ska användas som hittas genom " +"att förkorta namnet vid \"-\"-tecken. Ignorerar namn efter den första om " +"flera namn anges." -#: ../gio/gunixinputstream.c:202 -#: ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 -#: ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Fel vid läsning frÃ¥n unix: %s" -#: ../gio/gunixinputstream.c:255 -#: ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 -#: ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Fel vid stängning av unix: %s" -#: ../gio/gunixmounts.c:1778 -#: ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Filsystemsrot" -#: ../gio/gunixoutputstream.c:190 -#: ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Fel vid skrivning till unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "volymen har inte implementerat utmatning" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Kan inte hitta programmet" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Fel vid start av program: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI:er stöds inte" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "associeringsändringar stöds inte pÃ¥ win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Associeringsskapanden stöds inte pÃ¥ win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "dölj inga poster" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "använd ett lÃ¥ngt listningsformat" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FIL...]" #~ msgid "cancelled" #~ msgstr "avbröts" + #~ msgid "failed" #~ msgstr "misslyckades" + #~ msgid "Error creating backup link: %s" #~ msgstr "Fel vid skapande av länk till säkerhetskopia: %s" + #~ msgid "Can't load just created desktop file" #~ msgstr "Kan inte läsa in nyligen skapad skrivbordsfil" + #~ msgid "Too large count value passed to g_input_stream_read_async" #~ msgstr "För stort räknevärde skickat till g_input_stream_read_async" + #~ msgid "Too large count value passed to g_input_stream_skip" #~ msgstr "För stort räknevärde skickat till g_input_stream_skip" + #~ msgid "Too large count value passed to g_input_stream_skip_async" #~ msgstr "För stort räknevärde skickat till g_input_stream_skip_async" + #~ msgid "Target file already exists" #~ msgstr "MÃ¥lfilen finns redan" + #~ msgid "Too large count value passed to g_output_stream_write" #~ msgstr "För stort räknevärde skickat till g_output_stream_write" + #~ msgid "Too large count value passed to g_output_stream_write_async" #~ msgstr "För stort räknevärde skickat till g_output_stream_write_async" + #~ msgid "Could not change file mode: fork() failed: %s" #~ msgstr "Kunde inte byta filläge: fork() misslyckades: %s" + #~ msgid "Could not change file mode: waitpid() failed: %s" #~ msgstr "Kunde inte byta filläge: waitpid() misslyckades %s" + #~ msgid "Could not change file mode: chmod() failed: %s" #~ msgstr "Kunde inte byta filläge: chmod() misslyckades: %s" + #~ msgid "Could not change file mode: Child terminated by signal: %s" #~ msgstr "Kunde inte byta filläge: Barnet avslutades med signal: %s" + #~ msgid "Could not change file mode: Child terminated abnormally" #~ msgstr "Kunde inte byta filläge: Barnet avslutades onormalt" + #~ msgid "Conversion from character set `%s' to `%s' is not supported" #~ msgstr "Konvertering frÃ¥n teckentabellen \"%s\" till \"%s\" stöds inte" + #~ msgid "Could not open converter from `%s' to `%s': %s" #~ msgstr "Kunde inte öppna konverteraren frÃ¥n \"%s\" till \"%s\": %s" + #~ msgid "" #~ "Failed to parse '%s', which should have been a digit inside a character " #~ "reference (ê for example) - perhaps the digit is too large" #~ msgstr "" #~ "Misslyckades med att tolka \"%s\", som skulle ha varit ett tal inuti en " #~ "teckenreferens (ê till exempel). Talet är kanske för stort" + #~ msgid "Character reference '%s' does not encode a permitted character" #~ msgstr "Teckenreferensen \"%s\" kodar inte ett tillÃ¥tet tecken" + #~ msgid "Incorrect message size" #~ msgstr "Felaktig meddelandestorlek" + #~ msgid "Socket error" #~ msgstr "Uttagsfel" + #~ msgid "Channel set flags unsupported" #~ msgstr "Kanalinställningsflaggor stöds inte" + #~ msgid "" #~ "The hostname of the URI `%s' is contains invalidly escaped characters" #~ msgstr "Värdnamnet för URI:n \"%s\" innehÃ¥ller felaktigt inbäddade tecken" - diff --git a/po/ta.po b/po/ta.po index fc08b82..103c6e6 100644 --- a/po/ta.po +++ b/po/ta.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2007-08-13 09:47+0530\n" "Last-Translator: Dr.T.Vasudevan \n" "Language-Team: TAMIL \n" @@ -21,74 +21,74 @@ msgstr "" "\n" "\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "எதிர்பாராத பண்புக்கூறு '%s' இந்த உறுப்புக்கு '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "மதிப்பு '%s' க்கு '%s' உறுப்பு எதுவும் இல்லை" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "எதிர்பாராத ஒட்டு'%s', ஒட்டு '%s' எதிர்பார்க்கப்பட்டது" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%s' க்குள் எதிர்பாராத ஒட்டு '%s' உள்ளது" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "தரவு அடைவுகளில் சரியான புத்தகக்குறி கோப்பு எதுவும் இல்லை" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI '%s' க்கு ஏற்கனவே புத்தகக்குறி உள்ளது" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URIக்கு புத்தகக்குறி எதுவும் இல்லை '%s'" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s'க்கு MIME வகை எதுவும் புத்தகக்குறியில் குறிப்பிடப்படவில்லை" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s'க்கு புத்தகக்குறியில் தனிபட்ட கொடி எதுவும் குறிப்பிடப்படவில்லை" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s'க்கான புத்தகக்குறியில் குழுக்கள் எதுவும் அமைக்கப்படவில்லை" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' பெயரிலுள்ள பயன்பாடு '%s'க்கு ஒரு புத்தகக்குறியை பதிவு செய்தது" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec வரி '%s' ஐ யூஆர்ஐ (URI) '%s' உடன் விரிவாக்குதல் தோல்வியுற்றது" @@ -162,7 +162,7 @@ msgstr "'%s' பாதைப்-பெயர் ஓர் தனிப் பா msgid "Invalid hostname" msgstr "பிழையான விருந்தோம்புப்-பெயர்" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s" @@ -304,23 +304,23 @@ msgstr "'%s' கோப்பினை திறக்க முடியவி msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' கோப்பினை ஒப்பிட முடியவில்லை: mmap() செயலிழந்தது: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "%d வரியில் %d வரியுருவில் பிழை: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d வரியில் பிழை: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "வெற்றா பிரதிநிதி '&;' கண்டது; சரியான பிரதிநிதிகள்: & " < &qt; '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -330,17 +330,17 @@ msgstr "" "'%s' வரியுரு பிரதிநிதியின் தொடக்கத்தில் வரக்கூடாது; & வரியுரு பிரதிநிதியைத் " "தொடங்கும்; இந்த & ஓர் பிரதிநிதியாக இருக்கக்கூடாது என்றால்; அதை & ஆக விடுவி;" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "'%s' வரியுரு பிரதிநிதியின் பெயரில் பிழையானது" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "பிரதிநிதியின் பெயர் '%s' தெரியாதது" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -348,7 +348,7 @@ msgstr "" "பிரதிநிதி ';' உடன் முடிவடையவில்லை; நீங்கள் பிரதிநிதி ஒன்றை தொடங்க யோசிக்காமல் '&' " "பயன்படுத்தி இருக்கலாம் - '&'சை & ஆக விடுவி;" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -357,16 +357,16 @@ msgstr "" "'%-.*s'ஐ கூறிட முடியவில்லை,அதன் ஒரு எழுத்துக்குள் ஒரு தசமத்தை கொண்டிருக்க வேண்டும் " "குறிப்பு (ê எடுத்துக்காட்டாக) - எனினும் தசமம் மிக பெரியதாக உள்ளது" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "எழுத்து குறிப்பு '%-.*s' ஒரு அனுமதிக்கப்பட்ட எழுத்தினை குறிமுறையாக்கவில்லை" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "வேற்றான வரியுரு குறிப்பு; dž ஆகிய இலக்கங்கள் சேர்ந்திருக் வேண்டும்;" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -376,32 +376,32 @@ msgstr "" "ampersand character without intending to start an entity - escape ampersand " "as &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "முடிவடையாத உள்ளீட்பு மேற்கோள்" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "முடிவடையாத வரியுரு மேற்கோள்" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - மிக நீண்ட உரை" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - துவங்கும் குறியல்ல" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - செல்லுபடியாகும் '%s' அல்ல" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "ஆவணம் ஓர் உறுப்புடன் (உதாரணம்: ) தொடங்க வேண்டும்" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -410,7 +410,7 @@ msgstr "" "'<' வரியுருவை தொடர்ந்து '%s' வர முடியாது; அதைப் பயன்படுத்தி ஓர் உறுப்படியின் பெயரைத் " "தொடங்க முடியாது" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -419,7 +419,7 @@ msgstr "" "ஒற்றை வரியுரு '%s', '%s' உறுப்படி தொடங்கல் ஒட்டை ஓர் '>' வரியுரு முடிவு செய்யும் " "என்று எதிர்பார்த்தது" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -427,7 +427,7 @@ msgstr "" "'%s' ஓர் ஒற்றை வரியுரு, பண்பின் பெயர் '%s' பின் ('%s' உறுப்பின்) எதிர்பார்த்தது ஓர் '=' " "வரியுரு" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -438,7 +438,7 @@ msgstr "" "element '%s', or optionally an attribute; perhaps you used an invalid " "character in an attribute name" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -447,7 +447,7 @@ msgstr "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' உறுப்பு மூடப்பட்டுல்லது, தற்பொது ஒரு உறுப்பும் திறந்து இல்லை" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' உறுப்பு மூடப்பட்டுல்லது, அனால் தற்பொது திறந்திறுக்கும் உறுப்பு '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "வெற்றான ஆவணம் அல்லது ஆவணத்தில் இறுப்பது அனைத்தும் வெண்வெளி" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "'<' பிறகு ஆவணம் திடீரென முடிவடைந்தது" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -492,7 +492,7 @@ msgstr "" "உறுப்புகள் திறந்திறுக்கும்போது ஆவணம் திடீரென முடிவடைந்தது - கடைசியாகத் திறக்கப்பட்ட " "உறுப்பு '%s'" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -501,19 +501,19 @@ msgstr "" "ஆவணம் திடீரென முடிவடைந்தது, அடையாள ஒட்டு <%s/> முடிவில் ஓர் '}' இருக்கும் என " "எதிர்பார்த்தது" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "உறுப்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "பண்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "உறுப்பு-தொடங்களின் அடையாள ஒட்டு உள்ளே ஆவணம் திடீரென முடிவடைந்தது" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -521,16 +521,16 @@ msgstr "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "பண்பு பெயர் உள்ளிறுக்கும் போது ஆவணம் திடீரென முடிவடைந்தது" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "'%s' என்னும் மூடு-அடையாள ஒட்டு உள்ளே ஆவணம் திடீரென முடிவடைந்தது" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "ஆவணம் திடீரென குறிப்புரையுல் அல்லது செயலாக்கம் ஆணையுல் முடிவடைந்தது" @@ -554,7 +554,7 @@ msgstr "பின்நோக்கி ஆராயும் எல்லை அ msgid "the pattern contains items not supported for partial matching" msgstr "தோரணி உள்ளடக்கங்கள் பகுதி பொருத்தத்துக்கு ஆதரவு தராத உருப்படிகளாக உள்ளன" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "உள்ளமை தவறு" @@ -1162,7 +1162,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1177,7 +1177,7 @@ msgstr "தெரியாத தவறு" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1216,7 +1216,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1229,10 +1229,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" @@ -1245,52 +1245,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "'%s' பெயரிலுள்ள பயன்பாடு '%s'க்கு ஒரு புத்தகக்குறியை பதிவு செய்தது" @@ -1301,12 +1301,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1362,181 +1362,186 @@ msgstr "செல்லுபடியாகாத விசை பெயர்: msgid "Error getting filesystem info: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "பிழையான விருந்தோம்புப்-பெயர்" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "கூறிடும் போது பிழை: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "பண்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "மாற்றும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "மாற்றும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d வரியில் பிழை: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" @@ -1609,12 +1614,12 @@ msgstr "ஒரு முறையான கோப்பில்லை" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "செல்லுபடியாகாத விசை பெயர்: %s" @@ -1624,17 +1629,17 @@ msgstr "செல்லுபடியாகாத விசை பெயர்: msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1709,7 +1714,7 @@ msgstr "'%s' கோப்பு வாசிக்கும் போது ப msgid "Error closing unix: %s" msgstr "%d வரியில் பிழை: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/te.po b/po/te.po index 51f2dc2..be4c7b3 100644 --- a/po/te.po +++ b/po/te.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2004-12-13 20:16+0100\n" "Last-Translator: రమణ సాయి \n" "Language-Team: Free Software Foundation, Andhra Pradesh \n" @@ -18,74 +18,74 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "బేసి అక్షరము '%s', ఊహించిన '=' తర్వాత '%s' ఆపాదించు నామం '%s' మూలకం " -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, fuzzy, c-format msgid "No valid bookmark file found in data dirs" msgstr " సరియైన మీటదస్త్రం దత్తాంశవివరణలో లభించలేదు " -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr " '%s' చిహ్న పూరితజోడి చదువుటలో విఫలమయినావు : %s" @@ -159,7 +159,7 @@ msgstr " '%s' త్రోవ నామం సరిఐనది కాదు." msgid "Invalid hostname" msgstr "నిస్సారమైన ఆతిథ్య నామము" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr " వివరణ తెరచుటలో దోషం '%s': %s" @@ -301,22 +301,22 @@ msgstr "దస్త్రం '%s' తెరుచుటలో విఫలమ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "దస్త్రం '%s' తెరుచుటలో విఫలమైనారు: ఎఫ్ డిఓపన్() విఫలమైనది: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr " %d క్యార్ %d వరుసలో దోషం కలదు : %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d వరుసలో దోషం కలదు : %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr " ఖాశి వ్యష్టి '&;' చూడబడినది; వర్తించు వ్యష్టిలు: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -326,17 +326,17 @@ msgstr "" " వ్యష్టినామముతో ప్రారంభమగు అక్షరము '%s' నిస్సారము; వ్యష్టి & అక్షరముతో ప్రారంభమగును;వ్యష్టి " "ప్రారంబమగును; ఒక వేశ ఆంపర్సండ్ ఊహించిన విధంగా వ్యష్టి కాకపోతే , ఎస్కేప్it as &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr " వ్యష్టినామంలో అక్షరము '%s' నిస్సారము " -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr " '%s' వ్యష్టి నామం తెలియదు " -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -344,7 +344,7 @@ msgstr "" " వ్యష్టి సెమికోలన్ తో పూర్తవలేదు; దాదాపుగా యాంపర్ సెండ్ ఉపయెగించవలెను అక్షరము దాదాపుగా -' ఎస్కేప్ " "యంపర్ సెండ్ యాజ్ &యాంప్;' తో ప్రారంభమవలేదు. " -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -353,16 +353,16 @@ msgstr "" "అక్షరములో అంకె కలిగియున్నందువలన '%-.*s', పార్సింగ్ విఫలమైనది.దాదాపుగా అంక్య భారీగా ఉన్నది -నివేదన " "(ఉదాహరణకు : ê )" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "అక్షర నివేదన '%-.*s' అనుమతించబడిన అక్షరము ఎన్ కోడ్ అవ్వదు." -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr " ఖాళీ అక్షర నివేదన తప్పనిసరిగా dž ఈ సంఖ్యను కలుపుకొనవలెను" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -371,34 +371,34 @@ msgstr "" "అక్షర నివేదన సెమికోలన్ తో ముగియలేదు; దాదాపుగా యిది ఉపయెగించండి యాంపర్ సెండ్ అక్షరం తో ప్రారంభమవరాదు - " "ఎస్సేప్ యాంపర్ సెండ్ యాజ్ &యాంప్ " -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr " పూర్తికాని వ్యష్టినివెదన " -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr " అక్షర నివేదన పూర్తికాలేదు " -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "పత్రం తప్పనిసరిగా ఒక మూలకంతో ప్రారంభమవలెను (ఉదా. <బుక్>)" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -406,20 +406,20 @@ msgid "" msgstr "" " '<' తో ప్రారంభమగు '%s' అనునది సరరిఐన అక్షరం కాదు ; యిది మూలక నామంతో ప్రారంభమవలేదు. " -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "బేసి అక్షరము '%s', ఊహించిన '>' అక్షరము చివరి ప్రారంభ బొందు మూతకం '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "బేసి అక్షరము '%s', ఊహించిన '=' తర్వాత '%s' ఆపాదించు నామం '%s' మూలకం " -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -429,7 +429,7 @@ msgstr "" "'%s' ఊహించిన బేసి అక్షరము '>' లేక '/' చివరి ర్రంభ బొందు అక్షరము మాలకం %sలేక ఇచ్చాపూర్వక " "ఆపాదన; దాదాపుగా ఆపాదన నామంలో అనర్హమైన అక్షరం ఉపమెగించినావు" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -437,14 +437,14 @@ msgid "" msgstr "" "బేసి అక్షరము '%s', ఊహించిన తెరచిన క్వోట్ చిహ్నం తరాత ఇచ్చిన ఆపాదన విలువ '%s' మూతకము '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr " '%s' మూలకం మూయబడినది, ప్రస్ధుతం ఏ మూలకము తెరచియుండలెదు " # ../glib/gmarkup.c:1588 -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' మూలకం మూయబడినది, కాని ప్రస్ధుతం తెరువ బడిన మూలకం '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr " పత్రం ఖాలిగా ఉన్నది లేక ఒక వైట్ స్పేస్ కలిగి యున్నది. " -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "పత్రం చివర కోణ కుండలీకరణము'<' వెంటనె అనవసరముగా ముగింపు అయినది" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -480,7 +480,7 @@ msgid "" msgstr "" "మూలకములు ఇంకను తెరచియున్న పత్రం ఊహించని విధంగా అంతమైనది- '%s' చివరిది మూలకము తెరచబడినది" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -488,19 +488,19 @@ msgid "" msgstr "" "పత్రం ఊహించని విధంగా అంతమైనది,మూసిన కోణకుండశికరణం అంతము చూచుటకు ఊహించబడినది బొందు <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr " పత్రం చివర ఊహించని మూలకనామం కలదు " -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "పత్రం చివర ఊహించని ఆపాదననామం కలదు" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "పత్రం చివర ఊహించని తెరచిన బొందు కలదు." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 #, fuzzy msgid "" "Document ended unexpectedly after the equals sign following an attribute " @@ -508,16 +508,16 @@ msgid "" msgstr "" " '=' చిహ్నము తర్వాత క్రింద కనబరిచిన ఆపాదన పాఠం చివర ఊహించకుండా ఉన్నది. నామం; ఆపాదన విలువ లేదు." -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr " లోపల ఆపాదన విలువ ఉన్నపుడు పాఠం ఊహించకుండా ముగింపు అయినది " -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr " '%s'మూలకము యోక్క మూసిన బొందు ఊహించకుండా పాఠం ముగింపు అయినది " -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr " లోపల వ్యాఖ్య క్రమగతి ఆదేశం ఉండగా ఊహించకుండా పాఠం ముగింపు అయినది " @@ -541,7 +541,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1146,7 +1146,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1161,7 +1161,7 @@ msgstr "తెలియని ఇచ్ఛాపూర్వకము %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1200,7 +1200,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1213,10 +1213,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "చిహ్న పూరితజోడి సహకరించలెదు. " @@ -1229,52 +1229,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "చిహ్న పూరితజోడి సహకరించలెదు. " -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1285,12 +1285,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1346,181 +1346,186 @@ msgstr "నిస్సారమైన ఆతిథ్య నామము" msgid "Error getting filesystem info: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "నిస్సారమైన ఆతిథ్య నామము" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr " వివరణ తెరచుటలో దోషం '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "పరివర్తనం నందు దోషం కలదు: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "పత్రం చివర ఊహించని ఆపాదననామం కలదు" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr " వివరణ తెరచుటలో దోషం '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "పరివర్తనం నందు దోషం కలదు: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "పరివర్తనం నందు దోషం కలదు: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d వరుసలో దోషం కలదు : %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "చిహ్న పూరితజోడి సహకరించలెదు. " @@ -1593,12 +1598,12 @@ msgstr "క్రమబద్దమైన దస్త్రం కాదు" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "నిస్సారమైన ఆతిథ్య నామము" @@ -1608,17 +1613,17 @@ msgstr "నిస్సారమైన ఆతిథ్య నామము" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1693,7 +1698,7 @@ msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" msgid "Error closing unix: %s" msgstr "%d వరుసలో దోషం కలదు : %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/th.po b/po/th.po index f80f03b..3c96e7a 100644 --- a/po/th.po +++ b/po/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.14.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-02-24 19:10+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -17,74 +17,74 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "พบแอตทริบิวต์ '%s' ที่ไม่ต้องการ สำหรับอิลิเมนต์ '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "ไม่พบแอตทริบิวต์ '%s' สำหรับอิลิเมนต์ '%s'" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "พบแท็ก '%s' ที่ไม่ต้องการ ขณะที่ต้องการแท็ก '%s'" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "พบแท็ก '%s' ที่ไม่ต้องการภายใน '%s'" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "ไม่พบแฟ้มที่คั่นหน้าที่ใช้การได้ในไดเรกทอรีข้อมูล" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "มีที่คั่นหน้าสำหรับ URI '%s' อยู่ก่อนแล้ว" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "ไม่พบที่คั่นหน้าสำหรับ URI '%s'" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "ไม่ได้กำหนดชนิด MIME ไว้ในที่คั่นหน้าสำหรับ URI '%s'" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "ไม่ได้กำหนดแฟล็กส่วนตัวไว้ในที่คั่นหน้าสำหรับ URI '%s'" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "ไม่ได้กำหนดกลุ่มไว้ในที่คั่นหน้าสำหรับ URI '%s'" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "ไม่มีโปรแกรมประยุกต์ชื่อ '%s' ที่ลงทะเบียนที่คั่นหน้าสำหรับ '%s' ไว้" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "กระจายบรรทัดคำสั่ง '%s' ด้วย URI '%s' ไม่สำเร็จ" @@ -158,7 +158,7 @@ msgstr "ชื่อพาธ '%s' ไม่ใช่พาธเต็ม" msgid "Invalid hostname" msgstr "ชื่อโฮสต์ผิดรูปแบบ" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "เกิดข้อผิดพลาดขณะเปิดไดเรกทอรี '%s': %s" @@ -299,22 +299,22 @@ msgstr "เปิดแฟ้ม '%s' ไม่สำเร็จ: open() ล้ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "แม็ปแฟ้ม '%s' ไม่สำเร็จ: mmap() ล้มเหลว: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "มีข้อผิดพลาดที่บรรทัด %d อักขระที่ %d: " -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "มีข้อผิดพลาดที่บรรทัด %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "พบเอนทิตี '&;' ซึ่งไม่ถูกต้อง ค่าที่ใช้ได้คือ: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -324,17 +324,17 @@ msgstr "" "อักขระ '%s' ไม่สามารถใช้ขึ้นต้นชื่อเอนทิตีได้ อักขระ & ใช้เริ่มเอนทิตี ถ้าเครื่องหมาย ampersand " "นี้ไม่ได้เจตนาให้เป็นเอนทิตี ต้องหลีกโดยแทนด้วย &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "อักขระ '%s' ใช้ในชื่อเอนทิตีไม่ได้" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "ไม่รู้จักเอนทิตีชื่อ '%s'" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -342,7 +342,7 @@ msgstr "" "เอนทิตีไม่ได้ปิดด้วยอัฒภาค เป็นไปได้สูงที่คุณอาจใช้ ampersand โดยไม่ได้จงใจให้เริ่มเอนทิตี ถ้าใช่ " "ก็จงหลีก ampersand โดยแทนด้วย & เสีย" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -351,16 +351,16 @@ msgstr "" "ไม่สามารถแจง '%-.*s' ซึ่งควรจะเป็นตัวเลขภายในตัวอ้างอิงอักขระ (เช่น ê) " "เป็นไปได้ว่าตัวเลขอาจจะมากเกินไป" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "ตัวอ้างอิงอักขระ '%-.*s' ไม่ได้เข้ารหัสอักขระที่เป็นไปได้" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "ตัวอ้างอิงอักขระว่างเปล่า ควรจะมีตัวเลข เช่น dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -369,53 +369,53 @@ msgstr "" "ตัวอ้างอิงอักขระไม่ได้ปิดด้วยอัฒภาค เป็นไปได้สูงที่คุณอาจใช้ ampersand โดยไม่ได้จงใจให้เริ่มเอนทิตี " "ถ้าใช่ ก็จงหลีก ampersand โดยแทนด้วย & เสีย" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "ตัวอ้างอิงเอนทิตีไม่สมบูรณ์" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "ตัวอ้างอิงอักขระไม่สมบูรณ์" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ลำดับซ้อนเหลื่อมกัน" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ไม่ได้เริ่มด้วยไบต์ที่เป็นต้นอักขระ" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ข้อความที่ผิด: '%s'" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "เอกสารต้องเริ่มด้วยอิลิเมนต์ (เช่น )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "'%s' ไม่ใช่อักขระที่ใช้ตามหลัง '<' ได้ จึงไม่สามารถใช้ขึ้นต้นชื่ออิลิเมนต์ได้" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "พบอักขระแปลกปลอม '%s' ในขณะที่มองหาอักขระ '>' ที่จะมาปิดแท็กตั้งต้นอิลิเมนต์ '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหา '=' หลังชื่อแอตทริบิวต์ '%s' ของอิลิเมนต์ '%s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -425,7 +425,7 @@ msgstr "" "พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหา '>' หรือ '/' ที่จะมาปิดแท็กตั้งต้นของอิลิเมนต์ '%" "s' หรือไม่ก็เป็นแอตทริบิวต์ เป็นไปได้ว่าคุณกำลังใช้อักขระที่ใช้ไม่ได้ในชื่อแอตทริบิวต์" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -434,80 +434,80 @@ msgstr "" "พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหาอัญประกาศเปิดหลัง '=' " "ในการกำหนดค่าให้กับแอตทริบิวต์ '%s' ของอิลิเมนต์ '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "'%s' ไม่ใช่อักขระที่ใช้ตามหลังชื่ออิลิเมนต์ '%s' ในแท็กปิดได้ อักขระเดียวที่อนุญาตคือ '>'" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "พบการปิดอิลิเมนต์ '%s' แต่ไม่มีอิลิเมนต์ใดเปิดอยู่" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "พบการปิดอิลิเมนต์ '%s' แต่อิลิเมนต์ที่เปิดอยู่คือ '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "เอกสารว่างเปล่า หรือมีแต่อักขระช่องว่าง" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "เอกสารจบแบบผิดปกติหลังจากวงเล็บแหลม '<'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "เอกสารจบแบบผิดปกติ โดยยังมีอิลิเมนต์เปิดอยู่ - '%s' คืออิลิเมนต์ที่เปิดล่าสุด" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "เอกสารจบแบบผิดปกติ ในขณะที่กำลังมองหาวงเล็บแหลมที่จะมาปิดแท็ก <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "เอกสารจบแบบผิดปกติระหว่างกลางชื่ออิลิเมนต์" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "เอกสารจบแบบผิดปกติระหว่างกลางชื่อแอตทริบิวต์" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "เอกสารจบแบบผิดปกติระหว่างกลางแท็กเปิดอิลิเมนต์" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "เอกสารจบแบบผิดปกติหลังจากเครื่องหมาย '=' หลังชื่อแอตทริบิวต์ โดยไม่มีค่าของแอตทริบิวต์" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "เอกสารจบแบบผิดปกติระหว่างกลางค่าแอตทริบิวต์" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "เอกสารจบแบบผิดปกติระหว่างกลางแท็กปิดสำหรับอิลิเมนต์ '%s'" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "เอกสารจบแบบผิดปกติระหว่างกลางหมายเหตุหรือคำสั่งประมวลผล" @@ -531,7 +531,7 @@ msgstr "เกินขอบเขตการถอยคืน" msgid "the pattern contains items not supported for partial matching" msgstr "แพตเทิร์นมีรายการที่ไม่รองรับในการจับคู่ทีละส่วน" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "ข้อผิดพลาดภายใน" @@ -1128,7 +1128,7 @@ msgstr "มีการส่งค่า count ที่สูงเกิน msgid "Stream is already closed" msgstr "สตรีมถูกปิดไปแล้ว" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "การกระทำถูกยกเลิก" @@ -1142,7 +1142,7 @@ msgstr "ชนิดข้อมูลไม่รู้จัก" msgid "%s filetype" msgstr "ชนิดแฟ้ม %s" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "ชนิด %s" @@ -1181,7 +1181,7 @@ msgstr "ไม่สามารถสร้างโฟลเดอร์ %s msgid "Can't create user desktop file %s" msgstr "ไม่สามารถสร้างแฟ้มเดสก์ท็อป %s สำหรับผู้ใช้" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "ข้อกำหนดกำหนดเองสำหรับ %s" @@ -1194,10 +1194,10 @@ msgstr "ไดรว์ไม่สามารถใช้คำสั่งด msgid "drive doesn't implement polling for media" msgstr "ไดรว์ไม่สามารถใช้คำสั่งตรวจสอบสื่อได้" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "ไม่รองรับการกระทำนี้" @@ -1210,52 +1210,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "ไม่มีจุดเมานท์ที่บรรจุแฟ้มอยู่" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "ไม่สามารถคัดลอกทับไดเรกทอรี" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "ไม่สามารถคัดลอกไดเรกทอรีทับไดเรกทอรี" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "มีแฟ้มปลายทางอยู่ก่อนแล้ว" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "ไม่สามารถคัดลอกไดเรกทอรีทั้งยวง" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "ได้รับชื่อ symlink ที่ใช้การไม่ได้" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "ไม่รองรับการใช้ถังขยะ" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "ชื่อแฟ้มจะมีอักขระ '%c' ไม่ได้" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "โวลุมไม่รองรับการเมานท์" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "ไม่มีโปรแกรมที่ลงทะเบียนสำหรับจัดการแฟ้มประเภทนี้ไว้" @@ -1266,12 +1266,12 @@ msgid "Enumerator is closed" msgstr "ตัวแจงนับถูกปิด" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "ตัวแจงนับแฟ้มมีการกระทำค้างอยู่" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "ตัวแจงนับแฟ้มถูกปิดไปแล้ว" @@ -1327,181 +1327,186 @@ msgstr "ชื่อแฟ้ม %s ผิดรูปแบบ" msgid "Error getting filesystem info: %s" msgstr "เกิดข้อผิดพลาดขณะอ่านข้อมูลของระบบแฟ้ม: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "ไม่สามารถเปลี่ยนชื่อไดเรกทอรีราก" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "ไม่สามารถเปลี่ยนชื่อแฟ้ม เนื่องจากมีแฟ้มชื่อเดียวกันอยู่ก่อนแล้ว" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "ชื่อแฟ้มผิดรูปแบบ" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "เกิดข้อผิดพลาดขณะเปลี่ยนชื่อแฟ้ม: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "เกิดข้อผิดพลาดขณะเปิดแฟ้ม: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "ไม่สามารถเปิดไดเรกทอรี" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "เกิดข้อผิดพลาดขณะลบแฟ้ม: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "เกิดข้อผิดพลาดขณะทิ้งแฟ้มลงถังขยะ: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "สร้างไดเรกทอรีถังขยะ '%s' ไม่สำเร็จ: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "หาไดเรกทอรีระดับบนสุดสำหรับถังขยะไม่สำเร็จ" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "หาหรือสร้างไดเรกทอรีถังขยะไม่สำเร็จ" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "สร้างแฟ้มข้อมูลการทิ้งขยะไม่สำเร็จ: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "ทิ้งแฟ้มลงถังขยะไม่สำเร็จ: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "เกิดข้อผิดพลาดขณะเปิดไดเรกทอรี '%s': %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "เกิดข้อผิดพลาดขณะสร้าง symbolic link: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "เกิดข้อผิดพลาดขณะย้ายแฟ้ม: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "ไม่สามารถย้ายไดเรกทอรีทับไดเรกทอรี" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "สร้างแฟ้มสำรองไม่สำเร็จ" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "เกิดข้อผิดพลาดขณะลบแฟ้มปลายทาง: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "ไม่รองรับการย้ายแฟ้มข้ามอุปกรณ์" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "ค่าแอตทริบิวต์ต้องไม่ใช่ตัวชี้ศูนย์" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "ชนิดของแอตทริบิวต์ใช้การไม่ได้ (ต้องการสตริง)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "ชื่อแอตทริบิวต์ส่วนขยายเพิ่มใช้การไม่ได้" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดแอตทริบิวต์ส่วนขยาย '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "เกิดข้อผิดพลาดขณะ stat แฟ้ม '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (รหัสอักขระไม่ถูกต้อง)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "เกิดข้อผิดพลาดขณะ stat file descriptor: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint32)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint64)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการสตริงของไบต์)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดสิทธิ์: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดเจ้าของ: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "symlink ต้องไม่ใช่ตัวชี้ศูนย์" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: แฟ้มไม่ใช่ symlink" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "ไม่รองรับการกำหนดแอตทริบิวต์ %s" @@ -1574,12 +1579,12 @@ msgstr "แฟ้มปลายทางไม่ใช่แฟ้มปกต msgid "The file was externally modified" msgstr "แฟ้มถูกแก้ไขโดยโปรแกรมอื่น" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "ได้รับค่า GSeekType ที่ใช้การไม่ได้" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "คำสั่งเลื่อนตำแหน่งอ่านเขียนผิดเงื่อนไข" @@ -1589,17 +1594,17 @@ msgstr "คำสั่งเลื่อนตำแหน่งอ่านเ msgid "Cannot truncate GMemoryInputStream" msgstr "ไม่สามารถตัดท้าย GMemoryInputStream ทิ้ง" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "มาถึงขีดจำกัดสูงสุดของแอร์เรย์ข้อมูลแล้ว" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "สตรีมข้อมูลออกในหน่วยความจำไม่สามารถเปลี่ยนขนาดได้" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "เปลี่ยนขนาดสตรีมข้อมูลออกในหน่วยความจำไม่สำเร็จ" @@ -1676,7 +1681,7 @@ msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ msgid "Error closing unix: %s" msgstr "เกิดข้อผิดพลาดขณะปิดแฟ้มยูนิกซ์: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "รากระบบแฟ้ม" diff --git a/po/tl.po b/po/tl.po index ffdeab7..9b41a29 100644 --- a/po/tl.po +++ b/po/tl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2005-12-01 17:31+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -17,76 +17,76 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "Kakaibang karakter '%s', inasahan na '=' matapos ng pangalang attribute '%s' " "ng elementong '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, fuzzy, c-format msgid "No valid bookmark file found in data dirs" msgstr "Walang mahanap na talaksang susi sa mga dir ng datos" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Sawi ang pagbasa ng symbolic link '%s': %s" @@ -160,7 +160,7 @@ msgstr "Ang pathname '%s' ay hindi absolute path" msgid "Invalid hostname" msgstr "Hindi tanggap na hostname" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Error sa pagbukas ng directory '%s': %s" @@ -307,24 +307,24 @@ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "" "Bigo ang pagreserba ng memory para sa talaksang '%s': bigo ang mmap(): %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Error sa linya %d char %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Error sa linya %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Walang laman na entity '&' ay nakita; tanggap na mga entity ay: & " " "< > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -335,17 +335,17 @@ msgstr "" "karakter ang nag-uumpisa ng entity; kung ang ampersand ay hindi dapat maging " "entity, itaglay ito bilang &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Hindi tanggap ang karakter '%s' sa loob ng pangalan ng entity" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Pangalan ng entity '%s' ay hindi kilala" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -354,7 +354,7 @@ msgstr "" "ampersand karakter na hindi sinasadyang mag-umpisa ng entity - itaglay ang " "ampersand ng &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -363,19 +363,19 @@ msgstr "" "Sawi sa pag-parse ng '%-.*s', na dapat ay numero sa loob ng reference sa " "karakter (halimbawa ay ê) - maaaring ang numero ay sobra ang laki" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" "Reference sa karakter '%-.*s' ay hindi nag-encode ng tanggap na karakter" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" "Walang laman na reference sa karakter; dapat may kasamang numero tulad ng " "dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -385,34 +385,34 @@ msgstr "" "gumamit kayo ng ampersand na karakter na hindi sinadyang mag-umpisa ng " "entity - itaglay ang ampersand bilang &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Hindi tapos na reference sa entity" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Hindi tapos na reference sa karakter" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Hindi tanggap na tekstong encoded ng UTF-8" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Hindi tanggap na tekstong encoded ng UTF-8" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Hindi tanggap na tekstong encoded ng UTF-8" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Kailangang mag-umpisa ang dokumento ng elemento (hal. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -421,7 +421,7 @@ msgstr "" "'%s' ay hindi tanggap na karakter matapos ng '<' na karakter; hindi ito " "maaaring mag-umpisa ng pangalang elemento" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -430,7 +430,7 @@ msgstr "" "Kakaibang karakter '%s', inasahan na '>' karakter ang pambungad ng pambukas " "na tag ng elementong '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -438,7 +438,7 @@ msgstr "" "Kakaibang karakter '%s', inasahan na '=' matapos ng pangalang attribute '%s' " "ng elementong '%s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -449,7 +449,7 @@ msgstr "" "pangbukas na tag ng elementong '%s' o attribute; maaaring gumamit kayo ng " "hindi tanggap na karakter sa pangalang attribute" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -459,7 +459,7 @@ msgstr "" "equals sign kapag nagbigay ng halaga para sa attribute '%s' ng elementong '%" "s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Sinarhan ang elementong '%s', walang bukas na elemento." -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "Sinarhan ang elementong '%s', ngunit ang kasalukuyang elementong bukas ay '%" "s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Walang laman ang dokumento o naglalaman lamang ito ng puwang" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Nagwakas ng hindi inaasahan ang dokumento matapos lamang ng pangbukas na " "angle bracket '<'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -508,7 +508,7 @@ msgstr "" "Nagwakas ng hindi inaasahan ang dokumento na may mga bukas na elemento - '%" "s' ay ang huling elementong binuksan" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -517,23 +517,23 @@ msgstr "" "Nagwakas ng hindi inaasahan ang dokumento, inasahan na makita ang angle " "bracket na pang-sara ng tag <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" "Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng elemento" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" "Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng attribute" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Nagwakas ng hindi inaasahan ang dokumento sa loob ng pagbukas na tag ng " "elemento." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -541,20 +541,20 @@ msgstr "" "Nagwakas ng hindi inaasahan ang dokumento matapos ang equal sign na sumunod " "sa pangalan ng attribute; walang halaga ang attribute" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" "Nagwakas ng hindi inaasahan ang dokumento habang nasa loob ng halagang " "attribute" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Nagwakas ang dokumento ng hindi inaasahan sa loob ng tag ng pagsara para sa " "elementong '%s'" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Nagwakas ang dokumento ng hindi inaasahan sa loob ng komento o utos ng " @@ -580,7 +580,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1197,7 +1197,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1212,7 +1212,7 @@ msgstr "Hindi kilalang option %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1251,7 +1251,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1264,10 +1264,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Hindi suportado ang mga symbolic link" @@ -1280,52 +1280,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Hindi suportado ang mga symbolic link" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1336,12 +1336,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1397,182 +1397,187 @@ msgstr "Imbalidong pangalan ng programa: %s" msgid "Error getting filesystem info: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Hindi tanggap na hostname" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Error sa pagbukas ng directory '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "" "Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng attribute" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error sa pagbukas ng directory '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Error sa linya %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Hindi suportado ang mga symbolic link" @@ -1645,12 +1650,12 @@ msgstr "Hindi karaniwang talaksan" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Imbalidong pangalan ng programa: %s" @@ -1660,17 +1665,17 @@ msgstr "Imbalidong pangalan ng programa: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1745,7 +1750,7 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s" msgid "Error closing unix: %s" msgstr "Error sa linya %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/tr.po b/po/tr.po index 067f83d..c56972e 100644 --- a/po/tr.po +++ b/po/tr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: tr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-11 18:53+0200\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-11 18:56+0200\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" @@ -20,306 +20,309 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: KBabel 1.11.4\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "'%2$s' öğesinde beklenmeyen '%1$s' özniteliği" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%2$s' öğesinde '%1$s' özelliği bulunamadı" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Beklenmeyen etiket '%s', '%s' bekleniyordu" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' içinde beklenmeyen etiket '%1$s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Veri dizinlerinde geçerli bir yer imi dosyası bulunamadı" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI '%s' için bir yer imi zaten var" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s' için bir yer imi bulunamadı" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s' için yer iminde hiç bir MIME tipi belirtilmedi" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s' için yer iminde özel işareti tanımlanmadı" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI '%s' için yer iminde grup tanımlanmadı" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' adında hiçbir uygulama '%s' için yer imi kaydetmedi" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Dönüşüm girdisinde geçersiz bayt dizisi" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Dönüşüm sırasında hata oluştu: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "Girdinin sonunda parçalı karakter dizisi" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, 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" +msgstr "" +"Geridönüş karakter kümesi '%s', '%s' karakter kümesine dönüştürülemiyor" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Yerel dosya URI'si '%s', '#' içeremez" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' geçersiz" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI makine adı '%s' geçersiz" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, 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:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Yol adı '%s', kesin bir yol değil" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Geçersiz makine adı" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "'%s' dizini açılamadı: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' dosyası okunurken hata: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' dosyasından okuma başarısız: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' dosyasını açma başarısız: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, 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" +msgstr "" +"'%s' dosyasının özniteliklerini alma başarısız: fstat() başarısızlığı: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, 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:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' dosyasını oluşturma başarısız: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, 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:990 +#: glib/gfileutils.c:990 #, 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:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Şablon '%s' geçersiz, '%s' içermemeli" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Şablon '%s' XXXXXX içermiyor" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u bayt" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, 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:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Sembolik bağlar desteklenmiyor" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "`%s'-`%s' dönüştürücüsü açılamıyor: %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string içinde okuma yapılamıyor" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Okuma tampon belleğinde kalıntı çevrilmemiş veri" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanal kısmi bir karakterde sonlanıyor" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end içinde okuma başarısız" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "'%s' dosyası açılamadı: open() başarısızlığı: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' için eşlem oluşturulamadı: mmap() başarısızlığı: %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Satır %d karakter %d hatalı: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Satır %d hata içeriyor: %s" -#: ../glib/gmarkup.c:448 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "Boş özvarlık '&;' görüldü; geçerli öğeler: & " < &qt; '" +#: glib/gmarkup.c:448 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Boş özvarlık '&;' görüldü; geçerli öğeler: & " < &qt; '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -330,17 +333,17 @@ msgstr "" "özvarlığı başlatır; eger bu & işareti bir özvarlık değilse, & olarak " "kullanabilirsiniz" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Karakter '%s' bir özvarlık isminin içinde geçerli değildir" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Özvarlık ismi '%s' bilinmiyor" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -349,7 +352,7 @@ msgstr "" "istemeksizin & karakteri kullandınız - & işaretini & olarak " "kullanabilirsiniz" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -358,16 +361,16 @@ msgstr "" "Karakter referansı içinde bir rakam olması gereken '%-.*s' ayrıştırılamadı, " "(örneğin; ê) - rakam çok büyük olabilir" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Karakter referansı '%-.*s' izin verilen karakteri kodlamıyor" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Boş karakter referansı; dž gibi bir rakam içermelidir" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -377,32 +380,32 @@ msgstr "" "başlatmak istemeksizin & karakteri kullandınız - & işaretini & olarak " "kullanabilirsiniz" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Tamamlanmamış özvarlık referansı" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Tamamlanmamış karakter referansı" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Geçersiz UTF-8 kodlanmış metin - çok uzun dizi" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Geçersiz UTF-8 kodlanmış metin - başlangıç karakteri yok" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Geçersiz UTF-8 kodlanmış metin - geçersiz '%s'" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Belge bir öğe ile başlamalı (örneğin )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -411,7 +414,7 @@ msgstr "" "'<' karakterinden sonra gelen '%s' geçerli bir karakter değil; bir öğe adı " "başlatmamalı" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -420,14 +423,15 @@ msgstr "" "Tuhaf karakter '%s', '%s' öğesinin başlangıç etiketinin sonunda '>' " "karakteri bekleniyor" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Tuhaf karakter '%1$s', '%3$s' öğesinin '%2$s' özniteliğinin sonunda '=' " "karakteri bekleniyor" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -438,7 +442,7 @@ msgstr "" "veya bir öznitelik bekleniyor; öznitelik isminde geçersiz bir karakter " "kullanmış olabilirsiniz" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -447,7 +451,7 @@ msgstr "" "Tuhaf karakter '%s', '%s' özniteliğini '%s' öğesinde değiştirmek için " "eşittir işaretinden sonra tırnak işareti bekleniyor" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' öğesi kapatılmış, hiç bir öğe açık değil" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' öğesi kapatılmış, fakat şu an açık öğe '%s'" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Belge boş veya sadece boşluk karakteri içeriyor" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Belge açık açı parantezi '<' işaretinden hemen sonra beklenmedik bir şekilde " "bitti" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -494,7 +498,7 @@ msgstr "" "Belge öğeleri hala açıkken beklenmedik bir şekilde bitti - son açılan öğe: '%" "s'" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -503,19 +507,19 @@ msgstr "" "Belge beklenmedik bir şekilde bitti, etiketi bitiren kapalı açı parantezi " "ile biten <%s/> beklendi" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Belge bir öğe isminin içinde beklenmedik bir şekilde bitti" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Belge bir öznitelik ismi içinde beklenmedik bir şekilde bitti" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Belge bir öğe-açma etiketi içinde beklenmedik bir şekilde bitti." -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -523,396 +527,398 @@ msgstr "" "Belge öznitelik adını takip eden eşittir işaretinden sonra beklenmedik bir " "şekilde bitti; öznitelik değeri yok" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Belge bir öznitelik değeri içinde iken beklenmedik bir şekilde bitti" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Belge, '%s' öğesinin kapama etiketi içinde beklenmedik bir şekilde bitti" +msgstr "" +"Belge, '%s' öğesinin kapama etiketi içinde beklenmedik bir şekilde bitti" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" -msgstr "Belge bir yorum veya işlem talimatı içindeyken beklenmedik bir şekilde bitti" +msgstr "" +"Belge bir yorum veya işlem talimatı içindeyken beklenmedik bir şekilde bitti" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "bozuk nesne" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "dahili hata ya da bozuk öğe" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "yetersiz bellek" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "geri takip sınırına ulaşıldı" -#: ../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 "doku (pattern), kısmi eşleme için desteklenmeyen öğeler içeriyor" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1956 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "dahili hata" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "koşul olarak geri referanslar kısmi eşleme için desteklenmiyor" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "iç içe tekrar sınırına ulaşıldı" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "boş alt dizgiler için çalışma alanı sınırına ulaşıldı" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "yeni satır işaretlerinin geçersiz kombinasyonu" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "bilinmeyen hata" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ desenin sonunda" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c desenin sonunda" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "anlaşılamayan karakter \\ takip ediyor" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "büyük küçük harf değiştiren kaçış karakterleri (\\l, \\L, \\u, \\U) burada " "kullanılamaz" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "sayılar {} niceliği içerisinde sıra dışı" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "sayılar {} niceliği içerisinde çok büyük" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "karakter sınıfı için eksik sonlanan ]" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "karakter sınıfında geçersiz dizi" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "karakter sınıfında sıra dışı kapsam" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "tekrarlanacak bir şey yok" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "(? sonrası tanımlanmayan karakter" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "(?< sonrası tanımlanmayan karakter" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "(?P sonrası tanımlanmayan karakter" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX isimlendirilmiş sınıflar sadece bir sınıf içinde desteklenir" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "eksik sonlandıran )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr "açma ( olmayan )" #. 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 ya da (?[+-]basamakları ) ile takip etmelidir" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "mevcut olmayan alt desene referans" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "açıklama sonrası eksik )" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "düzenli ifade çok büyük" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "hafıza alma başarısız oldu" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "geribakma iddiası sabit uzunlukta değil" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "(?( sonrası bozuk rakam ya da isim" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "koşul grubu ikiden daha fazla branç içeriyor" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "(?( sonrası iddia bekleniyor" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "bilinmeyen POSIX sınıf ismi" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX karşılaştırma öğeleri desteklenmiyor" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "\\x{...} dizisi içerisinde karakter değeri çok büyük" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "geçersiz koşul (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C geriye bakma iddiası içerisinde izin verilmiyor" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "tekrarlı çağrı sonsuz döngü yapamadı" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "alt desen ismi içerisinde eksik sonlandırıcı" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "iki isimli alt desenler aynı isme sahip" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "bozulmuş \\P ya da \\p dizisi" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "\\P ya da \\p sonrası bilinmeyen özellik ismi" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "alt desen ismi çok uzun (en fazla 32 karakter)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "çok fazla isimlendirilmiş alt desen (en fazla 10.000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "sekizlik değer \\377'den daha büyük" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE grubu birden daha fazla branş içeriyor" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "bir DEFINE grubunu tekrarlamaya izin verilmiyor" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "kararsız NEWLINE seçenekleri" -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g bir parantezli isim ya da tercihten parentezli sıfır olmayan sayı " "tarafından takip edilmiyor" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "beklenmeyen tekrar" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "kod akış taşması" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "derleme çalışma alanı kaplandı" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "onceden kontrol edilmiş referanslı alt desen bulunamadı" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Düzenli ifade %s eşleşirken hata: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE kütüphanesi UTF8 desteği olmadan derlenmiş" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE kütüphanesi UTF8 özellikleri desteği olmadan derlenmiş" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Düzenli ifade %s derlenirken karakter %d hatalı: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Düzenli ifade %s eniyilemesinde (optimization) hata: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "onaltılı rakam ya da '}' beklendi" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "onaltılı rakam beklendi" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "sembolik referansda eksik '<'" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "tamamlanmamış sembolik referans" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "sıfır-uzunlukta sembolik referans" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "rakam beklendi" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "geçersiz sembolik referans" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "son '\\' kayıp" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "geçersiz çıkış dizisi" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Yerine koyma metni \"%s\" işlenirken karakter %lu hatalı: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Alıntılı metin tırnak işareti ile başlamıyor" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" -msgstr "Komut satırında veya diğer kabuk alıntısı metinde eşlenmemiş tırnak işareti" +msgstr "" +"Komut satırında veya diğer kabuk alıntısı metinde eşlenmemiş tırnak işareti" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Metin '\\' karakterinden hemen sonra bitti. (Metin: '%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 için eşleşen tırnak işareti bulunmadan metin bitti. (Metin: '%s')" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Metin boştu (veya sadece boşluk içeriyordu)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Alt süreçten bilgi okuma başarısızlığı" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Alt süreçle haberleşme için boru yaratılamadı (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Alt süreç borusundan okuma başarısızlığı (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "'%s' dizinine değiştirme başarısızlığı (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Alt süreç yürütme başarısızlığı (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Geçersiz program adı: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "%d konumunda parametre vektörü içinde geçersiz dizgi: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Çevre içinde geçersiz dizgi: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Geçersiz çalışma dizini: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Yardımcı program (%s) çalıştırılamadı" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -921,319 +927,317 @@ msgstr "" "Alt süreçten bilgi okurken g_io_channel_win32_poll() işleminde beklenmeyen " "hata" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Alt süreçten bilgi okuma başarısızlığı (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Alt süreçten bilgi okurken select()'te beklenmeyen hata oluştu (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid()'de beklenmeyen hata (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Çatallama başarısızlığı (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "\"%s\" alt süreç çalıştırılırken hata oluştu (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Alt sürecin girdisi veya çıktısı yönlendirilemedi (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Alt süreç çatallanamadı (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Alt süreç \"%s\" çalıştırılırken bilinmeyen hata oluştu" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Alt süreç borusundan yeterli bilgi okunamadı (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Karakter UTF-8 için sınırlarının dışında" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Dönüşüm girdisi içinde geçersiz dizi" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Karakter UTF-16 sınırlarının dışında" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Kullanım:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[SEÇENEK...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Yardım Seçenekleri:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Yardım seçeneklerini göster" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Tüm yardım seçeneklerini göster" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Uygulama Seçenekleri:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "%2$s için tamsayı değeri '%1$s' ayrıştırılamıyor" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s için tamsayı değeri '%1$s' aralık dışında" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "'%2$s' için double değeri '%1$s' ayrıştırılamıyor" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "%2$s için double değeri '%1$s' aralık dışında" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "%s seçeneği işlenirken hata" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "%s için parametre eksik" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Bilinmeyen seçenek %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Arama dizinlerinde geçerli anahtar dosyası bulunamadı" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Normal dosya değil" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Dosya boş" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" "Anahtar dosyası anahtar-değer çifti, grup veya yorum olmayan '%s' satırını " "içeriyor" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Geçersiz grup adı: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Anahtar dosyası bir grupla başlamıyor" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Geçersiz anahtar adı: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Anahtar dosya geçersiz kodlama '%s' içeriyor" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Anahtar dosyasında '%s' grubu yok" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Anahtar dosyasında '%s' anahtarı yok" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Anahtar dosyası UTF-8 olmayan '%s' anahtarını '%s' değeriyle içeriyor" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Anahtar dosyası değeri yorumlanamayan '%s' değerini içeriyor." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." -msgstr "Anahtar dosyası, yorumlanamayan '%2$s' grubundaki '%1$s' anahtarını içeriyor." +msgstr "" +"Anahtar dosyası, yorumlanamayan '%2$s' grubundaki '%1$s' anahtarını içeriyor." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Anahtar dosyası '%2$s' grubunda '%1$s' anahtarı içermiyor" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Anahtar dosyası satır sonunda çıkış karakteri içeriyor" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' geçersiz çıkış dizisi içeriyor" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' değeri bir sayı olarak yorumlanamıyor." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Tamsayı değeri '%s' aralık dışında" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "'%s' değeri bir gerçel sayı olarak yorumlanamıyor." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' değeri mantıksal değer olarak yorumlanamıyor." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, 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:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Akış zaten kapalı" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1949 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "İşlem iptal edildi" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Bilinmeyen tür" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s dosya türü" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s türü" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Beklenmeyen erken akış-sonu" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Ä°simlendirilmemiş" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Desktop dosyası Exec alanı belirtmemiş" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Uygulama için gerekli uçbirim bulunamadı" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Kullanıcı masaüstü dosyası %s oluşturulamıyor" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "%s için özel tanım" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "sürücü çıkartmayı uygulamıyor" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "sürücü ortam için yoklamayı uygulamıyor" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "İşlem desteklenmiyor" @@ -1246,93 +1250,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Bağlama mevcut değil içeriyor" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Dizin üzerine kopyalanamıyor" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Dizin dizin üzerine kopyalanamıyor" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2103 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Hedef dosya mevcut" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Dizin iç içe kopyalanamıyor" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Geçersiz sembolik bağ değeri verildi" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Çöp desteklenmiyor" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Dosy adları '%c' içeremez" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "sistem bağlama uygulamıyor" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "Bu dosyayı işlemek için hiçbir uygulama kayıtlı değil" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Enumerator kapalı" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Dosya numaralandırıcı sıradışı işleme sahip" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Dosya numaralandırıcı zaten kapalı" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Akış query_info desteklemiyor" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Atlama akışta desteklenmiyor" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Sonunu kesmeye giriş akışında izin verilmiyor" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Akış üzerinde sonunun kesilmesi desteklenmiyor" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Giriş akımı okumayı uygulamıyor" @@ -1343,299 +1347,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Akışın sıradışı işlemi var" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Öntanımlı yerel dizin izleme tipi bulunamadı" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Geçersiz dosya adı %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Dosya sistemi bilgisi alınırken hata: %s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Kök dizini yeniden adlandırılamıyor" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Dosya yeniden adlandırılamıyor, dosya ismi zaten mevcut" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1978 ../gio/glocalfile.c:2007 -#: ../gio/glocalfile.c:2156 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Geçersiz dosya adı" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Dosya yeniden adlandırılırken hata: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Dosya açılırken hata: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Dizin açılamıyor" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1982 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Dosya silinirken hata: %s" -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Dosya çöpe atılırken hata: %s" -#: ../gio/glocalfile.c:1700 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Çöp dizini %s oluşturulamıyor: %s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Çöp için en üst seviye dizin bulunamıyor" -#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "Çöp dizini bulunamıyor ya da oluşturulamıyor" -#: ../gio/glocalfile.c:1854 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Çöp bilgi dosyası oluşturulamıyor: %s" -#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1948 ../gio/glocalfile.c:1955 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Dosya çöpe atılamıyor: %s" -#: ../gio/glocalfile.c:2011 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "'%s' dizini açılamadı: %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Sembolik bağ yaparken hata: %s" -#: ../gio/glocalfile.c:2071 ../gio/glocalfile.c:2160 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Dosya taşınırken hata: %s" -#: ../gio/glocalfile.c:2094 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Dizin dizin üzerine taşınamıyor" -#: ../gio/glocalfile.c:2116 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Yedek dosyası oluşturma başarısız oldu" -#: ../gio/glocalfile.c:2135 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Hedef dosya silerken hata: %s" -#: ../gio/glocalfile.c:2149 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Bağlı sistemler arasında taşıma desteklenmiyor" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Öznitelik değeri NULL olmamalı" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Geçersiz öznitelik türü (dizgi beklendi)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Geçersiz genişletilmiş öznitelik ismi" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Genişletilmiş öznitelik '%s' atanırken hata: %s" -#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' dosyası durumlandırılırken hata: %s" -#: ../gio/glocalfileinfo.c:1458 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (geçersiz kodlama)" -#: ../gio/glocalfileinfo.c:1618 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Dosya tanımlayıcı durumlandırılırken hata: %s" -#: ../gio/glocalfileinfo.c:1663 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Geçersiz öznitelik türü (uint32 beklendi)" -#: ../gio/glocalfileinfo.c:1680 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Geçersiz öznitelik türü (uint64 beklendi)" -#: ../gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Geçersiz öznitelik türü (byte dizisi beklendi)" -#: ../gio/glocalfileinfo.c:1724 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Ä°zinler atanırken hata: %s" -#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Sahip atanırken hata: %s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "sembolik bağ NULL olmamalı" -#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827 -#: ../gio/glocalfileinfo.c:1838 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Sembolik bağ atanırken hata: %s" -#: ../gio/glocalfileinfo.c:1817 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "Sembolik bağ atanırken hata: dosya bir sembolik bağ değil" -#: ../gio/glocalfileinfo.c:1998 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Öznitelik %s ataması desteklenmiyor" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Dosyadan okunurken hata: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "Dosya içinde atlama yapılırken hata: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Dosya kapatılırken hata: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Öntanımlı yerel dosya izleme türü bulunamadı" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Dosyaya yazılırken hata: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Eski yedek bağı silinirken hata: %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Yedek kopyası oluşturulurken hata: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Geçici dosya yeniden adlandırılırken hata: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Dosyanın sonu kesilirken hata: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "'%s' dosyası açılırken hata: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Hedef dosya bir dizin" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Hedef dosya normal dosya değil" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "Dosya harici olarak değiştirilmiş" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Geçersiz GSeekType sağlandı" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Geçersiz atlama isteği" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream sonu silinemiyor" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Azami veri dizisi sınırına ulaşıldı" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Hafıza çıktı akışı yeniden boyutlandırılamaz" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Hafız çıktı açışı yeniden boyutlandırma başarısız oldu" @@ -1643,121 +1652,121 @@ 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:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "mount eject uygulamıyor" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "mount remount uygulamıyor" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Çıktı akışı write uygulamıyor" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Kaynak akışı zaten kapalı" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "isim" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Simgenin ismi" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "isimler" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Simgenin isimlerini içeren dizi" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "ötanımlı son çözümleri kullan" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." msgstr "" -"Ä°smi '-' karakterleri ile kısaltarak bulunan son çözümlerin kullanılması. Eğer birden " -"daha fazla isim verilmişse birincisinden sonraki isimleri yok sayar." +"Ä°smi '-' karakterleri ile kısaltarak bulunan son çözümlerin kullanılması. " +"Eğer birden daha fazla isim verilmişse birincisinden sonraki isimleri yok " +"sayar." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Unix'den okurken hata: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Unix kapatılırken hata: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Dosya sistemi kök dizini" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Unix'e yazılırken hata: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "volume eject uygulamıyor" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Uygulama bulunamıyor" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Uygulama başlatılırken hata: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI'ler desteklenmiyor" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "eşleştirme değişimleri win32 üzerinde desteklenmiyor" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Eşleştirme oluşturulması win32 üzerinde desteklenmiyor" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "girişleri saklama" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "uzun listeleme biçimini kullan" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[DOSYA...]" - diff --git a/po/tt.po b/po/tt.po index 80db671..0829c1c 100644 --- a/po/tt.po +++ b/po/tt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgnome\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2005-11-09 13:19+0300\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" @@ -13,74 +13,74 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "'%s' biremennän uqıp bulmadı: %s" @@ -154,7 +154,7 @@ msgstr "'%s' digän yul töptän tügel" msgid "Invalid hostname" msgstr "Host adı yaraqsız" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "'%s' törgägen açıp bulmadı: %s" @@ -296,22 +296,22 @@ msgstr "'%s' biremen açıp bulmadı: open() uzmadı: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "%d. yulnıñ %d. bilgedä xata: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d. yulda xata: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -319,93 +319,93 @@ msgid "" "it as &" msgstr "" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" msgstr "" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, 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 "" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" msgstr "" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -413,87 +413,87 @@ msgid "" "character in an attribute name" msgstr "" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, 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 "" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Ä°stälek eçtälege yä buş, yä buşlıq bilgelärennän genä tora" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" @@ -517,7 +517,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1113,7 +1113,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1128,7 +1128,7 @@ msgstr "Bilgesez %s atlı köylämä" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1167,7 +1167,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1180,10 +1180,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "" @@ -1196,52 +1196,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1252,12 +1252,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1313,181 +1313,186 @@ msgstr "Yazılım adı yaraqsız: %s" msgid "Error getting filesystem info: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Host adı yaraqsız" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "'%s' törgägen açıp bulmadı: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' törgägen açıp bulmadı: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d. yulda xata: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1560,12 +1565,12 @@ msgstr "Ğädäti birem tügel" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Yazılım adı yaraqsız: %s" @@ -1575,17 +1580,17 @@ msgstr "Yazılım adı yaraqsız: %s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1660,7 +1665,7 @@ msgstr "'%s' biremen uqığanda xata: %s" msgid "Error closing unix: %s" msgstr "%d. yulda xata: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/uk.po b/po/uk.po index e379a08..fb76884 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-01-25 11:56+0300\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -17,74 +17,74 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Неочікуваний атрибут \"%s\" для елемента \"%s\"" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Атрибут \"%s\" для елемента \"%s\" не існує" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Неочікуваний тег \"%s\", очікувався тег \"%s\"" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Неочікуваний тег '%s' у '%s'" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Не вдається знайти правильний файл закладок у каталогах даних" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Файл закладок для URI '%s' вже існує" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Не знайдено закладки для URI '%s'" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Не визначено тип MIME у закладці для URI '%s'" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Не вказано приватну ознаку у закладці для URI '%s'" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Не встановлено групи у закладці для URI '%s'" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Не зареєстровано програму з назвою '%s' для закладки '%s'" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Помилка розкривання рядка виконання \"%s\" для URI %s" @@ -160,7 +160,7 @@ msgstr "Шлях \"%s\" не є абсолютним" msgid "Invalid hostname" msgstr "Неправильна назва вузла" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Помилка відкривання каталогу \"%s\": %s" @@ -307,24 +307,24 @@ msgstr "Помилка відкривання файлу \"%s\": помилка msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Помилка створення карти файлу \"%s\": помилка mmap(): %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Помилка в рядку %d на символі %d: " -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Помилка в рядку %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Виявлено порожній предикат \"&;\"; допустимими предикатами є: & " " "< > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -335,17 +335,17 @@ msgstr "" "\"; якщо цей символ вживається не для позначення початку предикату, то " "повинен екрануватись як символ &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Символ \"%s\" не допускається в назві предикату" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Назва предикату \"%s\" невідома" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -353,7 +353,7 @@ msgstr "" "Предикат не закінчується крапкою з комою; очевидно, що символ & було " "використано не для позначення початку предикату – екрануйте його як &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -362,16 +362,16 @@ msgstr "" "Помилка аналізу '%-.*s', де має бути число у символьному посиланні " "(наприклад, ê), можливо, число надто велике" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Посилання на символ \"%-.*s\" не визначає дозволений символ" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Порожнє посилання на символ, воно має включати число, наприклад dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -380,37 +380,37 @@ msgstr "" "Посилання на символ не закінчується крапкою з комою, схоже символ \"&\" було " "використано не для позначення початку предикату – екрануйте його як &." -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Незавершене посилання на предикат" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Незавершене посилання на символ" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "" "Текст закодований як UTF-8 неприпустимим способом - надто довга послідовність" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" "Текст закодований як UTF-8 неприпустимим способом - некоректний початок " "символу" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "" "Текст закодований як UTF-8 неприпустимим способом - некоректна послідовність " "'%s'" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Документ має починатися з елемента (наприклад, )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -419,7 +419,7 @@ msgstr "" "Символ \"%s\" не дозволяється вживати після символу \"<\", він не може " "починати назву елемента" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -428,7 +428,7 @@ msgstr "" "Зайвий символ \"%s\", очікувався символ \">\" для закриття початкового тегу " "елементу \"%s\"" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -436,7 +436,7 @@ msgstr "" "Зайвий символ \"%s\", очікувався символ \"=\" після назви ознаки \"%s\" " "елемента \"%s\"" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -447,7 +447,7 @@ msgstr "" "початкового тегу елементу \"%s\", чи додаткова ознака; можливо, було " "використано неприпустимий символ в назві ознаки" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -456,7 +456,7 @@ msgstr "" "Зайвий символ \"%s\", очікувались відкриваючі лапки після знаку рівності на " "присвоєнні значення ознаці \"%s\" елементу \"%s\"" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Було закрито не відкритий елемент \"%s\"" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Було закрито елемент \"%s\", але зараз відрито елемент \"%s\"" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Документ порожній чи містить лише пропуски" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Документ раптово закінчився відразу після початкової кутової дужки \"<\"" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -502,7 +502,7 @@ msgstr "" "Документ раптово закінчився, коли деякі елементи ще були відкритими – \"%s\" " "був останнім відкритим елементом" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -511,19 +511,19 @@ msgstr "" "Документ раптово закінчився, очікувалась кінцева кутова дужка для закриття " "тегу <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Документ раптово закінчився посеред назви елемента" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Документ раптово закінчився посеред назви ознаки" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Документ раптово закінчився у середині тегу, що відкривав елемент" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -531,17 +531,17 @@ msgstr "" "Документ раптово закінчився після знака рівності, що йшов за назвою ознаки; " "значення ознаки не вказано" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Документ раптово закінчився посеред значення ознаки" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Документ раптово закінчився у середині тегу, що закривав елемент \"%s\"" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Документ раптово закінчився у середині коментарю чи інструкції обробки" @@ -567,7 +567,7 @@ msgstr "" "шаблон містить елементи, які не підтримуються при пошуку часткової " "відповідності" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "внутрішня помилка" @@ -1181,7 +1181,7 @@ msgstr "До %s передано надто велике значення ліч msgid "Stream is already closed" msgstr "Потік вже закрито" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Операцію скасовано" @@ -1195,7 +1195,7 @@ msgstr "Невідомий тип" msgid "%s filetype" msgstr "тип файлу %s" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "тип %s" @@ -1234,7 +1234,7 @@ msgstr "Не вдається створити теку параметрів MIM msgid "Can't create user desktop file %s" msgstr "Не вдається створити для користувача desktop-файл %s" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Власне визначення %s" @@ -1247,10 +1247,10 @@ msgstr "пристрій не має функції витягування но msgid "drive doesn't implement polling for media" msgstr "пристрій не має функції опитування наявності носія" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Операція не підтримується" @@ -1263,52 +1263,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Вкладена точка монтування не існує" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Не вдається копіювати у каталог" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "Не вдається копіювати каталог у каталог" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Цільовий файл існує" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Не вдається рекурсивно скопіювати каталог" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "Неправильне значення символьного посилання" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Смітник не підтримується" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "назви файлів не можуть містити символ '%c'" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "том не підтримує операцію монтування" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "Не зареєстровано програму з назвою що створило закладку" @@ -1319,12 +1319,12 @@ msgid "Enumerator is closed" msgstr "Лічильник закрито" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Лічильник файлів має невиконані операції" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Лічильник файлів вже закритий" @@ -1380,183 +1380,188 @@ msgstr "Неправильна назва файлу %s" msgid "Error getting filesystem info: %s" msgstr "Помилка при отриманні інформації з файлової системи: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Не можна перейменовувати кореневий каталог" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "Не вдається перейменувати файлу, файл з такою назвою вже існує" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Неправильна назва файлу" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "Помилка при перейменуванні файлу: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Помилка при відкриванні файлу: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Не вдається відкрити каталог" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Помилка при видаленні файлу: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "Помилка при переміщенні файлу до смітника: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Помилка при створенні каталогу смітника %s: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Не вдається знайти каталог верхнього рівня для смітника" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "не вдається знайти чи створити каталог смітника" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Помилка створення файл у смітнику: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "Не вдається перемістити файл до смітника: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Помилка відкривання каталогу \"%s\": %s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "Помилка при створенні символьного посилання: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Помилка при переміщенні файлу: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "Не вдається перемістити каталог у каталог" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Помилка при створенні файлу резервної копії" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Помилка при зчитуванні цільового файлу: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Переміщення між різними точками монтування не підтримується" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Значення атрибуту не можу бути NULL" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "неправильний тип атрибуту (очікувався рядок)" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Неправильна назва розширеного атрибуту" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Помилка при встановленні розширеного атрибуту \"%s\": %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Помилка отримання інформації про файл \"%s\": %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (неправильне кодування)" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "Помилка отримання інформації для дескриптору файлу: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Неправильний тип атрибута (очікувався uint32)" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Неправильний тип атрибуту (очікувався uint64)" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Неправильний тип атрибуту (очікувався рядок байтів)" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Помилка встановлення прав доступу: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Помилка встановлення власник: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "символьне посилання не може мати значення NULL" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "Помилка при встановленні символьного посилання: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" "помилка при встановленні символьного посилання: файл не є символьним " "посиланням" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "Встановлення атрибуту %s не підтримуються" @@ -1629,12 +1634,12 @@ msgstr "Цільовий файл не є звичайним файлом" msgid "The file was externally modified" msgstr "Файл був змінений іншою програмою" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "Вказано неправильний GSeekType" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Неправильний тип операції зміни позиції у файлі" @@ -1644,17 +1649,17 @@ msgstr "Неправильний тип операції зміни позиці msgid "Cannot truncate GMemoryInputStream" msgstr "Не можна усікати GMemoryInputStream" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Досягнуто верхню межу масиву даних" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Не можна змінювати розмір потоку виводу у пам'ять" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Помилка при зміні розміру потоку виводу у пам'ять" @@ -1731,7 +1736,7 @@ msgstr "Помилка при зчитуванні unix-сокету: %s" msgid "Error closing unix: %s" msgstr "Помилка при закриванні unix-сокету: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Корінь файлової системи" diff --git a/po/vi.po b/po/vi.po index d7080ce..86e1fdc 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib GNOME TRUNK\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-14 04:06+0000\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-23 15:50+0700\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -17,332 +17,330 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.7b1\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Thuộc tính bất thường « %s » cho yếu tố « %s »" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Không tìm thấy thuộc tính « %s » của yếu tố « %s »" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Thẻ bất thường « %s », mong đợi thẻ « %s »" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Thẻ bất thường « %s » bên trong « %s »" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Không tìm thấy tập tin liên kết lÆ°u hợp lệ trong các thÆ° mục dữ liệu" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Một liên kết lÆ°u URI « %s » đã có" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Không tìm thấy liên kết lÆ°u URI « %s »" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "ChÆ°a xác định kiểu MIME trong liên kết lÆ°u URI « %s »" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "ChÆ°a xác định cờ riêng trong liên kết lÆ°u URI « %s »" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "ChÆ°a đặt nhóm trong liên kết lÆ°u URI « %s »" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Không có ứng dụng tên « %s » đã đăng ký một liên kết lÆ°u « %s »" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format 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:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, 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:435 glib/gconvert.c:513 #, 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:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format 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:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Gặp lỗi khi chuyển đổi: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format 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:919 +#: glib/gconvert.c:919 #, 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:1734 +#: glib/gconvert.c:1734 #, 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:1744 +#: glib/gconvert.c:1744 #, 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:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI « %s » không hợp lệ" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, 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:1789 +#: glib/gconvert.c:1789 #, 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:1884 +#: glib/gconvert.c:1884 #, 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:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Tên máy không hợp lệ" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Gặp lỗi khi mở thÆ° mục « %s »: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, 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:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Gặp lỗi khi đọc tập tin « %s »: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Lỗi đọc từ tập tin « %s »: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Lỗi mở tập tin « %s »: %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, 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:756 +#: glib/gfileutils.c:756 #, 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:890 +#: glib/gfileutils.c:890 #, 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:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Lỗi tạo tập tin « %s »: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, 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:971 +#: glib/gfileutils.c:971 #, 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:990 +#: glib/gfileutils.c:990 #, 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:1108 +#: glib/gfileutils.c:1108 #, 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:1352 +#: glib/gfileutils.c:1352 #, 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:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Biểu mẫu « %s » không chứa XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, 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:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Không hỗ trợ khả năng sá»­ dụng liên kết tượng trÆ°ng" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Không thể mở bộ chuyển đổi từ « %s » sang « %s »: %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" -"Không thể thá»±c hiện tiến trình đọc thô trong « g_io_channel_read_line_string " -"»" +"Không thể thá»±c hiện tiến trình đọc thô trong « g_io_channel_read_line_string »" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Có dữ liệu chÆ°a được chuyển đổi còn lại nằm trong bộ đệm đọc" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kênh tận hết trong ký tá»± riêng phần" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Không thể thá»±c hiện tiến trình đọc thô trong « g_io_channel_read_to_end »" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Lỗi mở tập tin « %s »: lỗi « fdopen() »: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Lỗi ánh xạ tập tin « %s »: lỗi « mmap() »: %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "Lỗi trên dòng %d ký tá»± %d: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Lỗi trên dòng %d: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Thấy thá»±c thể rỗng « &; »; những thá»±c thể hợp lệ là: & " < > " "'" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " "begins an entity; if this ampersand isn't supposed to be an entity, escape " "it as &" msgstr "" -"Ký tá»± « %s » không phải là hợp lệ ở đầu của tên thá»±c thể; ký tá»± « & » khởi " -"đầu một thá»±c thể; nếu dấu và này không nên là một thá»±c thể, hãy thoát nó nhÆ° " -"là « & »" +"Ký tá»± « %s » không phải là hợp lệ ở đầu của tên thá»±c thể; ký tá»± « & » khởi đầu " +"một thá»±c thể; nếu dấu và này không nên là một thá»±c thể, hãy thoát nó nhÆ° là « " +"& »" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Ký tá»± « %s » không phải là hợp lệ bên trong tên thá»±c thể" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Không biết tên thá»±c thể « %s »" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -350,7 +348,7 @@ msgstr "" "Thá»±c thể không có dấu chấm phẩy cuối cùng; dường nhÆ° bạn đã dùng dấu và mà " "không định bắt đầu một thá»±c thể — hãy thoát dấu và nhÆ° là « & »" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -359,16 +357,16 @@ msgstr "" "Lỗi phân tách « %-.*s », nó nên là một chữ số bên trong một tham chiếu ký tá»± " "(v.d. « ê ») — có lẽ chÆ° số quá lớn." -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tham chiếu ký tá»± « %-.*s » không mã hóa một ký tá»± được phép." -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Tham chiếu ký tá»± trống; nên chứa chữ số nhÆ° là « dž »." -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -377,32 +375,32 @@ msgstr "" "Tham chiếu ký tá»± không có dấu chấm phẩy cuối cùng; dường nhÆ° bạn đã dùng một " "dấu và mà không định bắt đầu một thá»±c thể — hãy thoát dấu và nhÆ° là « & »" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Tham chiếu thá»±c thể chÆ°a hoàn thành" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Tham chiếu ký tá»± chÆ°a hoàn thành" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Văn bản được mã hoá UTF-8 không hợp lệ: dáy quá dài" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Văn bản được mã hoá UTF-8 không hợp lệ: không phải ký tá»± bắt đầu" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Văn bản được mã hoá UTF-8 không hợp lệ: không phải « %s » hợp lệ" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Tài liệu phải bắt đầu bằng một yếu tố (v.d. [quyển sách])" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -411,7 +409,7 @@ msgstr "" "« %s » không phải là một ký tá»± hợp lệ đi theo một dấu ngoặc nhọn mở « < » ; " "không cho phép nó bắt đầu một tên yếu tố" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -420,26 +418,26 @@ msgstr "" "Ký tá»± lẻ « %s », mong đợi một dấu ngoặc nhọn đóng « > » để kết thúc thẻ khởi " "đầu của yếu tố « %s »" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -"Ký tá»± lẻ « %s », mong đợi một dấu bằng « = » nằm sau tên thuộc tính « %s » " -"của yếu tố « %s »" +"Ký tá»± lẻ « %s », mong đợi một dấu bằng « = » nằm sau tên thuộc tính « %s » của " +"yếu tố « %s »" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, 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 "" -"Ký tá»± lẻ « %s », mong đợi một dấu ngoặc nhọn đóng « > » hay dấu xuyệc « / » " -"để kết thúc thẻ khởi đầu của yếu tố « %s », hay tùy ý một thuộc tính; có lẽ " -"bạn đã dùng một ký tá»± không hợp lệ trong một tên thuộc tính." +"Ký tá»± lẻ « %s », mong đợi một dấu ngoặc nhọn đóng « > » hay dấu xuyệc « / » để " +"kết thúc thẻ khởi đầu của yếu tố « %s », hay tùy ý một thuộc tính; có lẽ bạn " +"đã dùng một ký tá»± không hợp lệ trong một tên thuộc tính." -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -448,7 +446,7 @@ msgstr "" "Ký tá»± lẻ « %s », mong đợi một dấu nháy kép mở nằm sau dấu bằng khi đưa giá " "trị cho thuộc tính « %s » của yếu tố « %s »" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -"« %s » không phải là một ký tá»± hợp lệ nằm theo tên yếu tố đóng « %s »; ký " -"tá»± được phép là « > »." +"« %s » không phải là một ký tá»± hợp lệ nằm theo tên yếu tố đóng « %s »; ký tá»± " +"được phép là « > »." -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Yếu tố « %s » đã được đóng, không có yếu tố mở hiện thời" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Yếu tố « %s » đã được đóng, nhÆ°ng yếu tố mở hiện thời là « %s »" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Tài liệu rỗng hay chứa chỉ khoảng trắng" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Tài liệu đã kết thúc bất thường ngay sau một dấu ngoặc nhọn mở « < »" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -493,7 +491,7 @@ msgstr "" "Tài liệu đã kết thúc bất thường với các yếu tố vẫn còn mở — « %s » là yếu tố " "đã mở cuối cùng" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -502,19 +500,19 @@ msgstr "" "Tài liệu kết thúc bất thường, mong đợi thấy dấu ngoặc nhọn đóng kết thúc thẻ " "« <%s/> »" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Tài liệu đã kết thúc bất thường bên trong một tên yếu tố" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Tài liệu đã kết thúc bất thường bên trong một tên thuộc tính" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Tài liệu đã kết thúc bất thường bên trong một thẻ mở yếu tố" -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -522,550 +520,547 @@ msgstr "" "Tài liệu đã kết thúc bất thường sau dấu bằng nằm sau một tên thuộc tính; " "không có giá trị thuộc tính" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" "Tài liệu đã kết thúc bất thường trong khi nằm trong một giá trị thuộc tính" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Tài liệu đã kết thúc bất thường bên trong thẻ đóng cho yếu tố « %s »" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Tài liệu đã kết thúc bất thường bên trong một chú thích hay hướng dẫn xá»­ lý" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "đối tượng bị hỏng" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "lỗi nội bộ hay đối tượng bị hỏng" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "hết bộ nhớ" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "không thể rút lùi nữa" -#: ../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ẫu chứa mục không được hỗ trợ khi khớp bộ phận" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1962 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "lỗi nội bộ" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "khi khớp bộ phận, không hỗ trợ rút lui làm điều kiện" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "không thể đề qui nữa" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "vùng làm việc không thể chứa chuỗi con rỗng nữa" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "kết hợp cờ dòng mới một cách không hợp lệ" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "lỗi lạ" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ ở kết thúc của mẫu" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c ở kết thúc của mẫu" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "có ký tá»± lạ phía sau \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "ở đây thì không cho phép ký tá»± thoát thay đổi chữ hoa/thường (\\l, \\L, \\u, " "\\U)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "các con số không theo thứ tá»± đúng trong chuỗi xác định số lượng {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "con số quá lớn trong chuỗi xác định số lượng {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "thiếu ] chấm dứt cho hạng ký tá»±" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "gặp dây thoát không hợp lệ trong hạng ký tá»±" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "phạm vi không theo thứ tá»± đúng trong hạng ký tá»±" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "không có gì cần lặp lại" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "không nhận dạng ký tá»± nằm sau (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "không nhận dạng ký tá»± nằm sau (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "không nhận dạng ký tá»± nằm sau (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "Hạng POSIX có tên chỉ được hỗ trợ bên trong hạng" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "thiếu ) chấm dứt" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr "có ) không có ( đầu tiên" #. 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 hay (?[+-]chữ số phải có ) theo sau" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "tham chiếu đến mẫu phụ không tồn tại" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "thiếu ) nằm sau chú thích" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "biểu thức chính quy quá lớn" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "không lấy được bộ nhớ" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "khẳng định lookbehind (thấy ở sau) không có độ dài cố định" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "có con số hay tên dạng sai nằm sau (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "nhóm điều kiện chứa nhiều hÆ¡n hai nhánh" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "mong đợi khẳng định nằm sau (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "không rõ tên hạng POSIX" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "Không hỗ trợ yếu tố đối chiếu POSIX" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "dãy \\x{...} chứa giá trị ký tá»± quá lớn" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "điều kiện không hợp lệ (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C không được phép trong khẳng định lookbehind (thấy ở sau)" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "lời gọi đệ quy có thể bị lặp vô hạn" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "thiếu dấu chấm dứt trong tên mẫu phụ" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "hai mẫu phụ có tên cÅ©ng có cùng một tên" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "dãy \\P hay \\p dạng sai" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "có tên thuộc tính không rõ nằm sau \\P hay \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "tên mẫu phụ quá dài (tối đa 32 ký tá»±)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "quá nhiều mẫu phụ có tên (tối đa 10 000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "giá trị bát phân lớn hÆ¡n \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "nhóm DEFINE (định nghÄ©a) chứa nhiều hÆ¡n một nhánh" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "không cho phép lặp lại một nhóm DEFINE (định nghÄ©a)" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "các tùy chọn NEWLINE (dòng mới) không thống nhất với nhau" -#: ../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 không đi trước một tên có dấu ngoặc móc hoặc một con số không phải số " "không có dấu ngoặc móc tùy chọn" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "lặp lại bất thường" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "tràn mã" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "tràn vùng làm việc biên dịch" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "không tìm thấy mẫu phụ đã tham chiếu mà đã kiểm tra trước" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Gặp lỗi trong khi khớp biểu thức chính quy %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "ThÆ° viện PCRE đã biên dịch không có khả năng hỗ trợ UTF-8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "ThÆ° viện PCRE đã biên dịch không có khả năng hỗ trợ tài sản UTF-8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Gặp lỗi trong khi biên dịch biểu thức chính quy %s ở ký tá»± %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Gặp lỗi trong khi tối hÆ°u hoá biểu thức chính quy %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "đợi chữ số thập lục hay dấu ngoặc móc đóng « } »" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "đợi chữ số thập lục" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "thiếu dấu ngoặc nhọn mở « < » trong tham chiếu tượng trÆ°ng" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "tham chiếu tượng trÆ°ng chÆ°a hoàn thành" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "tham chiếu tượng trÆ°ng có độ dài số không" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "đợi chữ số" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "tham chiếu tượng trÆ°ng không cho phép" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "dấu xuyệc ngược kết thúc rải rác « \\ »" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "dãy thoạt lạ" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Gặp lỗi trong khi phân tách văn bản thay thế « %s » ở ký tá»± %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Văn bản trích dẫn không bắt đầu bằng một dấu trích dẫn" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Dấu ngoặc kép không ăn khớp nằm trên dòng lệnh hay trong văn bản khác đã " "trích dẫn trong trình bao" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" -msgstr "" -"Văn bản đã kết thúc ngay sau dấu xuyệc ngược « \\ » (văn bản là « %s »)" +msgstr "Văn bản đã kết thúc ngay sau dấu xuyệc ngược « \\ » (văn bản là « %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 "" -"Văn bản đã kết thúc trước khi tìm dấu ngoặc kép tÆ°Æ¡ng ứng với « %c » (văn " -"bản là « %s »)" +"Văn bản đã kết thúc trước khi tìm dấu ngoặc kép tÆ°Æ¡ng ứng với « %c » (văn bản " +"là « %s »)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Văn bản rỗng (hay chÆ°a chỉ khoảng trắng)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Lỗi đọc dữ liệu từ tiến trình con" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Lỗi tạo ống dẫn để liên lạc với tiến trình con (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Lỗi đọc từ ống dẫn con (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Lỗi chuyển đổi sang thÆ° mục « %s » (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Lỗi thá»±c hiện tiến trình con (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Tên chÆ°Æ¡ng trình không hợp lệ: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Gặp chuỗi không hợp lệ nằm trong véc-tÆ¡ đối số tại %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Gặp chuỗi không hợp lệ nằm trong môi trường: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "ThÆ° mục làm việc không hợp lệ: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Lỗi thá»±c hiện chÆ°Æ¡ng trình bổ trợ (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "" -"Gặp lỗi bất thường nằm trong « g_io_channel_win32_poll() » khi đọc dữ liệu " -"từ tiến trình con" +"Gặp lỗi bất thường nằm trong « g_io_channel_win32_poll() » khi đọc dữ liệu từ " +"tiến trình con" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Lỗi đọc dữ liệu từ tiến trình con (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" -"Gặp lỗi bất thường nằm trong « select() » khi đọc dữ liệu từ tiến trình con " -"(%s)" +"Gặp lỗi bất thường nằm trong « select() » khi đọc dữ liệu từ tiến trình con (%" +"s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Gặp lỗi bất thường nằm trong « waitpid() » (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Lỗi tạo tiến trình con (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Lỗi thá»±c hiện tiến trình con « %s » (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Lỗi chuyển hướng kết nhập hay kết xuất của tiến trình con (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Lỗi tạo tiến trình con (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Gặp lỗi không rõ khi thá»±c hiện tiến trình con « %s »" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Lỗi đọc đủ dữ liệu từ ống dẫn PID con (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Ký tá»± ở ngoại phạm vi UTF-8" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "Dãy không hợp lệ nằm trong dữ liệu nhập việc chuyển đổi" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "Ký tá»± ở ngoại phạm vi UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Sá»­ dụng:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[TÙY_CHỌN...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Tùy chọn trợ giúp:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Hiển thị các tùy chọn trợ giúp" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Hiển thị mọi tùy chọn trợ giúp" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Tùy chọn ứng dụng:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Không thể phân tách giá trị số nguyên « %s » cho %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Giá trị số nguyên « %s » cho %s ở ngoại phạm vi" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Không thể phân tách giá trị đôi « %s » cho %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Giá trị đôi « %s » cho %s ở ngoại phạm vi" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Gặp lỗi khi phân tách tùy chọn %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Thiếu đối số cho %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Không biết tùy chọn %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Không tìm thấy tập tin khoá hợp lệ nằm trong thÆ° mục tìm kiếm" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Không phải là một tập tin chuẩn" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Tập tin rỗng" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1073,51 +1068,50 @@ msgstr "" "Tập tin khóa chứa dòng « %s » mà không phải là một cặp giá trị khóa, nhóm, " "hay chú thích" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Tên nhóm không hợp lệ: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Tập tin khóa không bắt đầu với nhóm" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Tên khoá không hợp lệ: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Tập tin khóa chứa bảng mã không được hỗ trợ « %s »" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "Tập tin khóa không có nhóm « %s »" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Tập tin khóa không có khóa « %s »" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" -msgstr "" -"Tập tin khóa chứa khóa « %s » với giá trị « %s » mà không phải là UTF-8" +msgstr "Tập tin khóa chứa khóa « %s » với giá trị « %s » mà không phải là UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Tập tin khóa chứa khóa « %s » mà có giá trị không có khả năng giải dịch." -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1126,128 +1120,124 @@ msgstr "" "Tập tin khóa chứa khóa « %s » trong nhóm « %s » mà có giá trị không có khả " "năng giải dịch." -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Tập tin khóa không có khóa « %s » trong nhóm « %s »" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Tập tin khóa chứa ký tá»± thoát tại kết thúc của dòng" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Tập tin khóa chứa dãy thoát không hợp lệ « %s »" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Không thể giải dịch giá trị « %s » dạng con số." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Giá trị số nguyên « %s » ở ngoại phạm vi" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Không thể giải dịch giá trị « %s » dạng con số nổi." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Không thể giải dịch giá trị « %s » dạng bun (đúng/sai)." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, 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:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "Luồng đã bị đóng" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Thao tác bị thôi" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Không rõ kiểu" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "kiểu tập tin %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "kiểu %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Kết thúc luồng sớm bất thường" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Không có tên" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format 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:882 +#: gio/gdesktopappinfo.c:882 #, c-format 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:1114 +#: gio/gdesktopappinfo.c:1114 #, 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:1118 +#: gio/gdesktopappinfo.c:1118 #, 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:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Không thể tạo tập tin desktop %s" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "Lời định nghÄ©a riêng cho %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "ổ đĩa không thá»±c hiện chức năng đẩy ra" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "ổ đĩa không thá»±c hiện chức năng thăm dò có phÆ°Æ¡ng tiện không" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "Thao tác không được hỗ trợ" @@ -1260,93 +1250,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "Bộ lắp chứa không tồn tại" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "Không thể sao chép đè lên thÆ° mục" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format 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:1963 ../gio/glocalfile.c:2109 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "Tập tin đích đã có" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "Không thể sao chép đệ quy thÆ° mục" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format 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:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "Thùng rác không được hỗ trợ" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "Tên tập tin không thể chứa « %c »" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 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:4860 +#: gio/gfile.c:4920 #, c-format 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" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Bộ đếm bị đóng" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "Bộ đếm tập tin có thao tác còn chạy" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "Bộ đếm tập tin đã bị đóng" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Luồng không hỗ trợ hàm « query_info »" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Chức năng seek (tìm nÆ¡i) không được hỗ trợ trên luồng" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Không cho phép cắt ngắn luồng nhập vào" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Không cho phép cắt ngắn luồng" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Luồng nhập vào không thá»±c hiện chức năng đọc" @@ -1357,301 +1347,306 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Luồng có thao tác còn chạy" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format 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:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Tên tập tin không hợp lệ: %s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, 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:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "Không thể thay đổi tên của thÆ° mục gốc" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format 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:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013 -#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "Tên tập tin không hợp lệ" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, 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:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "Gặp lỗi khi mở tập tin: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "Không thể mở thÆ° mục" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "Gặp lỗi khi gỡ bỏ tập tin: %s" -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, 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:1700 +#: gio/glocalfile.c:1709 #, 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:1721 +#: gio/glocalfile.c:1730 #, c-format 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:1800 ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format 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:1854 +#: gio/glocalfile.c:1863 #, 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:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, 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:2017 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Gặp lỗi khi mở thÆ° mục « %s »: %s" + +#: gio/glocalfile.c:2026 #, 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:2077 ../gio/glocalfile.c:2166 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "Gặp lỗi khi di chuyển tập tin: %s" -#: ../gio/glocalfile.c:2100 +#: gio/glocalfile.c:2109 #, c-format 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:2122 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "Lỗi tạo tập tin sao lÆ°u" -#: ../gio/glocalfile.c:2141 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "Gặp lỗi khi gỡ bỏ tập tin đích: %s" -#: ../gio/glocalfile.c:2155 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "Không hỗ trợ chức năng di chuyển giữa các bộ lắp" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "Giá trị thuộc tính phải có giá trị" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi chuỗi)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "Tên thuộc tính đã mở rộng không hợp lệ" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Gặp lỗi khi đặt thuộc tính đã mở rộng « %s »: %s" -#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, 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:1458 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (bảng mã không hợp lệ)" -#: ../gio/glocalfileinfo.c:1618 +#: gio/glocalfileinfo.c:1693 #, 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:1663 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint32)" -#: ../gio/glocalfileinfo.c:1680 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint64)" -#: ../gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1775 #, c-format 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:1724 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "Gặp lỗi khi đặt quyền hạn: %s" -#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "Gặp lỗi khi đặt người sở hữu : %s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "liên kết tượng trÆ°ng phải có giá trị" -#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827 -#: ../gio/glocalfileinfo.c:1838 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, 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:1817 +#: gio/glocalfileinfo.c:1894 #, c-format 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:1998 +#: gio/glocalfileinfo.c:2075 #, 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:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Gặp lỗi khi đọc từ tập tin: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, 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:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "Gặp lỗi khi đóng tập tin: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format 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" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "Gặp lỗi khi ghi vào tập tin: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Gặp lỗi khi gỡ bỏ liên kết sao lÆ°u cÅ© : %s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "Gặp lỗi khi tạo bản sao lÆ°u : %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Gặp lỗi khi thay đổi tên của tập tin tạm thời: %s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "Gặp lỗi khi cắt ngắn tập tin: %s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "Gặp lỗi khi mở tập tin « %s »: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Tập tin đích là một thÆ° mục" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Tập tin đích không phải là một tập tin bình thường" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "Tập tin đã bị sá»­a đổi bên ngoài" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "GSeekType được cung cấp không hợp lệ" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "Yêu cầu tìm không hợp lệ" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Không thể cắt GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "Đã đạt ngưỡng mảng dữ liệu tối đa" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "Luồng ra bộ nhớ không thể thay đổi kích thước" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "Lỗi thay đổi kích thước luồng ra bộ nhớ" @@ -1659,119 +1654,121 @@ 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:344 +#: gio/gmount.c:344 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:419 +#: gio/gmount.c:419 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 remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 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)" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format 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:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "Luồng nguồn đã bị đóng" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "tên" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "Tên của biểu tượng" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "tên" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "Mảng chứa tên biểu tượng" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "dùng dá»± phòng mặc định" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." -msgstr "Có dùng dá»± phòng mặc định được tìm thấy bằng cách rút ngắn tên tại ký tá»± '-' hay không. Chỉ xét tên đầu tiên nếu trùng tên." +msgstr "" +"Có dùng dá»± phòng mặc định được tìm thấy bằng cách rút ngắn tên tại ký tá»± '-' " +"hay không. Chỉ xét tên đầu tiên nếu trùng tên." -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "Gặp lỗi khi đọc từ UNIX: %s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "Gặp lỗi khi đóng UNIX: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "Gốc hệ thống tập tin" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "Gặp lỗi khi ghi vào UNIX: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "hàm volume (khối tin) không thá»±c hiện hàm eject (đầy ra)" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Không tìm thấy ứng dụng" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Gặp lỗi khi khởi chạy ứng dụng: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "Không hỗ trợ địa chỉ URI" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "các thay đổi liên quan không được hỗ trợ trên win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "chức năng tạo sá»± liên quan không được hỗ trợ trên win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "đừng ẩn mục nhập" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "dùng định dạng liệt kê dài" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[TẬP_TIN...]" @@ -1797,5 +1794,4 @@ msgstr "[TẬP_TIN...]" #~ msgstr "Giá trị đếm quá lớn được gá»­i cho hàm « g_output_stream_write »" #~ msgid "Too large count value passed to g_output_stream_write_async" -#~ msgstr "" -#~ "Giá trị đếm quá lớn được gá»­i cho hàm « g_output_stream_write_async »" +#~ msgstr "Giá trị đếm quá lớn được gá»­i cho hàm « g_output_stream_write_async »" diff --git a/po/wa.po b/po/wa.po index 221144d..16ea1b1 100644 --- a/po/wa.po +++ b/po/wa.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -20,74 +20,74 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Dji n' a savou lére li loyén simbolike «%s»: %s" @@ -161,7 +161,7 @@ msgstr "Li tchmin «%s» n' est nén on tchmin absolou" msgid "Invalid hostname" msgstr "No d' lodjoe nén valide" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s" @@ -305,24 +305,24 @@ msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Aroke el roye %d caractere %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Aroke el roye %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Vude intité «&;» di trovêye; les intités valides sont: & " < > " "'" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -333,17 +333,17 @@ msgstr "" "caractere & cmince ene intité; si ç' caractere ampersande doet esse hÃ¥yné té " "ké, adon el fÃ¥t scrire come « & »" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Li caractere «%s» n' est nén valide dins on no d' intité" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Li no d' intité «%s» n' est nén cnoxhou" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -352,77 +352,77 @@ msgstr "" "on caractere ampersande sins vleur sicrire ene intité, dins ç' cas el fÃ¥t " "scrire insi: « ↦ »" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, 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 "" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" msgstr "" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Tecse ecôdé en UTF-8 nén valide" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Tecse ecôdé en UTF-8 nén valide" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Tecse ecôdé en UTF-8 nén valide" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Li documint doet cmincî avou èn elemint (eg: )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -430,87 +430,87 @@ msgid "" "character in an attribute name" msgstr "" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, 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 "" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Li documint esteut vude ou avou seulmint des blancs" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" @@ -534,7 +534,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1132,7 +1132,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1146,7 +1146,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1185,7 +1185,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1198,10 +1198,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Loyéns simbolikes nén sopoirtés" @@ -1214,52 +1214,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Loyéns simbolikes nén sopoirtés" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1270,12 +1270,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1331,181 +1331,186 @@ msgstr "No d' lodjoe nén valide" msgid "Error getting filesystem info: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "No d' lodjoe nén valide" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, 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:1244 +#: gio/glocalfile.c:1252 #, 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:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, 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:1604 +#: gio/glocalfile.c:1686 #, 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:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, 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:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, 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:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, 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:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, 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:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Aroke el roye %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Loyéns simbolikes nén sopoirtés" @@ -1578,12 +1583,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "No d' lodjoe nén valide" @@ -1593,17 +1598,17 @@ msgstr "No d' lodjoe nén valide" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1677,7 +1682,7 @@ msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" msgid "Error closing unix: %s" msgstr "Aroke el roye %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/xh.po b/po/xh.po index 899a44d..f1e5e9a 100644 --- a/po/xh.po +++ b/po/xh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n" "Last-Translator: Canonical Ltd \n" "Language-Team: Xhosa \n" @@ -16,77 +16,77 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "Uphawu olutenxileyo '%s', lulindele '=' emva kwegama lophawu '%s' " "lwesiqalelo '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, fuzzy, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Iqhosha elisebenzayo lefayili alifumanekanga kwidata yoovimba beefayili" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Akuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %s" @@ -161,7 +161,7 @@ msgstr "Igama lendlela yothungelwano '%s' akuyiyo kuphela indlela" msgid "Invalid hostname" msgstr "Igama lomququzeleli elingasebenziyo" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "Impazamo yokuvula uvimba weefayili '%s': %s" @@ -308,24 +308,24 @@ msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Impazamo emgceni %d uphawu %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "Impazamo emgceni %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Into ezimeleyo eze '&;' ebonwayo; izinto ezizimeleyo ezisebenzayo: & " "" < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -336,17 +336,17 @@ msgstr "" "into ezimeleyo; ukuba le ampersand ayifanelanga ukuba yinto ezimeleyo, " "yiphephise njenge &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Uphawu '%s' alusebenzi ngaphakathi kwegama lento ezimeleyo" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "Igama lento ezimeleyo '%s' alaziwa" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -355,7 +355,7 @@ msgstr "" "lwe- ampersand ungazimiselanga ukuqala into ezimeleyo - phepha i- ampersand " "njenge &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -365,16 +365,16 @@ msgstr "" "ngaphakathi kophawu lokuthumela (ê umzekelo) - mhlawumbi umvo mkhulu " "kakhulu" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Uphawu lokuthumela '%-.*s' alulunxulumanisi uphawu olunemvume" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "Uphawu lokuthumela oluze; kufuneka luquke umvo ofana nalo dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -384,34 +384,34 @@ msgstr "" "uphawu lwe- ampersand ungenanjongo yokuqala into ezimeleyo - phepha i- " "ampersand njenge &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "Into ezimeleyo yokuthumela engagqitywanga" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "Uphawu lokuthumela olungagqitywanga" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "Uxwebhu kufuneka luqale ngesiqalelo (umzkl. )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -420,7 +420,7 @@ msgstr "" "'%s' asilophawu elisebenzayo elilandela u '<' uphawu; linokungaqali igama " "lesiqalelo" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -429,7 +429,7 @@ msgstr "" "Uphawu olutenxileyo '%s', lulindele '>' uphawu lokuphelisa ilebhile " "yokuqalisa isiqalelo '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -437,7 +437,7 @@ msgstr "" "Uphawu olutenxileyo '%s', lulindele '=' emva kwegama lophawu '%s' " "lwesiqalelo '%s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -448,7 +448,7 @@ msgstr "" "ilebhile yokuqala isiqalelo '%s', okanye ngokhetho lophawu; mhlawumbi " "usebenzise uphawu olungasebenziyo kwigama lophawu" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -457,7 +457,7 @@ msgstr "" "Uphawu olutenxileyo '%s', lulindele uphawu locaphulo oluvulekileyo emva " "kweempawu zokulingana xa kunikwa ixabiso lophawu '%s' lwesiqalelo '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Isiqalelo '%s' besivaliwe, akukho siqalelo sivuliweyo njengangoku" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "Isiqalelo '%s' besivaliwe, kodwa isiqalelo esivuliweyo njengangoku sesi '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "Uxwebhu beluze okanye luqulathe isikhewu esimhlophe kuphela" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Uxwebhu luphele ngesiquphe kanye emva kwesibiyeli sedolo elivulekileyo '<'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -504,7 +504,7 @@ msgstr "" "Uxwebhu luphele ngesiquphe xeshikweni iziqalelo bezisavulile - '%s' " "isiqalelo sokugqibela besivuliwe" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -513,19 +513,19 @@ msgstr "" "Uxwebhu luphele ngesiquphe, kulindelwe ukubona isibiyeli sedolo elivaliweyo " "esiphelisa ilebhile <%s/>" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lesiqalelo" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwelebhile evula isiqalelo." -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -533,17 +533,17 @@ msgstr "" "Uxwebhu luphele ngesiquphe emva kokuba uphawu lokulingana lulandele igama " "lophawu; kungekho xabiso lophawu" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Uxwebhu luphele ngesiquphe xeshikweni lungaphakathi kwexabiso lophawu" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Uxwebhu luphele ngesiquphe ngaphakathi kwelebhile evaliweyo yesiqalelo '%s'" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Uxwebhu luphele ngesiquphe ngaphaikathi komyalelo wezimvo okanye inkqubo" @@ -568,7 +568,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1192,7 +1192,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1207,7 +1207,7 @@ msgstr "Ukhetho olungaziwayo %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1246,7 +1246,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1259,10 +1259,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" @@ -1275,52 +1275,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1331,12 +1331,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1392,181 +1392,186 @@ msgstr "Igama lomququzeleli elingasebenziyo" msgid "Error getting filesystem info: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "Igama lomququzeleli elingasebenziyo" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "Impazamo yokuvula uvimba weefayili '%s': %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Impazamo yokuvula uvimba weefayili '%s': %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Impazamo emgceni %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" @@ -1639,12 +1644,12 @@ msgstr "Asiyofayili esebenza rhoqo" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Igama lomququzeleli elingasebenziyo" @@ -1654,17 +1659,17 @@ msgstr "Igama lomququzeleli elingasebenziyo" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1739,7 +1744,7 @@ msgstr "Impazamo yokufunda ifayili '%s': %s" msgid "Error closing unix: %s" msgstr "Impazamo emgceni %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/yi.po b/po/yi.po index 6eb506f..1d2cf6f 100644 --- a/po/yi.po +++ b/po/yi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2003-03-19\n" "Last-Translator: Raphael Finkel \n" "Language-Team: Yiddish \n" @@ -14,76 +14,76 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '=' שריפֿטצײכן נאָך אַטריבוט־נאָמען %s פֿונעם " "עלעמענט '%s'" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, fuzzy, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" @@ -157,7 +157,7 @@ msgstr "די פּאַפּקע־רשימה %s איז ניט אַבסאָלוט" msgid "Invalid hostname" msgstr "אומלעקסיקער מאַשין־נאָמען" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s" @@ -299,23 +299,23 @@ msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכ msgid "Failed to map file '%s': mmap() failed: %s" msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "דורכפֿאַל אױף שורה %d פּאָזיציע %d: %s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "דורכפֿאַל אױף שורה %d: %s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "לײדיקער אײנס '&;' געזען; לעקסיקע אײנסן זײַנען: & " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -325,17 +325,17 @@ msgstr "" "שריפֿטצײכן %s איז ניט לעקסיק צום אָנהײב פֿון אַן אײנסנאָמען; דער & שריפֿטצײכן הײבט " "אַן אײנס אָן; אױב מיט דעם דאָזיקן & מײנט מען ניט קײן אײנס, נאָרמאַליר אים װי &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "שריפֿטצײכן %s איז אומלעקסיק אין מיטן פֿון אַן אײנסנאָמען" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "אײנסנאָמען %s איז ניט באַקאַנט" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -343,7 +343,7 @@ msgstr "" "אײנס האָט זיך ניט געענדיקט מיט קײן \";\". מסתּמא האָט מען געשריבן אַן & " "שריפֿטצײכן אָן דער כּװנה אָנצוהײבן אַן אײנס. נאָרמאַליר & װי &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, fuzzy, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -352,16 +352,16 @@ msgstr "" "דורכפֿאַל אין אַנאַליזירן '%s', װאָס זאָל האָבן אַ ציפֿער אין דער שריפֿטצײכן־רעפֿערענץ " "(למשל ê); אפֿשר איז דער ציפֿער צו גרױס" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "שריפֿטצײכן־רעפֿערענץ '%s' קאָדירט ניט קײן דערלאָזטן שריפֿטצײכן" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "נוליקע שריפֿטצײכן־רעפֿערענץ; מוז כּולל זײַן אַ ציפֿער, װי dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -370,34 +370,34 @@ msgstr "" "שריפֿטצײכן־רעפֿערענץ האָט זיך ניט געענדיקט מיט קײן \";\". מסתּמא האָט מען געשריבן " "אַן & שריפֿטצײכן אָן דער כּװנה אָנצוהײבן אַן אײנס. נאָרמאַליר & װי &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "ניט־געענדיקט אײנס־רעפֿערענץ" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "ניט־געענדיקט שריפֿטצײכן־רעפֿערענץ" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "אומלעקסיק UTFÖ¾8 קאָדירטער טעקסט" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "אומלעקסיק UTFÖ¾8 קאָדירטער טעקסט" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "אומלעקסיק UTFÖ¾8 קאָדירטער טעקסט" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "דאָקומענט מוז אָנהײבן מיט אַן עלעמענט (װי למשל )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -406,7 +406,7 @@ msgstr "" "'%s' איך ניט קײן לעקסיקער שריפֿטצײכן נאָך אַ '‪<‬' שריפֿטצײכן;עס טאָר ניט אָנהײבן " "קײן אײנסנאָמען" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -415,7 +415,7 @@ msgstr "" "מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '‪>‬' שריפֿטצײכן צו ענדיקן דעם אָנהײב־הענטל " "פֿונעם עלעמענט '%s'" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -423,7 +423,7 @@ msgstr "" "מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '=' שריפֿטצײכן נאָך אַטריבוט־נאָמען %s פֿונעם " "עלעמענט '%s'" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -434,7 +434,7 @@ msgstr "" "אָנהײב־הענטל פֿונעם עלעמענט '%s'; אפֿשר האָט מען געלײגט אַן אומלעקסיקן שריפֿטצײכן " "אין אַן אַטריבוט־נאָמען" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -443,7 +443,7 @@ msgstr "" "מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '\"' נאָך דעם '=' צו באַשטעטיקן דעם באַטרעף פֿון " "אַטריבוט '%s' פֿונעם עלעמענט '%s'" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '‬'" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "עלעמענט '%s' איז פֿאַרמאַכט; קײן עלעמענט איז דערװײַל אָפֿן" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "עלעמענט '%s' איז פֿאַרמאַכט; דער איצטיקער אָפֿענער עלעמענט איז '%s'" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "דאָקומענט איז פּוסט אָדער איז כּולל בלױז לײדיק אָרט" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך אַן עפֿן־צײכן '‪<‬'" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -488,7 +488,7 @@ msgstr "" "דאָקומענט ענדיקט זיך אומגעריכטערהײט מיט אָפֿענע עלעמענטן; '%s' איז געװען דער " "לעצט־געעפֿנטער עלעמענט" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -497,19 +497,19 @@ msgstr "" "דאָקומענט ענדיקט זיך אומגעריכטערהײט; דערװאַרט אַ שלאָס־צײכן '‪>‬' צו ענדיקן דעם " "הענטל ‪<%s/>‬" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן עלעמענט־נאָמען" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־נאָמען" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן עלעמענט־עפֿן הענטל" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -517,18 +517,18 @@ msgstr "" "דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך דעם '=' שריפֿטצײכן נאָך אַן " "אַטריבוט־נאָמען אָן קײן אַטריבוט־באַטרעף" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־באַטרעף" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון דעם שלאָס־הענטל פֿון עלעמענט " "'%s'" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַ קאָמענטאַר אָדער אַ " @@ -554,7 +554,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1161,7 +1161,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1175,7 +1175,7 @@ msgstr "" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1214,7 +1214,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1227,10 +1227,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "" @@ -1243,52 +1243,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1299,12 +1299,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1360,181 +1360,186 @@ msgstr "אומלעקסיקער מאַשין־נאָמען" msgid "Error getting filesystem info: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "אומלעקסיקער מאַשין־נאָמען" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־נאָמען" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "דורכפֿאַל אױף שורה %d: %s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1607,12 +1612,12 @@ msgstr "" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "אומלעקסיקער מאַשין־נאָמען" @@ -1622,17 +1627,17 @@ msgstr "אומלעקסיקער מאַשין־נאָמען" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1707,7 +1712,7 @@ msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" msgid "Error closing unix: %s" msgstr "דורכפֿאַל אױף שורה %d: %s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 879d69d..08213bb 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-12 19:09+0000\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2008-03-13 10:20+0800\n" "Last-Translator: Deng Xiyue \n" "Language-Team: i18n-zh \n" @@ -18,305 +18,304 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "元素“%2$s”的意外属性“%1$s”" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "元素“%2$s”的属性“%1$s”未找到" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "意外标签“%s”,需要标签“%s”" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "“%2$s”的意外标签“%1$s”" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "无法在数据目录中找到有效的书签文件" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI“%s”的书签已经存在" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "未找到 URI“%s”的书签" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI“%s”的书签未定义 MIME 类型" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI“%s”的书签未定义私有标志" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI“%s”的书签未设定组" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "没有名为“%s”的应用程序为“%s”注册书签" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "用 URI “%2$s”展开 exec 行“%1$s”失败" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "不支持从字符集“%s”到“%s”的转换" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "无法打开从“%s”到“%s”的转换器" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/gutf8.c:1405 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "转换输入中出现无效字符序列" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "转换过程中出错:%s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 #, c-format msgid "Partial character sequence at end of input" msgstr "输入末尾出现未尽字符序列" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "无法转换后备字符集“%s”到字符集“%s”" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI“%s”不是“file”格式的绝对 URI" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "本地文件 URI“%s”不能包含“#”" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI“%s”无效" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI中的主机名“%s”无效" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI“%s”中包含无效的转义字符" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "路径名“%s”不是绝对路径" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "无效的主机名" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "打开目录“%s”时发生错误:%s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "无法分配 %lu 字节以读取文件“%s”" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "读取文件“%s”出错:%s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "读取文件“%s”失败:%s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "打开文件“%s”失败:%s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "获得文件“%s”的属性失败:fstat() 失败:%s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "打开文件“%s”失败:fdopen() 失败:%s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "将文件“%s”重命名为“%s”失败:g_rename() 失败:%s" -#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "创建文件“%s”失败:%s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "打开文件“%s”写入失败:fdopen() 失败:%s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "写入文件“%s”失败:fwrite() 失败:%s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "关闭文件“%s”失败:fclose() 失败:%s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "无法删除已有文件“%s”:g_unlink() 失败:%s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "模板“%s”无效,不应该包含“%s”" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "模板“%s”的不包含 XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u 字节" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "读取符号链接“%s”失败:%s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "不支持符号链接" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "无法打开从“%s”到“%s”的转换器:%s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string 函数无法进行原始读取" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "在读缓冲里留有未转换数据" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "通道终止于未尽字符" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end 函数无法进行原始读取" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "打开文件“%s”失败:open() 失败:%s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "映射文件“%s”失败:mmap() 失败:%s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "第%d行第%d个字符出错:" -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "第%d行出错:%s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "发现空的实体“&;”。有效的实体为:& " < > '" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -326,17 +325,17 @@ msgstr "" "字符“%s”出现在实体名的开头无效。实体都以 & 字符 开头,如果这个 & 不是一个实体" "的开头,把它变为 &" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "字符“%s”在实体名中无效" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "未知的实体名“%s”" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -344,23 +343,23 @@ msgstr "" "实体没有以分号结束。很可能您使用了 & 字符而又不是一个实体 - 将这个 & 变为 " "&" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" msgstr "分析“%-.*s”失败。它应该是字符引用中的数字(如ê) - 可能该数字太大了" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "字符引用“%-.*s”不是编码一个被允许的字符" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "空的字符引用;应该包括数字,如 dž" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -369,52 +368,52 @@ msgstr "" "字符引用没有以分号结束。很可能您使用了 & 字符而又不是一个实体 - 将这个 & 变" "为 &" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "未完成的实体引用" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "未完成的字符引用" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "无效的 UTF-8 编码文本 - 序列过长" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "无效的 UTF-8 编码文本 - 非开始字符" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "无效的 UTF-8 编码文本 - “%s”无效" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "文档必须以一个元素开始(例如 )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "“%s”出现在字符“<”后是无效字符;它不能作为元素名的开头" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "字符“%s”无效,应该以字符“>”来结束元素“%s”的起始标记" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "字符“%s”无效,在属性名“%s”(元素“%s”)的后应该是字符“=”" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -424,782 +423,776 @@ msgstr "" "字符“%s”无效,应该以“>”或“/”结束元素“%s”的起始标记,或紧跟该元素的属性;可能" "您在属性名中使用了无效字符" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" msgstr "字符“%s”无效,在给属性“%s”(元素“%s”)赋值时,在等号后应该是引号" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "“%s”出现在结束的元素名“%s”后无效;允许的字符是“>”" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "元素“%s”已经结束,没有未结束的元素" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "元素“%s”已经结束,当前未结束的元素是“%s”" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "文档为空或仅含空白字符" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "文档在一个打开的尖括号“<”后意外结束" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "文档在还存在未结束元素时意外结束 - 最后的未结束元素是“%s”" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "文档意外结束,应该以右尖括号“>”来结束标记 <%s/>" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "文档在元素名中意外结束" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "文档在属性名中意外结束" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "文档在元素起始标记中意外结束" -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "文档在跟在属性名后的等号后意外结束;没有属性值" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "文档在属性值中意外结束" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "文档在元素“%s”结束标记中意外结束" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 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:1962 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "内部错误" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "不完全匹配时作为条件的后向引用不被支持." -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "达到递归上限" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "达到空子串的工作空间限制" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "无效的新行标志组合." -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "未知错误" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "表达式末尾的 \\" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "表达式末尾的 \\c" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "无法识别 \\ 后的字符" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "这里不允许使用改变大小写的转义符(\\l, \\L, \\u, \\U)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "{} 里的数字次序颠倒了" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "{} 里的数字太大了" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "字符类缺少终结的 ]" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "字符类包含无效的转义序列" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "字符类的范围次序颠倒" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "没有可以重复的内容" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "(? 后有无法识别的字符" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "(?< 后有无法识别的字符" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "(?P 有无法识别的字符" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "只有类里支持 POSIX 命名的类" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "缺少结束的 )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") 没有开始的 (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R 或 (?[+-]数字 必须跟着 )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "引用了不存在的字表达式" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "注释后缺少 )" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "正则表达式太长了" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "获取内存失败" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind 断言不是定长的" -#: ../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 "lookbehind 断言里不允许使用 \\C" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "递归调用可能导致无限循环" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "子表达式名里缺少终结符" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "两个有名子表达式有相同的名称" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "形式不正确的 \\P 或 \\p 序列" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "\\P 或 \\p 后有未知的属性名" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "子表达式名太长了(最多32个字符)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "有名子表达式太多了(最多10,000个)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "八进制值大于 \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE 组包含多于一个分支" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "不允许重复 DEFINE 组" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "不一致的 NEWLINE 选项" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "\\g 后没有花括号括起来的名称或可选的花括号括起来的非零数字" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "非预期的重复" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "代码溢出" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "编译工作区超出正常范围" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "未找到之前检查过的引用过的子表达式" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "匹配正则表达式 %s 出现错误:%s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE 库编译时未包含 UTF8 支持" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE 库编译时未包含 UTF8 属性支持" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "编译正则表达式 %s (于字符 %d 处)时出错:%s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "优化正则表达式 %s 时出错:%s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "期望十六进制数或 '}'" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "期望十六进制数" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "在符号引用中缺少“<”" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "未完成的符号引用" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "零长符号引用" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "期望数字" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "非法的符号引用" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "丢失了最后的“\\”" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "未知的转义序列" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "分析替换文本\"%s\" 时在字符 %lu 处发生错误:%s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "引用的文本没有以引号开头" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "命令行或其他shell引用文本中出现不匹配的引号" -#: ../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 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "空文本(或仅含空白字符)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "从子进程中读取数据失败" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "创建与子进程通讯的管道失败(%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "从子管道中读取失败(%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "更改到目录“%s”失败(%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "执行子进程失败(%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "无效的程序名:%s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "%d 处的参数中有无效的字符串:%s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "环境中有无效的字符串:%s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "无效的工作目录:%s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "执行助手程序(%s)失败" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "g_io_channel_win32_poll() 从子进程中读取数据时出现异常错误" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "从子进程中读取数据失败(%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "select() 在从子进程中读取数据时出现异常错误 (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() 出现异常错误 (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "fork 失败(%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "执行子进程“%s”失败(%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "重定向子进程(%s)的输入或输出失败" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "fork 子进程失败 (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "执行子进程“%s”时出现未知错误" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "从子进程管道中读取足够的数据失败(%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "字符超出 UTF-8 范围" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 #, c-format msgid "Invalid sequence in conversion input" msgstr "转换输入中出现无效序列" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 #, c-format msgid "Character out of range for UTF-16" msgstr "字符超出 UTF-16 范围" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "用法:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[选项...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "帮助选项:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "显示帮助选项" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "显示全部帮助选项" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "应用程序选项:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "无法处理 %2$s 所用的整数值“%1$s”" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s 所用的整数值“%1$s”超出范围" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "无法处理 %2$s 所用的双精度值“%1$s”" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "%2$s 所用的双精度值“%1$s”超出范围" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "分析选项出错:%s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "缺少 %s 的参数" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "未知选项 %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "在搜索目录中无法找到有效的键文件" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "不是普通文件" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "文件为空" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "键文件中的行“%s”不是键-值对、组或注释" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "无效的组名:%s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "键文件不以组开始" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "无效的键名:%s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "键文件包含不支持的编码“%s”" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487 -#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825 -#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487 +#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226 #, c-format msgid "Key file does not have group '%s'" msgstr "键文件没有组“%s”" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "键文件没有键“%s”" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "键文件包含“%s”,其值“%s”不是 UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "键文件包含键“%s”,其值无法解释。" -#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318 +#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "键文件在“%2$s”中包含“%1$s”,其值无法解释。" -#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237 +#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "键文件的组“%2$s”中不包含键“%1$s”" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "键文件在行尾含有转义字符" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "键文件中包含无效的转义序列“%s”" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "无法将值“%s”解释为数值。" -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "整数值“%s”超出范围" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "无法将值“%s”解释为浮点数。" -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "无法将值“%s”解释为布尔值。" -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186 -#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559 -#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193 -#: ../gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 +#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 +#: gio/goutputstream.c:193 gio/goutputstream.c:647 #, c-format msgid "Too large count value passed to %s" msgstr "传递给 %s 的计数值太大了" -#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894 -#: ../gio/goutputstream.c:1076 +#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 +#: gio/goutputstream.c:1076 #, c-format msgid "Stream is already closed" msgstr "流已经关闭" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "操作被取消" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "未知类型" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s 文件类型" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "%s 类型" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "非预期的过早的流结束符" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命名" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "桌面文件未指定 Exec 区域" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "无法找到应用程序需要的终端" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "无法创建用户应用程序配置文件夹 %s:%s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "无法创建用户 MIME 配置文件夹 %s:%s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "无法创建用户桌面文件 %s" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "%s 的自制定定义" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "驱动未实现探出" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "驱动未实现媒体轮询" -#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135 -#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475 -#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639 -#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053 -#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621 -#: ../gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, c-format msgid "Operation not supported" msgstr "不支持该操作" @@ -1212,93 +1205,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "包含的挂载不存在" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "无法复制目录" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "无法将目录复制到目录" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "目标文件已存在" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "无法递归复制目录" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "给出的符号链接值无效" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2829 #, c-format msgid "Trash not supported" msgstr "不支持垃圾箱" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "文件名不能包含“%c”" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "卷未实现挂载" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4920 #, c-format msgid "No application is registered as handling this file" msgstr "没有注册为处理此文件的应用程序" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "枚举器已关闭" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "文件枚举器有异常操作" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "文件枚举器已关闭" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "流不支持 query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "流不支持查找" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "输入流不允许截断" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "流不支持截断" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "输入流未实现读取" @@ -1309,299 +1302,304 @@ 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:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "流有异常操作" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "无法找默认的本地目录监视器类型" -#: ../gio/glocalfile.c:599 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "无效的文件名名:%s" -#: ../gio/glocalfile.c:962 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "读取文件系统信息出错:%s" -#: ../gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "无法重命名根目录" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "无法重命名文件,该文件名已存在" -#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013 -#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, c-format msgid "Invalid filename" msgstr "无效的文件名" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, c-format msgid "Error renaming file: %s" msgstr "重命名文件出错:%s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, c-format msgid "Error opening file: %s" msgstr "打开文件出错:%s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "无法打开目录" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988 +#: gio/glocalfile.c:1322 #, c-format msgid "Error removing file: %s" msgstr "移除文件出错:%s" -#: ../gio/glocalfile.c:1677 +#: gio/glocalfile.c:1686 #, c-format msgid "Error trashing file: %s" msgstr "将文件放到垃圾箱出错:%s" -#: ../gio/glocalfile.c:1700 +#: gio/glocalfile.c:1709 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "创建垃圾箱目录 %s 失败:%s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "无法找到垃圾箱的顶级目录" -#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "无法找到或创建垃圾箱目录" -#: ../gio/glocalfile.c:1854 +#: gio/glocalfile.c:1863 #, c-format msgid "Unable to create trashing info file: %s" msgstr "创建垃圾信息文件失败:%s" -#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, c-format msgid "Unable to trash file: %s" msgstr "创建垃圾文件失败:%s" -#: ../gio/glocalfile.c:2017 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "打开目录“%s”时发生错误:%s" + +#: gio/glocalfile.c:2026 #, c-format msgid "Error making symbolic link: %s" msgstr "创建符号链接出错:%s" -#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, c-format msgid "Error moving file: %s" msgstr "移动文件出错:%s" -#: ../gio/glocalfile.c:2100 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "无法将目录移动到目录" -#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "备份文件创建失败" -#: ../gio/glocalfile.c:2141 +#: gio/glocalfile.c:2155 #, c-format msgid "Error removing target file: %s" msgstr "移除目标文件出错:%s" -#: ../gio/glocalfile.c:2155 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "不支持在挂载之间移动" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "属性值必须为非空" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "无效的属性类型(应为 string)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:730 #, c-format msgid "Invalid extended attribute name" msgstr "无效的扩展属性名" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "设置扩展属性“%s”出错:%s" -#: ../gio/glocalfileinfo.c:1457 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "获取文件“%s”状态出错:%s" -#: ../gio/glocalfileinfo.c:1528 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr " (无效的编码)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1693 #, c-format msgid "Error stating file descriptor: %s" msgstr "获取文件描述符状态时出错:%s" -#: ../gio/glocalfileinfo.c:1739 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "无效的属性类型(应为 uint32)" -#: ../gio/glocalfileinfo.c:1757 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "无效的属性类型(应为 uint64)" -#: ../gio/glocalfileinfo.c:1776 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "无效的属性类型(应为 byte string)" -#: ../gio/glocalfileinfo.c:1802 +#: gio/glocalfileinfo.c:1801 #, c-format msgid "Error setting permissions: %s" msgstr "设置访问权限出错:%s" -#: ../gio/glocalfileinfo.c:1853 ../gio/glocalfileinfo.c:2021 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, c-format msgid "Error setting owner: %s" msgstr "设置所有者出错:%s" -#: ../gio/glocalfileinfo.c:1876 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "符号链接必须是非空" -#: ../gio/glocalfileinfo.c:1886 ../gio/glocalfileinfo.c:1905 -#: ../gio/glocalfileinfo.c:1916 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, c-format msgid "Error setting symlink: %s" msgstr "设置符号链接出错:%s" -#: ../gio/glocalfileinfo.c:1895 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "设定符号链接出错:文件不是符号链接" -#: ../gio/glocalfileinfo.c:2076 +#: gio/glocalfileinfo.c:2075 #, c-format msgid "Setting attribute %s not supported" msgstr "不支持设置属性 %s" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "读取文件出错:%s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "在文件中查找时出错:%s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "关闭文件出错:%s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "无法找到默认的本地文件监视器类型" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "写入文件出错:%s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "移除旧的备份链接出错:%s" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "创建备份拷贝:%s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "重命名临时文件出错:%s" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "截断文件出错:%s" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "打开文件“%s”出错:%s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "目标文件是目录" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "目标文件不是普通文件" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format msgid "The file was externally modified" msgstr "文件已经被其他程序修改" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "提供的 GSeekType 无效" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, c-format msgid "Invalid seek request" msgstr "无效的查找请求" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "无法截断 GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "达到数据数组上限" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "内存输出流无法改变大小" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "改变内存输出流大小失败" @@ -1609,55 +1607,55 @@ msgstr "改变内存输出流大小失败" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "挂载未实现卸载" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "挂载未实现弹出" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "挂载没有实现重新挂载" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "输出流未实现写入" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771 +#: gio/goutputstream.c:363 gio/goutputstream.c:771 #, c-format msgid "Source stream is already closed" msgstr "来源流已经关闭" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "名称" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "图标的名称" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "名称" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "包含图标名称的数组" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "使用默认预案" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1665,65 +1663,65 @@ msgstr "" "是否使用通过缩短在“-”字符的名称找到的默认预案。如果给出了多个名字则忽略除第一" "个之外的名字。" -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 +#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 #, c-format msgid "Error reading from unix: %s" msgstr "读取 unix 出错:%s" -#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437 -#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 +#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 #, c-format msgid "Error closing unix: %s" msgstr "关闭 unix 出错:%s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "文件系统根目录" -#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 #, c-format msgid "Error writing to unix: %s" msgstr "写入 unix 出错:%s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "卷未实现弹出" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "无法找到应用程序" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "启动应用程序出错:%s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "不支持 URI" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "win32 不支持关联的修改" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "win32 不支持关联的创建" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "不要隐藏项目" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "使用长列表格式" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[文件...]" diff --git a/po/zh_HK.po b/po/zh_HK.po index 902b6f7..f7be470 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2007-02-28 02:10+0800\n" "Last-Translator: Woodman Tuen \n" "Language-Team: Chinese (Hong Kong) \n" @@ -18,74 +18,74 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "元素‘%2$s’中的不明屬性‘%1$s’" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "找不到元素‘%2$s’的屬性‘%1$s’" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "不明的標籤‘%s’,應為標籤‘%s’" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "‘%2$s’中有不明的標籤‘%1$s’" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "在資料目錄中找不到有效的書籤檔案" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI‘%s’的書籤已經存在" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "找不到 URI‘%s’的書籤" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI‘%s’的書籤中沒有定義 MIME 類型" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI‘%s’的書籤中沒有定義 private flag" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI‘%s’的書籤中並沒有設定羣組" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "沒有一個名為‘%s’的應用程式註冊一個書籤給‘%s’" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "以 URI‘%2$s’ 展開 exec 行‘%1$s’失敗" @@ -159,7 +159,7 @@ msgstr "路徑名稱‘%s’不是絕對路徑" msgid "Invalid hostname" msgstr "主機名稱無效" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" @@ -302,22 +302,22 @@ msgstr "開啟檔案‘%s’失敗:open() 失敗:%s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "對應檔案‘%s’失敗:mmap() 失敗:%s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "第 %d 行第 %d 個字發生錯誤:%s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "第 %d 行發生錯誤:%s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "出現空白的實體‘&;’;可用的實體為:& " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -327,17 +327,17 @@ msgstr "" "實體名稱不應以‘%s’開始,應該使用 & 字符;如果這個 & 字符不是作為實體使用,請" "將 & 轉換為 &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "實體名稱中不應含有字符‘%s’" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "實體名稱‘%s’意義不明" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -345,23 +345,23 @@ msgstr "" "實體的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉換" "為 &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" msgstr "無法解析‘%-.*s’,字符參引內應該含有數字(例如 ê)─ 可能是數字太大" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "字符參引‘%-.*s’無法表示任何能接受的字符" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "字符參引是空白的;它應該包括數字,像 dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -370,54 +370,54 @@ msgstr "" "字符參引的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉" "換為 &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "未完成的實體參引" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "未完成的字符參引" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "無效的 UTF-8 編碼文字" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "無效的 UTF-8 編碼文字" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "無效的 UTF-8 編碼文字" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "文件開始必須為一元素(例如 )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "‘<’字符後的‘%s’不是有效的字符;這樣不可能是元素名稱的開始部份" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "字符‘%s’不尋常,元素‘%s’的開始標籤應該以‘>’字符結束" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "不尋常的字符‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字符" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -427,7 +427,7 @@ msgstr "" "不尋常的字符‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字符終結,也可以是屬性;或" "許你在屬性名稱中使用了無效的字符" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -435,80 +435,80 @@ msgid "" msgstr "" "不尋常的字符‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "字符‘%s’是無效的(位置在關閉元素‘%s’末端);允許的字符為「>」" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "元素‘%s’已關閉,沒有開啟中的元素" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "文件完全空白或只含有空白字符" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "文件在尖角括號‘<’後突然終止" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "在元素的名稱內,文件突然結束" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "在屬性名稱內,文件突然結束" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "在元素的開啟標籤內,文件突然結束" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "在屬性值內,文件突然結束" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "在元素‘%s’的關閉標籤內,文件突然結束" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "在註解或處理指示內,文件突然結束" @@ -532,7 +532,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1135,7 +1135,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1150,7 +1150,7 @@ msgstr "未知的選項 %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1189,7 +1189,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1202,10 +1202,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "不支援符號連結" @@ -1218,52 +1218,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "不支援符號連結" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "沒有一個名為‘%s’的應用程式註冊一個書籤給‘%s’" @@ -1274,12 +1274,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1335,181 +1335,186 @@ msgstr "無效的設定鍵名稱:%s" msgid "Error getting filesystem info: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "主機名稱無效" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "開啟目錄‘%s’時發生錯誤:%s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "解析 %s 選項時發生錯誤" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "在屬性名稱內,文件突然結束" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "轉換時發生錯誤:%s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "轉換時發生錯誤:%s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "第 %d 行發生錯誤:%s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "不支援符號連結" @@ -1582,12 +1587,12 @@ msgstr "不是普通檔案" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "無效的設定鍵名稱:%s" @@ -1597,17 +1602,17 @@ msgstr "無效的設定鍵名稱:%s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1682,7 +1687,7 @@ msgstr "讀取檔案‘%s’時發生錯誤:%s" msgid "Error closing unix: %s" msgstr "第 %d 行發生錯誤:%s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index 6d2ef50..6cbaf71 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-10 21:09-0400\n" +"POT-Creation-Date: 2008-05-27 16:12-0400\n" "PO-Revision-Date: 2007-02-27 09:08+0800\n" "Last-Translator: Woodman Tuen \n" "Language-Team: Chinese (Taiwan) \n" @@ -18,74 +18,74 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 -#: glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "元素‘%2$s’中的不明屬性‘%1$s’" -#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 -#: glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "找不到元素‘%2$s’的屬性‘%1$s’" -#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 -#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "不明的標籤‘%s’,應為標籤‘%s’" -#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 -#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "‘%2$s’中有不明的標籤‘%1$s’" -#: glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1798 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "在資料目錄中找不到有效的書籤檔案" -#: glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI‘%s’的書籤已經存在" -#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 -#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 -#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 -#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 -#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 -#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 -#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 -#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 -#: glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "找不到 URI‘%s’的書籤" -#: glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI‘%s’的書籤中沒有定義 MIME 類型" -#: glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI‘%s’的書籤中沒有定義 private flag" -#: glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI‘%s’的書籤中並沒有設定群組" -#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "沒有一個名為‘%s’的應用程式註冊一個書籤給‘%s’" -#: glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "以 URI‘%2$s’ 展開 exec 行‘%1$s’失敗" @@ -159,7 +159,7 @@ msgstr "路徑名稱‘%s’不是絕對路徑" msgid "Invalid hostname" msgstr "主機名稱無效" -#: glib/gdir.c:104 glib/gdir.c:124 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" @@ -302,22 +302,22 @@ msgstr "開啟檔案‘%s’失敗:open() 失敗:%s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "對應檔案‘%s’失敗:mmap() 失敗:%s" -#: glib/gmarkup.c:228 glib/gmarkup.c:244 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "第 %d 行第 %d 個字發生錯誤:%s" -#: glib/gmarkup.c:338 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "第 %d 行發生錯誤:%s" -#: glib/gmarkup.c:442 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "出現空白的實體‘&;’;可用的實體為:& " < > '" -#: glib/gmarkup.c:452 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -327,17 +327,17 @@ msgstr "" "實體名稱不應以‘%s’開始,應該使用 & 字元;如果這個 & 字元不是作為實體使用,請" "將 & 轉換為 &" -#: glib/gmarkup.c:486 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "實體名稱中不應含有字元‘%s’" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "實體名稱‘%s’意義不明" -#: glib/gmarkup.c:534 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -345,23 +345,23 @@ msgstr "" "實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換" "為 &" -#: glib/gmarkup.c:587 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" msgstr "無法解析‘%-.*s’,字元參引內應該含有數字(例如 ê)─ 可能是數字太大" -#: glib/gmarkup.c:612 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "字元參引‘%-.*s’無法表示任何能接受的字元" -#: glib/gmarkup.c:627 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "字元參引是空白的;它應該包括數字,像 dž" -#: glib/gmarkup.c:637 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -370,54 +370,54 @@ msgstr "" "字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉" "換為 &" -#: glib/gmarkup.c:723 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "未完成的實體參引" -#: glib/gmarkup.c:729 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "未完成的字元參引" -#: glib/gmarkup.c:972 +#: glib/gmarkup.c:978 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "無效的 UTF-8 編碼文字" -#: glib/gmarkup.c:1000 +#: glib/gmarkup.c:1006 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "無效的 UTF-8 編碼文字" -#: glib/gmarkup.c:1036 +#: glib/gmarkup.c:1042 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "無效的 UTF-8 編碼文字" -#: glib/gmarkup.c:1074 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "文件開始必須為一元素(例如 )" -#: glib/gmarkup.c:1114 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "‘<’字元後的‘%s’不是有效的字元;這樣不可能是元素名稱的開始部份" -#: glib/gmarkup.c:1178 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "字元‘%s’不尋常,元素‘%s’的開始標籤應該以‘>’字元結束" -#: glib/gmarkup.c:1267 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "不尋常的字元‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字元" -#: glib/gmarkup.c:1309 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -427,7 +427,7 @@ msgstr "" "不尋常的字元‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字元終結,也可以是屬性;或" "許您在屬性名稱中使用了無效的字元" -#: glib/gmarkup.c:1395 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -435,80 +435,80 @@ msgid "" msgstr "" "不尋常的字元‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號" -#: glib/gmarkup.c:1537 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "字元‘%s’是無效的(位置在關閉元素‘%s’末端);允許的字元為「>」" -#: glib/gmarkup.c:1588 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "元素‘%s’已關閉,沒有開啟中的元素" -#: glib/gmarkup.c:1597 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’" -#: glib/gmarkup.c:1757 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "文件完全空白或只含有空白字元" -#: glib/gmarkup.c:1771 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "文件在尖角括號‘<’後突然終止" -#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素" -#: glib/gmarkup.c:1787 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號" -#: glib/gmarkup.c:1793 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "在元素的名稱內,文件突然結束" -#: glib/gmarkup.c:1799 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "在屬性名稱內,文件突然結束" -#: glib/gmarkup.c:1804 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "在元素的開啟標籤內,文件突然結束" -#: glib/gmarkup.c:1810 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值" -#: glib/gmarkup.c:1817 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "在屬性值內,文件突然結束" -#: glib/gmarkup.c:1833 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "在元素‘%s’的關閉標籤內,文件突然結束" -#: glib/gmarkup.c:1839 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "在註解或處理指示內,文件突然結束" @@ -532,7 +532,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1971 msgid "internal error" msgstr "" @@ -1135,7 +1135,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1150,7 +1150,7 @@ msgstr "未知的選項 %s" msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:577 +#: gio/gcontenttype.c:591 #, c-format msgid "%s type" msgstr "" @@ -1189,7 +1189,7 @@ msgstr "" msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1532 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1202,10 +1202,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366 -#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594 -#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053 -#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701 +#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 +#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 +#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110 +#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758 #, fuzzy, c-format msgid "Operation not supported" msgstr "不支援符號連結" @@ -1218,52 +1218,52 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 -#: gio/glocalfile.c:1070 +#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065 +#: gio/glocalfile.c:1078 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1895 +#: gio/gfile.c:1933 gio/glocalfile.c:2114 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1955 +#: gio/gfile.c:1993 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#: gio/gfile.c:2001 gio/glocalfile.c:2123 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1981 +#: gio/gfile.c:2019 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2679 +#: gio/gfile.c:2736 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2772 +#: gio/gfile.c:2829 #, fuzzy, c-format msgid "Trash not supported" msgstr "不支援符號連結" -#: gio/gfile.c:2819 +#: gio/gfile.c:2876 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4752 gio/gvolume.c:357 +#: gio/gfile.c:4812 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4860 +#: gio/gfile.c:4920 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "沒有一個名為‘%s’的應用程式註冊一個書籤給‘%s’" @@ -1274,12 +1274,12 @@ msgid "Enumerator is closed" msgstr "" #: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 msgid "File enumerator is already closed" msgstr "" @@ -1335,181 +1335,186 @@ msgstr "無效的設定鍵名稱:%s" msgid "Error getting filesystem info: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1090 +#: gio/glocalfile.c:1098 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1116 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934 -#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022 +#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 #, fuzzy, c-format msgid "Invalid filename" msgstr "主機名稱無效" -#: gio/glocalfile.c:1125 +#: gio/glocalfile.c:1133 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1244 +#: gio/glocalfile.c:1252 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1254 +#: gio/glocalfile.c:1262 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 +#: gio/glocalfile.c:1322 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1604 +#: gio/glocalfile.c:1686 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1627 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1648 +#: gio/glocalfile.c:1730 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#: gio/glocalfile.c:1809 gio/glocalfile.c:1829 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1781 +#: gio/glocalfile.c:1863 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 +#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1938 +#: gio/glocalfile.c:1997 +#, fuzzy, c-format +msgid "Error creating directory: %s" +msgstr "開啟目錄‘%s’時發生錯誤:%s" + +#: gio/glocalfile.c:2026 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "解析 %s 選項時發生錯誤" -#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 +#: gio/glocalfile.c:2086 gio/glocalfile.c:2180 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2021 +#: gio/glocalfile.c:2109 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2155 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2076 +#: gio/glocalfile.c:2169 #, c-format msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:730 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "在屬性名稱內,文件突然結束" -#: gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:770 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1527 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1693 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1738 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1756 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1775 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1801 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "轉換時發生錯誤:%s" -#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "轉換時發生錯誤:%s" -#: gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1875 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 -#: gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904 +#: gio/glocalfileinfo.c:1915 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "第 %d 行發生錯誤:%s" -#: gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1894 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:2075 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "不支援符號連結" @@ -1582,12 +1587,12 @@ msgstr "不是普通檔案" msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 #, fuzzy, c-format msgid "Invalid seek request" msgstr "無效的設定鍵名稱:%s" @@ -1597,17 +1602,17 @@ msgstr "無效的設定鍵名稱:%s" msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:288 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:323 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:339 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1682,7 +1687,7 @@ msgstr "讀取檔案‘%s’時發生錯誤:%s" msgid "Error closing unix: %s" msgstr "第 %d 行發生錯誤:%s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 msgid "Filesystem root" msgstr "" -- 2.7.4