From e2a4ed3287671f498d6ab87337ad31b13d781fcb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 Mar 2008 18:09:06 +0000 Subject: [PATCH] 2.16.0 svn path=/trunk/; revision=6661 --- ChangeLog | 2 + INSTALL | 4 +- README | 2 +- docs/reference/ChangeLog | 4 + .../glib/tmpl/linked_lists_double.sgml | 64 +- .../glib/tmpl/linked_lists_single.sgml | 88 +- docs/reference/glib/tmpl/types.sgml | 1 - docs/reference/glib/tmpl/windows.sgml | 9 + gio/ChangeLog | 4 + gmodule/ChangeLog | 4 + gobject/ChangeLog | 4 + gthread/ChangeLog | 4 + po/ChangeLog | 4 + po/am.po | 124 ++- po/ar.po | 127 ++- po/as.po | 144 +-- po/az.po | 125 ++- po/be.po | 126 ++- po/be@latin.po | 128 ++- po/bg.po | 125 ++- po/bn.po | 125 ++- po/bn_IN.po | 646 +++++++------ po/bs.po | 125 ++- po/ca.po | 127 ++- po/cs.po | 860 +++++++++-------- po/cy.po | 125 ++- po/da.po | 125 ++- po/de.po | 786 ++++++++-------- po/dz.po | 125 ++- po/el.po | 125 ++- po/en_CA.po | 125 ++- po/en_GB.po | 127 ++- po/eo.po | 125 ++- po/es.po | 834 +++++++++-------- po/et.po | 786 ++++++++-------- po/eu.po | 127 ++- po/fa.po | 125 ++- po/fi.po | 782 ++++++++-------- po/fr.po | 828 ++++++++-------- po/ga.po | 127 ++- po/gl.po | 127 ++- po/gu.po | 807 ++++++++-------- po/he.po | 127 ++- po/hi.po | 125 ++- po/hr.po | 125 ++- po/hu.po | 127 ++- po/hy.po | 124 ++- po/id.po | 125 ++- po/is.po | 125 ++- po/it.po | 784 ++++++++-------- po/ja.po | 127 ++- po/ka.po | 125 ++- po/kn.po | 127 ++- po/ko.po | 127 ++- po/ku.po | 124 ++- po/lt.po | 782 ++++++++-------- po/lv.po | 125 ++- po/mg.po | 125 ++- po/mk.po | 127 ++- po/ml.po | 826 ++++++++-------- po/mn.po | 125 ++- po/mr.po | 807 ++++++++-------- po/ms.po | 125 ++- po/nb.po | 782 ++++++++-------- po/ne.po | 125 ++- po/nl.po | 129 ++- po/nn.po | 127 ++- po/oc.po | 781 +++++++-------- po/or.po | 125 ++- po/pa.po | 801 ++++++++-------- po/pl.po | 125 ++- po/pt.po | 127 ++- po/pt_BR.po | 127 ++- po/ro.po | 800 ++++++++-------- po/ru.po | 886 ++++++++++-------- po/rw.po | 125 ++- po/si.po | 125 ++- po/sk.po | 780 +++++++-------- po/sl.po | 127 ++- po/sq.po | 125 ++- po/sr.po | 125 ++- po/sr@Latn.po | 125 ++- po/sr@ije.po | 125 ++- po/sv.po | 127 ++- po/ta.po | 125 ++- po/te.po | 125 ++- po/th.po | 127 ++- po/tl.po | 125 ++- po/tr.po | 127 ++- po/tt.po | 125 ++- po/uk.po | 784 ++++++++-------- po/vi.po | 127 ++- po/wa.po | 124 ++- po/xh.po | 125 ++- po/yi.po | 125 ++- po/zh_CN.po | 127 ++- po/zh_HK.po | 125 ++- po/zh_TW.po | 125 ++- 98 files changed, 13078 insertions(+), 10573 deletions(-) diff --git a/ChangeLog b/ChangeLog index 77d59904..175983d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-03-10 Matthias Clasen + * === Released 2.16.0 === + * NEWS: Updates * configure.in: Bump version to 2.16.0 diff --git a/INSTALL b/INSTALL index 305a2c92..f29b54c0 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.15.6.tar.gz | tar xvf - # unpack the sources - % cd glib-2.15.6 # change to the toplevel directory + % gzip -cd glib-2.16.0.tar.gz | tar xvf - # unpack the sources + % cd glib-2.16.0 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/README b/README index 33c3dad5..82d7dfe4 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.15.6. GLib is the low-level core +This is GLib version 2.16.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, diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 54639fdf..0237cace 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2008-03-10 Matthias Clasen + + * === Released 2.16.0 === + 2008-03-10 Matthias Clasen * glib/tmpl/linked_lists_double.sgml: diff --git a/docs/reference/glib/tmpl/linked_lists_double.sgml b/docs/reference/glib/tmpl/linked_lists_double.sgml index 7163bfa9..ac1dade2 100644 --- a/docs/reference/glib/tmpl/linked_lists_double.sgml +++ b/docs/reference/glib/tmpl/linked_lists_double.sgml @@ -84,9 +84,9 @@ The #GList struct is used for each element in a doubly-linked list. -@list: -@data: -@Returns: +@list: +@data: +@Returns: @@ -96,7 +96,7 @@ The #GList struct is used for each element in a doubly-linked list. @list: @data: -@Returns: +@Returns: @@ -118,7 +118,7 @@ The #GList struct is used for each element in a doubly-linked list. @list: @sibling: @data: -@Returns: +@Returns: @@ -137,9 +137,9 @@ The #GList struct is used for each element in a doubly-linked list. -@list: -@data: -@Returns: +@list: +@data: +@Returns: @@ -147,9 +147,9 @@ The #GList struct is used for each element in a doubly-linked list. -@list: -@llink: -@Returns: +@list: +@llink: +@Returns: @@ -159,7 +159,7 @@ The #GList struct is used for each element in a doubly-linked list. @list: @link_: -@Returns: +@Returns: @@ -220,7 +220,7 @@ Another name for g_list_free_1(). @list: -@Returns: +@Returns: @@ -261,8 +261,8 @@ if @a > @b. -@list: -@data: +@list: +@data: @func: @user_data: @Returns: @@ -273,8 +273,8 @@ if @a > @b. -@list: -@compare_func: +@list: +@compare_func: @user_data: @Returns: @@ -299,9 +299,9 @@ if @a > @b. -@list1: -@list2: -@Returns: +@list1: +@list2: +@Returns: @@ -309,8 +309,8 @@ if @a > @b. -@list: -@func: +@list: +@func: @user_data: @@ -330,7 +330,7 @@ g_slist_foreach(). @list: -@Returns: +@Returns: @@ -367,7 +367,7 @@ A convenience macro to gets the next element in a #GList. @list: @n: -@Returns: +@Returns: @@ -387,16 +387,22 @@ A convenience macro to gets the next element in a #GList. @list: @n: -@Returns: +@Returns: + + + + + + -@list: -@data: +@list: +@data: @Returns: @@ -416,9 +422,9 @@ A convenience macro to gets the next element in a #GList. -@list: +@list: @llink: -@Returns: +@Returns: diff --git a/docs/reference/glib/tmpl/linked_lists_single.sgml b/docs/reference/glib/tmpl/linked_lists_single.sgml index 81f3ecf0..8dd34362 100644 --- a/docs/reference/glib/tmpl/linked_lists_single.sgml +++ b/docs/reference/glib/tmpl/linked_lists_single.sgml @@ -94,7 +94,7 @@ g_slist_insert_sorted() functions and so is rarely used on its own. @list: -@data: +@data: @Returns: @@ -104,8 +104,8 @@ g_slist_insert_sorted() functions and so is rarely used on its own. @list: -@data: -@Returns: +@data: +@Returns: @@ -113,9 +113,9 @@ g_slist_insert_sorted() functions and so is rarely used on its own. -@list: -@data: -@position: +@list: +@data: +@position: @Returns: @@ -124,8 +124,8 @@ g_slist_insert_sorted() functions and so is rarely used on its own. -@slist: -@sibling: +@slist: +@sibling: @data: @Returns: @@ -135,9 +135,9 @@ g_slist_insert_sorted() functions and so is rarely used on its own. -@list: -@data: -@func: +@list: +@data: +@func: @Returns: @@ -146,9 +146,9 @@ g_slist_insert_sorted() functions and so is rarely used on its own. - -@data: -@Returns: +@list: +@data: +@Returns: @@ -156,9 +156,9 @@ g_slist_insert_sorted() functions and so is rarely used on its own. -@list: -@link_: -@Returns: +@list: +@link_: +@Returns: @@ -167,8 +167,8 @@ g_slist_insert_sorted() functions and so is rarely used on its own. @list: -@link_: -@Returns: +@link_: +@Returns: @@ -178,7 +178,7 @@ g_slist_insert_sorted() functions and so is rarely used on its own. @list: @data: -@Returns: +@Returns: @@ -210,7 +210,7 @@ A macro which does the same as g_slist_free_1(). -@list: +@list: @Returns: @@ -219,8 +219,8 @@ A macro which does the same as g_slist_free_1(). -@list: -@Returns: +@list: +@Returns: @@ -251,7 +251,7 @@ A macro which does the same as g_slist_free_1(). @list: @compare_func: -@Returns: +@Returns: @@ -270,9 +270,9 @@ A macro which does the same as g_slist_free_1(). -@list1: -@list2: -@Returns: +@list1: +@list2: +@Returns: @@ -282,7 +282,7 @@ A macro which does the same as g_slist_free_1(). @list: @func: -@user_data: +@user_data: @@ -308,7 +308,7 @@ A convenience macro to gets the next element in a #GSList. -@list: +@list: @n: @Returns: @@ -318,9 +318,9 @@ A convenience macro to gets the next element in a #GSList. -@list: +@list: @n: -@Returns: +@Returns: @@ -328,9 +328,9 @@ A convenience macro to gets the next element in a #GSList. -@list: -@data: -@Returns: +@list: +@data: +@Returns: @@ -338,10 +338,10 @@ A convenience macro to gets the next element in a #GSList. -@list: -@data: -@func: -@Returns: +@list: +@data: +@func: +@Returns: @@ -349,9 +349,9 @@ A convenience macro to gets the next element in a #GSList. -@list: -@llink: -@Returns: +@list: +@llink: +@Returns: @@ -359,9 +359,9 @@ A convenience macro to gets the next element in a #GSList. -@list: -@data: -@Returns: +@list: +@data: +@Returns: diff --git a/docs/reference/glib/tmpl/types.sgml b/docs/reference/glib/tmpl/types.sgml index bb38e750..4f49f1c8 100644 --- a/docs/reference/glib/tmpl/types.sgml +++ b/docs/reference/glib/tmpl/types.sgml @@ -241,5 +241,4 @@ A signed integer type that is used for file offsets, corresponding to the C99 type off64_t. -@Since: 2.16 diff --git a/docs/reference/glib/tmpl/windows.sgml b/docs/reference/glib/tmpl/windows.sgml index 692f31e5..2a5a9611 100644 --- a/docs/reference/glib/tmpl/windows.sgml +++ b/docs/reference/glib/tmpl/windows.sgml @@ -55,6 +55,15 @@ macro %MAXPATHLEN, which is the maximum length of a filename @Returns: + + + + + +@hmodule: +@Returns: + + diff --git a/gio/ChangeLog b/gio/ChangeLog index 6140373d..25afaf77 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-03-10 Matthias Clasen + + * === Released 2.16.0 === + 2008-03-10 Matthias Clasen * gio.symbols: Remove g_file_contains_file here, too. diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index bda1424d..29f1af7b 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2008-03-10 Matthias Clasen + + * === Released 2.16.0 === + 2008-02-25 Matthias Clasen * === Released 2.15.6 === diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 18e498ec..0b360946 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +2008-03-10 Matthias Clasen + + * === Released 2.16.0 === + 2008-02-25 Matthias Clasen * === Released 2.15.6 === diff --git a/gthread/ChangeLog b/gthread/ChangeLog index a572d722..57b7baf1 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2008-03-10 Matthias Clasen + + * === Released 2.16.0 === + 2008-02-25 Matthias Clasen * === Released 2.15.6 === diff --git a/po/ChangeLog b/po/ChangeLog index cdb0f853..3433ed76 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2008-03-10 Matthias Clasen + + * === Released 2.16.0 === + 2008-03-10 Matthias Clasen * uk.po: Mark a string as fuzzy to fix the build diff --git a/po/am.po b/po/am.po index bbc487f4..24c21a1a 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2003-01-16 08:39+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" @@ -520,7 +520,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -831,47 +831,47 @@ msgstr "" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1116,7 +1116,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1182,10 +1182,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1305,111 +1305,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1623,6 +1623,32 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +msgid "The name of the icon" +msgstr "" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/ar.po b/po/ar.po index 1ecef440..c0ae1e8f 100644 --- a/po/ar.po +++ b/po/ar.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.ar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-06 02:05+0200\n" "Last-Translator: Khaled Hosny \n" "Language-Team: Arabic \n" @@ -544,7 +544,7 @@ msgstr "وُصِلَ للحد المسموح به من أمكنة الرجوع msgid "the pattern contains items not supported for partial matching" msgstr "المثال يحتوي على عناصر لا تحتمل التطابق الجزئي" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "خطأ داخلي" @@ -855,47 +855,47 @@ msgstr "فشلت قراءة البيانات من العملية الإبنة" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "فشل عمل أنبوب للاتصال بالعملية الإبنة (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "اسم برنامج غير صحيح: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "دليل عمل غير سليم: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "فشل تنفيذ البرنامج المساعد (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1143,7 +1143,7 @@ msgstr "مُرِّرت قيمة كبيرة جدّا إلى %s" msgid "Stream is already closed" msgstr "سبق إغلاق الدَفق " -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "أُلغيت العملية " @@ -1209,10 +1209,10 @@ msgstr "محرك الأقراص لا ينفذ القذف" msgid "drive doesn't implement polling for media" msgstr "محرك الأقراص لا ينفذ جسّ الوسائط" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "عمليّة غير مدعومة" @@ -1225,52 +1225,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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "الوصل الحاوي غير موجود" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "لا يمكنك نقل دليل على دليل" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "لا يمكنك نسخ دليل على دليل" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "الملف الهدف موجود مسبّقا" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr " لا يمكنك النسخ التكراري للدليل " -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr " قيمة الوصلة الرمزية المُعطاة غير سليمة" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "المهملات غير مدعومة" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "لا يمكن لأسماء الملفات أن تحتوي على '%c' " -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "الجهاز لا ينفذ الوَصل" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "لم يسجل أي تطبيق كمعالج لهذا الملف" @@ -1332,111 +1332,111 @@ msgstr " للدَفق عملية عالقة" msgid "Unable to find default local directory monitor type" msgstr "غير قادر على ايجاد نوع المراقبة للدليل المحلي الافتراضي " -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "اسم ملف غير صالح %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "خطأ أثناء تلقي معلومات نظام الملفات: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr " لا يمكنك إعادة تسمية الدليل الجذري " -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "لا يمكنك إعادة تسمية الملف، اسم الملف موجود بالفعل" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "أسم ملف غير صالح" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "خطأ عند إعادة تسمية الملف: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "خطأ عند فتح الملف: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "لا يمكن فتح الدّليل" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "خطأ عند حذف الملف: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "خطأ عند ارسال الملف للمهملات: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "غير قادر على إنشاء مجلد سلة المهملات %s: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "غير قادر على إيجاد دليل المستوى الأعلى للمهملات" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "غير قادر على ايجاد أو إنشاء دليل المهملات" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "تعذّر إنشاء ملف المُهْملات: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "غير قادر على نقل الملف: %s إلى المهملات " -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "خطأ أثناء تشكيل الوصلة الرمزية: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "خطأ عندنقل الملف: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "لا يمكنك نقل دليل على دليل" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "خطأ في إزالة الملف الهدف: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "النقل بين الوصلات غير مدعوم" @@ -1650,6 +1650,35 @@ msgstr "دَفْقُ الاخراج لا يُنَفذ الكتابة" msgid "Source stream is already closed" msgstr "دَفْقُ المَصدر سبق إغلاقه" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "غير مسمّى" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "اسم مستضيف المسار '%s' غير سليم" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "غير مسمّى" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/as.po b/po/as.po index b3dd0523..83478688 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-28 17:08+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese\n" @@ -311,8 +311,10 @@ msgid "Error on line %d: %s" msgstr "%d শাৰীত ভুল: %s" #: glib/gmarkup.c:442 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "ৰিক্ত পদাৰ্থ '&;' দেখা গ'ল; বৈধ পদাৰ্থসমূহ হ'ল: & " < > '" +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"ৰিক্ত পদাৰ্থ '&;' দেখা গ'ল; বৈধ পদাৰ্থসমূহ হ'ল: & " < > '" #: glib/gmarkup.c:452 #, c-format @@ -354,7 +356,8 @@ msgstr "" #: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" -msgstr "আখৰৰ উল্লেখ থকা '%-.*s' এ এটা আজ্ঞা থকা আখৰক সাঙ্কেতিক লিপিলৈ পৰিবৰ্তিত নকৰে" +msgstr "" +"আখৰৰ উল্লেখ থকা '%-.*s' এ এটা আজ্ঞা থকা আখৰক সাঙ্কেতিক লিপিলৈ পৰিবৰ্তিত নকৰে" #: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" @@ -410,7 +413,8 @@ msgstr "" #: glib/gmarkup.c:1267 #, 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 "" #: glib/gmarkup.c:1309 @@ -532,7 +536,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -730,7 +734,8 @@ 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" +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" #: glib/gregex.c:338 @@ -848,47 +853,47 @@ msgstr "" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1032,7 +1037,8 @@ msgstr "" #: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" #: glib/gkeyfile.c:821 @@ -1132,7 +1138,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1198,10 +1204,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, fuzzy, c-format msgid "Operation not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" @@ -1214,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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "'%s' নামৰ কোনো অনুপ্ৰয়োগে '%s' à§° বাবে কোনো পত্ৰচিহ্ন পঞ্জীভূক্ত কৰা নাই" @@ -1321,111 +1327,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "অবৈধ গৃহস্থৰনাম" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "অবৈধ গৃহস্থৰনাম" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%d শাৰীত ভুল: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1639,6 +1645,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI '%s' à§° গৃহস্থৰনাম অবৈধ" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format @@ -1700,4 +1733,3 @@ msgstr "" #: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "" - diff --git a/po/az.po b/po/az.po index edba099d..6d377cf6 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2004-02-02 12:12+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" @@ -557,7 +557,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -875,47 +875,47 @@ msgstr "Törəmə gedişatdan mə'lumat oxuma iflası" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Törəmə gedişatların xəbərləşməyi üçün pipe yaratma iflası (%s)" -#: glib/gspawn-win32.c:332 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örəmə pipe-dan oxuma iflası (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Qovluq dəyişdirmə iflası '%s' (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Törəmə gedişat icra iflası (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "Hökmsüz qovşaq adı" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "dönüşdürmə girişi içində hökmsüz qatar" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "Cərgə açma xətası: '%s': %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "Yardımcı proqram icra edilə bilmədi" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1161,7 +1161,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1227,10 +1227,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Simvolik körpülər dəstəklənmir" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1350,111 +1350,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Hökmsüz qovşaq adı" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Hökmsüz qovşaq adı" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1668,6 +1668,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "`%s' URI-sinin qovşaq adı səhv qaçırılmış" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/be.po b/po/be.po index 3aa00aad..e71b4116 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2005-11-16 11:21+0200\n" "Last-Translator: Vital Khilko \n" "Language-Team: Belarusian \n" @@ -632,7 +632,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -963,55 +963,55 @@ msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Збой стварэньня канала для абмену з працэсам-нашчадкам (%s)" # glib/gspawn-win32.c:843 glib/gspawn.c:914 -#: glib/gspawn-win32.c:332 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:931 glib/gspawn.c:1119 -#: glib/gspawn-win32.c:358 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:940 -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Збой выкананьня працэсу-нашчадка (%s)" # glib/gconvert.c:1729 -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Недапушчальная назва праграмы: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189 # glib/gutf8.c:1330 glib/gutf8.c:1426 -#: glib/gspawn-win32.c:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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/gdir.c:79 -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Недапушчальны працоўны каталёг: %s" # glib/gspawn-win32.c:940 -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Збой выкананьня праграмы дапамогі (%s)" # glib/gspawn-win32.c:365 -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1284,7 +1284,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1351,10 +1351,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1475,111 +1475,111 @@ msgid "Unable to find default local directory monitor type" msgstr "" # glib/gconvert.c:1729 -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Недапушчальная назва праграмы: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" # glib/gconvert.c:1729 -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Недапушчальная назва вузла" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Збой стварэньня файлу \"%s\": %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Збой стварэньня файлу \"%s\": %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Збой стварэньня файлу \"%s\": %s" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Памылка ў часе пераўтварэньня: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format @@ -1587,12 +1587,12 @@ msgid "Backup file creation failed" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1826,6 +1826,34 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +# glib/gconvert.c:1632 +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Назва вузлу ў URI \"%s\" недапушчальная" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +msgid "" +"Whether to use default fallbacks found by shortening the name at '-' " +"characters. Ignores names after the first if multiple names are given." +msgstr "" + # glib/gfileutils.c:348 #: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 #: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 diff --git a/po/be@latin.po b/po/be@latin.po index faa1bcfc..63a9f9ce 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-16 23:33+0200\n" "Last-Translator: Ihar Hrachyshka \n" "Language-Team: Belarusian Latin \n" @@ -636,7 +636,7 @@ msgstr "" "Å¡ablon utrymlivaje elementy, jakija nie padtrymvajucca dla častkovaj " "adpaviadnaści" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "unutranaja pamyłka" @@ -967,55 +967,55 @@ msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Nielha stvaryć płyniu dziela kamunikacyi z pracesam-naščadkam (%s)" # glib/gspawn-win32.c:843 glib/gspawn.c:914 -#: glib/gspawn-win32.c:332 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 "Niemahčyma adčytać płyniu naščadka (%s)" # glib/gspawn-win32.c:931 glib/gspawn.c:1119 -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Niemahčyma źmianić kataloh na '%s' (%s)" # glib/gspawn-win32.c:940 -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Niemahčyma vykanać praces-naščadka (%s)" # glib/gconvert.c:1729 -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Niapravilnaja nazva prahramy: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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 "Niapravilny paradak u arhumencie %d: %s" # glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189 # glib/gutf8.c:1330 glib/gutf8.c:1426 -#: glib/gspawn-win32.c:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Niapravilny radok u asiarodździ: %s" # glib/gdir.c:79 -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Niapravilny rabočy kataloh: %s" # glib/gspawn-win32.c:940 -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Niemahčyma Å­klučyć prahramu dapamohi (%s)" # glib/gspawn-win32.c:365 -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -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:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Aperacyja anulavanaja" @@ -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:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Źmiaščalnaje mantavańnie nie isnuje" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Niemahčyma skapijavać zamiest katalohu" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Niemahčyma skapijavać kataloh zamiest inÅ¡aha katalohu" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Metavy fajł isnuje" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Niemahčyma rekursiÅ­na skapijavać kataloh" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Padadzienaja niapravilnaja vartaść symbalnaj spasyłki" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Śmietnica nie padtrymlivajacca" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Nazvy fajłaÅ­ nia mohuć utrymlivać \"%c\"" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "masiÅ­ nie zaimplementavaÅ­ mantavańnia (mount)" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Nivodnaja aplikacyja nie zarehistravanaja dla pracy z hetym fajłam" @@ -1483,111 +1483,111 @@ msgid "Unable to find default local directory monitor type" msgstr "Niemahčyma znajści zmoŭčany typ manitora dla lakalnaha katalohu" # glib/gconvert.c:1729 -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Niapravilnaja nazva fajłu %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Pamyłka atrymańnia źviestak ab fajłavaj systemie: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Niemahčyma źmianić nazvu dla karaniovaha katalohu" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, 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:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Niapravilnaja nazva fajłu" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Pamyłka adčytańnia fajłu: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Pamyłka adčynieńnia fajłu: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Niemahčyma adčynić kataloh" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Pamyłka vydaleńnia fajłu: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Pamyłka vykidańnia Å­ śmietnicu fajłu: %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Niemahčyma stvaryć kataloh śmietnicy %s: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, 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:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, 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:1767 +#: gio/glocalfile.c:1781 #, 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:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Niemahčyma vykinuć u śmietnicu fajł: %s" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Pamyłka stvareńnia symbalnaj spasyłki: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Pamyłka pieranosu fajłu: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Niemahčyma pieranieści kataloh zamiest inÅ¡aha katalohu" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format @@ -1595,12 +1595,12 @@ msgid "Backup file creation failed" msgstr "NiaÅ­dałaje stvareńnie zapasnoha fajłu" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Pamyłka vydaleńnia metavaha fajłu: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Pieranos pamiž punktami mantavańnia nie padtrymlivajecca" @@ -1836,6 +1836,36 @@ msgstr "Vyjściovaja płyń nie zaimplementavała zapisu (write)" msgid "Source stream is already closed" msgstr "Kryničnaja płyń užo začynienaja" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Nienazvany" + +# glib/gconvert.c:1632 +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Niapravilnaja nazva hostu Å­ URI '%s' " + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Nienazvany" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +msgid "" +"Whether to use default fallbacks found by shortening the name at '-' " +"characters. Ignores names after the first if multiple names are given." +msgstr "" + # glib/gfileutils.c:348 #: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 #: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 diff --git a/po/bg.po b/po/bg.po index 851ce287..5f1bad1c 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-08-26 21:13+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -567,7 +567,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "шаблонът съдържа елементи, които не се поддържат при частично съвпадение" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "вътрешна грешка" @@ -887,47 +887,47 @@ msgstr "Неуспех при четене на данни от дъщерен msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Неуспех при създаването на канал за комуникация с дъщерен процес (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Неправилно име на програма: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Неправилна работна папка: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Неуспех при изпълнение на програмата за помощта (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1188,7 +1188,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1255,10 +1255,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, fuzzy, c-format msgid "Operation not supported" msgstr "Символни връзки не се поддържат" @@ -1271,52 +1271,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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Символни връзки не се поддържат" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "Никое приложение „%s“ не е регистрирало отметка за „%s“" @@ -1378,111 +1378,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Неправилно име на ключ: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Неправилно име на хост" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Неуспех при създаване на файл „%s“: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Неуспех при създаване на файл „%s“: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Неуспех при създаване на файл „%s“: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при анализа на опцията: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1696,6 +1696,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Името на хоста в адреса „%s“ е неправилно" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/bn.po b/po/bn.po index 9c5a0a28..95c0a7ad 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2006-08-31 21:21+0600\n" "Last-Translator: Khandakar Mujahidul Islam \n" "Language-Team: Bengali \n" @@ -547,7 +547,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -865,47 +865,47 @@ msgstr "চাইল্ড প্রসেস থেকে তথ্য পড় msgid "Failed to create pipe for communicating with child process (%s)" msgstr "চাইল্ড প্রসেস (%s) এর সাথে যোগাযোগ করার জন্য পাইপ সৃষ্টি করতে ব্যর্থ" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "প্রোগ্রামের নাম অবৈধ: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "সক্রিয় ডিরেক্টরি বৈধ নয়: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "সাহায্যকারী প্রোগ্রাম চলাতে ব্যর্থ (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1151,7 +1151,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1218,10 +1218,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয় নি" @@ -1341,111 +1341,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "প্রোগ্রামের নাম অবৈধ: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "ভুল হোস্ট নাম" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%s বিকল্প পার্স করতে ব্যর্থ" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1659,6 +1659,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "ইউআরআই '%s' এর হোস্ট নাম গ্রহনযোগ্য নয়" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/bn_IN.po b/po/bn_IN.po index 03660ce7..2ecc180f 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-02-25 19:32+0000\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-10 12:49+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali INDIA \n" @@ -22,85 +22,85 @@ 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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "অপ্রত্যাশিত '%s' ট্যাগ '%s'-র মধ্যে" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "data dir'র মধ্যে বৈধ বুকমার্ক ফাইল পাওয়া যায়নি" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s'-র জন্য বুকমার্ক পাওয়া যায়নি" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে MIME'র ধরন নির্ধারিত হয়নি" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে ব্যক্তিগত ফ্ল্যাগ চিহ্ন দেওয়া হয়নি" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয়নি" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec পংক্তি '%s'-টি URI '%s' সহ প্রসারণ করতে ব্যর্থ" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c: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'-এ রূপান্তর করা যাবে না" # sam: রুপান্তরকারক -#: ../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' রূপান্তর ব্যবস্থা খোলা যায়নি" @@ -112,8 +112,8 @@ msgstr "'%s' থেকে '%s' রূপান্তর ব্যবস্থা 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" @@ -124,7 +124,7 @@ msgstr "রূপান্তর কর্ম সঞ্চালনকালে 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' কোড-সেটে পরিবর্তন করা যায়নি" @@ -164,163 +164,164 @@ msgstr "'%s' পাথটি সুনিশ্চিত নয়" msgid "Invalid hostname" msgstr "হোস্ট-নেম বৈধ নয়" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:104 glib/gdir.c:124 #, 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 কিলোবাইট" -#: ../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'র উপর raw read করা সম্ভব নয়" -#: ../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 বাফারের মধ্যে অরূপান্তরিত তথ্য অবশিষ্ট রয়েছে" -#: ../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 read করা যায়নি" -#: ../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:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "পংক্তি %d অক্ষর %d'এ ত্রুটি: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, 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:442 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"তথ্যবিহীন স্বত্বা '&;' প্রদর্শিত; বৈধ স্বত্বা হল: & " < > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -331,17 +332,17 @@ msgstr "" "এই অ্যাম্পারসেন্ড চিহ্নটি স্বত্বার ক্ষেত্রে ব্যবহৃত না হলে & রূপে এটিকে এস্কেপ করানো " "যাবে" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "স্বতার নামে '%s' অক্ষরের ব্যবহার বৈধ নয়" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "'%s' নামের স্বত্বা অজানা" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -349,7 +350,7 @@ msgstr "" "স্বত্বার নাম সেমিকোলোন চিহ্ন দ্বারা সমাপ্ত হয়নি; সম্ভবত আপনি স্বত্বা হিসাবে ব্যবহারের " "উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - & রূপে এম্পারসেন্ড এস্কেপ করানো যাবে" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -358,16 +359,16 @@ msgstr "" "'%-.*s' পার্স করতে ব্যর্থ, এটি কোনো অক্ষরের রেফারেন্সের মধ্যে একটি সংখ্যা হওয়া উচিত " "(উদাহরণস্বরূপ ê) - সম্ভবত সংখ্যাটি অত্যাধিক বড়" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "'%-.*s' অক্ষরের রেফারেন্সের মধ্যে অনুমোদিত অক্ষর এনকোড করা হয়নি" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "অক্ষর রেফারেন্স ফাঁকা; dž'র অনুরূপ সংখ্যা উপস্থিত আবশ্যক" -#: ../glib/gmarkup.c:637 +#: 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 " @@ -377,39 +378,40 @@ msgstr "" "ব্যবহারের উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - & রূপে এম্পারসেন্ড এস্কেপ " "করানো যাবে" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "স্বত্বার রেফারেন্স অসম্পূর্ণ" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "অক্ষরের রেফারেন্স অসম্পূর্ণ" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - অত্যাধিক লম্বা পংক্তি" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - প্রারম্ভিক অক্ষর নয়" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - বৈধ '%s' নয়" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. )" msgstr "নথি কোনো এলিমেন্ট দ্বারা আরম্ভ হওয়া আবশ্যক (উদাহরণস্বরূপ )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" -msgstr "'<' অক্ষরের পরে '%s'-র ব্যবহার বৈধ নয়; এর দ্বারা এলিমেন্টের নাম আরম্ভ করা যাবে না" +msgstr "" +"'<' অক্ষরের পরে '%s'-র ব্যবহার বৈধ নয়; এর দ্বারা এলিমেন্টের নাম আরম্ভ করা যাবে না" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -418,14 +420,15 @@ msgstr "" "'%s' অক্ষর প্রত্যাশিত নয়, '%s' এলিমেন্টের প্রারম্ভিক ট্যাগ সমাপ্ত করার উদ্দেশ্যে '>' " "অক্ষর প্রত্যাশিত" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, 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 "" "'%1$s' অক্ষর প্রত্যাশিত নয়, '%3$s' এলিমেন্টের '%2$s' নামক বৈশিষ্ট্যের নামের পরে " "একটি '=' চিহ্ন প্রত্যাশিত" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -436,7 +439,7 @@ msgstr "" "অথবা '/' চিহ্ন অথবা কোনো বৈশিষ্ট্যর উপস্থিতি কাম্য; সম্ভবত কোনো বৈশিষ্ট্যের নামের " "মধ্যে অবৈধ অক্ষর ব্যবহৃত হয়েছে" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -445,7 +448,7 @@ msgstr "" "'%1$s' অক্ষর অপ্রত্যাশিত, '%3$s' এলিমেন্টের '%2$s' বৈশিষ্ট্যের মান নির্ধারণের " "উদ্দেশ্যে সমান চিহ্নের (=) পরে একটি উদ্ধৃতি চিহ্নের প্রারম্ভিক অংশ উপস্থিতি প্রত্যাশিত" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে কোনো এলিমেন্ট খোলা অবস্থায় নেই" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে '%s' এলিমেন্ট খোলা অবস্থায় রয়েছে" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "ডকুমেন্ট সম্ভবত ফাঁকা অথবা শুধুমাত্র শূণ্যস্থান উপস্থিত" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" -msgstr "তেরছা বন্ধনীর প্রারম্ভিক চিহ্নের '<' ঠিক পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" +msgstr "" +"তেরছা বন্ধনীর প্রারম্ভিক চিহ্নের '<' ঠিক পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -490,7 +494,7 @@ msgstr "" "খোলা এলিমেন্টসহ ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে - '%s' এলিমেন্ট সর্বশেষ খোলা " "হয়েছিল" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -499,19 +503,19 @@ msgstr "" "নথি অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে, <%s/> ট্যাগ সমাপ্তির জন্য তেরছা বন্ধনী চিহ্নের " "অন্তিম অংশের উপস্থিতি প্রত্যাশিত" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "এলিমেন্টের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "বৈশিষ্ট্যের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "এলিমেন্টের প্রারম্ভিক ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -519,247 +523,249 @@ msgstr "" "বৈশিষ্ট্যের নামের পরে উপস্থিত সমান চিহ্নের (=) পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত " "হয়েছে; বৈশিষ্ট্যের মান অনুপস্থিত" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "বৈশিষ্ট্যের মানের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "'%s' এলিমেন্টের অন্তিম ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 msgid "Document ended unexpectedly inside a comment or processing instruction" -msgstr "কোনো মন্তব্য অথবা প্রক্রিয়াকরণের নির্দেশের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" +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:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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 "" -#: ../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 named ক্লাসগুলি শুধুমাত্র ক্লাসের মধ্যে সমর্থিত হবে" -#: ../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 "" -#: ../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 "অক্টাল মান \\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 "" -#: ../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 "" -#: ../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 "" @@ -827,27 +833,27 @@ msgstr "অজানা এস্কেপ সিকোয়েন্স" 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 "টেক্সট ফাঁকা (অথবা শুধুমাত্র শূণ্যস্থানসহ)" @@ -862,94 +868,95 @@ msgstr "চাইল্ড প্রসেস থেকে তথ্য পড় msgid "Failed to create pipe for communicating with child process (%s)" msgstr "চাইল্ড প্রসেসের সাথে যোগাযোগের উদ্দেশ্যে পাইপ নির্মাণে ব্যর্থ (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "প্রোগ্রামের নাম অবৈধ: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "সক্রিয় ডিরেক্টরি বৈধ নয়: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "সহায়ক প্রোগ্রাম চালাতে ব্যর্থ (%s)" -#: glib/gspawn-win32.c:996 +#: 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()'এ অপ্রত্যাশিত ত্রুটি" +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)" @@ -970,101 +977,102 @@ msgstr "রূপান্তর করার উদ্দেশ্যে প্ 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 "%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 "অনুসন্ধানের dirs-র মধ্যে বৈধ কি-ফাইল পাওয়া যায়নি" -#: ../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" +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'" @@ -1076,15 +1084,16 @@ msgstr "কি-ফাইলের মধ্যে অসমর্থিত এ 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 "কি-ফাইলের মধ্যে '%2$s' মান সহ '%1$s' কি উপস্থিত রয়েছে যা UTF-8 বিন্যাসে নেই।" +msgstr "" +"কি-ফাইলের মধ্যে '%2$s' মান সহ '%1$s' কি উপস্থিত রয়েছে যা UTF-8 বিন্যাসে নেই।" #: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891 #, c-format @@ -1135,21 +1144,20 @@ msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্ 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 "" -#: ../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:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "কর্ম বাতিল করা হয়েছে" @@ -1168,57 +1176,58 @@ msgstr "%s ফাইলের ধরন" 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:1517 #, 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:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "কর্ম সমর্থিত হয় না" @@ -1230,91 +1239,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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "ধারণকারী মাউন্ট উপস্থিত নেই" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "ডিরেক্টরির উপরে কপি করা যাবে না" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "ডিরেক্টরির উপর ডিরেক্টরি কপি করা যায়নি" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "উদ্দিষ্ট ফাইল উপস্থিত রয়েছে" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "অবৈধ সিম-লিঙ্ক মান উপলব্ধ করা হয়েছে" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 +#, c-format msgid "Trash not supported" msgstr "আবর্জনা সমর্থিত হয় না" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "ফাইলের নামের মধ্যে '%c' ব্যবহার করা যাবে না" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "ভলিউম দ্বারা mount প্রয়োগ করা হয় না" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 +#, 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:425 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 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 "স্ট্রিম দ্বারা Seek সমর্থিত হয় না" -#: ../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 "" @@ -1330,114 +1341,117 @@ msgstr "" 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:595 +#: gio/glocalfile.c:599 +#, c-format msgid "Invalid filename %s" msgstr "ফাইলের নাম অবৈধ: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 +#, c-format msgid "Error getting filesystem info: %s" msgstr "ফাইল-সিস্টেম সংক্রান্ত তথ্য প্রাপ্ত করতে সমস্যা: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "root ডিরেক্টরির নাম পরিবর্তন করা সম্ভব নয়" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" -msgstr "ফাইলের নাম পরিবর্তন করা যায়নি, নতুন নামের একটি ফাইলের নাম বর্তমানে উপস্থিত রয়েছে" +msgstr "" +"ফাইলের নাম পরিবর্তন করা যায়নি, নতুন নামের একটি ফাইলের নাম বর্তমানে উপস্থিত রয়েছে" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "ফাইলের নাম বৈধ নয়" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "ফাইলের নাম পরিবর্তনে সমস্যা: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "ফাইল খুলতে সমস্যা: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "ডিরেক্টরি খুলতে সমস্যা" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "ফাইল মুছে ফেলতে সমস্যা: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "ফাইলটি আবর্জনায় স্থানান্তর করতে সমস্যা: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "আবর্জনার ডিরেক্টরি %s নির্মাণ করতে সমস্যা: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "আবর্জনার ঊর্ধ্বতন ডিরেক্টরি সনাক্ত করতে ব্যর্থ" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "আবর্জনার ডিরেক্টরি সনাক্ত অথবা নির্মাণ করতে ব্যর্থ" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "ফাইল বর্জন করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "সিম্‌বলিক লিঙ্ক নির্মাণ করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "ফাইল স্থানান্তর করতে সমস্যা: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "ডিরেক্টরির উপর ডিরেক্টরি স্থানান্তর করা যাবে না" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "উদ্দিষ্ট ফাইল মুছে ফেলতে সমস্যা: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1539,7 +1553,7 @@ msgstr "ফাইলের মধ্যে seek করতে সমস্যা: 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 "" @@ -1565,7 +1579,7 @@ msgid "Error renaming temporary file: %s" msgstr "অস্থায়ী ফাইলের নাম পরিবর্তন করতে সমস্যা: %s" #: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 -#, fuzzy, c-format +#, c-format msgid "Error truncating file: %s" msgstr "" @@ -1581,7 +1595,7 @@ msgid "Target file is a directory" msgstr "উদ্দিষ্ট ফাইলটি একটি ডিরেক্টরি" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, c-format msgid "Target file is not a regular file" msgstr "" @@ -1590,32 +1604,32 @@ msgstr "" msgid "The file was externally modified" msgstr "ফাইলটি স্বতন্ত্ররূপে পরিবর্তন করা হয়েছে" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "অবৈধ GSeekType উল্লিখিত হয়েছে" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, 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:260 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1641,75 +1655,103 @@ msgstr "" 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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "নামবিহীন" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI '%s'-র হোস্ট-নেম বৈধ নয়" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "নামবিহীন" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 gio/gunixmounts.c:1815 msgid "Filesystem root" msgstr "ফাইল-সিস্টেমের 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 "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 "" -#: ../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 "[FILE...]" - diff --git a/po/bs.po b/po/bs.po index 5963f237..ed9f4f82 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2004-05-17 01:30+0000\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" @@ -552,7 +552,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -871,47 +871,47 @@ msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "NeuspjeÅ¡no stvaranje cijevi za komuniciranje sa podređenim procesom (%s)" -#: glib/gspawn-win32.c:332 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 "NeuspjeÅ¡no čitanje iz podređene cijevi (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "NeuspjeÅ¡an prelazak u direktorij '%s' (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "NeuspjeÅ¡no pokretanje podređenog procesa (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "Nevažeće ime računara" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "Nevažeći niz u unosu za pretvaranje" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "GreÅ¡ka tokom otvaranja direktorija '%s': %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "NeuspjeÅ¡no pokretanje pomoćnog programa" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1160,7 +1160,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1226,10 +1226,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Simbolički linkovi nisu podržani" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1349,111 +1349,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nevažeće ime računara" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nevažeće ime računara" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1667,6 +1667,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Ime računara URI-ja '%s' je nevažeće" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/ca.po b/po/ca.po index fb262d21..41c05a59 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-14 10:59+0100\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" @@ -581,7 +581,7 @@ msgstr "" "el patró conté elements que no estan implementats en les concordances " "parcials" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "error intern" @@ -906,47 +906,47 @@ 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: 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:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1202,7 +1202,7 @@ msgstr "El valor de comptatge passat a %s és massa llarg" msgid "Stream is already closed" msgstr "Ja està tancat el flux" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "S'ha cancel·lat l'operació" @@ -1271,10 +1271,10 @@ msgstr "la unitat no implementa l'expulsió" msgid "drive doesn't implement polling for media" msgstr "la unitat no implementa l'enquesta per si hi ha un medi" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "L'operació no està implementada" @@ -1287,52 +1287,52 @@ 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "No existeix el punt de muntatge contenidor" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "No es pot copiar al directori" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "No es pot copiar el directori al directori" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Ja existeix el fitxer de destinació" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "No es pot copiar el directori de forma recursiva" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "El valor donat per a l'enllaç simbòlic no és vàlid" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "No es pot utilitzar la paperera" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "En els noms de fitxers no pot haver-hi «%c»" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "el volum no implementa el muntatge" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1396,112 +1396,112 @@ 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:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "El nom del fitxer no és vàlid: %s" -#: gio/glocalfile.c:958 +#: 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:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "No es pot canviar el nom del directori arrel" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, 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:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Nom de fitxer no vàlid" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "S'ha produït un error en canviar el nom del fitxer: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "S'ha produït un error en obrir el fitxer: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "No s'ha pogut obrir el directori" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "S'ha produït un error en suprimir el fitxer: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, 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:1613 +#: gio/glocalfile.c:1627 #, 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:1634 +#: gio/glocalfile.c:1648 #, 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:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, 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:1767 +#: gio/glocalfile.c:1781 #, 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:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "No s'ha pogut enviar el fitxer a la paperera: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, 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:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "S'ha produït un error en moure el fitxer: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "No s'ha pogut moure el directori al directori" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "S'ha produït un error en suprimir el fitxer objectiu: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "No està implementat el moure entre muntatges" @@ -1722,6 +1722,35 @@ msgstr "El flux de sortida no implementa l'escriptura" msgid "Source stream is already closed" msgstr "El flux font ja està tancat" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Sense nom" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "El nom de l'ordinador de l'URI «%s» no és vàlid" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Sense nom" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/cs.po b/po/cs.po index b381bec6..00e3858d 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-03-03 22:28+0100\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-03 22:27+0100\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" @@ -22,219 +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:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Neočekávaný atribut \"%s\" prvku \"%s\"" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Atribut \"%s\" prvku \"%s\" nenalezen" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Neočekávaná značka \"%s\" v \"%s\"" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 +#, 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:1982 +#: glib/gbookmarkfile.c:1982 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Záložka URI \"%s\" již 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Nebyla nalezena záložka URI \"%s\"" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, 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:2444 +#: glib/gbookmarkfile.c:2444 #, 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:2823 +#: glib/gbookmarkfile.c:2823 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Žádné skupiny nenastaveny v záložce URI \"%s\"" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 #, 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:3404 +#: glib/gbookmarkfile.c:3404 #, 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:104 glib/gdir.c:124 #, 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" @@ -242,80 +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:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Chyba na řádku %d, znak %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Chyba na řádku %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Nalezena prázdná entita \"&;\", platnými entitami jsou: & " < " "> '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -325,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:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Znak \"%s\" je v názvu entity neplatný" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Název entity \"%s\" není znám" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -343,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:587 +#: glib/gmarkup.c:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -352,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:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Odkaz na znak \"%-.*s\" nekóduje povolený znak" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 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:637 +#: 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 " @@ -371,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:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "Neukončený odkaz na entitu" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Neukončený odkaz na znak" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Neplatný text v kódování UTF-8 - příliÅ¡ dlouhá posloupnost" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 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:1036 +#: glib/gmarkup.c:1036 #, 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:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. )" msgstr "Dokument musí začínat prvkem (například: )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -404,7 +412,7 @@ msgid "" msgstr "" "\"%s\" není platný znak po znaku \"<\"; nesmí s ním začínat název prvku" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -413,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:1267 +#: glib/gmarkup.c:1267 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -421,7 +429,7 @@ msgstr "" "Zvláštní znak \"%s\", po názvu atributu \"%s\" prvku \"%s\" bylo očekáváno " "\"=\"" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -432,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:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -441,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:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, 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:1597 +#: glib/gmarkup.c:1597 #, 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:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "Dokument je prázdný nebo obsahuje pouze mezery" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 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:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -486,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:1787 +#: glib/gmarkup.c:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -494,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:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument neočekávaně skončil uvnitř názvu prvku" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument neočekávaně skončil uvnitř názvu atributu" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 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:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -514,532 +522,541 @@ 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:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument neočekávaně skončil uvnitř hodnoty atributu" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, 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:1839 +#: glib/gmarkup.c:1839 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:1875 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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 " "process" 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" @@ -1047,50 +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 " @@ -1099,122 +1117,125 @@ 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:1868 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, 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:1517 #, 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:822 ../gio/gfile.c:1010 ../gio/gfile.c:1143 -#: ../gio/gfile.c:1374 ../gio/gfile.c:1427 ../gio/gfile.c:1483 -#: ../gio/gfile.c:1564 ../gio/gfile.c:2602 ../gio/gfile.c:2647 -#: ../gio/gfile.c:2697 ../gio/gfile.c:2737 ../gio/gfile.c:3061 -#: ../gio/gfile.c:3463 ../gio/gfile.c:3546 ../gio/gfile.c:3629 -#: ../gio/gfile.c:3709 +#: 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 msgid "Operation not supported" msgstr "Operace není podporována" @@ -1226,79 +1247,94 @@ 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:1262 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 +#, c-format msgid "Containing mount does not exist" msgstr "Obsahující připojené neexistuje" -#: ../gio/gfile.c:1903 +#: gio/gfile.c:1895 +#, c-format msgid "Can't copy over directory" msgstr "Nelze kopírovat nad adresář" -#: ../gio/gfile.c:1963 +#: gio/gfile.c:1955 +#, c-format msgid "Can't copy directory over directory" msgstr "Nelze kopírovat adresář nad adresář" -#: ../gio/gfile.c:1971 ../gio/glocalfile.c:2022 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#, c-format msgid "Target file exists" msgstr "Cílový soubor existuje" -#: ../gio/gfile.c:1989 +#: gio/gfile.c:1981 +#, c-format msgid "Can't recursively copy directory" msgstr "Adresář nelze kopírovat rekurzivně" -#: ../gio/gfile.c:2687 +#: gio/gfile.c:2679 +#, c-format msgid "Invalid symlink value given" msgstr "Zadaný symbolický odkaz je neplatný" -#: ../gio/gfile.c:2780 +#: gio/gfile.c:2772 +#, c-format msgid "Trash not supported" msgstr "Zahozené není podporováno" -#: ../gio/gfile.c:2827 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Názvy souborů nemohou obsahovat \"%c\"" -#: ../gio/gfile.c:4760 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "svazek neprovádí připojení" -#: ../gio/gfile.c:4868 +#: gio/gfile.c:4860 +#, 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:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 +#, c-format msgid "File enumerator has outstanding operation" msgstr "Souborový enumerator má nevykonanou operaci" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 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í" @@ -1308,359 +1344,423 @@ 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:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Neplatný název souboru %s" -#: ../gio/glocalfile.c:958 +#: 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:1082 +#: gio/glocalfile.c:1090 +#, c-format msgid "Can't rename root directory" msgstr "Nelze přejmenovat kořenový adresář" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 +#, c-format msgid "Can't rename file, filename already exist" msgstr "Soubor nelze přejmenovat, název souboru již existuje" -#: ../gio/glocalfile.c:1113 ../gio/glocalfile.c:1897 ../gio/glocalfile.c:1926 -#: ../gio/glocalfile.c:2075 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 +#, c-format msgid "Invalid filename" msgstr "Neplatný název souboru" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Chyba při přejmenovávání souboru: %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Chyba při otevírání souboru: %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 +#, c-format msgid "Can't open directory" msgstr "Nelze otevřít adresář" -#: ../gio/glocalfile.c:1306 ../gio/glocalfile.c:1901 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Chyba při odstraňování souboru: %s" -#: ../gio/glocalfile.c:1596 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Chyba při zahazování souboru: %s" -#: ../gio/glocalfile.c:1619 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nelze vytvořit adresář koÅ¡e %s: %s" -#: ../gio/glocalfile.c:1640 +#: gio/glocalfile.c:1648 +#, c-format msgid "Unable to find toplevel directory for trash" msgstr "Ke koÅ¡i nelze nalézt adresář nejvyšší úrovně" -#: ../gio/glocalfile.c:1719 ../gio/glocalfile.c:1739 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#, c-format msgid "Unable to find or create trash directory" msgstr "Nelze nalézt nebo vytvořit adresář koÅ¡e" -#: ../gio/glocalfile.c:1773 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nelze vytvořit informační soubor o zahozeném: %s" -#: ../gio/glocalfile.c:1798 ../gio/glocalfile.c:1867 ../gio/glocalfile.c:1874 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Nelze zahodit soubor: %s" -#: ../gio/glocalfile.c:1930 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Chyba při vytváření symbolického odkazu: %s" -#: ../gio/glocalfile.c:1990 ../gio/glocalfile.c:2079 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Chyba při přesunování souboru: %s" -#: ../gio/glocalfile.c:2013 +#: gio/glocalfile.c:2021 +#, c-format msgid "Can't move directory over directory" msgstr "Adresář nelze přesunout nad adresář" -#: ../gio/glocalfile.c:2035 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2054 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Chyba při odstraňování cílového souboru: %s" -#: ../gio/glocalfile.c:2068 +#: gio/glocalfile.c:2076 +#, c-format msgid "Move between mounts not supported" msgstr "Přesunování mezi připojeními není podporováno" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 +#, c-format msgid "Attribute value must be non-NULL" msgstr "Hodnota atributu nesmí být prázdná" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 +#, c-format msgid "Invalid attribute type (string expected)" msgstr "Neplatný typ atributu (očekáván řetězec)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 +#, c-format msgid "Invalid extended attribute name" msgstr "Neplatný název rozšířeného atributu" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Chyba při nastavování rozšířeného atributu \"%s\": %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1398 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:1454 +#: gio/glocalfileinfo.c:1454 msgid " (invalid encoding)" msgstr " (neplatné kódování)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, c-format msgid "Error stating file descriptor: %s" msgstr "Chyba při prohledávání popisovače souboru s fstat(): %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 +#, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Neplatný typ atributu (očekáván uint32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 +#, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Neplatný typ atributu (očekáván uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 +#, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Neplatný typ atributu (očekáván bajtový řetězec)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, c-format msgid "Error setting permissions: %s" msgstr "Chyba při nastavování oprávnění: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "Chyba při nastavování vlastníka: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 +#, c-format msgid "symlink must be non-NULL" msgstr "symbolický odkaz nesmí být prázdný" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "Chyba při nastavování symbolického odkazu: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 +#, 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:1994 +#: gio/glocalfileinfo.c:1994 #, 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:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#, c-format msgid "Invalid GSeekType supplied" msgstr "Poskytnut neplatný GSeekType" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#, 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:260 +#: gio/gmemoryoutputstream.c:260 +#, c-format msgid "Reached maximum data array limit" msgstr "Dosažen maximální limit datového pole" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 +#, c-format msgid "Memory output stream not resizable" msgstr "Nelze měnit velikost výstupního proudu paměti" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 +#, c-format msgid "Failed to resize memory output stream" 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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Bez názvu" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Název počítače v URI \"%s\" je neplatný" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Bez názvu" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 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 76cf69c6..29950502 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2006-06-29 19:38+0100\n" "Last-Translator: Rhys Jones \n" "Language-Team: Welsh \n" @@ -550,7 +550,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -872,47 +872,47 @@ msgstr "Methwyd darllen data o broses plentyn" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Methwyd creu pibell er mwyn cyfathrebu â phroses plentyn (%s)" -#: glib/gspawn-win32.c:332 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 "Methwyd darllen o bibell plentyn (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Methwyd newid i'r cyfeiriadur '%s' (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Methwyd gweithredu proses plentyn (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Enw rhaglen annilys: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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 "Arg ar goll yn y fector argiau yn %d: %s" -#: glib/gspawn-win32.c:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Llinyn annilys yn yr amgylchedd: %s" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Cyfeiriadur gweithio annilys: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Methwyd gweithredu proses cymorth (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1165,7 +1165,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1232,10 +1232,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Ni chynhelir cysylltion symbolaidd" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, 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'" @@ -1355,111 +1355,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Enw rhaglen annilys: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Enw gwesteiwr annilys" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Gwall wrth ramadegu opsiwn %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1673,6 +1673,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Mae'r enw gwesteiwr yn y LAU '%s' yn annilys" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/da.po b/po/da.po index 992f2761..3c54b852 100644 --- a/po/da.po +++ b/po/da.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-08-30 19:00+0200\n" "Last-Translator: Ask Hjorth Larsen \n" "Language-Team: Danish \n" @@ -564,7 +564,7 @@ msgstr "" "mønsteret indeholder elementer der ikke understøttes i forbindelse med " "partiel træfning" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "intern fejl" @@ -886,47 +886,47 @@ msgstr "Fejl under læsning af data fra underprocess" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Fejl under oprettelse af kommunikationskanal til underproces (%s)" -#: glib/gspawn-win32.c:332 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 "Fejl under læsning fra barnedatakanal (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Fejl ved skift til mappen \"%s\" (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Fejl under kørsel af underprocess (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Ugyldigt programnavn: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Ugyldigt arbejdskatalog: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Fejl under kørsel af hjælpeprogram (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1180,7 +1180,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1247,10 +1247,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, fuzzy, c-format msgid "Operation not supported" msgstr "Symbolske henvisninger er ikke understøttet" @@ -1263,52 +1263,52 @@ msgstr "Symbolske henvisninger er ikke understø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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Symbolske henvisninger er ikke understøttet" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "Intet program med navnet \"%s\" har registreret et bogmærke for \"%s\"" @@ -1370,111 +1370,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Ugyldigt nøglenavn: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ugyldigt værtsnavn" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Fejl under oprettelse af filen \"%s\": %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Fejl under oprettelse af filen \"%s\": %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Fejl under oprettelse af filen \"%s\": %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Kunne ikke fortolke tilvalg %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1688,6 +1688,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Værtsnavnet for URI'en \"%s\" er ugyldig" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/de.po b/po/de.po index ace57ab9..16d7c1c0 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-04 10:20+0100\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-04 19:46+0100\n" "Last-Translator: Hendrik Richter \n" "Language-Team: German \n" @@ -19,325 +19,324 @@ 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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Unerwarteter Tag »%s« innerhalb von »%s«" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, 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:1982 #, 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: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 #, 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:2359 #, 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:2444 #, 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:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, 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." +"Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%s« " +"registriert hat." -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, 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." -#: ../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 "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt" -#: ../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 "Konverter von »%s« in »%s« konnte nicht geöffnet werden" -#: ../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 "Ungültige Bytefolge in Konvertierungseingabe" -#: ../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 "Fehler bei der Umwandlung: %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 "Bruchstückhafte Zeichenfolge am Eingabeende" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Notnagel »%s« kann nicht in Kodierung »%s« umgewandelt werden" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Der URI »%s« ist kein absoluter URI, der das »file«-Schema verwendet" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Der lokale URI »%s« darf kein »#« enthalten" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "Der URI »%s« ist ungültig" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Der Rechnername des URI »%s« ist ungültig" # CHECK -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Der URI »%s« enthält ungültige Escape-Zeichen" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Der Pfadname »%s« ist kein absoluter Pfad" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Ungültiger Rechnername" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:104 glib/gdir.c:124 #, c-format msgid "Error opening directory '%s': %s" msgstr "Fehler beim Öffnen des Verzeichnisses »%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 byte konnten nicht alloziiert werden, um Datei »%s« zu lesen" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Fehler beim Lesen der Datei »%s«: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %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 "Datei »%s« konnte nicht geöffnet werden: %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 "" "Attribute der Datei »%s« konnten nicht ermittelt werden: fstat() " "fehlgeschlagen: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Datei »%s« konnte nicht geöffnet werden: fdopen() fehlgeschlagen: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Datei »%s« konnte nicht in »%s« umbenannt werden: g_rename() ist " "fehlgeschlagen: %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 "Datei »%s« konnte nicht angelegt werden: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Datei »%s« konnte nicht im Schreibmodus geöffnet werden: fdopen() ist " "fehlgeschlagen: %s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "" "Datei »%s« konnte nicht geschrieben werden: fwrite() ist fehlgeschlagen: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "" "Datei »%s« konnte nicht geschlossen werden: fclose() ist fehlgeschlagen: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Die vorhandene Datei »%s« konnte nicht entfernt werden: g_unlink() ist " "fehlgeschlagen: %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Vorlage »%s« ungültig, sollte kein »%s« enthalten" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Vorlage »%s« enthält nicht 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 "Die symbolische Verknüpfung »%s« konnte nicht gelesen werden: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Symbolische Verknüpfungen nicht unterstützt" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden: %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-read in g_io_channel_read_line_string nicht möglich" -#: ../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 "Nicht konvertierte Daten befinden sich noch im Lesepuffer " -#: ../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 endet mit einem Teilzeichen" -#: ../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-read in g_io_channel_read_to_end nicht möglich" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Datei »%s« konnte nicht geöffnet werden: open() ist fehlgeschlagen: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format 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:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Fehler in Zeile %d, Zeichen %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Fehler in Zeile %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Leere Entität »&;« gefunden; gültige Entitäten sind & " < > " "'" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -348,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:486 #, 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:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitätsname »%s« ist unbekannt" # CHECK -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -368,7 +367,7 @@ msgstr "" "benutzt, ohne eine Entity beginnen zu wollen - umschreiben Sie das Et als " "&" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -377,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:612 #, 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:627 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: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 " @@ -396,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:723 msgid "Unfinished entity reference" msgstr "Unvollendete Entitätsreferenz" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Unvollendete Zeichenreferenz" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Ungültiger UTF-8-kodierter Text - überlange Sequenz" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 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:1036 #, 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:1074 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:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -430,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:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -439,14 +438,14 @@ msgstr "" "Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des Elements »%s« " "abzuschließen" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, 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:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -457,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:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -466,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:1537 #, c-format msgid "" "'%s' is not a valid character following the characters '«" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, 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:1597 #, 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:1757 msgid "Document was empty or contained only whitespace" msgstr "Dokument ist leer oder enthält nur Leerraum" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 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:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -511,7 +510,7 @@ msgstr "" "Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte " "offene Element" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -520,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:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument endete unerwartet innerhalb eines Elementnamens" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument endete unerwartet innerhalb eines Attributnamens" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 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:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -540,415 +539,413 @@ msgstr "" "Dokument endete unerwartet nach dem Gleichheitszeichen, das einem " "Attributnamen folgt; kein Attributwert" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument endete unerwartet innerhalb eines Attributwertes" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, 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:1839 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokument endete unerwartet innerhalb eines Kommentars oder " "Verarbeitungsanweisung" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "Beschädigtes Objekt" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "Interner Fehler oder beschädigtes Objekt" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "Nicht genügend freier Speicher" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "Backtracking-Limit wurde erreicht" -#: ../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 "" "Der Ausdruck enthält Elemente, die teilweise Übereinstimmung nicht " "unterstützen" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1875 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "Interner Fehler" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "Rückreferenzen als Bedingungen werden für teilweise Übereinstimmung nicht " "unterstützt" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "Rekursionslimit wurde erreicht" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "Arbeitsplatzlimit für leere Teilstrings wurde erreicht" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "Ungültige Kombination von newline-Markierungen" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "Unbekannter Fehler" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ am Ende des Ausdrucks" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c am Ende des Ausdrucks" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "Unbekanntes Zeichen nach \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "Groß- und Kleinschreibung-beeinflussende Escape-Sequenzen (\\l, \\L, \\u, " "\\U) sind an dieser Stelle nicht erlaubt." -#: ../glib/gregex.c:215 # CHECK +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "Ziffern wirkungslos in {}-Quantifizierer" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "Ziffer zu groß in {}-Quantifizierer" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "Terminierendes ] für Zeichenklasse fehlt" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "Ungültige Escape-Sequenz in Zeichenklasse" -#: ../glib/gregex.c:227 # CHECK +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "Bereich wirkungslos in Zeichenklasse" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "Nichts zum Wiederholen" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "Unbekanntes Zeichen nach (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "Unbekanntes Zeichen nach (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "Unbekanntes Zeichen nach (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX-benannte Klassen werden nur innerhalb einer Klasse unterstützt" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "Abschließende ) fehlt" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") ohne öffnende (" #. 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 "auf (?R oder (?[+-]Ziffern muss ) folgen" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "Referenz auf nicht existierenden Unterausdruck" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "fehlende ) nach Kommentar" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "Regulärer Ausdruck zu groß" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "Fehler beim holen von Speicher" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "Rückblickende Annahme hat keine feste Länge" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "Falsch formatierte Zahl oder Name nach (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "Bedingte Gruppe enthält mehr als zwei Verzweigungen" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "Annahme erwartet nach (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "Unbekannter POSIX-Klassenname" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX-Elementverknüpfungen nicht unterstützt" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "Wert in \\x{…}-Sequenz ist zu groß" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "Ungültige Bedingung (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C nicht erlaubt in rückblickender Annahme" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "Rekursive Aufrufe könnten unendlich oft aufgerufen werden" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "Terminierung im Namen des Unterausdrucks fehlt" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "Zwei benannte Unterausdrücke haben den gleichen Namen" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "Fehlerhafte \\P- oder \\p-Sequenz" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "Unbekannte Eigenschaftsname nach \\P oder \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "Name des Unterausdrucks ist zu lang (maximal 32 Zeichen)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "Zu viele benannte Unterausdrücke (maximal 10.000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "Oktaler Wert ist größer als \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE-Gruppe enthält mehr als eine Verzweigung" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "Wiederholen einer DEFINE-Gruppe ist nicht erlaubt" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "Inkonsistente NEWLINE-Optionen" -#: ../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 "" "Auf \\g folgt kein eingeklammerter Name oder eine optional eingeklammerte " "Zahl außer Null" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "Unerwartete Wiederholung" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "Code-Überlauf" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "Überlauf beim Kompillieren des Arbeitsbereichs" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "" "Bereits geprüfter, referenzierter Unterausdruck konnte nicht gefunden werden" -#: ../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 "Fehler beim Anwenden des regulären Ausdrucks %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE-Bibliothek wurde ohne UTF8-Unterstützung kompilliert" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" "PCRE-Bibliothek wurde ohne Unterstützung für UTF8-Eigenschaften kompilliert" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Fehler beim Kompillieren des regulären Ausdrucks %s an Zeichen %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Fehler beim Optimieren des regulären Ausdrucks %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "Hexadezimalzahl oder »}« erwartet" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "Hexadezimalzahl erwartet" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "Fehlendes »<» in symbolischer Referenz" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "Unvollendete symbolische Referenz" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "Symbolische Referenz der Länge 0" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "Ziffer erwartet" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "Illegale symbolische Referenz" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "Verirrtes abschließendes »\\«" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "Unbekannte Escape-Sequenz" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Fehler beim Verarbeiten des Ersetzungstextes »%s« an Zeichen %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Zitierter Text beginnt nicht mit einem Anführungszeichen" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Unbalanciertes Anführungszeichen in Befehlszeile oder anderem Text in " "Shellquotes" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Text endete nach einem »\\«-Zeichen. (Der Text war »%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 endete, bevor ein passendes Anführungszeichen für %c gefunden wurde. " "(Der Text war »%s«)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Text war leer (oder enthielt nur Leerraum)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Daten konnten nicht vom Kindprozess gelesen werden" -#: ../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 "" "Weiterleitung für Kommunikation mit Kindprozess (%s) konnte nicht erzeugt " "werden" -#: ../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 "Lesen aus Weiterleitung zum Kind (%s) fehlgeschlagen" -#: ../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 "In Verzeichnis »%s« (%s) konnte nicht gewechselt werden" -#: ../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 "Kindprozess konnte nicht ausgeführt werden (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Ungültiger Programmname: %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 "Ungültige Zeichenkette im Argumentsvektor bei %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 "Ungültige Zeichenkette in der Umgebung: %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 "Ungültiges Arbeitsverzeichnis: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Hilfsprogramm (%s) konnte nicht ausgeführt werden" -#: ../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 " @@ -957,147 +954,147 @@ msgstr "" "Unerwarteter Fehler in g_io_channel_win32_poll() beim Lesen aus dem " "Kindprozess" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Daten vom Kindprozess konnten nicht gelesen werden (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Unerwarteter Fehler in select() beim Lesen von Daten eines Kindprozesses (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Unerwarteter Fehler in waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Abspalten fehlgeschlagen (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Kindprozess »%s« konnte nicht ausgeführt werden (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "Umleiten der Ausgabe oder Eingabe des Kindprozesses (%s) fehlgeschlagen" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Unbekannter Fehler beim Ausführen des Kindprozesses »%s«" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Es konnten nicht genug Daten von Kind-Programmkennungsweiterleitung (%s) " "gelesen werden" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Zeichen außerhalb des Bereiches 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 "Ungültige Folge in Umwandlungseingabe" -#: ../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 "Zeichen außerhalb des Bereiches für UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Aufruf:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPTION …]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Hilfeoptionen" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Hilfeoptionen anzeigen" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Alle Hilfeoptionen anzeigen" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Anwendungsoptionen" -#: ../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« konnte nicht als ganzzahliger Wert für %s interpretiert werden." -#: ../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 "Ganzzahliger Wert »%s« für %s ist außerhalb des Bereiches." -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "»%s« konnte nicht als »double«-Wert für %s interpretiert werden." -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "»double«-Wert »%s« für %s ist außerhalb des Bereiches." -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Fehler beim Analysieren der Option: %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Für %s wird ein Argument benötigt" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Unbekannte Option %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "" "Es wurde keine gültige Schlüsselwertedatei in den Suchverzeichnissen gefunden" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Keine reguläre Datei" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Datei ist leer" -#: ../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" @@ -1105,53 +1102,53 @@ msgstr "" "Die Schlüsselwertedatei enthält die Zeile »%s«, welche kein zulässiges " "Schlüssel-Wert-Paar, keine Gruppe und kein Kommentar ist." -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Ungültiger Gruppenname: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Die Schlüsselwertedatei beginnt nicht mit einer Gruppe" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Ungültiger Schlüsselname: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Die Schlüsselwertedatei enthält die nicht unterstützte Kodierung »%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 "Die Schlüsselwertedatei enthält nicht die Gruppe »%s«" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Die Schlüsselwertedatei enthält nicht den Schlüssel »%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 "" "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit dem Wert »%s«, der " "nicht in UTF-8 kodiert ist" -#: ../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 "" "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit einem Wert der nicht " "interpretiert werden konnte." -#: ../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 " @@ -1160,133 +1157,129 @@ msgstr "" "Die Schlüsselwertedatei enthält den Schlüssel »%s« in der Gruppe »%s« mit " "einem Wert der nicht interpretiert werden konnte." -#: ../glib/gkeyfile.c: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 "Die Schlüsselwertedatei hat keinen Schlüssel »%s« in der Gruppe »%s«" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Die Schlüsselwertedatei enthält ein Escape-Zeichen am Zeilenende" # CHECK -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Die Schlüsselwertedatei enthält das ungültige Escape-Zeichen »%s«" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Der Wert »%s« konnte nicht als Zahl interpretiert werden." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Ganzzahliger Wert »%s« ist außerhalb des Wertebereiches." -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Der Wert »%s« konnte nicht als Gleitkommazahl interpretiert werden." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" "Der Wert »%s« konnte nicht als boolescher Ausdruck interpretiert werden." -#: ../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 "Zu großer Zählwert an %s übermittelt" -#: ../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 "Datenstrom ist bereits geschlossen" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1868 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Vorgang wurde abgebrochen" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Unbekannter Typ" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "%s-Dateityp" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:577 #, 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 "Unerwartet frühes Datenstromende" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unbenannt" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Desktop-Datei hat kein Exec-Feld angegeben" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Für die Anwendung benötigtes Terminal konnte nicht gefunden werden" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Konfigurationsordner %s für Benutzeranwendungen konnte nicht erstellt " "werden: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" "MIME-Konfigurationsordner %s des Benutzers konnte nicht erstellt werden: %s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Benutzer-Desktop-Datei %s kann nicht erstellt werden" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1517 #, c-format msgid "Custom definition for %s" msgstr "Benutzerdefinition für %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "Laufwerk unterstützt Auswerfen nicht" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "Laufwerk unterstützt Prüfen auf Datenträger nicht" -#: ../gio/gfile.c:822 ../gio/gfile.c:1010 ../gio/gfile.c:1143 -#: ../gio/gfile.c:1374 ../gio/gfile.c:1427 ../gio/gfile.c:1483 -#: ../gio/gfile.c:1564 ../gio/gfile.c:2602 ../gio/gfile.c:2647 -#: ../gio/gfile.c:2697 ../gio/gfile.c:2737 ../gio/gfile.c:3061 -#: ../gio/gfile.c:3463 ../gio/gfile.c:3546 ../gio/gfile.c:3629 -#: ../gio/gfile.c:3709 +#: 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 msgid "Operation not supported" msgstr "Vorgang nicht unterstützt" @@ -1299,93 +1292,93 @@ 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:1262 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Enthaltender Einhängepunkt existiert nicht" -#: ../gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Es kann nicht über das Verzeichnis kopiert werden" -#: ../gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Verzeichnis kann nicht über Verzeichnis kopiert werden" -#: ../gio/gfile.c:1971 ../gio/glocalfile.c:2022 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Zieldatei existiert" -#: ../gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Verzeichnis kann nicht rekursiv kopiert werden" -#: ../gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Ungültiger Wert für Symbolische Verknüpfung angegeben" -#: ../gio/gfile.c:2780 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Müll nicht unterstützt" -#: ../gio/gfile.c:2827 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Dateinamen dürfen kein »%c« enthalten" -#: ../gio/gfile.c:4760 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "Datenträger unterstützt Einhängen nicht" -#: ../gio/gfile.c:4868 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Es wurde keine Anwendung gefunden, die diese Datei verarbeiten kann" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format 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:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 #, 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:415 msgid "File enumerator is already closed" msgstr "Datei-Enumerator ist bereits geschlossen" -#: ../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 "Datenstrom unterstützt nicht 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 "Suchen im Datenstrom nicht unterstützt" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Abschneiden des Eingabedatenstroms nicht erlaubt" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Abschneiden wird vom Datenstrom nicht unterstützt" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Eingabedatenstrom unterstützt kein Lesen" @@ -1396,303 +1389,303 @@ msgstr "Eingabedatenstrom unterstützt kein Lesen" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Datenstrom hat noch einen ausstehenden Vorgang" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" "Vorgegebener Überwachungstyp für lokale Ordner konnte nicht gefunden werden" -#: ../gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Ungültiger Dateiname %s" -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fehler beim Einlesen der Dateisystem-Information: %s" -#: ../gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Wurzelverzeichnis kann nicht umbenannt werden" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Datei kann nicht umbenannt werden, da der Dateiname bereits existiert" -#: ../gio/glocalfile.c:1113 ../gio/glocalfile.c:1897 ../gio/glocalfile.c:1926 -#: ../gio/glocalfile.c:2075 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "Ungültiger Dateiname" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Fehler beim Umbennen der Datei: %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Fehler beim Öffnen der Datei: %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Verzeichnis kann nicht geöffnet werden" -#: ../gio/glocalfile.c:1306 ../gio/glocalfile.c:1901 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Fehler beim Entfernen der Datei: %s" -#: ../gio/glocalfile.c:1596 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Fehler beim Verschieben der Datei in den Müll: %s" -#: ../gio/glocalfile.c:1619 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Müll-Verzeichnis %s konnte nicht angelegt werden: %s" -#: ../gio/glocalfile.c:1640 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Elternverzeichnis für den Müll konnte nicht gefunden werden" -#: ../gio/glocalfile.c:1719 ../gio/glocalfile.c:1739 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Müll-Verzeichnis konnte nicht gefunden oder angelegt werden" -#: ../gio/glocalfile.c:1773 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Löschprotokoll-Datei konnte nicht angelegt werden: %s" -#: ../gio/glocalfile.c:1798 ../gio/glocalfile.c:1867 ../gio/glocalfile.c:1874 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Datei konnte nicht in den Müll verschoben werden: %s" -#: ../gio/glocalfile.c:1930 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Fehler beim Erstellen des Symbolischen Verknüpfung: %s" -#: ../gio/glocalfile.c:1990 ../gio/glocalfile.c:2079 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Fehler beim Verschieben der Datei: %s" -#: ../gio/glocalfile.c:2013 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Verzeichnis kann nicht über Verzeichnis verschoben werden" -#: ../gio/glocalfile.c:2035 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2054 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Fehler beim Entfernen der Zieldatei: %s" -#: ../gio/glocalfile.c:2068 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Verschieben zwischen Einhängepunkten nicht unterstützt" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, c-format msgid "Attribute value must be non-NULL" msgstr "Attributwert darf nicht NULL sein" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Ungültiger Attributtyp (»string« erwartet)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid extended attribute name" msgstr "Ungültiger erweiterter Attributname" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, 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:1398 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:1454 msgid " (invalid encoding)" msgstr " (ungültige Kodierung)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, 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:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Ungültiger Attributtyp (»uint32« erwartet)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Ungültiger Attributtyp (»uint64« erwartet)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Ungültiger Attributtyp (»byte string« erwartet)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, 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:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "Fehler beim Setzen des Besitzers: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, 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:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "Fehler beim Setzen der Symbolischen Verknüpfung: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, 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:1994 #, c-format msgid "Setting attribute %s not supported" msgstr "Setzen des Attributs %s nicht unterstützt" -#: ../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 "Fehler beim Lesen aus Datei: %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 "Fehler beim Suchen in Datei: %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 "Fehler beim Schließen der Datei: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "" "Vorgegebener Überwachungstyp für lokale Dateien konnte nicht gefunden werden" -#: ../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 "Fehler beim Schreiben in Datei: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Fehler beim Entfernen der alten Backup-Verknüpfung: %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 "Fehler beim Erzeugen der Backup-Kopie: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Fehler beim Umbenennen der temporären Datei: %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 "Fehler beim Abschneiden der Datei: %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 "Fehler beim Öffnen der Datei »%s«: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Zieldatei ist ein Verzeichnis" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Zieldatei ist keine reguläre Datei" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format 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:517 #, 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:527 #, c-format msgid "Invalid seek request" msgstr "Ungültige Suchanfrage" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream konnte nicht abgeschnitten werden" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:260 #, c-format msgid "Reached maximum data array limit" msgstr "Maximales Limit des Daten-Feldes erreicht" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "Größe des Speicherausgabestroms ist nicht änderbar" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "Größe des Speicherausgabestroms konnte nicht geändert werden" @@ -1700,93 +1693,122 @@ msgstr "Größe des Speicherausgabestroms konnte nicht geändert werden" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "Einhängepunkt unterstützt Aushängen nicht" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "Einhängepunkt unterstützt Auswerfen nicht" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "Einhängepunkt unterstützt erneutes Einhängen nicht" -#: ../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 "Ausgabedatenstrom unterstützt kein Schreiben" -#: ../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 "Quelldatenstrom ist bereits geschlossen" -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Unbenannt" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Der Rechnername des URI »%s« ist ungültig" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Unbenannt" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format msgid "Error reading from unix: %s" msgstr "Fehler beim Lesen aus Unix-Datenstrom: %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 "Fehler beim Schließen des Unix-Datenstroms: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 msgid "Filesystem root" msgstr "Wurzelverzeichnis des Dateisystems" -#: ../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 "Fehler beim Schreiben in Unix-Datenstrom: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "Datenträger unterstützt Auswerfen nicht" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Anwendung kann nicht gefunden werden" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Fehler beim Starten der Anwendung: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URIs nicht unterstützt" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "Änderungen von Assoziationen unter win32 nicht unterstützt" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Erstellen von Assoziationen unter win32 nicht unterstützt" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "Einträge nicht verbergen" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "langes Listenformat verwenden" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[DATEI …]]" diff --git a/po/dz.po b/po/dz.po index 7dc94d1b..89865adf 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2006-08-09 10:23+0530\n" "Last-Translator: Mindu Dorji\n" "Language-Team: DZONGKHA \n" @@ -553,7 +553,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -876,47 +876,47 @@ msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "ཆ་ལག་ལས་སྦྱོར་ (%s) དང་གཅིག་ཁར་ རྒྱུད་འབྲེལ་འཐབ་ནིའི་དོན་ལུ་ རྒྱུད་དུང་གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "ནུས་མེད་ལཱ་གཡོག་སྣོད་ཐོ་:%s།" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "ལས་རོགས་པའི་ལས་རིམ་ (%s) ལག་ལེན་འཐབ་མ་ཚུགས།" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1164,7 +1164,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1231,10 +1231,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱིས་ '%s དོན་ལུ་ དེབ་རྟགས་ཅིག་ཐོ་འགོད་མ་འབད་བས། " @@ -1354,111 +1354,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1672,6 +1672,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "ཡུ་ཨར་ཨའི་ ’%s’ གི་ ཧོསཊི་ནེམ་དེ་ ནུས་མེད་ཨིན་པས།" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/el.po b/po/el.po index 9c61ef42..a4e96fa9 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-01-21 17:45+0200\n" "Last-Translator: Kostas Papadimas \n" "Language-Team: Greek \n" @@ -586,7 +586,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -910,48 +910,48 @@ msgstr "" "s)" # gconf/gconftool.c:881 -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Ακατάλληλο όνομα προγράμματος: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Μη έγκυρος κατάλογος εργασίας: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Αποτυχία εκτέλεσης βοηθητικού προγράμματος(%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1209,7 +1209,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1276,10 +1276,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, fuzzy, c-format msgid "Operation not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" @@ -1292,52 +1292,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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1399,109 +1399,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Ακατάλληλο όνομα προγράμματος: %s" # -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ακατάλληλο όνομα συστήματος" # -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" # -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" # gconf/gconf-internals.c:2416 -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" # gconf/gconftool.c:1181 -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Σφάλμα επιλογής ανάλυσης %s" # -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format @@ -1509,12 +1509,12 @@ msgid "Backup file creation failed" msgstr "" # -#: gio/glocalfile.c:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1743,6 +1743,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 diff --git a/po/en_CA.po b/po/en_CA.po index 502e68dd..389ec9b0 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2005-08-27 16:20-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" @@ -549,7 +549,7 @@ msgstr "backtracking limit reached" msgid "the pattern contains items not supported for partial matching" msgstr "the pattern contains items not supported for partial matching" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "internal error" @@ -866,47 +866,47 @@ msgstr "Failed to read data from child process" 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Invalid program name: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1156,7 +1156,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1223,10 +1223,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, fuzzy, c-format msgid "Operation not supported" msgstr "Symbolic links not supported" @@ -1239,52 +1239,52 @@ msgstr "Symbolic links 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Symbolic links not supported" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "No application with name '%s' registered a bookmark for '%s'" @@ -1346,111 +1346,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Invalid key name: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Invalid hostname" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Failed to create file '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Failed to create file '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Failed to create file '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Error parsing option %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1664,6 +1664,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "The hostname of the URI '%s' is invalid" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/en_GB.po b/po/en_GB.po index 5b746930..59673d19 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-17 09:21-0000\n" "Last-Translator: David Lodge \n" "Language-Team: \n" @@ -549,7 +549,7 @@ msgstr "backtracking limit reached" msgid "the pattern contains items not supported for partial matching" msgstr "the pattern contains items not supported for partial matching" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "internal error" @@ -861,47 +861,47 @@ msgstr "Failed to read data from child process" 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Invalid program name: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1151,7 +1151,7 @@ msgstr "Too large count value passed to %s" msgid "Stream is already closed" msgstr "Stream is already closed" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operation was cancelled" @@ -1217,10 +1217,10 @@ msgstr "drive doesn't implement eject" msgid "drive doesn't implement polling for media" msgstr "drive doesn't implement polling for media" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "Operation not supported" @@ -1233,52 +1233,52 @@ 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Can't copy over directory" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Target file exists" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Can't recursively copy directory" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Invalid symlink value given" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Wastebasket not supported" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "No application is registered as handling this file" @@ -1340,111 +1340,111 @@ msgstr "Stream has outstanding operation" msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Can't rename file, filename already exist" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Invalid filename" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Error renaming file: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Can't open directory" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Error trashing file: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create wastebasket dir %s: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for trash" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Unable to find or create trash directory" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create wastebasket info file: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to move file to the wastebasket: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Move between mounts not supported" @@ -1658,6 +1658,35 @@ msgstr "Output stream doesn't implement write" msgid "Source stream is already closed" msgstr "Source stream is already closed" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Unnamed" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "The hostname of the URI '%s' is invalid" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Unnamed" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/eo.po b/po/eo.po index 9cdafcbb..88aaeb55 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2003-07-01 15:10-0500\n" "Last-Translator: Charles Voelger \n" "Language-Team: Esperanto \n" @@ -551,7 +551,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -868,47 +868,47 @@ msgstr "Malsukesis legi datumon de procezido" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Malsukcesis krei dukton por komunikado kun procezido (%s)" -#: glib/gspawn-win32.c:332 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 "Malsukcesis legi de duktido (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Malsukcesis ŝanĝi al dosierujo '%s' (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Malsukcesis lanĉi procezidon (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "Nevalida komputilnomo" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "Nevalida sekvenco en konverta enigo" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "Eraro dum malfermado de dosierujo '%s': %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "Malsukcesis lanĉi helpant-programon" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1154,7 +1154,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1220,10 +1220,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1343,111 +1343,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nevalida komputilnomo" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nevalida komputilnomo" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1661,6 +1661,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "La komputilnomo de la URI '%s' ne estas valida" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/es.po b/po/es.po index 321d888a..6b485acb 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-02-25 19:32+0000\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-02 13:58+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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Etiqueta «%s» inesperada dentro de «%s»" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, 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:1982 #, 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: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 #, 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:2359 #, 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:2444 #, 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:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, 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:3404 #, 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:104 glib/gdir.c:124 #, 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:228 glib/gmarkup.c:244 #, 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:338 #, 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:442 +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:452 #, 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:486 #, 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:523 #, 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: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 &" @@ -352,7 +355,7 @@ msgstr "" "\"&\" sin la intención de indicar una entidad, escape el signo \"&\" como " "&" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, 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:612 #, 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:627 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: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 " @@ -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:723 msgid "Unfinished entity reference" msgstr "Referencia de entidad sin terminar" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Referencia de carácter sin terminar" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 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:1000 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:1036 #, 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:1074 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:1114 #, 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:1178 #, 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:1267 #, 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:1309 #, 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:1395 #, 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:1537 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, 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:1597 #, 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:1757 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:1771 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:1779 glib/gmarkup.c:1824 #, 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:1787 #, 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:1793 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:1799 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:1804 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:1810 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:1817 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:1833 #, 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:1839 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:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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.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:358 ../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:364 ../glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Nombre de programa inválido: %s" -#: ../glib/gspawn-win32.c:445 ../glib/gspawn-win32.c:718 -#: ../glib/gspawn-win32.c:1276 +#: 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:456 ../glib/gspawn-win32.c:732 -#: ../glib/gspawn-win32.c:1309 +#: 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:714 ../glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: 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:1862 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, 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:1517 #, 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:822 ../gio/gfile.c:1010 ../gio/gfile.c:1143 -#: ../gio/gfile.c:1374 ../gio/gfile.c:1427 ../gio/gfile.c:1483 -#: ../gio/gfile.c:1564 ../gio/gfile.c:2602 ../gio/gfile.c:2647 -#: ../gio/gfile.c:2697 ../gio/gfile.c:2736 ../gio/gfile.c:3060 -#: ../gio/gfile.c:3462 ../gio/gfile.c:3545 ../gio/gfile.c:3628 -#: ../gio/gfile.c:3708 +#: 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 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:1262 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "El punto de montaje contenido no existe" -#: ../gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "No se puede copiar sobre el directorio" -#: ../gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "No se puede copiar directorio sobre directorio" -#: ../gio/gfile.c:1971 ../gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "El archivo destino ya existe" -#: ../gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "No se puede copiar el directorio recursivamente" -#: ../gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "El valor del enlace simbólico dado no es válido" -#: ../gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "No se soporta mover a la papelera" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Los nombres de archivo no pueden contener «%c»" -#: ../gio/gfile.c:4759 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "el volumen no implementa el montado" -#: ../gio/gfile.c:4867 +#: gio/gfile.c:4860 #, 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:425 #, 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:415 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,306 @@ 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:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Nombre de archivo no válido %s" -#: ../gio/glocalfile.c:958 +#: 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:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "No se puede renombrar el directorio raíz" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "No se puede renombrar el archivo, el nombre ya existe" -#: ../gio/glocalfile.c:1113 ../gio/glocalfile.c:1891 ../gio/glocalfile.c:1920 -#: ../gio/glocalfile.c:2069 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "Nombre de archivo inválido" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Error al renombrar el archivo: %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Error al abrir el archivo: %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "No se puede abrir el directorio" -#: ../gio/glocalfile.c:1300 ../gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Error al eliminar el archivo: %s" -#: ../gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Error al mover a la papelera el archivo: %s" -#: ../gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "No se pudo crear el directorio papelera %s: %s" -#: ../gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, 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:1713 ../gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, 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:1767 +#: gio/glocalfile.c:1781 #, 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:1792 ../gio/glocalfile.c:1861 ../gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "No se pudo enviar a la papelera el archivo: %s" -#: ../gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Error al crear el enlace simbólico: %s" -#: ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Error al mover el archivo: %s" -#: ../gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "No se puede mover un directorio sobre un directoro" -#: ../gio/glocalfile.c:2029 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Error al eliminar el archivo destino: %s" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, 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:709 #, 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:716 #, 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:723 #, c-format msgid "Invalid extended attribute name" msgstr "Nombre extendido del atributo no válido" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, 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:1398 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:1454 msgid " (invalid encoding)" msgstr " (codificación no válida)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, 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:1659 #, 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:1676 #, 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:1694 #, 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:1720 #, c-format msgid "Error setting permissions: %s" msgstr "Error al establecer permisos: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "Error al establecer el propietario: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, 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:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "Error al establecer el enlace simbólico: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, 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:1994 #, 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:517 #, 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:527 #, 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:260 #, 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:295 #, 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:311 #, c-format msgid "Failed to resize memory output stream" msgstr "Falló al redimensionar el flujo de salida de la memoria" @@ -1677,93 +1683,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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Sin nombre" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "El nombre del host de la URI «%s» es inválido" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Sin nombre" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 gio/gunixmounts.c:1815 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 172c2c93..38795d15 100644 --- a/po/et.po +++ b/po/et.po @@ -1,10 +1,10 @@ # GLib'i eesti tõlge. # Estonian translation of GLib. -# +# # Copyright (C) 2002, 2005, 2006 Free Software Foundation, Inc. # Copyright (C) 2007, 2008 The GNOME Project. # This file is distributed under the same license as the GLib package. -# +# # Allan Sims , 2002. # Ivar Smolin , 2005-2008. # Priit Laes , 2005, 2007. @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: GLib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-02-29 21:02+0000\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-05 13:24+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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' on ootamatu silt '%1$s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, 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:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI-le '%s' ei leitud järjehoidjat" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, 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:2444 #, 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:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, 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:3404 #, 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:104 glib/gdir.c:124 #, 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:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Viga real %d märgil %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Viga real %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Avastati tühi olem '&'; lubatud olemid on: & " < > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, 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:486 #, 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:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Olemi nimi '%s' on tuntmatu" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -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:587 #, 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:612 #, 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:627 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: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 " @@ -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:723 msgid "Unfinished entity reference" msgstr "Lõpetamata viide olemile" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Lõpetamata viide märgile" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Vigaselt kodeeritud UTF-8 tekst - liigpikk jada" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 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:1036 #, 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:1074 msgid "Document must begin with an element (e.g. )" msgstr "Dokument peab algama elemendiga (nt: )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, 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:1178 #, 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:1267 #, 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:1309 #, 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:1395 #, 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:1537 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, 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:1597 #, 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:1757 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:1771 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:1779 glib/gmarkup.c:1824 #, 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:1787 #, 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:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument lõppes ootamatult elemendi nime sees" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument lõppes ootamatult rekvisiidi nime sees" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 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:1810 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:1817 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:1833 #, 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:1839 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:1875 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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 "" -#: ../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 "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 "" -#: ../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 "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 "" -#: ../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 "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 "" -#: ../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 "ootamatu kordus" -#: ../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 "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.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:358 ../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:364 ../glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Vigane programmi nimi: %s" -#: ../glib/gspawn-win32.c:445 ../glib/gspawn-win32.c:718 -#: ../glib/gspawn-win32.c:1276 +#: 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:456 ../glib/gspawn-win32.c:732 -#: ../glib/gspawn-win32.c:1309 +#: 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:714 ../glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: 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:1868 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, 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:1517 #, 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:822 ../gio/gfile.c:1010 ../gio/gfile.c:1143 -#: ../gio/gfile.c:1374 ../gio/gfile.c:1427 ../gio/gfile.c:1483 -#: ../gio/gfile.c:1564 ../gio/gfile.c:2602 ../gio/gfile.c:2647 -#: ../gio/gfile.c:2697 ../gio/gfile.c:2736 ../gio/gfile.c:3060 -#: ../gio/gfile.c:3462 ../gio/gfile.c:3545 ../gio/gfile.c:3628 -#: ../gio/gfile.c:3708 +#: 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 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:1262 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: ../gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: ../gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: ../gio/gfile.c:1971 ../gio/glocalfile.c:2022 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Sihtfail on olemas" -#: ../gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Kataloogi pole võimalik rekursiivselt kopeerida" -#: ../gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: ../gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Failinimed ei tohi sisaldada märki '%c'" -#: ../gio/gfile.c:4759 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: ../gio/gfile.c:4867 +#: gio/gfile.c:4860 #, 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:425 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 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,299 @@ 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:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Vigane failinimi %s" -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Viga failisüsteemi andmete hankimisel: %s" -#: ../gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Juurkataloogi nime pole võimalik muuta" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Faili pole võimalik ümber nimetada, failinimi on juba olemas" -#: ../gio/glocalfile.c:1113 ../gio/glocalfile.c:1897 ../gio/glocalfile.c:1926 -#: ../gio/glocalfile.c:2075 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "Vigane failinimi" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Viga faili nime muutmisel: %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Viga avamisel: %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Kataloogi pole võimalik avada" -#: ../gio/glocalfile.c:1306 ../gio/glocalfile.c:1901 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Viga faili eemaldamisel: %s" -#: ../gio/glocalfile.c:1596 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "" -#: ../gio/glocalfile.c:1619 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: ../gio/glocalfile.c:1640 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: ../gio/glocalfile.c:1719 ../gio/glocalfile.c:1739 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: ../gio/glocalfile.c:1773 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: ../gio/glocalfile.c:1798 ../gio/glocalfile.c:1867 ../gio/glocalfile.c:1874 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: ../gio/glocalfile.c:1930 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Viga nimeviida loomisel: %s" -#: ../gio/glocalfile.c:1990 ../gio/glocalfile.c:2079 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Viga faili ümbertõstmisel: %s" -#: ../gio/glocalfile.c:2013 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: ../gio/glocalfile.c:2035 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2054 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Viga sihtfaili eemaldamisel: %s" -#: ../gio/glocalfile.c:2068 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, c-format msgid "Attribute value must be non-NULL" msgstr "Rekvisiidi väärtus ei tohi olla NULL" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse stringi)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid extended attribute name" msgstr "Vigane laiendatud rekvisiidi nimi" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, 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:1398 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1454 msgid " (invalid encoding)" msgstr " (vigane kodeering)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse baitstringi)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, 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:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "Viga omaniku seadmisel: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "Viga nimeviida seadmisel: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:1994 #, 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 "" -#: ../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:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, 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:260 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1644,92 +1637,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 "Lähtevoog on juba suletud" -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Nimeta" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI '%s' hostinimi on vigane" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Nimeta" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 gio/gunixmounts.c:1815 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 92f7fd62..b0b0a004 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-08 17:43+0100\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" @@ -574,7 +574,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "barneko errorea" @@ -894,49 +894,49 @@ msgstr "Ezin izan da daturik irakurri prozesu umetik" 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Programaren izen baliogabea: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1191,7 +1191,7 @@ msgstr "Zenbaketaren balio handiegia honi pasatuta: %s" msgid "Stream is already closed" msgstr "Korrontea jadanik itxita dago" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Eragiketa bertan behera utzi da" @@ -1258,10 +1258,10 @@ msgstr "gailuak ez dauka 'egotzi' inplementatuta" msgid "drive doesn't implement polling for media" msgstr "gailuak ez dauka euskarria eskaneatzeko inplementaziorik" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "Eragiketa ez dago onartuta" @@ -1274,52 +1274,52 @@ 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Ontziaren muntaia ez da existitzen" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Ezin da direktorioaren gainean kopiatu" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Ezin da direktorioa kopiatu direktorio gainean" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Helburuko fitxategia existitzen da" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Ezin da direktorioa errekurtsiboki kopiatu" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Esteka sinbolikoaren baliogabeko balioa eman da" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Zakarrontzira botatzea ez dago onartuta" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Fitxategi-izenek ezin dute '%c' eduki" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "bolumenak ez dauka muntatzea inplementatuta" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Ez da aplikaziorik erregistratu fitxategi hau kudeatzeko" @@ -1382,112 +1382,112 @@ msgid "Unable to find default local directory monitor type" msgstr "Ezin da lokaleko direktorio lehenetsiaren monitorizazio mota aurkitu" # -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "%s fitxategi-izen baliogabea" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Errorea fitxategi-sistemako informazioa lortzean: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Ezin da erroko direktorioa izenez aldatu" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Ezin da fitxategia izenez aldatu, fitxategi-izena badago lehendik ere" # -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Fitxategi-izen baliogabea" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Errorea fitxategia izenez aldatzean: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Errorea fitxategia irekitzean: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Ezin da direktorioa ireki" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Errorea fitxategia kentzean: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Errorea fitxategia zakarrontzira botatzean: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ezin izan da zakarrontziaren '%s' direktorioa sortu: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Ezin da zakarrontziaren goi-mailako direktorioa aurkitu" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Ezin da zakarrontziaren direktorioa aurkitu edo sortu" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Ezin da zakarrontziaren informazio-fitxategia sortu: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Ezin da fitxategia zakarrontzira bota: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Errorea esteka sinbolikoa sortzean: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Errorea fitxategia lekuz aldatzean: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Ezin da direktorioa lekuz aldatu direktorioaren gainera" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Errorea helburuko fitxategia kentzean: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Muntaien artean lekuz aldatzea ez dago onartuta" @@ -1703,6 +1703,35 @@ msgstr "Irteerako korronteak ez dauka idaztea inplementatuta" msgid "Source stream is already closed" msgstr "Iturburuko korrontea jadanik itxi da" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Izenbagea" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "'%s' URIaren ostalari-izena baliogabea da" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Izenbagea" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/fa.po b/po/fa.po index 05916985..0efe8d76 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2006-09-04 18:36+0330\n" "Last-Translator: Roozbeh Pournader \n" "Language-Team: Persian\n" @@ -549,7 +549,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -869,47 +869,47 @@ msgstr "خواندن داده‌ها از فراروند فرزند شکست Ø® msgid "Failed to create pipe for communicating with child process (%s)" msgstr "ایجاد لوله برای ارتباط با فراروند فرزند شکست خورد (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "نام برنامهٔ نامعتبر: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "شاخهٔ کاری نامعتبر‏: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "اجرای برنامهٔ راهنما (‎%s) شکست خورد" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1158,7 +1158,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1225,10 +1225,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎%s» ثبت نکرده است" @@ -1348,111 +1348,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "نام برنامهٔ نامعتبر: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "نام میزبان نامعتبر" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "خطا در تجزیهٔ گزینهٔ %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1666,6 +1666,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "نام میزبان نشانی اینترنتی «‎%s» نامعتبر است" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/fi.po b/po/fi.po index 523fb932..693cf55b 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-05 08:00+0300\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2006-08-09 15:58+0300\n" "Last-Translator: Ilkka Tuohela \n" "Language-Team: Finnish \n" @@ -17,317 +17,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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Odottamaton merkintä \"%s\" kohdassa \"%s\"" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, 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:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI:lle \"%s\" ei löydy kirjanmerkkiä" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, 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:2444 #, 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:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, 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:3404 #, 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:104 glib/gdir.c:124 #, 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:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Virhe rivillä %d merkissä %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Virhe rivillä %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Havaittu tyhjä entiteetti \"&;\"; kelvolliset ovat: & " < > " "'" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -338,17 +337,17 @@ msgstr "" "entiteetin. Jos tämän &-merkin ei ole tarkoitus olla entiteetti, käytä " "merkintää &" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:486 #, 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:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Entiteetin nimi \"%s\" on tuntematon" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -356,7 +355,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:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -365,16 +364,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:612 #, 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:627 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: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 " @@ -383,32 +382,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:723 msgid "Unfinished entity reference" msgstr "Päättämätön entiteettiviite" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Päättämätön merkkiviite" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Virheellinen UTF-8-koodattu teksti - ylipitkä sekvenssi" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 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:1036 #, 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:1074 msgid "Document must begin with an element (e.g. )" msgstr "Asiakirjan on alettava elementillä (esim. )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -417,7 +416,7 @@ msgstr "" "\"%s\" ei ole kelvollinen merkki \"<\"-merkin jälkeen; se ei voi aloittaa " "elementin nimeä" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -426,7 +425,7 @@ msgstr "" "Pariton merkki \"%s\", odotettiin \">\"-merkkiä päättämään elementin \"%s\" " "alkulippu" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -434,7 +433,7 @@ msgstr "" "Pariton merkki \"%1$s\", odotettiin \"=\"-merkkiä elementin \"%3$s\" " "ominaisuuden \"%2$s\" jälkeen" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -445,7 +444,7 @@ msgstr "" "elementin \"%s\" aloituslippu, tai mahdollista ominaisuutta; käytit ehkä " "ominaisuuden nimessä siihen kelpaamatonta merkkiä" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -454,7 +453,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:1537 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, 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:1597 #, 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:1757 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:1771 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:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -502,7 +501,7 @@ msgstr "" "Asiakirja loppui odottamattomasti elementtien ollessa sulkematta - \"%s\" " "oli viimeinen avattu elementti" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -511,19 +510,19 @@ msgstr "" "Asiakirja loppui odottamattomasti, odotettiin lipun <%s/> sulkevaa " "kulmasuljetta" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Asiakirja loppui odottamattomasti elementin nimen kohdalla" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Asiakirja loppui odottamattomasti elementin avauslipun kohdalla" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -531,401 +530,399 @@ msgstr "" "Asiakirja loppui odottamattomasti ominaisuuden nimen jälkeisen " "yhtäsuuruusmerkin jälkeen; ominaisuudella ei ole arvoa" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Asiakirja loppui odottamattomasti ominaisuuden arvon kohdalla" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, 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:1839 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:1875 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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 " @@ -934,143 +931,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" @@ -1078,51 +1075,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 " @@ -1131,128 +1128,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:1868 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, 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:1517 #, 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:1000 ../gio/gfile.c:1133 -#: ../gio/gfile.c:1364 ../gio/gfile.c:1417 ../gio/gfile.c:1473 -#: ../gio/gfile.c:1554 ../gio/gfile.c:2592 ../gio/gfile.c:2637 -#: ../gio/gfile.c:2687 ../gio/gfile.c:2727 ../gio/gfile.c:3051 -#: ../gio/gfile.c:3453 ../gio/gfile.c:3536 ../gio/gfile.c:3619 -#: ../gio/gfile.c:3699 +#: 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 msgid "Operation not supported" msgstr "Toiminto ei ole tuettu" @@ -1265,93 +1258,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:1252 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Ylläolevaa liitospistettä ei löydy" -#: ../gio/gfile.c:1893 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Kansion päälle ei voi kopioida" -#: ../gio/gfile.c:1953 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Kansiota ei voi kopioida kansion päälle" -#: ../gio/gfile.c:1961 ../gio/glocalfile.c:2022 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Kohdetiedosto on olemassa" -#: ../gio/gfile.c:1979 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Kansiota ei voi kopioida rekursiivisesti" -#: ../gio/gfile.c:2677 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Saatiin virheellinen symbolisen linkin arvo" -#: ../gio/gfile.c:2770 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Roskakori ei ole tuettu" -#: ../gio/gfile.c:2817 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Tiedostonimi ei voi sisältää merkkiä \"%c\"" -#: ../gio/gfile.c:4750 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "taltio ei toteuta liittämistä" -#: ../gio/gfile.c:4858 +#: gio/gfile.c:4860 #, 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:425 #, 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:415 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" @@ -1362,300 +1355,300 @@ 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:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Virheellinen tiedostonimi %s" -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Virhe haettaessa tietoja tiedostojärjestelmästä: %s" -#: ../gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Juurikansiota ei voi nimetä uudestaan" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Tiedostoa ei voi nimetä uudestaan, tiedosto on jo olemassa" -#: ../gio/glocalfile.c:1113 ../gio/glocalfile.c:1897 ../gio/glocalfile.c:1926 -#: ../gio/glocalfile.c:2075 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "Virheellinen tiedostonimi" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Virhe nimettäessä tiedostoa uudestaan: %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Virhe avattaessa tiedostoa: %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Kansiota ei voi avata" -#: ../gio/glocalfile.c:1306 ../gio/glocalfile.c:1901 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Virhe poistettaessa tiedostoa: %s" -#: ../gio/glocalfile.c:1596 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Virhe siirrettäessä tiedostoa roskakoriin: %s" -#: ../gio/glocalfile.c:1619 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Roskakorikansiota %s ei voi luoda: %s" -#: ../gio/glocalfile.c:1640 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Päätasoa roskakoria varten ei löydy" -#: ../gio/glocalfile.c:1719 ../gio/glocalfile.c:1739 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Roskakori kansiota ei löydy tai sitä ei voi luoda" -#: ../gio/glocalfile.c:1773 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Roskakorin informaatiotiedostoa ei voi luoda: %s" -#: ../gio/glocalfile.c:1798 ../gio/glocalfile.c:1867 ../gio/glocalfile.c:1874 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Tiedosto ei voi siirtää roskakoriin: %s" -#: ../gio/glocalfile.c:1930 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Virhe luotaessa symbolista linkkiä: %s" -#: ../gio/glocalfile.c:1990 ../gio/glocalfile.c:2079 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Virhe siirrettäessä tiedostoa: %s" -#: ../gio/glocalfile.c:2013 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Kansiota ei voi siirtää kansion päälle" -#: ../gio/glocalfile.c:2035 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2054 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Virhe poistettaessa kohdetiedostoa: %s" -#: ../gio/glocalfile.c:2068 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Siirto liitospisteiden välillä ei ole tuettu" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, c-format msgid "Attribute value must be non-NULL" msgstr "Ominaisuuden arvo ei voi olla NULL" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Virheellinen ominaisuustyyppi (piti olla merkkijono)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid extended attribute name" msgstr "Virheellinen laajennetun ominaisuuden nimi" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, 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:1398 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:1454 msgid " (invalid encoding)" msgstr " (virheellinen merkistökoodaus)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, c-format msgid "Error stating file descriptor: %s" msgstr "Virhe tarkkailtaessa tiedostokuvaajaa: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla tavujono)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, c-format msgid "Error setting permissions: %s" msgstr "Virhe asetettaessa oikeuksia: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "Virhe asetettaessa omistajaa: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, 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:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "Virhe asetettaessa symbolista linkkiä: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, 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:1994 #, 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:517 #, 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:527 #, 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:260 #, c-format msgid "Reached maximum data array limit" msgstr "Tietotaulukon suurin koko tuli vastaan" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "Muistin tulostevirran koko ei ole muutettavissa" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "Muistin tulostevirran koon muutos epäonnistui" @@ -1663,92 +1656,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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Nimeämätön" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI:n \"%s\" isäntänimi on virheellinen" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Nimeämätön" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 gio/gunixmounts.c:1815 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 523458d7..a863eebd 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-02-28 14:02+0100\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-12 20:55+0100\n" "Last-Translator: Claude Paroz \n" "Language-Team: GNOME French Team \n" @@ -22,324 +22,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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Balise « %s » inattendue à l'intérieur de « %s »" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, 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:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Aucun signet trouvé pour l'URI « %s »" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, 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:2444 #, 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:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, 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:3404 #, 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é" -#: ../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 conversion du jeu de caractères « %s » vers « %s » n'est pas prise en " -"charge" +"La conversion du jeu de caractères « %s » vers « %s » n'est pas prise en charge" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »" -#: ../glib/gconvert.c:632 ../glib/gconvert.c: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 "Séquence d'octets non valide en entrée du convertisseur" -#: ../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 "Erreur lors de la 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 "Séquence partielle de caractères à la fin de l'entrée" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Impossible de convertir la valeur de rechange « %s » vers le jeu de codes « %" "s »" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "L'URI « %s » n'est pas une URI absolue utilisant le schéma de « fichier »" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "L'URI de fichier local « %s » ne peut pas inclure de caractère « # »" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "L'URI « %s » n'est pas valide" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "L'URI « %s » contient des caractères d'échappements non valides" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Le chemin « %s » n'est pas un chemin absolu" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Nom d'hôte non valide" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:104 glib/gdir.c:124 #, c-format msgid "Error opening directory '%s': %s" msgstr "Erreur à l'ouverture du répertoire « %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 "Impossible d'allouer %lu octets pour lire le fichier « %s »" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Erreur de lecture du fichier « %s » : %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "La lecture depuis le fichier « %s » a échoué : %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'ouverture du fichier « %s » a échoué : %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'obtention des attributs du fichier « %s » a échoué : fstat() a échoué : %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "L'ouverture du fichier « %s » a échoué : fdopen() a échoué : %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" -"Le renommage du fichier « %s » vers « %s » a échoué : g_rename() a échoué : %" -"s" +"Le renommage du fichier « %s » vers « %s » a échoué : g_rename() a échoué : %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 "La création du fichier « %s » a échoué : %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "L'ouverture du fichier « %s » en écriture a échoué : fdopen() a échoué : %s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "" "L'ouverture du fichier « %s » en écriture a échoué : fwrite() a échoué : %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "La fermeture du fichier « %s » a échoué : fclose() a échoué : %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -"Le fichier existant « %s » ne peut pas être supprimé : g_unlink() a échoué : " -"%s" +"Le fichier existant « %s » ne peut pas être supprimé : g_unlink() a échoué : %" +"s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" -msgstr "" -"Le modèle « %s » n'est pas valide, il ne devrait pas contenir de « %s »" +msgstr "Le modèle « %s » n'est pas valide, il ne devrait pas contenir de « %s »" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Le modèle « %s » ne contient pas XXXXXX" -#: ../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 Kio" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f Mio" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f Gio" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "La lecture du lien symbolique « %s » a échoué : %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Liens symboliques non pris en charge" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %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 "" "Impossible de faire une lecture brute dans 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 "Laisse de côté des données non converties dans le tampon de lecture" -#: ../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 "La canal se termine avec un caractère partiel" -#: ../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 "Impossible de faire une lecture brute dans 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'ouverture du fichier « %s » a échoué : open() a échoué : %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format 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:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Erreur à la ligne %d, caractère %d : " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Erreur à la ligne %d : %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Entité vide « &; » vue : les entités valides sont : & " < > " "'" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -350,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:486 #, 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:523 #, 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: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 &" @@ -369,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:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -379,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:612 #, 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:627 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: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 " @@ -398,41 +394,41 @@ msgstr "" "avez vraisemblablement utilisé une esperluette sans intention de commencer " "une entité - échappez l'esperluette comme &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "Référence d'entité non terminée" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Référence de caractère non terminée" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 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:1000 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:1036 #, 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:1074 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:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -"« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne " -"semble pas commencer un nom d'élément" +"« %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:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -441,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:1267 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -449,19 +445,18 @@ 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:1309 #, 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 "" -"Caractère bizarre « %s », un caractère « > » ou « / » est requis pour " -"terminer 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" +"Caractère bizarre « %s », un caractère « > » ou « / » est requis pour terminer " +"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:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -470,46 +465,46 @@ 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:1537 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -"« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture " -"« %s » ; le caractère autorisé est « > »" +"« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture « %" +"s » ; le caractère autorisé est « > »" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, 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:1597 #, 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:1757 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:1771 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:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -518,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:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -527,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:1793 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:1799 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:1804 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:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -553,419 +548,415 @@ 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:1817 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:1833 #, 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:1839 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 " "commentaire ou d'une instruction de traitement" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "objet corrompu" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "erreur interne ou objet corrompu" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "mémoire insuffisante" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "limite de suivi arrière atteinte" -#: ../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 "" "le motif contient des éléments non pris en charge par la correspondance " "partielle" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1875 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "erreur interne" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "les références inverses utilisées comme conditions ne sont pas prises en " "charge par la correspondance partielle" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "limite de récursivité atteinte" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "limite d'espace de travail atteinte pour les sous-chaînes vides" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "combinaison de marqueurs de nouvelle ligne non valide" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "erreur inconnue" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ à la fin du motif" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c à la fin du motif" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "un caractère non reconnu suit \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "Les échappements de changement de casse (\\l, \\L, \\u, \\U) ne sont pas " "autorisés ici" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "nombre trop grand dans le quantificateur {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "nombre trop grand dans le quantificateur {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "caractère terminaison ] manquant pour la classe de caractère" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "séquence d'échappement non valide dans la classe de caractère" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "plage déclassée dans la classe de caractère" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "rien à répéter" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "caractère non reconnu après (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "caractère non reconnu après (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "caractère non reconnu après (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "" "Les classes nommées en suivant POSIX sont uniquement prises en charge depuis " "une classe" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr ") de terminaison manquante" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") sans ( d'ouverture" #. 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 (?[+-]chiffres doivent être suivis par )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "référence à un sous-motif non-existant" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr ") manquante après un commentaire" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "expression régulière trop grande" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "l'obtention de la mémoire a échoué" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "l'assertion « lookbehind » n'a pas de longueur fixe" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "nom ou nombre non conforme après (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "un groupe conditionnel contient plus de deux branches" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "une assertion est attendue après (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "nom de classe POSIX inconnu" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "les éléments d'interclassement POSIX ne sont pas pris en charge" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "la valeur du caractère dans la séquence \\x{...} est trop grande" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "condition (?(0) non valide" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C n'est pas autorisé dans l'assertion « lookbehind »" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "un appel récursif peut effectuer des boucles indéfiniment" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "terminaison manquante dans le nom du sous-motif" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "deux sous-motifs nommés possèdent le même nom" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "séquence \\P ou \\p non conforme" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "nom de propriété inconnu après \\P ou \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "le nom du sous-motif est trop long (32 caractères maximum)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "trop de sous-motifs nommés (10 000 maximum)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "la valeur octale est plus grande que \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "le groupe DEFINE contient plus d'une branche" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "la répétition d'un groupe DEFINE n'est pas autorisée" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "options 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'est pas suivi d'un nom accolé ou d'un nombre accolé différent de zéro" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "répétition inattendue" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "dépassement de code" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "dépassement de capacité en compilant l'espace de travail" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "un sous-motif référencé et précédemment vérifié n'a pas été trouvé" -#: ../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 "Erreur lors de la correspondance de l'expression régulière %s : %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "La bibliothèque PCRE est compilée sans la prise en charge UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" "La bibliothèque PCRE est compilée sans la prise en charge des propriétés UTF8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "" "Erreur à la compilation de l'expression régulière %s au caractère %d : %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Erreur à l'optimisation de l'expression régulière %s : %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "chiffre hexadécimal ou « } » attendu" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "chiffre hexadécimal attendu" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "« < » manquant dans la référence symbolique" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "référence symbolique non terminée" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "référence symbolique de longueur nulle" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "chiffre attendu" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "référence symbolique illégale" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "terminaison parasite « \\ »" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "séquence d'échappement inconnue" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" -"Erreur lors de l'analyse du texte de substitution « %s » au caractère %lu : %" -"s" +"Erreur lors de l'analyse du texte de substitution « %s » au caractère %lu : %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Le texte cité ne commence pas avec un caractère de citation" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Caractère de citation sans correspondance dans la ligne de commande ou un " "autre texte shell rapporté" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "" -"Le texte s'est terminé juste après un caractère « \\ ». (Le texte était « %" -"s »)" +"Le texte s'est terminé juste après un caractère « \\ ». (Le texte était « %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 "" "Le texte s'est terminé avant qu'un caractère de citation soit trouvé pour %" "c. (Le texte était « %s »)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Le texte était vide (ou ne contenait que des espaces)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "La lecture des données depuis le processus fils a échoué" -#: ../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 "" "La création du tube de communication avec le processus fils a échoué (%s)" -#: ../glib/gspawn-win32.c:332 ../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 "La lecture depuis un tube fils a échoué (%s)" -#: ../glib/gspawn-win32.c:358 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Le changement de répertoire « %s » a échoué (%s)" -#: ../glib/gspawn-win32.c:364 ../glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "L'exécution du processus fils a échoué (%s)" -#: ../glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Nom du programme non valide : %s" -#: ../glib/gspawn-win32.c:445 ../glib/gspawn-win32.c:718 -#: ../glib/gspawn-win32.c:1276 +#: 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 "Chaîne non valide dans le paramètre vecteur à %d : %s" -#: ../glib/gspawn-win32.c:456 ../glib/gspawn-win32.c:732 -#: ../glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Chaîne non valide dans l'environnement : %s" -#: ../glib/gspawn-win32.c:714 ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Répertoire de travail non valide : %s" -#: ../glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "L'exécution du programme d'aide a échoué (%s)" -#: ../glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -974,204 +965,204 @@ msgstr "" "Erreur inattendue dans g_io_channel_win32_poll() lors de la lecture des " "données depuis un processus fils" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "La lecture des données depuis le processus fils a échoué (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Erreur inattendue dans select() à la lecture des données depuis un processus " "fils (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Erreur inattendue dans waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Le clonage a échoué (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "L'exécution du processus fils « %s » a échoué (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "La redirection de la sortie ou de l'entrée du processus fils a échoué (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Le clonage du processus fils a échoué (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Erreur inconnue à l'exécution du processus fils « %s »" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Impossible de lire suffisamment de données depuis le tube du processus fils " "de pid (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Caractère hors plage pour 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 "Séquence non valide dans l'entrée du convertisseur" -#: ../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 "Caractère hors plage pour UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Utilisation :" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPTION...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Options de l'aide :" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Affiche les options de l'aide" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Affiche toutes les options de l'aide" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Options de l'application :" -#: ../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 "Impossible d'analyser la valeur entière « %s » pour %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 "La valeur entière « %s » pour %s est hors plage" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Impossible d'analyser la valeur double « %s » pour %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "La valeur double « %s » pour %s est hors plage" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Erreur lors de l'analyse de l'option %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Argument manquant pour %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Option inconnue %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "" "Impossible de trouver un fichier de clés valide dans les répertoires de " "recherche" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "N'est pas un fichier standard" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Le fichier est vide" -#: ../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 "" -"Le fichier de clés contient la ligne « %s » qui n'est ni une paire de " -"valeurs de clé, ni un groupe, ni un commentaire" +"Le fichier de clés contient la ligne « %s » qui n'est ni une paire de valeurs " +"de clé, ni un groupe, ni un commentaire" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Nom de groupe non valide : %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Le fichier de clés ne débute pas par un groupe" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Nom de clé non valide : %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "" "Le fichier de clés contient un codage de caractères non pris en charge « %s »" -#: ../glib/gkeyfile.c: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 "Le fichier de clés n'a pas de groupe « %s »" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Le fichier de clés n'a pas de clé « %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 "" -"Le fichier de clés contient la clé « %s » avec la valeur « %s » qui n'est " -"pas codé en UTF-8" +"Le fichier de clés contient la clé « %s » avec la valeur « %s » qui n'est pas " +"codé en 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 "" "Le fichier de clés contient la clé « %s » avec une valeur impossible à " "interpréter." -#: ../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 " @@ -1180,135 +1171,131 @@ msgstr "" "Le fichier de clés contient la clé « %s » dans le groupe « %s » qui a une " "valeur impossible à interpréter." -#: ../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 "Le fichier de clés ne contient pas de clé « %s » dans le groupe « %s »" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Le fichier de clés contient un caractère d'échappement en fin de ligne" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" "Le fichier de clés contient une séquence d'échappement non valide « %s »" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "La valeur « %s » ne peut pas être interprétée comme un nombre." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "La valeur entière « %s » est hors plage" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" "La valeur « %s » ne peut pas être interprétée comme un nombre à virgule " "flottante." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "La valeur « %s » ne peut pas être interprétée comme un booléen." -#: ../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 "La valeur de comptage fournie à %s est trop grande" -#: ../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 "Le flux est déjà fermé" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1868 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "L'opération a été annulée" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Type inconnu" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "Type de fichier %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:577 #, 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 "Fin précoce de flux inattendue" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sans nom" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Le fichier Bureau n'a pas indiqué de champ Exec" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Impossible de trouver le terminal requis par l'application" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Impossible de créer le dossier de configuration de l'application %s pour " "l'utilisateur : %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" "Impossible de créer le dossier de configuration MIME %s pour l'utilisateur : " "%s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Impossible de créer le fichier bureau %s pour l'utilisateur" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1517 #, c-format msgid "Custom definition for %s" msgstr "Définition personnalisée pour %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "le lecteur n'implémente pas l'éjection (« eject »)" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "le lecteur n'implémente pas la scrutation du média (« polling »)" -#: ../gio/gfile.c:822 ../gio/gfile.c:1010 ../gio/gfile.c:1143 -#: ../gio/gfile.c:1374 ../gio/gfile.c:1427 ../gio/gfile.c:1483 -#: ../gio/gfile.c:1564 ../gio/gfile.c:2602 ../gio/gfile.c:2647 -#: ../gio/gfile.c:2697 ../gio/gfile.c:2736 ../gio/gfile.c:3060 -#: ../gio/gfile.c:3462 ../gio/gfile.c:3545 ../gio/gfile.c:3628 -#: ../gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "Opération non prise en charge" @@ -1321,93 +1308,93 @@ 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:1262 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Le point de montage conteneur n'existe pas" -#: ../gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Impossible de copier par dessus un répertoire" -#: ../gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Impossible de copier un répertoire par dessus un autre" -#: ../gio/gfile.c:1971 ../gio/glocalfile.c:2022 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Le fichier cible existe" -#: ../gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Impossible de copier récursivement un répertoire" -#: ../gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Valeur de lien symbolique donnée non valide" -#: ../gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "La corbeille n'est pas prise en charge" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Les noms de fichiers ne peuvent contenir « %c »" -#: ../gio/gfile.c:4759 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "le volume n'implémente pas « mount »" -#: ../gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Aucune application n'est enregistrée pour gérer ce fichier" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format 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:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 #, 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:415 msgid "File enumerator is already closed" msgstr "L'énumérateur du fichier est déjà fermé" -#: ../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 "Le flux ne prend pas en charge 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 "La recherche n'est pas prise en charge sur le flux" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "La troncature n'est pas autorisée sur le flux en entrée" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "La troncature n'est pas prise en charge sur le flux" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Le flux en entrée n'implémente pas « read »" @@ -1418,303 +1405,303 @@ msgstr "Le flux en entrée n'implémente pas « read »" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Le flux a une opération en cours" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" "Impossible de trouver le type de moniteur de répertoire local par défaut" -#: ../gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Nom de fichier non valide : %s" -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Impossible d'obtenir les informations du système de fichiers : %s" -#: ../gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Impossible de renommer le répertoire racine" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, 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:1113 ../gio/glocalfile.c:1897 ../gio/glocalfile.c:1926 -#: ../gio/glocalfile.c:2075 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "Nom de fichier non valide" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Erreur au renommage du fichier : %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Erreur à l'ouverture du fichier : %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Impossible d'ouvrir le répertoire" -#: ../gio/glocalfile.c:1306 ../gio/glocalfile.c:1901 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Erreur à la suppression du fichier : %s" -#: ../gio/glocalfile.c:1596 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Erreur à la mise à la corbeille du fichier : %s" -#: ../gio/glocalfile.c:1619 +#: gio/glocalfile.c:1627 #, 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:1640 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Impossible de trouver le répertoire racine pour la corbeille" -#: ../gio/glocalfile.c:1719 ../gio/glocalfile.c:1739 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, 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:1773 +#: gio/glocalfile.c:1781 #, 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:1798 ../gio/glocalfile.c:1867 ../gio/glocalfile.c:1874 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Impossible de mettre à la corbeille le fichier : %s" -#: ../gio/glocalfile.c:1930 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Erreur lors de la création du lien symbolique : %s" -#: ../gio/glocalfile.c:1990 ../gio/glocalfile.c:2079 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Erreur lors du déplacement du fichier : %s" -#: ../gio/glocalfile.c:2013 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Impossible de déplacer un répertoire par dessus un autre" -#: ../gio/glocalfile.c:2035 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2054 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Erreur lors de la suppression du fichier cible : %s" -#: ../gio/glocalfile.c:2068 +#: gio/glocalfile.c:2076 #, 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:709 #, 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:716 #, 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:723 #, c-format msgid "Invalid extended attribute name" msgstr "Nom d'attribut étendu non valide" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, 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:1398 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:1454 msgid " (invalid encoding)" msgstr " (codage non valide)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, 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:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Type d'attribut non valide (uint32 attendu)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Type d'attribut non valide (uint64 attendu)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, 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:1720 #, 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:1771 gio/glocalfileinfo.c:1939 #, 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:1794 #, 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:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, 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:1813 #, 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:1994 #, c-format msgid "Setting attribute %s not supported" msgstr "La définition de l'attribut %s n'est pas prise en charge" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "Erreur lors de la lecture du fichier : %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 "Erreur lors de la navigation à travers le fichier : %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 "Erreur lors de la fermeture du fichier : %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Impossible de trouver le type de moniteur de fichier local par défaut" -#: ../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 "Erreur lors de l'écriture du fichier : %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Erreur lors de la suppression de l'ancien lien de sauvegarde : %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 "Erreur lors de la création de la copie de sauvegarde : %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Erreur lors du renommage du fichier temporaire : %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 "Erreur lors de la troncature du fichier : %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 "Erreur lors de l'ouverture du fichier « %s » : %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Le fichier cible est un répertoire" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Le fichier cible n'est pas un fichier standard" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format 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:517 #, 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:527 #, c-format msgid "Invalid seek request" msgstr "Requête « seek » non valide" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Impossible de tronquer GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:260 #, 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:295 #, 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:311 #, c-format msgid "Failed to resize memory output stream" msgstr "Le redimensionnement du flux de sortie mémoire a échoué" @@ -1722,94 +1709,123 @@ msgstr "Le redimensionnement du flux de sortie mémoire a échoué" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "mount n'implémente pas le démontage (« unmount »)" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "mount n'implémente pas l'éjection" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "mount n'implémente pas le remontage (« 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 "Le flux de sortie n'implémente pas « 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 "Le flux source est déjà fermé" -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Sans nom" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Sans nom" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format msgid "Error reading from unix: %s" msgstr "Erreur lors de la lecture depuis 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 "Erreur lors de la fermeture d'unix : %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 msgid "Filesystem root" msgstr "Racine du système de fichiers" -#: ../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 "Erreur lors de l'écriture vers unix : %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "le volume n'implémente pas l'éjection (« eject »)" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Impossible de trouver l'application" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Erreur lors du lancement de l'application : %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI non pris en charge" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "" "Les modifications d'association ne sont pas prises en en charge sur win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "La création d'association n'est pas prise en charge sur win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "ne masque pas de lignes" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "utilise le format de liste détaillé" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FICHIER...]" diff --git a/po/ga.po b/po/ga.po index 49a3086f..cc82f3f7 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-12-20 21:28-0700\n" "Last-Translator: Seán de Búrca \n" "Language-Team: Irish \n" @@ -522,7 +522,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "earráid inmheánach" @@ -833,47 +833,47 @@ msgstr "Theip ar léamh sonraí ó mhacphróiseas" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: glib/gspawn-win32.c:332 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 "Theip ar léamh ó mhacphíopa (%s)" -#: glib/gspawn-win32.c:358 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:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Ainm cláir neamhbhailí: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Comhadlann oibre neamhbhailí: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Theip ar rith clár cabhrach (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1118,7 +1118,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1184,10 +1184,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1307,111 +1307,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Ainm comhaid %s neamhbhailí" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Earráid agus eolas chóras comhad á fháil: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Ainm comhaid neamhbhailí" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Earráid agus comhad á athainmniú: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Earráid agus comhad á oscailt: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Earráid agus comhad á bhaint: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Earráid agus comhad á chur sa bhruscar: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ní féidir comhadlann bhruscair %s a chruthú: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, 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:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Ní féidir comhad a chur sa bhruscar: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Earráid agus nasc siombalach á dhéanamh: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Earráid agus comhad á bhogadh: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1625,6 +1625,35 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Gan ainm" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Is neamhbhailí an t-óstainm an URI '%s'" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Gan ainm" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/gl.po b/po/gl.po index b15f5fdd..434dbbf7 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-19 23:23+0100\n" "Last-Translator: Ignacio Casal Quinteiro \n" "Language-Team: Galego \n" @@ -567,7 +567,7 @@ msgstr "alcanzouse o límite de «backtracking» " msgid "the pattern contains items not supported for partial matching" msgstr "o patrón contén elementos non soportados na coincidencia parcial" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "erro interno" @@ -886,47 +886,47 @@ msgstr "Fallo ao ler datos desde un proceso fillo" 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Nome de programa non válido: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1181,7 +1181,7 @@ msgstr "O valor de contaxe pasado a %s é demasiado longo" msgid "Stream is already closed" msgstr "O fluxo xa se pechou" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "A operación foi cancelada" @@ -1247,10 +1247,10 @@ msgstr "a unidade non implementa a expulsión" msgid "drive doesn't implement polling for media" msgstr "a unidade non implementa o sondeo para medios" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "Operación non soportada" @@ -1263,52 +1263,52 @@ 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "O punto de montaxe contido non existe" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Non se pode copiar sobre o directorio" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Non se pode copiar directorio sobre directorio" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "O ficheiro destino existe" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Non se pode copiar o directorio recursivamente" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "O valor da ligazón dada non é válido" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Non se soporta o lixo" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Os nomes de ficheiro non poden conter '%c'" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "o volume non implementa montado" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Non hai ningunha aplicación rexistrada para manexar este ficheiro" @@ -1372,111 +1372,111 @@ msgstr "" "Non se pode encontrar o tipo de monitorización do directorio local " "predeterminado" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Nome de ficheiro inválido %s" -#: gio/glocalfile.c:958 +#: 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:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Non se pode renomear o directorio raíz" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Non se pode renomear o ficheiro, o ficheiro xa existe" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Nome de ficheiro inválido" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear o ficheiro: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir o ficheiro: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Non se pode abrir o directorio" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Non se pode eliminar o ficheiro: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Non se pode mover ao lixo o ficheiro: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Non se pode crear o directorio do lixo %s: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Non se pode encontrar o directorio superior para o lixo" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Non se pode encontrar ou crear o directorio do lixo" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, 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:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Non se pode mover ao lixo o ficheiro: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao crear a ligazón: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover o ficheiro: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Non se pode mover o directorio sobre un directorio" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao eliminar o ficheiro obxectivo: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Non se soporta mover ficheiros entre puntos de montaxe" @@ -1692,6 +1692,35 @@ msgstr "O fluxo de saída non implementa a escritura" msgid "Source stream is already closed" msgstr "O fluxo de orixe xa está pechado" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Sen nome" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "O nome de host do URI '%s' non é válido" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Sen nome" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/gu.po b/po/gu.po index 749ee9cf..a9a49a38 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-02-25 19:32+0000\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-03 14:10+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -13,7 +13,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"\n" "\n" "\n" "\n" @@ -26,305 +27,306 @@ msgstr "" "\n" "\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "અનિચ્છનીય ટેગ '%s' એ '%s' માં" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "માહિતી ડિરેક્ટરીઓ માટે કોઈ માન્ય બુકમાર્ક ફાઈલ મળી નહિં" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s' માટે કોઈ બુકમાર્ક મળી નહિં" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s' માટે બુકમાર્કમાં કોઈ MIME પ્રકાર વ્યાખ્યાયિત નથી" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s' માટે બુકમાર્કમાં કોઈ ખાનગી ફ્લેગ વ્યાખ્યાયિત થયેલ નથી" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' નામવાળા કોઈ કાર્યક્રમે '%s' માટે બુકમાર્ક રજીસ્ટર કરી નથી" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec લીટી '%s' ને URI '%s' સાથે વિસ્તારવામાં નિષ્ફળ" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c: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' કે જે \"ફાઈલ\" યોજના વાપરે છે તે ચોક્કસ 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 "'%s' URI અયોગ્ય છે" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "'%s' URIનું યજમાનનુ નામ અયોગ્ય છે" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "'%s' URI અયોગ્ય બહાર નીકળવાના અક્ષરો ધરાવે છે " -#: ../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:104 glib/gdir.c:124 #, 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' ફાઈલની લાક્ષણિકતા મેળવતી વખતે નિષ્ફળતા: fstate() નિષ્ફળ: %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_10_channe_lread_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 "વાંચવા માટેના બફર(થોડા સમય માટેનું સંગ્રહસ્થાન) માં ઢાંકેલી ન હોય તે માહિતી છોડી દીધેલ છે" +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:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "%d લીટી પર %d અક્ષરમાં ભૂલ: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "%d લીટી પર ભૂલ: %s" -#: ../glib/gmarkup.c:442 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" +#: glib/gmarkup.c:442 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" msgstr "'&;' વસ્તુ ખાલી દેખાય છે: યોગ્ય વસ્તુઓ છે:& " < > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -334,17 +336,17 @@ msgstr "" "વસ્તુ નામ શરુ થાય ત્યાં %s' અક્ષર યોગ્ય નથી: & અક્ષર વસ્તુની શરુઆત કરે છે; જો તે એમપરસંડ " "વસ્તુ ને આધાર ન આપે તો તે & તરીકે દર્શાવો" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr " વસ્તુ નામની અંદર '%s' અક્ષર યોગ્ય નથી" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "'%s' વસ્તુ નામ જાણીતુ નથી" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -352,7 +354,7 @@ msgstr "" "વસ્તુ નો સેમીકોલન સાથે અંત થતો નથી; ઘણી વખતે એમપરસંડ(&) અક્ષર ચિન્હ વગર તમે વસ્તુ વાપરી " "શકો છો- એમપરસંડ & તરીકે લો" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -361,16 +363,16 @@ msgstr "" "'%-.*s' નું પદચ્છેદન કરવામાં નિષ્ફળ, કે જે અક્ષર સંદર્ભમાં અંક હોવો જોઈએ (ê ઉદાહરણ " "તરીકે) - કદાચ અંક ખૂબ લાંબો હોય" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "અક્ષર સંદર્ભ '%-.*s' પરવાનગી આપેલ અક્ષરને એનકોડ કરતો નથી" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "ખાલી અક્ષર સંદર્ભ; સંખ્યા જેવી કે dž ને સમાવતી હોવી જોઇએ " -#: ../glib/gmarkup.c:637 +#: 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 " @@ -379,51 +381,52 @@ msgstr "" "અક્ષર સંદર્ભ અર્ધવિરામ થી અંત થતો નથી; તમે વસ્તુ શરુ કરવા એમપરસંડ અક્ષર ને વાપરો એમપરસંડ " "ને & તરીકે લો" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "અપુર્ણ વસ્તુ સંદર્ભ " -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "અપુર્ણ અક્ષર સંદર્ભ " -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - overlong ક્રમ" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "અયોગ્ય UTF-8 સંગ્રપદ્ધતિવાળું લખાણ - સ્ટાર અક્ષર નથી" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - માન્ય '%s' નથી" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. )" msgstr "દસ્તાવેજ કોઈ વસ્તુ સાથે શરુ થાય તે જરુરી છે(ઉદાહરણ )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, 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:1178 #, 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:1267 #, 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:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -433,7 +436,7 @@ msgstr "" "અસંગત અક્ષર '%s': '%s' વસ્તુના અંતમાં '>' અથવા '/' અથવા પરીમાણનો વિકલ્પ જરુરી છે; તમે " "કદાય અયોગ્ય અક્ષર લાક્ષણિકતાના નામો વાપર્યો છે" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -442,46 +445,46 @@ msgstr "" "અસંગત અક્ષર '%s, '%s' વસ્તુ માટે '%s' લાક્ષણિકતાના મુલ્ય આપતી વખતે બરાબરની નિશાની " "પછી શરુ થતો અવતરણ ચિહ્ન જરુરી છે" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "'%s' એ '%s' વસ્તુનામ પછીનો બંધ કરવાનો યોગ્ય અક્ષર નથી; '>' એ યોગ્ય અક્ષર છે. " -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' વસ્તુ બંધ હતી, અત્યારે એક પણ વસ્તુ ખુલ્લી નથી" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' વસ્તુ બંધ હતી, પણ અત્યારે '%s'એ ખુલ્લી વસ્તુ છે" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "દસ્તાવેજ ખાલી છે અથવા ફક્ત ખાલી જ્ગ્યા ધરાવે છે" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "'<' ચિન્હ વાપરતા પછી દસ્તાવેજનો અણધારી રીતે અંત આવે છે" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, 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:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -490,19 +493,19 @@ msgstr "" "દસ્તાવેજનો અણધારી રીતે અંત થાય છે, તે અંતિમ ટેગ <%s/> માં કૌંસને બંધ કરતુ ખૂણાનુ ચિન્હ " "જોવા માગે છે" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "વસ્તુ નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "લાક્ષણિકતાના નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "વસ્તુની શરુઆતની ટેગમા દસ્તાવેજનો અણધારી રીતે અંત થાય છે" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -510,581 +513,583 @@ msgstr "" "લાક્ષણિકતા નામ પછીની બરાબરની નિશાની પછી દસ્તાવેજ નો અણધારી રીતે અંત થાય છે. " "લાક્ષણિકતાના મુલ્ય નથી" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "લાક્ષણિકતા મુલ્ય અંદર હોવા છતાં દસ્તાવેજ નો અણધારી રીતે અંત થાય છે" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "'%s' વસ્તુના બંદ ટેગની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 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:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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 named વર્ગો માત્ર વર્ગમાં જ આધારભૂત છે" -#: ../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 "ઉપભાત નામ ખૂબ લાંબુ છે (મહત્તમ ૩૨ અક્ષરો)" -#: ../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 "અષ્ટાંક કિંમત \\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" -msgstr "\\g એ કૌંસવાળા નામ દ્વારા અનુસરવામાં આવતું નથી કે વૈકલ્પિક રીતે કૌંસવાળા બિન-શૂન્ય નંબરથી" +#: 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 "આદેશ વાક્યમાં અથવા બીજા શેલ ચિહ્નિત બંધબેસતા ન હોય તેવા અવતરણ ચિહ્ન" -#: ../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.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:358 ../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:364 ../glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "અયોગ્ય કાર્યક્રમ નામ: %s" -#: ../glib/gspawn-win32.c:445 ../glib/gspawn-win32.c:718 -#: ../glib/gspawn-win32.c:1276 +#: 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:456 ../glib/gspawn-win32.c:732 -#: ../glib/gspawn-win32.c:1309 +#: 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:714 ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "અયોગ્ય કામ આપતી ડિરેક્ટરી: %s" -#: ../glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "મદદગાર કાર્યક્રમ (%s) ચલાવવામાં નિષ્ફળ" -#: ../glib/gspawn-win32.c:996 +#: 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() માં આવતી અણધારી ભૂલ" +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 "(%s)બાળપ્રક્રિયામાંથી માહિતી વાંચતી વખતે select() માં આવતી અણધારી ભૂલ" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "(%s) waitpid() માં અાવતી અણાધારી ભૂલ" -#: ../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)બાળ pid પાઈપમાંથી જરુરી માહિતી વાંચવામાં નિષ્ફળ" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "અક્ષર UTF-à«® ની સીમાની બહાર" -#: ../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-૧૬ ની સીમાની બહાર નો અક્ષર" -#: ../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" +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 " @@ -1093,128 +1098,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:1862 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, 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:1517 #, 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:822 ../gio/gfile.c:1010 ../gio/gfile.c:1143 -#: ../gio/gfile.c:1374 ../gio/gfile.c:1427 ../gio/gfile.c:1483 -#: ../gio/gfile.c:1564 ../gio/gfile.c:2602 ../gio/gfile.c:2647 -#: ../gio/gfile.c:2697 ../gio/gfile.c:2736 ../gio/gfile.c:3060 -#: ../gio/gfile.c:3462 ../gio/gfile.c:3545 ../gio/gfile.c:3628 -#: ../gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "પ્રક્રિયા આધારભૂત નથી" @@ -1227,93 +1228,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:1262 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "સમાવનાર માઉન્ટ અસ્તિત્વમાં નથી" -#: ../gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી" -#: ../gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી" -#: ../gio/gfile.c:1971 ../gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "લક્ષ્ય ફાઈલ અસ્તિત્વમાં નથી" -#: ../gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "પુનરાવર્તિત રીતે ડિરેક્ટરીની નકલ કરી શકતા નથી" -#: ../gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "અયોગ્ય સાંકેતિક કડી કિંમત અપાયેલ છે" -#: ../gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "કચરાપેટી આધારભૂત નથી" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "ફાઈલ નામો '%c' સમાવી શકતા નથી" -#: ../gio/gfile.c:4759 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "વોલ્યુમ માઉન્ટ અમલમાં મૂકતું નથી" -#: ../gio/gfile.c:4867 +#: gio/gfile.c:4860 #, 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:425 #, c-format msgid "File enumerator has outstanding operation" msgstr "ફાઈલ ઈન્યૂમેરેટરને ભરપૂર પ્રક્રિયા છે" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 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 "ઈનપુટ સ્ટ્રીમ વાંચનને અમલમાં મૂકતું નથી" @@ -1324,299 +1325,299 @@ 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:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "અયોગ્ય ફાઈલનામ %s" -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "ફાઈલસિસ્ટમ જાણકારી મેળવવામાં ભૂલ: %s" -#: ../gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "રુટ ડિરેક્ટરીનું નામ બદલી શકતા નથી" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "ફાઈલનું નામ બદલી શકતા નથી, ફાઈલનામ પહેલાથી જ હાજર છે" -#: ../gio/glocalfile.c:1113 ../gio/glocalfile.c:1891 ../gio/glocalfile.c:1920 -#: ../gio/glocalfile.c:2069 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "અયોગ્ય ફાઈલનામ" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "ફાઈલનું નામ બદલવામાં ભૂલ: %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "ફાઈલ ખોલવામાં ભૂલ: %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "ડિરેક્ટરી ખોલી શકતા નથી" -#: ../gio/glocalfile.c:1300 ../gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "ફાઈલ દૂર કરવામાં ભૂલ: %s" -#: ../gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "ફાઈલને કચરાપેટીમાં નાંખવામાં ભૂલ: %s" -#: ../gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "કચરાપેટી ડિરેક્ટરી %s બનાવવામાં અસમર્થ: %s" -#: ../gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "કચરાપેટી માટે ટોચસ્તરની ડિરેક્ટરી શોધવામાં અસમર્થ" -#: ../gio/glocalfile.c:1713 ../gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "કચરાપેટી ડિરેક્ટરી શોધવામાં કે બનાવવામાં અસમર્થ" -#: ../gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "કચરાપેટી જાણકારી ફાઈલ બનાવવામાં અસમર્થ: %s" -#: ../gio/glocalfile.c:1792 ../gio/glocalfile.c:1861 ../gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "ફાઈલને કચરાપેટીમાં મોકલવામાં અસમર્થ: %s" -#: ../gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "સાંકેતિક કડી બનાવવામાં ભૂલ: %s" -#: ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "ફાઈલ ખસેડવામાં ભૂલ: %s" -#: ../gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર ખસેડી શકતા નથી" -#: ../gio/glocalfile.c:2029 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "લક્ષ્ય ફાઈલ દૂર કરવામાં ભૂલ: %s" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "માઉન્ટો વચ્ચે ખસેડવાનું આધારભૂત નથી" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, c-format msgid "Attribute value must be non-NULL" msgstr "લક્ષણ કિંમત બિન-શૂન્ય જ હોવી જોઈએ" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (શબ્દમાળા ઈચ્છિત)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid extended attribute name" msgstr "અયોગ્ય વિસ્તૃત લક્ષણ નામ" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "વિસ્તૃત લક્ષણ '%s' સુયોજીત કરવામાં ભૂલ: %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "ફાઈલ '%s' કહેવામાં ભૂલ: %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1454 msgid " (invalid encoding)" msgstr " (અયોગ્ય સંગ્રહપદ્ધતિ)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, c-format msgid "Error stating file descriptor: %s" msgstr "ફાઈલ વર્ણનકાર કહેવામાં ભૂલ: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint32 ઈચ્છિત)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint64 ઈચ્છિત)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (બાઈટ શબ્દમાળા ઈચ્છિત)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, c-format msgid "Error setting permissions: %s" msgstr "પરવાનગીઓ સુયોજીત કરવામાં ભૂલ: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "માલિક સુયોજીત કરવામાં ભૂલ: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, 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:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: ફાઈલ સાંકેતિક કડી નથી" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:1994 #, 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:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "અયોગ્ય GSeekType પૂરું પાડેલ" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, 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:260 #, c-format msgid "Reached maximum data array limit" msgstr "મહત્તમ માહિતી એરે મર્યાદાએ પહોંચ્યા" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "મેમરી આઉટપુટ સ્ટ્રીમનું માપ બદલી શકાય તેમ નથી" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "મેમરી આઉટપુટ સ્ટ્રીમનું માપ બદલવામાં નિષ્ફળ" @@ -1624,93 +1625,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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "શીર્ષકવીહિન" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "'%s' URIનું યજમાનનુ નામ અયોગ્ય છે" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "શીર્ષકવીહિન" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 gio/gunixmounts.c:1815 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 "URIs આધારભૂત નથી" -#: ../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 "[FILE...]" - diff --git a/po/he.po b/po/he.po index 7b0a1f7c..b0a09516 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2006-04-27 18:48+0300\n" "Last-Translator: Yair Hershkovitz \n" "Language-Team: Hebrew \n" @@ -556,7 +556,7 @@ msgstr "backtracking limit reached" msgid "the pattern contains items not supported for partial matching" msgstr "the pattern contains items not supported for partial matching" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "internal error" @@ -868,47 +868,47 @@ msgstr "Failed to read data from child process" 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Invalid program name: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1158,7 +1158,7 @@ msgstr "Too large count value passed to %s" msgid "Stream is already closed" msgstr "Stream is already closed" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operation was cancelled" @@ -1224,10 +1224,10 @@ msgstr "drive doesn't implement eject" msgid "drive doesn't implement polling for media" msgstr "drive doesn't implement polling for media" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "Operation not supported" @@ -1240,52 +1240,52 @@ 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Can't copy over directory" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Target file exists" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Can't recursively copy directory" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Invalid symlink value given" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Trash not supported" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "No application is registered as handling this file" @@ -1347,111 +1347,111 @@ msgstr "Stream has outstanding operation" msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Can't rename file, filename already exist" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Invalid filename" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Error renaming file: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Can't open directory" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Error trashing file: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create trash dir %s: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for trash" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Unable to find or create trash directory" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create trashing info file: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to trash file: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Move between mounts not supported" @@ -1665,6 +1665,35 @@ msgstr "Output stream doesn't implement write" msgid "Source stream is already closed" msgstr "Source stream is already closed" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Unnamed" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "The hostname of the URI '%s' is invalid" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Unnamed" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/hi.po b/po/hi.po index 8d5e6bb3..5bf70a59 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2006-06-20 14:14+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" @@ -549,7 +549,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -867,47 +867,47 @@ msgstr "शिशु प्रक्रिया से डेटा पढ़ msgid "Failed to create pipe for communicating with child process (%s)" msgstr "शिशु प्रक्रिया (%s) से संचारण हेतु पाइप बनाने में असफल" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "अवैध प्रोग्राम नाम: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "अवैध कार्यशील निर्देशिका: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "हेल्पर प्रोग्राम (%s) कार्यान्वित करने में असफल" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1153,7 +1153,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1220,10 +1220,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "सिंबालिक लिंक समर्थित नहीं है" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "'%s' के नाम से कोई अनुप्रयोग ने '%s' के लिये पुस्तकचिह्न पंजीकृत नहीं है" @@ -1343,111 +1343,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "अवैध प्रोग्राम नाम: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "अवैध होस्ट-नाम" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%s विकल्प विश्लेषण में त्रुटि" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1661,6 +1661,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "यूआरआई '%s' का होस्टनाम अवैध है" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/hr.po b/po/hr.po index 12fd9aea..7f017836 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2004-03-13 13:03+CET\n" "Last-Translator: auto\n" "Language-Team: Croatian \n" @@ -549,7 +549,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -869,47 +869,47 @@ msgstr "Nisam uspio čitati podatke od procesa djeteta" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Ne mogu stvoriti cjevovod za komuniciranje sa procesom djetetom(%s)" -#: glib/gspawn-win32.c:332 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 "Nisam uspio čitati iz cjevovoda djeteta (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nisam mogao promijeniti putanju u mapu '%s' (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Nisam mogao izvesti proces dijete (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "Neispravno ime računala" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "Neispravna sekvenca u pretvaranju ulaza" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "GreÅ¡ka pri otvaranju mape '%s': %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "Nisam uspio izvrÅ¡iti pomoćni program" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1156,7 +1156,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1222,10 +1222,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Nisu podržane simboličke veze" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1345,111 +1345,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Neispravno ime računala" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Neispravno ime računala" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1663,6 +1663,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Ime računala URI-ja '%s' je neispravno" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/hu.po b/po/hu.po index 841c392d..15e5d308 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-23 22:37+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -566,7 +566,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "a minta a részleges mintaillesztés esetén nem támogatott elemeket tartalmaz" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "belső hiba" @@ -892,47 +892,47 @@ msgstr "" "Nem sikerült csővezetéket készíteni a gyermekfolyamattal (%s) való " "kommunikációhoz" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Érvénytelen programnév: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1191,7 +1191,7 @@ msgstr "Túl nagy számérték került átadásra ennek: %s" msgid "Stream is already closed" msgstr "Az adatfolyam már le van zárva" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "A művelet megszakítva" @@ -1258,10 +1258,10 @@ msgstr "a meghajtó nem valósítja meg a kiadást" msgid "drive doesn't implement polling for media" msgstr "a meghajtó nem valósítja meg a média lekérdezését" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "A művelet nem támogatott" @@ -1274,52 +1274,52 @@ 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "A tartalmazó csatolás nem létezik" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Nem lehet a könyvtárra másolni" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "A könyvtár nem másolható könyvtárba" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "A célfájl létezik" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "A könyvtár nem másolható rekurzívan" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Érvénytelen szimbolikus link érték került megadásra" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "A Kuka nem támogatott" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "A fájlnevek nem tartalmazhatnak „%c” karaktert" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 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:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Nincs alkalmazás regisztrálva a fájl kezeléséhez" @@ -1381,111 +1381,111 @@ msgstr "Az adatfolyam hátralévő művelettel rendelkezik" msgid "Unable to find default local directory monitor type" msgstr "Nem található az alapértelmezett helyi könyvtárfigyelő típus" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Érvénytelen fájlnév: %s" -#: gio/glocalfile.c:958 +#: 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:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Nem nevezhető át a gyökérkönyvtár" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, 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:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Érvénytelen fájlnév" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Hiba a fájl átnevezése közben: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Hiba a fájl megnyitása közben: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "A könyvtár nem nyitható meg" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Hiba a fájl eltávolítása közben: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Hiba fájl kidobása közben: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, 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:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Nem található a Kuka felső szintű könyvtára" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, 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:1767 +#: gio/glocalfile.c:1781 #, 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:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Nem lehet a Kukába dobni a fájlt: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Hiba a szimbolikus link létrehozása során: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Hiba a fájl áthelyezésekor: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "A könyvtár nem helyezhető át könyvtárba" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Hiba a célfájl eltávolításakor: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "A csatolások közti áthelyezés nem támogatott" @@ -1699,6 +1699,35 @@ msgstr "A kimeneti adatfolyam nem valósítja meg az írást" msgid "Source stream is already closed" msgstr "A forrás adatfolyam már le van zárva" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Névtelen" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "A(z) „%s” gépneve érvénytelen" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Névtelen" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/hy.po b/po/hy.po index 7962012e..4767fd8b 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2006-03-03 16:24+0000\n" "Last-Translator: Norayr Chilingaryan \n" "Language-Team: Armenian \n" @@ -519,7 +519,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -831,47 +831,47 @@ msgstr "" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1117,7 +1117,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1183,10 +1183,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Սիմվոլիկ հղումները Õ¹Õ¥Õ¶ ապահովվում" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1306,111 +1306,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1624,6 +1624,32 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +msgid "The name of the icon" +msgstr "" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/id.po b/po/id.po index be6f126f..59dc2adf 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2005-08-30 22:41+0300\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" @@ -566,7 +566,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -890,47 +890,47 @@ msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Gagal saat membuat pipe untuk sarana komunikasi dengan proses child (%s)" -#: glib/gspawn-win32.c:332 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 "Gagal saat membaca dari pipe child (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Gagal saat mengganti direktori ke '%s' (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Gagal saat menjalankan proses child (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Nama program salah: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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 tidak benar pada vektor argumen pada %d: %s" -#: glib/gspawn-win32.c:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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 tidak benar pada variabel lingkungan: %s" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Direktori aktif salah: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Gagal saat menjalankan program bantuan (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1183,7 +1183,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1250,10 +1250,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Link simbolik tidak didukung oleh sistem" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1373,111 +1373,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nama program salah: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nama host salah" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1691,6 +1691,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Nama host pada URI '%s' tidak benar" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/is.po b/po/is.po index 722a0022..264ae5da 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2003-08-18 18:05+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -545,7 +545,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -863,47 +863,47 @@ msgstr "Gat ekki lesið gögn frá undirferli" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Gat ekki búið til pípu til samskipta við undirferli (%s)" -#: glib/gspawn-win32.c:332 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 "Gat ekki lesið úr undirferlispípu (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Gat ekki farið í möppuna '%s' (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Gat ekki keyrt undirferli (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "Ógilt vélarheiti" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "Ógild runa í ílagi umbreytingar" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "Villa við að opna möppuna '%s': %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "Gat ekki keyrt hjálparforrit" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1148,7 +1148,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1214,10 +1214,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Tákntengi eru ekki studd" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1337,111 +1337,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Ógilt vélarheiti" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ógilt vélarheiti" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1655,6 +1655,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Vélarheitið í URI '%s' er ógilt" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/it.po b/po/it.po index 9ae68737..292c9da4 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-04 10:21+0100\n" +"POT-Creation-Date: 2008-03-10 13:55-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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Tag \"%s\" inatteso all'interno di \"%s\"" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, 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:1982 #, 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: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 #, 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:2359 #, 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,161 +77,161 @@ 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:2444 #, 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:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, 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:3404 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Espansione della riga exec \"%s\" con l'URI \"%s\" fallita" -#: ../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 conversione del set di caratteri da \"%s\" a \"%s\" non è supportata" -#: ../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 "Impossibile aprire il convertitore da \"%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 "Sequenza di byte non valida nell'ingresso per la conversione" -#: ../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 "Errore durante la conversione: %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 "Sequenza di caratteri parziale al termine dei dati in ingresso" # il primo %s è una 'fallback string' come recita il commento nel codice -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Impossibile convertire \"%s\" nel set di caratteri \"%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\" non è un URI assoluto che utilizza lo schema \"file\"" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "L'URI per il file locale \"%s\" non può includere un '#'" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "L'URI \"%s\" non è valido" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Il nome dell'host nell'URI \"%s\" non è valido" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "L'URI \"%s\" contiene sequenze di escape non valide" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Il nome di percorso \"%s\" non è un percorso assoluto" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Nome host non valido" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:104 glib/gdir.c:124 #, c-format msgid "Error opening directory '%s': %s" msgstr "Errore nell'aprire la directory \"%s\": %s" # GLIB-2-16 -#: ../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 "Impossibile allocare %lu byte per leggere il file \"%s\"" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Errore nel leggere il file \"%s\": %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Lettura dal file \"%s\" fallita: %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 "Apertura del file \"%s\" fallita: %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 "Lettura degli attributi del file \"%s\" fallita: fstat() fallita: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Apertura del file \"%s\" fallita: fdopen() fallita: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Cambio di nome del file \"%s\" in \"%s\" fallito: g_rename() fallita: %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 "Creazione del file \"%s\" fallita: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Apertura del file \"%s\" in scrittura fallita: fdopen() fallita: %s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Scrittura del file \"%s\" fallita: fwrite() fallita: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Chiusura del file \"%s\" fallita: fclose() fallita: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" @@ -243,18 +243,18 @@ msgstr "" # c[1] = dir_separator; # c[2] = '\0'; # -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Il modello \"%s\" non è valido, non dovrebbe contenere un \"%s\"" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Il modello \"%s\" non contiene XXXXXX" # GLIB-2-16 -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -262,87 +262,86 @@ msgstr[0] "%u byte" msgstr[1] "%u byte" # GLIB-2-16 -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f kB" # GLIB-2-16 -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" # GLIB-2-16 -#: ../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 "Lettura del collegamento simbolico \"%s\" fallita: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Collegamenti simbolici non supportati" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Impossibile aprire il convertitore da \"%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 "Impossibile leggere i dati grezzi 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 "Sono rimasti dei dati non convertiti nel buffer di lettura" -#: ../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 "Il canale termina in un carattere parziale" -#: ../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 "Impossibile eseguire una lettura grezza 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 "Apertura del file \"%s\" fallita: open() fallita: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format 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:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Errore alla riga %d carattere %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Errore alla riga %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Rilevata entità vuota '&;' (sono entità valide & " < > ')" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -353,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:486 #, 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:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Il nome di entità '%s' è sconosciuto" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -372,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:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -382,18 +381,18 @@ msgstr "" "riferimento a carattere (es. ê) - probabilmente il numero è troppo " "grande" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:612 #, 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:627 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: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 " @@ -403,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:723 msgid "Unfinished entity reference" msgstr "Riferimento a entità non terminato" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Riferimento a carattere non terminato" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 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:1000 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:1036 #, 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:1074 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:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -438,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:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -447,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:1267 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -455,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:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -467,7 +466,7 @@ msgstr "" "attributo. Probabilmente è stato usato un carattere non valido nel nome di " "un attributo" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -477,7 +476,7 @@ msgstr "" "segno di uguale per attribuire un valore all'attributo \"%s\" dell'elemento " "\"%s\"" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, 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:1597 #, 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:1757 msgid "Document was empty or contained only whitespace" msgstr "Il documento era vuoto oppure conteneva unicamente spazi" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 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:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -525,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:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -534,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:1793 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:1799 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:1804 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:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -558,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:1817 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:1833 #, 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:1839 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Il documento è terminato in modo inatteso all'interno di un commento o " @@ -579,77 +578,77 @@ msgstr "" # GLIB-2-16 # corrotto sembrava brutto, cfr revisione su TP -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "oggetto non attendibile" # GLIB-2-16 -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "errore interno oppure oggetto non attendibile" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "memoria esaurita" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "raggiunto limite di 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 "" "il modello contiene elementi non supportati per la corrispondenza parziale" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1875 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "errore interno" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "per la corrispondenza parziale non sono supportati i riferimenti " "all'indietro come condizioni" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "raggiunto limite di ricorsione" # GLIB-2-16 # oppure lasciare workspace non tradotto? -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "raggiunto limite dello spazio di lavoro per sotto-stringhe vuote" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "combinazione non valida di flag di fine riga" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "errore sconosciuto" # GLIB-2-16 -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ alla fine del modello" # GLIB-2-16 -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c alla fine del modello" # GLIB-2-16 # # che differenza c'è tra "follows" e gli "after" qualche messaggio dopo? -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "carattere non riconosciuto dopo \\" # GLIB-2-16 # case --> in tipografia si tradurrebbe cassa, in particolare # lower -, upper -, cassa per lettere minuscole, maiuscole -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "gli escape per cambio maiuscolo-minuscolo (\\l, \\L, \\u, \\U) non sono " @@ -657,66 +656,66 @@ msgstr "" # GLIB-2-16 # quantificatore: esiste come termine per log. mat. e gramm. -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "numeri fuori ordine nel quantificatore {}" # GLIB-2-16 -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "numero troppo grande nel quantificatore {}" # GLIB-2-16 -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "] terminante mancante per classe di caratteri" # GLIB-2-16 -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "sequenza di escape non valida nella classe di caratteri" # GLIB-2-16 # to put out of order --> guastare, mettere in disordine -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "intervallo disordinato nella classe di caratteri" # GLIB-2-16 -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nulla da ripetere" # GLIB-2-16 -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "carattere non riconosciuto dopo (?" # GLIB-2-16 -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "carattere non riconosciuto dopo (?<" # GLIB-2-16 -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "carattere non riconosciuto dopo (?P" # GLIB-2-16 # # classi nominate?? -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "" "le classi POSIX nominate sono supportate solo all'interno di una classe" # GLIB-2-16 -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr ") terminante mancante" # GLIB-2-16 -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") senza ( di apertura" @@ -724,135 +723,135 @@ msgstr ") senza ( di apertura" #. 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 (?[+-]cifre deve essere seguito da )" # GLIB-2-16 -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "riferimento a sotto-modello non esistente" # GLIB-2-16 -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr ") mancante dopo il commento" # GLIB-2-16 -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "espressione regolare troppo larga" # GLIB-2-16 # # get sarebbe ottenere, ma ottenimento è orribile... -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "recupero della memoria fallito" # GLIB-2-16 -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "l'asserzione lookbehind non ha lunghezza fissata" # GLIB-2-16 # malformato si riferisce a entrambi???? -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "numero o nome malformato dopo (?(" # GLIB-2-16 -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "il gruppo condizionale contiene più di due diramazioni" # GLIB-2-16 -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "asserzione attesa dopo (?" # GLIB-2-16 -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "nome di classe POSIX sconosciuto" # GLIB-2-16 -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "gli elementi di collazione non sono supportati" # GLIB-2-16 -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "il valore del carattere nella sequenza \\x{...} è troppo largo" # GLIB-2-16 -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "condizione (?(0) non valida" # GLIB-2-16 -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C non consentito in asserzione lookbehind" # GLIB-2-16 -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "la chiamata ricorsiva potrebbe entrare in loop infinito" # GLIB-2-16 -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "terminatore mancante nel nome di sotto-modello" # GLIB-2-16 -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "due sotto-modelli nominati presentano lo stesso nome" # GLIB-2-16 -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "sequenza \\P o \\p malformata" # GLIB-2-16 -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "nome di proprietà sconosciuto dopo \\P o \\p" # GLIB-2-16 -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "il nome di sotto-modello è troppo lungo (massimo 32 caratteri)" # GLIB-2-16 -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "troppi sotto-modelli nominati (massimo 10.000)" # GLIB-2-16 -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "il valore ottale è maggiore di \\377" # GLIB-2-16 -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "il gruppo DEFINE contiene più di una diramazione" # GLIB-2-16 -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "la ripetizione di un gruppo DEFINE non è consentita" # GLIB-2-16 -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "opzione NEWLINE incoerente" # GLIB-2-16 -#: ../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 "" @@ -860,7 +859,7 @@ msgstr "" "zero opzionalmente tra parentesi graffe" # GLIB-2-16 -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "ripetizione non attesa" @@ -869,70 +868,70 @@ msgstr "ripetizione non attesa" # secondo garzantilinguistica.it eccedenza (di dati) è la # traduzione di overflow secondo IBM. La traduzione generica # per ambito infomatico è superamento di capacità -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "eccedenza di codice" # GLIB-2-16 -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "sconfinamento compilando l'area di lavoro" # GLIB-2-16 -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "sotto-modello referenziato precedentemente controllato non trovato" -#: ../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 "Errore nel cercare corrispondenza per l'espressione regolare %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "La libreria PCRE è compilata senza supporto per UTF-8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "La libreria PCRE è compilata senza supporto per le proprietà UTF-8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "" "Errore durante la compilazione dell'espressione regolare %s al carattere %d: " "%s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Errore durante l'ottimizzazione dell'espressione regolare %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "attesa cifra esadecimale o '}'" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "attesa cifra esadecimale" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "'<' mancante nel riferimento simbolico" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "riferimento simbolico non terminato" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "riferimento simbolico di lunghezza zero" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "attesa cifra" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "riferimento simbolico non lecito" @@ -940,110 +939,108 @@ msgstr "riferimento simbolico non lecito" # carattere successivo che manca # # Quindi "isolato" o "staccato" o al limite "accindetale", "casuale" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "'\\' finale isolato" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "sequenza di escape sconosciuta" # da sostituire crea confusione... -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" "Errore durante l'analisi del testo di sostituzione \"%s\" al carattere %lu: %" "s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Il testo citato non inizia con un carattere di quoting" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Carattere di quoting non accoppiato nella riga di comando o nel testo con " "quoting di shell" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Il testo è finito subito dopo un carattere '\\' (il testo 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 "" "Il testo è finito prima di trovare il carattere di quoting corrispondente " "per %c (il testo era \"%s\")." -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Il testo era vuoto (oppure conteneva unicamente spazi bianchi)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Lettura di dati dal processo figlio fallita" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../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 "" "Creazione della pipe per comunicare con il processo figlio fallita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../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 "Lettura dalla pipe figlia fallita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../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 "Cambio della directory in \"%s\" fallita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../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 "Esecuzione del processo figlio fallita (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Nome programma non valido: %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 "Stringa non valida nel vettore di argomenti 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 "Stringa non valida nell'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 "Directory di lavoro non valida: %s" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Esecuzione del programma helper fallita (%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 " @@ -1053,132 +1050,132 @@ msgstr "" "processo figlio" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Lettura dei dati dal processo figlio fallita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Errore inatteso in select() nel leggere i dati da un processo figlio (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Errore inatteso in waitpid() (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Esecuzione di fork fallita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Esecuzione del processo figlio \"%s\" fallita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Ridirezione dell'output o input del processo figlio fallita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Esecuzione del fork per processo figlio fallita (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Errore sconosciuto nell'eseguire il processo figlio \"%s\"" # (%s) è in fondo perché risolto in g_strerror (gint) -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Lettura di una quantità di dati sufficiente dalla pipe del processo figlio " "fallita (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Carattere fuori dall'intervallo per 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 "Sequenza non valida in ingresso per la conversione" -#: ../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 "Carattere fuori dall'intervallo per 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 "[OPZIONE...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Opzioni di aiuto:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Mostra le opzioni di aiuto" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Mostra tutte le opzioni di aiuto" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Opzioni dell'applicazione:" -#: ../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 "Impossibile analizzare il valore intero \"%s\" per %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 "Il valore intero \"%s\" per %s è fuori dall'intervallo" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Impossibile analizzare il valore double \"%s\" per %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Il valore double \"%s\" per %s è fuori dall'intervallo" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Errore nell'analizzare l'opzione %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Argomento mancante per %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "Opzione %s sconosciuta" @@ -1186,22 +1183,22 @@ msgstr "Opzione %s sconosciuta" # key files sono, per glib, file di impostazioni in stile Windows INI # # Ad esempio i file .themes per i temi del desktop e delle icone. -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Impossibile trovare un file chiavi valido nelle directory di ricerca" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Non è un file normale" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Il file è vuoto" -#: ../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" @@ -1209,52 +1206,52 @@ msgstr "" "Il file chiavi contiene la riga «%s» che non è una coppia chiave-valore, un " "gruppo o un commento valido" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Nome gruppo non valido: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Il file chiavi non inizia con un gruppo" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Nome chiave non valido: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Il file chiavi contiene la codifica non supportata \"%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 "Il file chiavi non presenta il gruppo \"%s\"" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Il file chiavi non presenta la chiave \"%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 "" "Il file chiavi contiene la chiave \"%s\" con il valore \"%s\" che 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 "" "Il file chiavi contiene la chiave \"%s\" il cui valore non può essere " "interpretato." -#: ../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 " @@ -1263,100 +1260,98 @@ msgstr "" "Il file chiavi contiene la chiave \"%s\" nel gruppo \"%s\" il cui valore non " "può essere interpretato." -#: ../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 "Il file chiavi non presenta alcuna chiave \"%s\" nel gruppo \"%s\"" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Il file chiavi contiene un carattere di escape alla fine della riga" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Il file chiavi contiene la sequenza di escape non valida \"%s\"" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Impossibile interpretare il valore \"%s\" come un numero." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Il valore intero \"%s\" è fuori dall'intervallo" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Impossibile interpretare il valore \"%s\" come un numero float." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Impossibile interpretare il valore \"%s\" come un booleano." # GLIB-2-16 # count (gssize) è un parametro delle funzione -#: ../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 "Valore count troppo largo passato a %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 "Lo stream è già chiuso" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1868 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "L'operazione è stata annullata" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Tipo sconosciuto" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "Tipo di file %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:577 #, 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 "End-of-stream prematuro inatteso" # NdT: nome di applicazione (quando manca) -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Senza nome" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Il file .desktop non specifica il campo Exec" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Impossibile trovare il terminale richiesto per l'applicazione" # NdT il primo %s è il percorso alla cartella .local/share/application # messo tra parentesi per scelta stilistica... -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" @@ -1364,36 +1359,34 @@ msgstr "" # NdT il primo %s è il percorso alla cartella .local/share/application # messo tra parentesi per scelta stilistica... -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Impossibile creare la cartella utente di configurazione MIME (%s): %s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Impossibile creare il file .desktop utente %s" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1517 #, c-format msgid "Custom definition for %s" msgstr "Definizione personalizzata per %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "l'unità non implementa l'espulsione" # sondaggio ???? -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "l'unità non supporta il sondaggio di supporti" -#: ../gio/gfile.c:822 ../gio/gfile.c:1010 ../gio/gfile.c:1143 -#: ../gio/gfile.c:1374 ../gio/gfile.c:1427 ../gio/gfile.c:1483 -#: ../gio/gfile.c:1564 ../gio/gfile.c:2602 ../gio/gfile.c:2647 -#: ../gio/gfile.c:2697 ../gio/gfile.c:2737 ../gio/gfile.c:3061 -#: ../gio/gfile.c:3463 ../gio/gfile.c:3546 ../gio/gfile.c:3629 -#: ../gio/gfile.c:3709 +#: 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 msgid "Operation not supported" msgstr "Operazione non supportata" @@ -1406,95 +1399,95 @@ 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:1262 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "L'oggetto mount contenuto non esiste" -#: ../gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Impossibile copiare sopra la directory" -#: ../gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Impossibile copiare la directory sopra la directory" -#: ../gio/gfile.c:1971 ../gio/glocalfile.c:2022 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Il file destinazione esiste" -#: ../gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Impossibile copiare la directory ricorsivamente" -#: ../gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Fornito valore di collegamento simbolico non valido" -#: ../gio/gfile.c:2780 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Cestino non supportato" -#: ../gio/gfile.c:2827 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "I nomi di file non possono contenere '%c'" -#: ../gio/gfile.c:4760 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "il volume non implementa il montaggio" -#: ../gio/gfile.c:4868 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Non risulta registrata alcuna applicazione per gestire questo file" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" 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:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 #, 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:415 msgid "File enumerator is already closed" msgstr "L'enumeratore di file è già chiuso" -#: ../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 "Lo stream non supporta 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 "Posizionamento non supportato sullo stream" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Troncamento non consentito sullo stream di input" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Troncamento non supportato sullo stream" # o lasciare write ?? -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Lo stream di input non implementa la lettura" @@ -1506,80 +1499,80 @@ msgstr "Lo stream di input non implementa la lettura" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Lo stream presenta un'operazione in sospeso" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" "Impossibile trovare il tipo di monitor predefinito per directory locali" -#: ../gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Nome di file %s non valido" -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Errore nell'ottenere informazioni sul file system: %s" -#: ../gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Impossibile rinominare la directory root" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Impossibile rinominare il file, il nome di file esiste già" -#: ../gio/glocalfile.c:1113 ../gio/glocalfile.c:1897 ../gio/glocalfile.c:1926 -#: ../gio/glocalfile.c:2075 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "Nome di file non valido" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Errore nel rinominare il file: %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Errore nell'aprire il file: %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Impossibile aprire la directory" -#: ../gio/glocalfile.c:1306 ../gio/glocalfile.c:1901 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Errore nel rimuovere il file: %s" -#: ../gio/glocalfile.c:1596 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Errore nel cestinare il file: %s" -#: ../gio/glocalfile.c:1619 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Impossibile creare la directory cestino \"%s\": %s" -#: ../gio/glocalfile.c:1640 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Impossibile trovare la directory di livello superiore per il cestino" -#: ../gio/glocalfile.c:1719 ../gio/glocalfile.c:1739 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Impossibile trovare o creare la directory cestino" @@ -1587,121 +1580,121 @@ 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:1773 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Impossibile creare il file informazioni cestinamento: %s" -#: ../gio/glocalfile.c:1798 ../gio/glocalfile.c:1867 ../gio/glocalfile.c:1874 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Impossibile cestinare il file: %s" # FIXME: all other occurrences are "symlink" -#: ../gio/glocalfile.c:1930 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Errore nel creare il collegamento simbolico: %s" -#: ../gio/glocalfile.c:1990 ../gio/glocalfile.c:2079 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Errore nello spostare il file: %s" # ma che senso ha??? -#: ../gio/glocalfile.c:2013 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Impossibile spostare la directory sopra la directory" -#: ../gio/glocalfile.c:2035 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2054 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Errore nel rimuovare il file destinazione: %s" -#: ../gio/glocalfile.c:2068 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Spostamento tra oggetti mount non supportato" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, 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:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipo di attributo non valido (attesa stringa)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid extended attribute name" msgstr "Nome di attributo esteso non valido" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, 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:1398 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:1454 msgid " (invalid encoding)" msgstr " (codifica non valida)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, 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:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo di attributo non valido (atteso unit32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo di attributo non valido (atteso uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, 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:1720 #, 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:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "Errore nell'impostare il proprietario: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, 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:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "Errore nell'impostare il collegamento simbolico: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" @@ -1709,105 +1702,105 @@ msgstr "" "collegamento" # %s è l'attributo -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:1994 #, c-format msgid "Setting attribute %s not supported" msgstr "Impostazione dell'attributo %s non supportata" -#: ../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 "Errore nel leggere dal 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 "Errore nel posizionarsi all'interno del 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 "Errore nel chiudere il file: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Impossibile trovare il tipo di monitor predefinito per file locali" -#: ../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 "Errore nello scrivere sul file: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Errore nel rimuovere il vecchio collegamento di 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 "Errore nel creare la copia di backup: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Errore nel rinominare temporaneamente il 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 "Errore nel troncare il 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 "Errore nell'aprire il file «%s»: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Il file destinazione è una directory" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Il file destinazione non è un file normale" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format 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:517 #, 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:527 #, c-format msgid "Invalid seek request" msgstr "Richiesta di posizionamento non valida" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Impossibile troncare GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:260 #, c-format msgid "Reached maximum data array limit" msgstr "Raggiunto il limite massimo dell'array di dati" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "Stream di output di memoria non ridimensionabile" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "Ridimensionamento dello stream di output di memoria fallito" @@ -1815,92 +1808,123 @@ msgstr "Ridimensionamento dello stream di output di memoria fallito" #. 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 "l'oggetto mount non implementa lo smontaggio" #. 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 "l'oggetto mount non implementa l'espulsione" #. 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 "l'oggetto mount non implementa il rimontaggio" -#: ../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 "Lo stream di output non implementa la scrittura" -#: ../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 "Lo stream sorgente è già chiuso" -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +# NdT: nome di applicazione (quando manca) +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Senza nome" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Il nome dell'host nell'URI \"%s\" non è valido" + +# NdT: nome di applicazione (quando manca) +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Senza nome" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format msgid "Error reading from unix: %s" msgstr "Errore nel leggere da 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 "Errore nel chiudere unix: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 msgid "Filesystem root" msgstr "File system radice" -#: ../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 "Errore nello scrivere su unix: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "il volume non implementa l'espulsione" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Impossibile trovare l'applicazione" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Errore nel lanciare l'applicazione: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI non supportati" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "cambi di associazioni non supportati su win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Creazione di associazioni non supportata su win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "non nascondere le voci" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "usare un formato di elencazione esteso" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FILE...]" diff --git a/po/ja.po b/po/ja.po index bf01ffdc..808545fa 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-01-31 00:52+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" @@ -555,7 +555,7 @@ msgstr "バックトラック処理の上限に達しました" msgid "the pattern contains items not supported for partial matching" msgstr "パターンに含まれているアイテムは部分マッチングをサポートしていません" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "内部エラー" @@ -871,47 +871,47 @@ msgstr "子プロセスからデータを読み出せません" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "子プロセスとの通信用のパイプを作成できません (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "プログラム名が無効です: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "作業ディレクトリが不正です: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "ヘルパー・プログラム (%s) の起動が失敗しました" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1160,7 +1160,7 @@ msgstr "%s に引き渡した値が大きすぎます" msgid "Stream is already closed" msgstr "既にストリームは閉じています" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "操作がキャンセルされました" @@ -1226,10 +1226,10 @@ msgstr "ドライブ側で取り出しの操作を実装していません" msgid "drive doesn't implement polling for media" msgstr "ドライブ側でポーリングによるメディアの検出を実装していません" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "サポートしていない操作です" @@ -1242,52 +1242,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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "マウントを含んでいるものはありません" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "ディレクトリ全体をコピーできません" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "ディレクトリからディレクトリへコピーできません" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "対象となるファイルが存在しています" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "ディレクトリを再帰的にコピーできません" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "指定したシンボリックリンクは間違っています" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "ゴミ箱はサポートしていません" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "ファイル名に '%c' を含めることはできません" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "ボリュームはマウントを実装していません" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "このファイルを扱うアプリケーションが登録されていません" @@ -1350,111 +1350,111 @@ msgid "Unable to find default local directory monitor type" msgstr "" "ローカル・ディレクトリを監視するデフォルト・モニタの種類が見つかりません" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "ファイル名が無効です: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "ファイルシステムの情報を取得する際にエラー: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "ルート・ディレクトリの名前は変更できません" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "ファイル名を変更できません (既に存在しているため)" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "無効なファイル名です" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "ファイル名を変更する際にエラー: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "ファイルをオープンする際にエラー: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "ディレクトリをオープンできません" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "ファイルを削除する際にエラー: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "ファイルをゴミ箱へ移動する際にエラー: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ゴミ箱のディレクトリ (%s) の生成に失敗しました: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "ゴミ箱のトップレベルなディレクトリが見つかりません" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "ゴミ箱ディレクトリが存在しないか生成できません" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ゴミ箱の情報ファイルを生成できません: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "ファイルをゴミ箱へ移動できません: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "シンボリックリンクを生成する際にエラー: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "ファイルを移動する際にエラー: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "ディレクトリからディレクトリへ移動できません" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "対象となるファイルを削除する際にエラー: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "マウント間の移動はサポートしていません" @@ -1668,6 +1668,35 @@ msgstr "出力ストリームは書き込みを実装していません" msgid "Source stream is already closed" msgstr "ソース・ストリームは既に閉じています" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "名前なし" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI のホスト名 '%s' がおかしいです" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "名前なし" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/ka.po b/po/ka.po index f2d23d91..826c3464 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-09-14 12:15+0200\n" "Last-Translator: Vladimer Sichinava ვლადიმერ სიჭინავა \n" "Language-Team: Georgian \n" "Language-Team: Kannada \n" @@ -553,7 +553,7 @@ msgstr "ಹಿಂಬಾಲಿಸುವ ಮಿತಿ ತಲುಪಿದೆ" msgid "the pattern contains items not supported for partial matching" msgstr "ಆಂಶಿಕ ಹೊಂದಾಣಿಕೆಗೆ ಬೆಂಬಲಿತವಾಗದ ಅಂಶಗಳನ್ನು ಈ ವಿನ್ಯಾಸವು ಹೊಂದಿದೆ" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "ಆಂತರಿಕ ದೋಷ" @@ -867,47 +867,47 @@ msgstr "child ಪ್ರಕ್ರಿಯೆಯಿಂದ ದತ್ತಾಂಶವ msgid "Failed to create pipe for communicating with child process (%s)" msgstr "ಉಪ ಪ್ರಕ್ರಿಯೆಯೊಂದಿಗೆ ಸಂವಹನಕ್ಕೆ ಪೈಪನ್ನು ರಚಿಸುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ (%s)" -#: glib/gspawn-win32.c:332 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 "child pipe (%s) ನಿಂದ ಓದುವಲ್ಲಿ ವಿಫಲತೆ" -#: glib/gspawn-win32.c:358 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:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "child ಪ್ರಕ್ರಿಯೆ (%s) ಅನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವಲ್ಲಿ ವಿಫಲತೆ" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "ಅಮಾನ್ಯವಾದ ಪ್ರೋಗ್ರಾಂ ಹೆಸರು: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "ಅಮಾನ್ಯ ಕಾರ್ಯಕಾರಿ ಕೋಶ: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "ಸಹಾಯಕ ಪ್ರೊಗ್ರಾಂ (%s) ಅನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವಲ್ಲಿ ವಿಫಲತೆ" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1159,7 +1159,7 @@ msgstr "%s ಗೆ ಬಹಳ ದೊಡ್ಡದಾದ ಎಣಿಕೆ ಮೌಲ msgid "Stream is already closed" msgstr "ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "ಕಾರ್ಯವು ರದ್ದುಗೊಂಡಿದೆ" @@ -1225,10 +1225,10 @@ msgstr "ಹೊರತಳ್ಳುವುದನ್ನು ಡ್ರೈವ್ ಕಾ msgid "drive doesn't implement polling for media" msgstr "ಮಾಧ್ಯಮಕ್ಕಾಗಿ ಪೋಲ್ ಮಾಡುವುದನ್ನು ಡ್ರೈವ್ ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "ಹೊಂದಿರುವ ಮೌಂಟ್ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "ಕೋಶವನ್ನು ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "ಸೂಚಿತ ಕಡತವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "ಕೋಶವನ್ನು ಪುನರಾವರ್ತಿತವಾಗಿ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "ಅಮಾನ್ಯವಾದ ಸಿಮ್‍ಲಿಂಕ್ ಮೌಲ್ಯವನ್ನು ಒದಗಿಸಲಾಗಿದೆ" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "ಟ್ರ್ಯಾಶ್ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "ಕಡತದ ಹೆಸರುಗಳು '%c' ಅನ್ನು ಹೊಂದುವಂತಿಲ್ಲ" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "ಪರಿಮಾಣವು ಆರೋಹಿಸುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "ಈ ಪುಟವನ್ನು ನಿಭಾಯಿಸಲು ಯಾವುದೆ ಅನ್ವಯವು ಅನುಸ್ಥಾಪಿತಗೊಂಡಿಲ್ಲ" @@ -1348,111 +1348,111 @@ msgstr "ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕಾರ್ಯವು ಬಾ msgid "Unable to find default local directory monitor type" msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾದ ಕೋಶ ಮೇಲ್ವಿಚಾರಕ ಬಗೆಯನ್ನು ಪತ್ತೆ ಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "ಕಡತವ್ಯವಸ್ಥೆಯ ಮಾಹಿತಿಯನ್ನು ಪಡೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "ಮೂಲ ಕಡತಕೋಶದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗುವುದಿಲ್ಲ" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗಲಿಲ್ಲ, ಈ ಹೆಸರಿನ ಕಡತವು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "ಕಡತವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "ಕೋಶವನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "ಕಡತವನ್ನು ಕಸದ ಬುಟ್ಟಿಗೆ ವರ್ಗಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "ಕಸದ ಬುಟ್ಟಿಗಾಗಿ ಮೇಲ್ಮಟ್ಟದ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲು ಅಥವ ರಚಿಸಲಾಗಿಲ್ಲ:" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ಟ್ರ್ಯಾಶಿಂಗ್ ಮಾಹಿತಿ ಕಡತವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "ಕಡತವನ್ನು ಟ್ರ್ಯಾಶ್ ಮಾಡುವಲ್ಲಿ ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಮಾಡುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "ಕಡತವನ್ನು ಸ್ಥಳಾಂತರಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "ಕೋಶವನ್ನು ಇನ್ನೊಂದು ಕೋಶಕ್ಕೆ ಸ್ಥಳಾಂತರಿಸಲಾಗುವುದಿಲ್ಲ" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "ಸೂಚಿತ ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "ಎರಡು ಆರೋಹಣ ತಾಣಗಳ ನಡುವೆ ವರ್ಗಾಯಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" @@ -1666,6 +1666,35 @@ msgstr "ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಬರೆಯುವುದನ msgid "Source stream is already closed" msgstr "ಮೂಲ ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "ಹೆಸರಿಸಲಾಗದ" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI '%s' ನ ಅತಿಥೇಯದ ಹೆಸರು ಸರಿಯಿಲ್ಲ" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "ಹೆಸರಿಸಲಾಗದ" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/ko.po b/po/ko.po index dde961a3..2beeca9a 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-07 17:32+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" @@ -553,7 +553,7 @@ msgstr "역추적 최대값에 도달했습니다" msgid "the pattern contains items not supported for partial matching" msgstr "패턴 안에 부분 매치에서 지원하지 않는 항목이 들어 있습니다." -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "내부 오류" @@ -873,47 +873,47 @@ msgstr "자식 프로세스에서 데이터 읽기 실패" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "자식 프로세스와 통신을 위한 파이프를 만드는 중 실패 (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "잘못된 프로그램 이름: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "잘못된 현재 디렉토리: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "도움 프로그램 실행 실패 (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1163,7 +1163,7 @@ msgstr "%s에 넘긴 카운트 값이 너무 큽니다" msgid "Stream is already closed" msgstr "스트림을 이미 닫았습니다" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "동작이 취소되었습니다" @@ -1229,10 +1229,10 @@ msgstr "드라이브가 eject를 구현하지 않았습니다" msgid "drive doesn't implement polling for media" msgstr "드라이브가 미디어의 폴링을 구현하지 않았습니다" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "들어 있는 마운트가 없습니다" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "디렉토리를 덮어 써서 복사할 수 없습니다" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "디렉토리를 덮어 써서 디렉토리를 복사할 수 없습니다" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "대상 파일이 있습니다" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "디렉토리를 재귀적으로 복사할 수 없습니다" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "잘못된 심볼릭 링크 값이 주어졌습니다" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "휴지통을 지원하지 않습니다" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "파일 이름에 '%c' 문자가 들어갈 수 없습니다" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "볼륨이 mount를 구현하지 않았습니다" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "이 파일을 처리하는 프로그램을 아무 것도 등록하지 않았습니다" @@ -1352,111 +1352,111 @@ msgstr "스트림에 진행 중인 동작이 있습니다" msgid "Unable to find default local directory monitor type" msgstr "기본 로컬 디렉토리 모니터 종류를 찾을 수 없습니다" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "잘못된 파일 이름 %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "파일 시스템 정보를 가져오는 중 오류: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "루트 디렉토리의 이름을 바꿀 수 없습니다" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "파일 이름을 바꿀 수 없습니다. 파일이 이미 있습니다" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "잘못된 파일 이름" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "파일 이름 바꾸기 오류: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "파일 열기 오류: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "디렉토리를 열 수 없습니다" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "파일 지우기 오류: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "파일 버리기 오류: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "휴지통 디렉토리(%s)를 만들 수 없습니다: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "휴지통의 상위 디렉토리를 찾을 수 없습니다" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "휴지통 디렉토리를 찾을 수 없거나 만들 수 없습니다" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "휴지통 정보 파일을 만들 수 없습니다: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "파일을 버릴 수 없습니다: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "심볼릭 링크를 만드는 데 오류: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "파일 옮기는 데 오류: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "디렉토리를 덮어 써서 디렉토리를 옮길 수 없습니다" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "대상 파일을 지우는 데 오류: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "다른 마운트 사이에 옮기기는 지원하지 않습니다" @@ -1670,6 +1670,35 @@ msgstr "출력 스트림이 write를 구현하지 않았습니다" msgid "Source stream is already closed" msgstr "원본 스트림을 이미 닫았습니다" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "이름없음" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI '%s'의 호스트 이름이 잘못되었습니다" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "이름없음" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/ku.po b/po/ku.po index 19d185dd..2adbe450 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2006-04-20 17:33+0000\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" @@ -518,7 +518,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -829,47 +829,47 @@ msgstr "" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Navê bernameyê nederbasdar e: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1114,7 +1114,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1181,10 +1181,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1304,111 +1304,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Navê bernameyê nederbasdar e: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Navê hostê nederbasdar e" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1622,6 +1622,32 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +msgid "The name of the icon" +msgstr "" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/lt.po b/po/lt.po index 60f58831..864e0c47 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-07 02:07+0200\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-07 02:07+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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Netikėta žymė „%s“ viduje „%s“" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, 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:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Žymelė URI „%s“ nerasta" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, 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:2444 #, 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:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, 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:3404 #, 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:104 glib/gdir.c:124 #, 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:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Klaida eilutėje %d simbolyje %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Klaida eilutėje %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Aptiktas tuščias elementas '&;'; galimi elementai yra: & " < " "> '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, 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:486 #, 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:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Nežinomas elemento vardas „%s“" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -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:587 #, 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:612 #, 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:627 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: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 " @@ -380,32 +379,32 @@ msgstr "" "ampersendo simbolį nepradėdami elemento įvedimo - apeikite ampersendą " "įvesdami &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "Nebaigtas elemento apraÅ¡ymas" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Nebaigtas simbolio apraÅ¡ymas" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Klaidingai koduotas UTF-8 tekstas – per ilga seka" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 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:1036 #, 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:1074 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentas turėtų prasidėti elementu (pvz. )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, 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:1178 #, 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:1267 #, 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:1309 #, 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:1395 #, 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:1537 #, c-format msgid "" "'%s' is not a valid character following the characters '“" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, 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:1597 #, 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:1757 msgid "Document was empty or contained only whitespace" msgstr "Dokumentas tuščias arba susideda tik iÅ¡ tarpų" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 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:1779 glib/gmarkup.c:1824 #, 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:1787 #, 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:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentas netikėtai pasibaigė elemento varde" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentas netikėtai pasibaigė požymio varde" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 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:1810 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:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentas netikėtai pasibaigė požymio verte" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, 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:1839 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:1875 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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:1868 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, 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:1517 #, 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: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 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:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Tėvinis prijungimo taÅ¡kas neegzistuoja" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Negalima kopijuoti ant aplanko" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Negalima kopijuoti aplanko ant aplanko" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2022 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Nurodytas failas jau egzistuoja" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Negalima rekursyviai kopijuoti aplanko" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Netaisyklinga simbolinės nuorodos reikÅ¡mė" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Å iukÅ¡lės nepalaikomos" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2819 #, 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:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "skirsnis nepalaiko prijungimo" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4860 #, 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:425 #, 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:415 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,299 @@ 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:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Netaisyklingas failo vardas %s" -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Klaida skaitant failų sistemos informaciją: %s" -#: ../gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Nepavyko pervadinti Å¡akninio aplanko" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Nepavyko pervadinti failo, failo vardas jau užimtas" -#: ../gio/glocalfile.c:1113 ../gio/glocalfile.c:1897 ../gio/glocalfile.c:1926 -#: ../gio/glocalfile.c:2075 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "netaisyklingas failo vardas" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Klaida pervadinant failą: %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Klaida atveriant failą: %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Nepavyko atverti aplanko" -#: ../gio/glocalfile.c:1306 ../gio/glocalfile.c:1901 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Klaida trinant failą: %s" -#: ../gio/glocalfile.c:1596 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Klaida perkeliant į Å¡iukÅ¡les failą: %s" -#: ../gio/glocalfile.c:1619 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nepavyko sukurti Å¡iukÅ¡lių aplanko %s: %s" -#: ../gio/glocalfile.c:1640 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Nepavyko rasti Å¡akninio aplanko Å¡iukÅ¡lėms" -#: ../gio/glocalfile.c:1719 ../gio/glocalfile.c:1739 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Nepavyko rasti ar sukurti Å¡iukÅ¡lių aplanko" -#: ../gio/glocalfile.c:1773 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nepavyko Å¡iukÅ¡lių informacijos failo: %s" -#: ../gio/glocalfile.c:1798 ../gio/glocalfile.c:1867 ../gio/glocalfile.c:1874 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Nepavyko į Å¡iukÅ¡les perkelti failo: %s" -#: ../gio/glocalfile.c:1930 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Klaida kuriant simbolinę nuorodą: %s" -#: ../gio/glocalfile.c:1990 ../gio/glocalfile.c:2079 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Klaida perkeliant failą: %s" -#: ../gio/glocalfile.c:2013 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Negalima perkelti aplanko per aplanką" -#: ../gio/glocalfile.c:2035 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2054 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Klaida trinant nurodytą failą: %s" -#: ../gio/glocalfile.c:2068 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Perkėlimas tarp prijungimo taÅ¡kų nepalaikomas" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, 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:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "netaisyklingas atributo tipas (tikimasi simbolių sekos)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid extended attribute name" msgstr "netaisyklingas iÅ¡plėstinio atributo pavadinimas" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, 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:1398 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:1454 msgid " (invalid encoding)" msgstr " (netaisyklinga koduotė)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, c-format msgid "Error stating file descriptor: %s" msgstr "Klaida skaitant failo deskriptoriaus informaciją: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Klaidingas atributo tipas (tikimasi uint32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Klaidingas atributo tipas (tikimasi uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Klaidingas atributo tipas (tikimasi baitų sekos)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, c-format msgid "Error setting permissions: %s" msgstr "Klaida nustatant teises: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "Klaida nustatant savininką: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, 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:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "Klaida nustatant simbolinę nuorodą: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, 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:1994 #, 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:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "Netaisyklingas GSeekType" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, 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:260 #, c-format msgid "Reached maximum data array limit" msgstr "Pasiekta virÅ¡utinė duomenų masyvo riba" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "Atminties iÅ¡vedimo srauto dydis nekeičiamas" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "Nepavyko pakeisti atminties iÅ¡vedimo srauto dydžio" @@ -1660,92 +1653,121 @@ 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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Nepavadinta" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Kompiuterio vardas „%s“ adrese yra klaidingas" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Nepavadinta" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 gio/gunixmounts.c:1815 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 e692ef31..870e029c 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2002-12-19 01:04+0200\n" "Last-Translator: Artis Trops \n" "Language-Team: Latvian \n" @@ -551,7 +551,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -870,47 +870,47 @@ msgstr "Nevarēju nolasÄ«t datus no bērnprocesa" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Nevarēju izveidot programkanālu komunikācijai ar bērnprocesu (%s)" -#: glib/gspawn-win32.c:332 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 "Nevarēju nolasÄ«t no bērna programkanāla (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nevarēju pāriet uz direktoriju '%s' (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Nevarēju izpildÄ«t bērnprocesu (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "Nepareizs hostdatora nosaukums" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "Nepareiza secÄ«ba konversijas ievadē " -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "Kļūda atverot direktoriju '%s': %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "Nevarēju izpildÄ«t palÄ«ga programmu" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1157,7 +1157,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1223,10 +1223,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1346,111 +1346,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nepareizs hostdatora nosaukums" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nepareizs hostdatora nosaukums" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1664,6 +1664,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Hostdatora nosaukuma URI '%s' ir nepareizs" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/mg.po b/po/mg.po index 746fee6b..1e7e0bdc 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-03-03 19:00+0300\n" "Last-Translator: Fanomezana Rajaonarisoa \n" "Language-Team: MALAGASY \n" @@ -565,7 +565,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -887,47 +887,47 @@ msgstr "Tsy voavaky ny datan'ny fizotra zanaka" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Tsy voaforona ny fantsona ifandraisana amin'ny fizotra zanaka (%s)" -#: glib/gspawn-win32.c:332 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 "Tsy voavaky ny mpiatin'ny fantson'ny zanaka (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Tsy nahomby ny fanovana lahatahiry ho '%s' (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Tsy nahavita nanatanteraka ny fizotra zanaka (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Anaran-drindranasa diso: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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 "Tsy mitombina ny laha-dazan'ny mpitondra tondriky amin'ny %d: %s" -#: glib/gspawn-win32.c:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Tsy mitombina ny laha-daza anatin'ny tontolo: %s" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Lahatahiry fiasana tsy mitombina: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Tsy nahavita nandefa ny rindranasa mpanampy (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1186,7 +1186,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1253,10 +1253,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1377,111 +1377,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Anaram-pamaha diso: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Anaram-pampiantrano diso" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Nisy olana teo am-pizarazarana ny safidy %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1695,6 +1695,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Tsy mitombina ny anaram-mpampiantranon'ny URI '%s'" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/mk.po b/po/mk.po index f2ab5f61..d4d46d4f 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-04 04:11+0100\n" "Last-Translator: Jovan Naumovski \n" "Language-Team: Macedonian \n" @@ -564,7 +564,7 @@ msgstr "ограничувањето за следење е достигнато msgid "the pattern contains items not supported for partial matching" msgstr "шаблонот содржи предмети кои не се поддржани за парцијално совпаѓање" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "внатрешна грешка" @@ -882,47 +882,47 @@ msgstr "Не успеав да ги прочитам податоците од msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Не успеав да креирам цевка за комуникација со другите подпроцеси (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Невалидно име на програма: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Невалиден работен директориум: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Не успеав да ја извршам програмата за помош (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1177,7 +1177,7 @@ msgstr "Преголема бројна вредност дадена на %s" msgid "Stream is already closed" msgstr "Стримот е веќе затворен" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Операцијата беше прекината" @@ -1244,10 +1244,10 @@ msgstr "уредот нема имплементирано вадење" msgid "drive doesn't implement polling for media" msgstr "уредот нема имплементирано барање за медиум" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Монтирањето кое се содржи не постои" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Не можам да копирам над директориум" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Не можам да копирам директориум над директориум" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Целната датотека постои" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Не можам рекурзивно да го ископирам директориумот" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Дадена е невалидна вредност за симболичката врска" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Ѓубрето не е поддржано" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Имињата на датотеки не можат да содржат „%c“" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "просторот нема имплементирано монтирање" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Не е регистрирана апликација за справување со оваа датотека" @@ -1367,112 +1367,112 @@ msgstr "Стримот има преголема операција" msgid "Unable to find default local directory monitor type" msgstr "Не можам да најдам локален директориум за тип на надгледување" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Невалидно име на датотека %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при добивањето на информации за датотечниот систем: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Не можам да го преименувам директориумот root" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Не можам да ја преименувам датотеката, името на датотеката веќе постои" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Невалидно име на датотека" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Грешка во преименувањето на директоруимот: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Грешка во отворањето на директоруимот: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Не можам да го отворам директориумот" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Грешка при отстранувањето на датотеката: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Грешка при преместувањето на датотеката во ѓубре: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не успеав да креирам директориум за ѓубре %s: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Не успеав да го најдам директориумот од највисоко ниво за ѓубрето" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Не успеав да го најдам или креирам директориумот за ѓубре" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" "Не успеав да креирам датотека со информации за преместувањето во ѓубре: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Не успеав да ја преместам датотеката во ѓубрето: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Грешка во креирањето на симболичка врска: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Грешка во преместувањето на датотеката: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Не можам да го преместам директориумот над друг директориум" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Грешка во отстранувањето на целната датотека: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Движењето меѓу монтирањата не е поддржано" @@ -1687,6 +1687,35 @@ msgstr "Излезниот стрим нема имплементирано за msgid "Source stream is already closed" msgstr "Изворот на стримот веќе е затворен" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Неименувано" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Името на хостот на URI %s е невалидно" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Неименувано" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/ml.po b/po/ml.po index 21299e67..620c235e 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-02-25 19:32+0000\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-03 17:37+0530\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam \n" @@ -19,305 +19,307 @@ 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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%s'-ന്‍റെ ഉളളില്‍ അപ്രതീക്ഷിതമായ ടാഗ് '%s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "ഡേറ്റാ ഡയറക്ടറികളില്‍ സാധുതയുളള ബുക്ക് മാര്‍ക്ക് കണ്ടുകിട്ടിയില്ല" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്ക് ലഭ്യമല്ല" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ MIME തരം വ്യക്തമാക്കിയിട്ടില്ല" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ സ്വകാര്യ ഫ്ളാഗ് വ്യക്തമാക്കിയിട്ടില്ല" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' എന്ന് പേരുളള ഒരു പ്രയോഗവും '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ രജിസ്ടര്‍ ചെയ്തിട്ടില്ല" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "'%s' എന്ന URI ഉളള '%s' എന്ന exec വരി വികസിപ്പിക്കുന്നതില്‍ പരാജയപ്പെട്ടു" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c: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:104 glib/gdir.c:124 #, 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" 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:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "%d-ആം വരിയില്‍ %d-ആം അക്ഷരത്തില്‍ പിശക്:" -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, 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:442 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"‌ശൂന്യമായ എന്‍റിന്‍റി '&;' കണ്ടു; അനുവദനീയമായവ ഇവയാണ്: & " < > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -327,17 +329,17 @@ msgstr "" "%sല് ഒരു എന്‍റിന്‍റി തു‌ടങ്ങാവുന്നതല്ല. & എന്ന അക്ഷരം ഒരു എന്‍റിന്‍റിയുടെ തുടക്കം കുറിക്കുന്നു. & ഒരു " "എന്‍റിന്‍റിഅല്ലെങ്കില്‍ & എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "'%s' എന്ന അക്ഷരത്തിന് എന്‍റിന്‍റിയുടെ പേരിനുള്ളില്‍ സാധുതയില്ല" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "എന്‍റിന്‍റി നാമം '%s' അപരിചിതമാണ്" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -345,7 +347,7 @@ msgstr "" "എന്‍റിന്‍റി ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല. & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ " "ഇടയായോ? & ഒരു എന്‍റിന്‍റി അല്ലെങ്കില്‍ & എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -354,16 +356,17 @@ msgstr "" "'%-.*s' പാഴ്സ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു, ഇത് അക്ഷര റഫറന്‍സിനുളളില്‍ ഒരു അക്കം ആയിരിക്കണമാരുന്നു " "(ê ഉദാഹരണത്തിന്) - ഒരു പക്ഷേ അക്കം വളരെ വലുതാവാം" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" -msgstr "അക്ഷരത്തിന്‍റെ സൂചനയായ '%-.*s' ഒരു അനുവദനീയമായ രഹസ്യ അക്ഷരത്തിലേക്കല്ല വേര്‍തിരിക്കുന്നത്" +msgstr "" +"അക്ഷരത്തിന്‍റെ സൂചനയായ '%-.*s' ഒരു അനുവദനീയമായ രഹസ്യ അക്ഷരത്തിലേക്കല്ല വേര്‍തിരിക്കുന്നത്" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "ശൂന്യമായ അക്ഷര സൂചനാ; dž പോലുളള അക്കം ഉല്‍പ്പെടുത്തേണ്ടതാണ്;" -#: ../glib/gmarkup.c:637 +#: 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 " @@ -372,39 +375,40 @@ msgstr "" "അക്ഷരസൂചകം ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല. & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ " "ഇടയായോ? & ഒരു സത്ത അല്ലെങ്കില് & എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "പൂര്‍ണ്ണമാകാത്ത എന്‍റിന്‍റി സൂചനാ" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "പൂര്‍ണ്ണമാകാത്ത അക്ഷര സൂചനാ" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "സാധുതയില്ലാത്ത UTF-8 രഹസ്യ വാചകം - '%s' തെറ്റാകുന്നു" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. )" msgstr "രേഖ തുടങ്ങേണ്ടത് ഒരു എലമെന്‍റിലാണ് (ഉദാ )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" -msgstr "'<' അക്ഷരത്തിന് പിന്നിലുളള '%s' ഒരു അസാധുവായ അക്ഷരമാണ്; ഇത് ഒരു എലമെന്‍റ് പേര് തുടങ്ങില്ല" +msgstr "" +"'<' അക്ഷരത്തിന് പിന്നിലുളള '%s' ഒരു അസാധുവായ അക്ഷരമാണ്; ഇത് ഒരു എലമെന്‍റ് പേര് തുടങ്ങില്ല" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -413,12 +417,14 @@ msgstr "" "ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s' ആരംഭിക്കുന്ന ടാഗ് അവസാനിക്കേണ്ടത് '>' അക്ഷരത്തിലാവും എന്ന് " "പ്രതീക്ഷിക്കുന്നു" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, 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:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -426,10 +432,10 @@ msgid "" "character in an attribute name" msgstr "" "'%s' ഒരു ഓഡ് അക്ഷരം ആണ്, ഇതിന് പകരം ഒരു '>' അല്ലെങ്കില്‍ '/' എന്ന അക്ഷരം അല്ലെങ്കില്‍ ഒരു " -"ആട്റിബ്യൂട്ട് ആണ് '%s' എന്ന എലമെന്‍റിന്‍റെ ആരംഭത്തിലുളള ടാഗ് അവസാനിപ്പിക്കുന്നതിന് " -"പ്രതീക്ഷിച്ചത്; ഒരു പക്ഷേ, ആട്റിബ്യൂട്ടിന്‍റെ പേരില്‍ നിങ്ങള്‍ തെറ്റായ അക്ഷരം ആവാം ഉപയോഗിച്ചത്" +"ആട്റിബ്യൂട്ട് ആണ് '%s' എന്ന എലമെന്‍റിന്‍റെ ആരംഭത്തിലുളള ടാഗ് അവസാനിപ്പിക്കുന്നതിന് പ്രതീക്ഷിച്ചത്; " +"ഒരു പക്ഷേ, ആട്റിബ്യൂട്ടിന്‍റെ പേരില്‍ നിങ്ങള്‍ തെറ്റായ അക്ഷരം ആവാം ഉപയോഗിച്ചത്" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -438,39 +444,41 @@ msgstr "" "'%s' ഒരു ഓഡ് അക്ഷരം ആണ്, '%s' എന്ന എലമെന്‍റിന്‍റെ ആട്റിബ്യൂട്ട് ആയ '%s'-നുളള മൂല്ല്യം നല്‍കുമ്പോള്‍ " "സമം‌ എന്ന ചിഹ്നത്തിന് ശേഷം ഒരു തുറന്ന കോട്ട് ആണ് പ്റതീക്ഷിച്ചത്" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -msgstr "എലമെന്‍റ് നാമം '%s'-ന് ശേഷം ഉളള '%s', ഒരു അസാധുവായ അക്ഷരമാണ്; '>' അക്ഷരമാണ് അനുവദിക്കുന്നത്" +msgstr "" +"എലമെന്‍റ് നാമം '%s'-ന് ശേഷം ഉളള '%s', ഒരു അസാധുവായ അക്ഷരമാണ്; '>' അക്ഷരമാണ് അനുവദിക്കുന്നത്" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, ഒരു എലമെന്‍റുകളും നിലവില്‍ തുറന്നിട്ടില്ല" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, പക്ഷേ നിലവില്‍ ലഭ്യമായ എലമെന്‍റ് '%s' ആണ്" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "രേഖ ശൂന്യമാണ് അല്ലെങ്കില്‍ അതില്‍ വയിറ്റ് സ്പെയിസ് മാത്രമേ ഉള്ളൂ" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "ഒരു '<' ബ്രാക്കറ്റിന് ശേഷം രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചിരിക്കുന്നു " -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -479,7 +487,7 @@ msgstr "" "എലമെന്‍റുകള്‍ തുറന്നു കിടക്കുന്പോള്‍ തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു - ഒടുവില്‍ തുറന്ന എലമെന്‍റ് " "'%s' ആണ്" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -488,19 +496,19 @@ msgstr "" "തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു, ടാഗ് <%s/>-ന് അവസാനമായി ഒരു ക്ളോസ് ആങ്കില്‍ ബ്രാക്കറ്റ് " "പ്രതീക്ഷിക്കുന്നു" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "ഒരു എലമെന്‍റിന്‍റെ നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "ഒരു എലമെന്‍റ്-ഓപ്പണിങ് ടാഗിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -508,394 +516,393 @@ msgstr "" "സമം ചിഹ്നത്തിന് ശേഷം ഒരു ആട്റിബ്യൂട്ടിന്‍റെ പേര് ആയതിനാല്‍ അപ്റതീക്ഷിതമായി ഡോക്യുമെന്‍റ് " "അവസാനിച്ചു; ആട്റിബ്യൂട്ടിന് മൂല്ല്യം ലഭ്യമല്ല" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ വച്ച് രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "എലമെന്‍റ് '%s'-ന്‍റെ ക്ളോസ് ടാഗിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 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:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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 "" -#: ../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 "" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr "( എന്നതില്ലാതെ )" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R അല്ലെങ്കില്‍ (?[+-]digits എന്നിവയ്ക്ക് ശേഷം ) ഉണ്ടായിരിക്കണം" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "കമന്റിന് ശേഷം ) ലഭ്യമല്ല" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "മെമ്മറി ലഭ്യമാക്കുന്നതില്‍ പരാജയം" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "(?(-ന് ശേഷം തെറ്റായ അക്കം അല്ലെങ്കില്‍ പേര്" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "" -#: ../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 "ഒക്ടല്‍ മൂല്ല്യം \\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 "" -#: ../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 "സാധാരണ എക്സ്പ്രെഷന്‍ ആയ %s-നൊപ്പം പൊരുത്തപ്പെടുത്തുമ്പോള്‍ പിശക്: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "UTF8 പിന്തുണ ഇല്ലാതെയാണ് PCRE ലൈബ്ററി സംഗ്റഹിച്ചിരിക്കുന്നത്" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "UTF8 ഗുണഗണങ്ങളുടെ പിന്തുണ ഇല്ലാതെയാണ് PCRE ലൈബ്ററി സംഗ്റഹിച്ചിരിക്കുന്നത്" -#: ../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 "zero-length symbolic reference" -#: ../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 "stray final '\\'" -#: ../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.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:358 ../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:364 ../glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "അസാധുവായ പ്രോഗ്രാം നാമം: %s" -#: ../glib/gspawn-win32.c:445 ../glib/gspawn-win32.c:718 -#: ../glib/gspawn-win32.c:1276 +#: 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:456 ../glib/gspawn-win32.c:732 -#: ../glib/gspawn-win32.c:1309 +#: 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:714 ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "പ്രവര്‍ത്തിക്കുന്ന ഡയറക്ടറി അസാധുവാണ്: %s" -#: ../glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "സഹായത്തിനുളള പ്രോഗ്രാം പ്രവര്‍ത്തിപ്പിക്കുന്നതില്‍ പരാജയപ്പെട്ടു (%s)" -#: ../glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -904,317 +911,316 @@ 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 "ചൈള്‍ഡ് പ്രക്രിയയില്‍ (%s) നിന്നും ഡേറ്റാ വായിക്കുന്പോള്‍ select()-ല്‍ അപ്രതീക്ഷിതമായ പിശക് " +msgstr "" +"ചൈള്‍ഡ് പ്രക്രിയയില്‍ (%s) നിന്നും ഡേറ്റാ വായിക്കുന്പോള്‍ select()-ല്‍ അപ്രതീക്ഷിതമായ പിശക് " -#: ../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 "[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 "UTF-8 അല്ലാത്ത '%s' മൂല്ല്യമുളള കീ '%s' കീ ഫയലിലുണ്ട്" -#: ../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 "തിരിച്ചറിയുവാന്‍ കഴിയാത്ത മൂല്ല്യമുളള കീ '%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 "" -#: ../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:1862 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, 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 "ഉപയോക്താവിനുള്ള 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:1517 #, 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:822 ../gio/gfile.c:1010 ../gio/gfile.c:1143 -#: ../gio/gfile.c:1374 ../gio/gfile.c:1427 ../gio/gfile.c:1483 -#: ../gio/gfile.c:1564 ../gio/gfile.c:2602 ../gio/gfile.c:2647 -#: ../gio/gfile.c:2697 ../gio/gfile.c:2736 ../gio/gfile.c:3060 -#: ../gio/gfile.c:3462 ../gio/gfile.c:3545 ../gio/gfile.c:3628 -#: ../gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "പ്രക്രിയ പിന്തുണയ്ക്കുന്നില്ല" @@ -1227,93 +1233,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:1262 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: ../gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "ഡയറക്ടറിയില്‍ പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: ../gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "ഒരു ഡയറക്ടറിയില്‍ മറ്റൊരു ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: ../gio/gfile.c:1971 ../gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നിലവിലുണ്ട്" -#: ../gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "ആവര്‍ത്തിച്ച് ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: ../gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: ../gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "ചവറ്റുകുട്ട പിന്തുണയ്ക്കുന്നില്ല" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "ഫയലിന്റെ പേരില്‍ '%c' ഉണ്ടാകുവാന്‍ പാടില്ല" -#: ../gio/gfile.c:4759 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: ../gio/gfile.c:4867 +#: gio/gfile.c:4860 #, 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:425 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 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 "" @@ -1324,299 +1330,299 @@ 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:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "തെറ്റായ ഫയല്‍ നാമം %s " -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "ഫയല്‍സിസ്റ്റം വിവരം ലഭ്യമാക്കുന്നതില്‍ പിശക്: %s" -#: ../gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "റൂട്ട് ഡയറക്ടറിയുടെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "ഫയലിന്റെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല, കാരണം ഈ പേര് നിലവിലുണ്ട്" -#: ../gio/glocalfile.c:1113 ../gio/glocalfile.c:1891 ../gio/glocalfile.c:1920 -#: ../gio/glocalfile.c:2069 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "തെറ്റായ ഫയല്‍നാമം" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "ഫയലിന്റെ പേര് മാറ്റുന്നതില്‍ പിശക്: %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "ഫയല്‍ തുറക്കുന്നതില്‍ പിശക് : %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "ഡയറക്ടറി തുറക്കുവാന്‍ സാധ്യമല്ല" -#: ../gio/glocalfile.c:1300 ../gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s" -#: ../gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "" -#: ../gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: ../gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: ../gio/glocalfile.c:1713 ../gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി ഉണ്ടാക്കുവാനോ ലഭ്യമാക്കുവാനോ സാധ്യമായില്ല" -#: ../gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "വിവരങ്ങള്‍ സംബന്ധിച്ചുള്ള ഫയല്‍ ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: ../gio/glocalfile.c:1792 ../gio/glocalfile.c:1861 ../gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "ഫയല്‍ ചവറ്റുകുട്ടയിലേക്ക് നീക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: ../gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "സിംബോളിക് ലിങ്ക് ഉണ്ടാക്കുന്നതില്‍ പിശക്: %s" -#: ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "ഫയല്‍ നീക്കുന്നതില്‍ പിശക്: %s" -#: ../gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: ../gio/glocalfile.c:2029 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid extended attribute name" msgstr "തെറ്റായ എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യൂട്ട് നാമം" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യൂട്ട് ആയ '%s' ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' എന്ന ഫയല്‍ സ്റ്റാറ്റ് ചെയ്യുന്നതില്‍ പിശക്: %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1454 msgid " (invalid encoding)" msgstr " (തെറ്റായ എന്‍കോഡിങ്)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, c-format msgid "Error setting permissions: %s" msgstr "അനുവാദങ്ങള്‍ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "ഉടമസ്ഥനെ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, 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:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "സിംലിങ്ക് ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:1994 #, 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 "" -#: ../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:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, 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:260 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1624,93 +1630,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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "പേരിടാത്ത" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI '%s'-ന്‍റെ ഹോസ്റ്റ് നാമം അസാധുവാണ്" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "പേരിടാത്ത" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 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 "URI-കള്‍ക്കുള്ള പിന്തുണ ലഭ്യമല്ല" -#: ../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 "[FILE...]" - diff --git a/po/mn.po b/po/mn.po index 7c944017..d795bb5e 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n" "Last-Translator: Бадрал \n" "Language-Team: Mongolian \n" @@ -567,7 +567,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -887,47 +887,47 @@ msgstr "Өгөгдөл хүү процессоор уншигдсангүй" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Ð¥Ò¯Ò¯ процесстой (%s) холбогдох шугам үүсгэж чадсангүй" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "Хүчингүй хостын нэр" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "Хөрвүүлэлтийн оролтод хүчингүй дараалал" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "»%s« лавлахыг нээхэд алдаа: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "Тусламж программ ажиллахгүй байна" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1181,7 +1181,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1248,10 +1248,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Символик холбоос дэмжигдээгүй" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1371,111 +1371,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Хүчингүй хостын нэр" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Хүчингүй хостын нэр" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1689,6 +1689,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI »%s« -н хостын нэр хүчингүй" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/mr.po b/po/mr.po index 8a871a55..51000425 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-02-25 19:32+0000\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-04 17:38+0530\n" "Last-Translator: Sandeep Shedmake \n" "Language-Team: marathi\n" @@ -17,305 +17,306 @@ 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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' च्या आत, '%1$s' अनपेक्षीत टॅग" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "माहिती संचयीकेत वैध ओळखचिन्ह आढळले नाही" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s' करीता ओळखचिन्ह आढळले नाही" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s' करीता ओळखचिन्हात MIME प्रकार व्याख्यीत नाही." -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s' करीता ओळखचिन्हात वैयक्तिक बाब व्याख्यीत नाही." -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' नामांकीत कुठल्याही अनुप्रयोगाने '%s' करीता ओळखचिन्ह पंजीकृत केले नाही" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, 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 "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:104 glib/gdir.c:124 #, 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 "वाचतायेण्याजोगी फाइल \"%2$s\" करीता %1$lu बाइट वाटप करू शकले नाही" -#: ../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() f: %s" -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "ओळ %d अक्षर %d वर त्रूटी आढळली: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, 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:442 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"रिकामी वस्तु '&;' आढळली; वैध वस्तू याप्रकारे आहेत: & " < > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -325,17 +326,17 @@ msgstr "" "वस्तुच्या सुरवातीस अक्षर '%s' वैध नाही ; वस्तुची सुरवात & अक्षर पासून होते; जर ऐम्परसेंड " "वस्तु नसल्यास, त्यास & या स्वरूपी करा" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "वस्तुच्या नावात अक्षर '%s' वैध राहत नाही" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "वस्तुचे नाव '%s' अपरिचीत आहे" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -343,7 +344,7 @@ msgstr "" "वस्तू सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता & स्वरूप न वापरता " "ऐम्परसेंड अक्षर वापरले असावे" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -352,16 +353,16 @@ msgstr "" "'%-.*s' वाचता आले नाही, जे अक्षर संदर्भच्या आत अंक म्हणून असायला हवे होते (उदाहर्णाथ " "ê) - तसेच अंक खूप मोठे आहे" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "अक्षर संदर्भ '%-.*s' परवानगीय अक्षरास एनकोड करीत नाही" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "रिक्त अक्षर संदर्भात; dž सारखे अंक समाविष्टीत केले पाहीजे" -#: ../glib/gmarkup.c:637 +#: 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 " @@ -370,51 +371,53 @@ msgstr "" "अक्षर संदर्भ सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता & स्वरूप न " "वापरता तुम्ही ऐम्परसेंड अक्षर वापरले असावे" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "अपूरे वस्तू संदर्भ" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "अपूरे अक्षर संदर्भ" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "अवैध UTF-8 ऐनकोड पाठ्य - अतिलांब श्रृंखला" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "अवैध UTF-8 ऐनकोड पाठ्य - प्रारंभ अक्षर नाही" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "अवैध UTF-8 ऐनकोड पाठ्य - वैध '%s' नाही" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. )" msgstr "दस्तऐवजची सुरवात घटकाशी व्हावी (उ.दा. )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, 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:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" -msgstr "'%s' असाधारण अक्षर आहे, घटकाचे प्रारंभीक टॅग '%s' समाप्त करण्याकरीता '>' अक्षर अपेक्षीत" +msgstr "" +"'%s' असाधारण अक्षर आहे, घटकाचे प्रारंभीक टॅग '%s' समाप्त करण्याकरीता '>' अक्षर अपेक्षीत" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, 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:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -425,7 +428,7 @@ msgstr "" "अक्षर अपेक्षीत, किंवा पर्यायस्वरूपी गुणधर्म अपेक्षीत; तसेच तुम्ही गुणधर्म नावात अवैध अक्षर " "वापरले" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -434,46 +437,46 @@ msgstr "" "'%s' असाधारण अक्षर आहे, घटक '%s' च्या गुणधर्म '%s' करीता मुल्य प्रदान करतेवेळी समांतर " "चिन्हा नंतर उघडे क्वोट अपेक्षीत" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "'%s' घटक नावानंतर '%s' वैध अक्षर नाही; परवानगीय अक्षर '>' आहे" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "घटक '%s' बंद केले गेले,कुठलेही घटक आता उघडे नाही" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "घटक '%s' बंद केले गेले, पण सद्या '%s' हे घटक उघडे आहे" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "दस्तऐवज रिकामे होते किंवा फक्त रिक्त जागा समाविष्टीत होती" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "उघडे कोन कंस '<' नंतरच दस्तऐवज अनपेक्षितरित्या समाप्त झाले" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, 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:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -482,19 +485,19 @@ msgstr "" "दस्तऐवज अनपेक्षितरित्या समाप्त झाले, टॅग <%s/> ला बंद करण्याकरीता समाप्तीय कोन कंस " "उपेक्षीत" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "घटकाच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "गुणधर्माच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "घटकाच्या-खुल्या टॅग अंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -502,581 +505,583 @@ msgstr "" "गुणधर्म नावा पाठोपाठ समांतर चिन्हानंतर दस्तऐवज अनपेक्षितरित्या समाप्त झाले; गुणधर्माचे मुल्य " "नाही" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "गुणधर्म मुल्यच्या अंतर्भूत राहतेवेळी दस्तऐवज अनपेक्षितरित्या समाप्त झाले" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "दस्तऐवज अनपेक्षितरित्या घटक '%s' करीता बंद टॅगच्या आत समाप्त झाले" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 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:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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 "case-changing escapes (\\l, \\L, \\u, \\U) ला येथे वापरू शकत नाही" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "{} quantifier मधील संख्या क्रमात नाही" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "{} quantifier मधील संख्या खूप मोठे आहे" -#: ../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 assertion मध्ये \\C ला परवानगी नाही" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "recursive call चक्र अनिश्चितरित्या चालू राहू शकते" -#: ../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 -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 "अक्षर %2$d वरील रेगुलर एक्सप्रेशन %1$s जुळवणी कंपाईल करतेवेळी त्रूटी: %3$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 "अक्षर %2$lu वरील बदलाव पाठ्य \"%1$s\" वाचतेवेळी त्रूटी: %3$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.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:358 ../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:364 ../glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "अवैध कार्यक्रम नाव: %s" -#: ../glib/gspawn-win32.c:445 ../glib/gspawn-win32.c:718 -#: ../glib/gspawn-win32.c:1276 +#: 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 "%1$d वरील बाबी वेक्टर मध्ये अवैध अक्षरमाळा: %2$s" -#: ../glib/gspawn-win32.c:456 ../glib/gspawn-win32.c:732 -#: ../glib/gspawn-win32.c:1309 +#: 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:714 ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "अवैध कार्यक्षम संचयीका: %s" -#: ../glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "मदतीय कार्यक्रम कार्यान्वीत करण्यास अपयशी (%s)" -#: ../glib/gspawn-win32.c:996 +#: 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() मध्ये उप कार्य पासून माहिती वाचतवेली अपरिचीत त्रूटी आढळली" +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 "उप कार्य (%s) पासून माहिती वाचतेवेळी select() मध्ये अपरिचीत त्रूटी आढळली" -#: ../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 "उप 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" +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 "किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे '%2$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 "किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे मुल्य विश्लेषीत केल्या जाऊ शकत नाही." +msgstr "" +"किल्ली फाइल मध्ये '%1$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 " @@ -1085,128 +1090,124 @@ 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 "गट '%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:1862 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, c-format msgid "%s type" msgstr "%s प्रकार" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "अपरिचीत पूर्वरत end-of-stream" -#: ../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:1517 #, 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:822 ../gio/gfile.c:1010 ../gio/gfile.c:1143 -#: ../gio/gfile.c:1374 ../gio/gfile.c:1427 ../gio/gfile.c:1483 -#: ../gio/gfile.c:1564 ../gio/gfile.c:2602 ../gio/gfile.c:2647 -#: ../gio/gfile.c:2697 ../gio/gfile.c:2736 ../gio/gfile.c:3060 -#: ../gio/gfile.c:3462 ../gio/gfile.c:3545 ../gio/gfile.c:3628 -#: ../gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "कार्य समर्थित नाही" @@ -1219,93 +1220,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:1262 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "समाविष्टीत आरोहन अस्तीत्वात नाही" -#: ../gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "संचयीकेवर प्रत बनवू शकत नाही" -#: ../gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "संचयीकेवर संचयीकेची प्रत बनवू शकत नाही" -#: ../gio/gfile.c:1971 ../gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "लक्ष्य फाइल अस्तित्वात आहे" -#: ../gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "संचयीकेची पुनः प्रत बनवू शकत नाही" -#: ../gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "अवैध symlink मुल्य दिले गेले" -#: ../gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "कचरापेटी समर्थित नाही" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "फाइल नावात '%c' असू शकत नाही" -#: ../gio/gfile.c:4759 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "खंड आरोहन कार्यारत करत नाही" -#: ../gio/gfile.c:4867 +#: gio/gfile.c:4860 #, 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:425 #, c-format msgid "File enumerator has outstanding operation" msgstr "फाइल ऐन्युमरेटरची अप्रतिम कार्यक्षमता" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 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 "आगत श्रृंखला वाचतायेण्याजोगी कार्यरत करत नाही" @@ -1316,299 +1317,299 @@ 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:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "अवैध फाइलनाव %s" -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "फाइलप्रणाली विषयी माहिती मिळवतेवेळी त्रूटी: %s" -#: ../gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "रूट संचयीका पुनःनामांकीत करू शकत नाही" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "फाइल पुनःनामांकीत करू शकत नाही, फाइलनाव आधिपासूनच अस्तित्वात आहे" -#: ../gio/glocalfile.c:1113 ../gio/glocalfile.c:1891 ../gio/glocalfile.c:1920 -#: ../gio/glocalfile.c:2069 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "अवैध फाइल नाव" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "फाइल पुनःनामांकीत करतेवेळी त्रूटी: %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "फाइल उघडतेवेळी त्रूटी: %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "संचयीका उघडू शकत नाही" -#: ../gio/glocalfile.c:1300 ../gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "फाइल काढून टाकतेवेळी त्रूटी: %s" -#: ../gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "फाइल कचरापेटीत हलवितेवेळी त्रूटी: %s" -#: ../gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "कचरापेटी संचयीका %1$s निर्माण करती आली नाही: %2$s" -#: ../gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही" -#: ../gio/glocalfile.c:1713 ../gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही" -#: ../gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "कचरापेटी माहिती फाइल बनविता आली नाही: %s" -#: ../gio/glocalfile.c:1792 ../gio/glocalfile.c:1861 ../gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "कचरापेटीकडे फाइल हलवितेवेळी त्रूटी: %s" -#: ../gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "बोधचिन्ह लिंक बनवितेवेळी त्रूटी: %s" -#: ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "फाइल स्थानांतरन करतेवेळी त्रूटी: %s" -#: ../gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "संचयीकेवर संचयीका हलवू शकत नाही" -#: ../gio/glocalfile.c:2029 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "लक्ष्य फाइल काढून टाकतेवेळी त्रूटी: %s" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "आरोहन मधिल स्थानांतरन समर्थीत नाही" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, c-format msgid "Attribute value must be non-NULL" msgstr "गुणधर्म मुल्य शून्य नसायला हवे" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "अवैध गुणधर्म प्रकार (अक्षरमाळा अपेक्षीत)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid extended attribute name" msgstr "अवैध विस्तारीत गुणधर्म नाव" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "विस्तारीत गुणधर्म निश्चित करतेवेळी त्रूटी '%s': %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "फाइल '%s' सुरू करतेवेळी त्रूटी: %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1454 msgid " (invalid encoding)" msgstr " (अवैध ऐंकोडींग)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, c-format msgid "Error stating file descriptor: %s" msgstr "फाइल व्याख्यक निश्चित करतेवेळी त्रूटी: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "अवैध गुणधर्म प्रकार (uint32 अपेक्षीत)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "अवैध गुणधर्म प्रकार (uint64 अपेक्षीत)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "अवैध गुणधर्म प्रकार (बाईट अक्षरमाळा अपेक्षीत)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, c-format msgid "Error setting permissions: %s" msgstr "परवानगी स्थापित करतेवेळी त्रूटी: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "मालक स्थापित करतेवेळी त्रूटी: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, 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:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "symlink स्थापीत करतेवेळी त्रूटी: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "symlink निश्चित करतेवेळी त्रूटी: फाइल symlink नाही" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:1994 #, 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:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "अवैध GSeekType पुरविले गेले" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, 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:260 #, c-format msgid "Reached maximum data array limit" msgstr "कमाल माहिती अर्रे मर्यादा पोहचले" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "स्मृती आउटपुट श्रृंखला पुन्हआकार देण्यजोगी नाही" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "स्मृती आउटपुट स्ट्रीम पुन्ह आकार देण्यास अपयशी" @@ -1616,93 +1617,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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "अनामीक" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI '%s' चे यजमान अवैध आहे" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "अनामीक" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 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 "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 "[FILE...]" - diff --git a/po/ms.po b/po/ms.po index 5ef8084c..d1cacb75 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2004-02-03 02:11+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" @@ -548,7 +548,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -867,47 +867,47 @@ msgstr "Gagal membaca data daripada proses anak" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Gagal mencipta paip untuk berkomunikasi dengan proses anak (%s)" -#: glib/gspawn-win32.c:332 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 "Gagal membaca daripada paip anak (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Gagal menukar direktori '%s' (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Gagal melaksanakan proses anak (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "Namahos tidak sah" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "Turutan tidak sah semasa penukaran input" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "Ralat membuka direktori %s': %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "Gagal melaksanakan program pembantu" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1155,7 +1155,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1221,10 +1221,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Pautan simbolik tidak disokong" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1344,111 +1344,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Namahos tidak sah" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Namahos tidak sah" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1662,6 +1662,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Namahos URI '%s' tidak sah" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/nb.po b/po/nb.po index 22c371c5..52a9fcb7 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-03-09 14:11+0100\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-09 14:18+0100\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:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Uventet attributt «%s» for element «%s»" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attributt «%s» i element «%s» ble ikke funnet" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Uventet tagg «%s», tagg «%s» forventet" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Uventet tagg «%s» i «%s»" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Ingen gyldig bokmerkefil ble funnet i datakatalogene" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Et bokmerke eksisterer allerede for 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Ingen bokmerker funnet for URI «%s»" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, 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:2444 +#: glib/gbookmarkfile.c:2444 #, 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:2823 +#: glib/gbookmarkfile.c:2823 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Ingen grupper satt i bokmerke for URI «%s»" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 #, 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:3404 +#: glib/gbookmarkfile.c:3404 #, 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:104 glib/gdir.c:124 #, 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:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Feil pÃ¥ linje %d tegn %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Feil pÃ¥ linje %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Tom entitet «&;» funnet; gyldige entiteter er: & " < > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, 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:486 +#: glib/gmarkup.c:486 #, 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:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitetsnavn «%s» er ikke kjent" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -347,7 +346,7 @@ msgstr "" "tegn uten at det var ment Ã¥ starte en entitet - ungÃ¥ ved Ã¥ bruke & i " "stedet" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, 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:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tegnreferanse «%-.*s» koder ikke et tillatt tegn" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "Tom tegnreferanse; skulle inkludert et tall slik som dž" -#: ../glib/gmarkup.c:637 +#: 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 " @@ -375,32 +374,32 @@ msgstr "" "og-tegn uten at det var ment Ã¥ starte en entitet - unngÃ¥ ved Ã¥ bruke & i " "stedet" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "Uferdig referanse til entitet" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Uferdig referanse til tegn" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Ugyldig UTF-8 kodet tekst - for lang sekvens" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 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:1036 #, 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:1074 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentet mÃ¥ starte med et element (f.eks )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, 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:1178 +#: glib/gmarkup.c:1178 #, 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:1267 +#: glib/gmarkup.c:1267 #, 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:1309 +#: glib/gmarkup.c:1309 #, 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:1395 +#: glib/gmarkup.c:1395 #, 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:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters '»" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element «%s» ble lukket, ingen Ã¥pne elementer nÃ¥" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, 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:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller inneholdt kun blanke tegn" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentet sluttet uventet rett etter en Ã¥pen vinkelparantes «<»" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, 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:1787 +#: glib/gmarkup.c:1787 #, 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:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet sluttet uventet inni et elementnavn" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet sluttet uventet inni et attributtnavn" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentet sluttet uventet inni en tagg for Ã¥pning av element." -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -517,398 +516,396 @@ msgstr "" "Dokumentet sluttet uventet etter likhetstegnet som følger et attributtnavn; " "ingen attributtverdi" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet sluttet uventet inni en attributtverdi" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, 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:1839 +#: glib/gmarkup.c:1839 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:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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 #, fuzzy msgid "POSIX collating elements are not supported" msgstr "Symbolske lenker 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 " @@ -917,142 +914,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" @@ -1060,50 +1057,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 " @@ -1112,128 +1109,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:1876 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, 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:1517 +#: gio/gdesktopappinfo.c:1517 #, 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: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: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 msgid "Operation not supported" msgstr "Operasjonen er ikke støttet" @@ -1246,93 +1239,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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057 -#: ../gio/glocalfile.c:1070 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Omsluttende monteringspunkt finnes ikke" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Kan ikke kopiere over katalog" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Kan ikke kopiere katalog over katalog" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "MÃ¥lfilen eksisterer" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Kan ikke kopiere katalog rekursivt" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Ugyldig verdi oppgitt for symbolsk lenke" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Papirkurv er ikke støttet" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnavn kan ikke inneholde «%c»" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volumet implementerer ikke montering" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4860 #, 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:425 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 #, c-format msgid "File enumerator has outstanding operation" msgstr "Filenumerator har utestÃ¥ende operasjon" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 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" @@ -1343,299 +1336,299 @@ 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:1090 #, c-format msgid "Can't rename root directory" msgstr "Kan ikke endre navn pÃ¥ rotkatalogen" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1108 #, 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:1905 ../gio/glocalfile.c:1934 -#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "Ugyldig filnavn" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Feil under endring av navn pÃ¥ fil: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Feil under Ã¥pning av fil: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Kan ikke Ã¥pne mappe" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Feil ved fjerning av fil: %s" -#: ../gio/glocalfile.c:1604 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Feil ved plassering av fil i papirkurv: %s" -#: ../gio/glocalfile.c:1627 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan ikke legge katalog %s i papirkurven: %s" -#: ../gio/glocalfile.c:1648 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Kan ikke finne toppnivÃ¥ for papirkurv" -#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Kan ikke finne eller opprette mappe for papirkurv" -#: ../gio/glocalfile.c:1781 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan ikke opprette informasjonsfil for papirkurv: %s" -#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Kan ikke legge fil i papirkurven: %s" -#: ../gio/glocalfile.c:1938 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Feil ved oppretting av symbolsk lenke: %s" -#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Feil under flytting av fil: %s" -#: ../gio/glocalfile.c:2021 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Kan ikke flytte katalog over katalog" -#: ../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:2043 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:2062 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Feil under fjerning av mÃ¥lfil: %s" -#: ../gio/glocalfile.c:2076 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Flytting mellom monteringspunkter er ikke støttet" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, c-format msgid "Attribute value must be non-NULL" msgstr "Attributtverdi mÃ¥ ikke være NULL" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Ugyldig type attributt (streng forventet)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid extended attribute name" msgstr "Ugyldig navn pÃ¥ utvidet attributt" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Feil under setting av utvidet attributt «%s»: %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1398 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:1454 +#: gio/glocalfileinfo.c:1454 msgid " (invalid encoding)" msgstr " (ugyldig koding)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, c-format msgid "Error stating file descriptor: %s" msgstr "Feil ved henting av informasjon om fildeskriptor: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig type attributt (uint32 forventet)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig type attributt (uint64 forventet)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig type attributt (byte-streng forventet)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, c-format msgid "Error setting permissions: %s" msgstr "Feil ved setting av rettigheter: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "Feil ved setting av eier: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, c-format msgid "symlink must be non-NULL" msgstr "symbolsk lenke kan ikke være NULL" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "Feil ved setting av symbolsk lenke: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, 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:1994 +#: gio/glocalfileinfo.c:1994 #, 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:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "Ugyldig GSeekType oppgitt" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, 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:260 +#: gio/gmemoryoutputstream.c:260 #, fuzzy, c-format msgid "Reached maximum data array limit" msgstr "NÃ¥dde maksimalgrensen for data" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "Kan ikke endre størrelse pÃ¥ utdatastrøm for minne" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "Klarte ikke Ã¥ endre størrelse pÃ¥ utdatastrøm for minne" @@ -1643,92 +1636,121 @@ 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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Uten navn" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Vertsnavnet for URI «%s» er ugyldig" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Uten navn" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 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 52855e72..0b1ecdf4 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2006-04-27 00:00+0545\n" "Last-Translator: Shyam Krishna Bal \n" "Language-Team: Nepali \n" @@ -552,7 +552,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -870,47 +870,47 @@ msgstr "शाखा प्रक्रियाबाट डेटा पढ् msgid "Failed to create pipe for communicating with child process (%s)" msgstr "शाखा प्रक्रिया (%s)सँग कुराकानीका लागि पाइप सिर्जना गर्न असफल" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "अवैध कार्यक्रम नाम : %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "अवैध कार्य डाइरेक्टरी : %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "मद्दत गर्ने कार्यक्रम कार्यान्वयन गर्न असफल (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1156,7 +1156,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1223,10 +1223,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1346,111 +1346,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "अवैध कार्यक्रम नाम : %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "अवैध होस्टनाम " -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "पद वर्णन विकल्पमा त्रुटि %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1664,6 +1664,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI '%s' को होस्टनाम अवैध छ" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/nl.po b/po/nl.po index c02d203d..dca704fb 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib (HEAD)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-24 15:21+0100\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" @@ -578,7 +578,7 @@ msgstr "limiet voor backtracking bereikt" msgid "the pattern contains items not supported for partial matching" msgstr "het patroon bevat niet-ondersteunde tekens" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "interne fout" @@ -914,48 +914,48 @@ 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Ongeldige programmanaam: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1217,7 +1217,7 @@ msgstr "De telwaarde die aan %s werd gegeven is te groot" msgid "Stream is already closed" msgstr "De stroom is al gesloten" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "De bewerking werd afgebroken" @@ -1287,10 +1287,10 @@ 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:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "De bewerking is niet mogelijk" @@ -1303,18 +1303,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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Kan niet over map kopiëren" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Kan map niet over map kopiëren" @@ -1322,40 +1322,40 @@ 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:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Doelbestand bestaat al" # map/de map -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Kan map niet recursief kopiëren" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, 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:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Prullenbak wordt ondersteund" # Een bestandsnaam mag het teken / niet bevatten -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Het teken ‘%c’ mag niet in een bestandsnaam voorkomen" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volumen begrijpt de opdracht ‘aankoppelen’ niet" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Er is geen programma toegewezen om dit bestand te openen" @@ -1420,116 +1420,116 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Ongeldige bestandsnaam: %s" -#: gio/glocalfile.c:958 +#: 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:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Kan de root-map niet hernoemen" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, 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:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Ongeldige bestandsnaam" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Fout bij het hernoemen van bestand: %s" # openen/lezen -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Fout bij het openen van bestand: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Kan map niet openen" # volledig verwijderen/definitief verwijderen/verwijderen -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Fout bij het verwijderen van bestand: %s" # naar prullenbak verplaatsen/verwijderen -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Fout bij het verplaatsen naar de prullenbak van bestand: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan de prullenbakmap %s niet aanmaken: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Kan de bovenliggende map voor de prullenbak niet vinden" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Kan prullenbakmap niet vinden of aanmaken" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan prullenbak-informatiebestand ‘%s’ niet aanmaken" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Kan het bestand ‘%s’ niet naar de prullenbak verplaatsen" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Fout bij het maken van symbolische verwijzing: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Fout bij het verplaatsen van bestand: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Kan map niet over map verplaatsen" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Fout bij het verwijderen doelbestand: %s" # (nog) niet mogelijk/niet ondersteund -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Verplaatsen tussen aankoppelpunten is niet mogelijk" @@ -1750,6 +1750,37 @@ msgstr "Uitvoerdatastroom begrijpt de opdracht ‘schrijven’ niet" msgid "Source stream is already closed" msgstr "Datastroom is al gesloten" +# naamloos/zonder naam/onbenoemd +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Zonder naam" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "De hostnaam van de URI ‘%s’ is ongeldig" + +# naamloos/zonder naam/onbenoemd +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Zonder naam" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/nn.po b/po/nn.po index c604b717..f2f4c8e5 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-24 17:33+0100\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -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:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "intern feil" @@ -868,47 +868,47 @@ msgstr "Klarte ikkje Ã¥ lesa data frÃ¥ barneprosess" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Klarte ikkje Ã¥ oppretta røyr for Ã¥ kommunisera med barneprosess (%s)" -#: glib/gspawn-win32.c:332 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 "Klarte ikkje Ã¥ lesa frÃ¥ røyr frÃ¥ barn (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Klarte ikkje Ã¥ skifta til katalogen «%s» (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Klarte ikkje Ã¥ utføra barneprosess (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Ugyldig programnamn: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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 plass %d: %s" -#: glib/gspawn-win32.c:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Ugyldig arbeidskatalog: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Klarte ikkje Ã¥ køyra hjelpeprogram (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -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:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operasjonen vart avbroten" @@ -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:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Omsluttande monteringspunkt finst ikkje" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Kan ikkje skriva over mappe" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Kan ikkje skriva ei mappe over ei mappe" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "MÃ¥lfila finst" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Kan ikkje kopiera katalog rekursivt" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Ugyldig symlink-verdi oppgjeven" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Papirkorg er ikkje støtta" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnamn kan ikkje innehalda «%c»" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volumet støttar ikkje montering" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Ingen program er registrert til Ã¥ handtera denne fila" @@ -1346,111 +1346,111 @@ msgstr "Straumen har ventande operasjon" msgid "Unable to find default local directory monitor type" msgstr "Klarer ikkje Ã¥ finna typen standard lokal mappeovervakar" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Ugyldig filnamn %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Feil ved henting av filsysteminfo: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Kan ikkje gje rotmappa nytt namn" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, 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:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Ugyldig filnamn" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Feil ved namnebyte pÃ¥ fila: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Feil ved opning av fila: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Kan ikkje opna mappa" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Feil under fjerning av fila: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Feil under kassering av fila: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Klarte ikkje Ã¥ laga papirkorgmappa %s: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Klarar ikkje Ã¥ finna toppnivÃ¥mappe for papirkorga" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Klarar ikkje Ã¥ finna eller laga papirkorgmappa" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Klarte ikkje Ã¥ laga infofil om kassering: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Klarte ikkje Ã¥ kassera fila: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Klarte ikkje Ã¥ laga symbolsk lenkje: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Feil under flytting av fil: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Kan ikkje flytta mappa over ei mappe" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Klarte ikkje Ã¥ sletta mÃ¥lfila: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Flytting mellom monteringar ikkje støtta" @@ -1665,6 +1665,35 @@ msgstr "utstraumen støttar ikkje skriving" msgid "Source stream is already closed" msgstr "Kjeldestraumen er allereie stengt" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Utan namn" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Vertsnamnet i URIen «%s» er ugyldig" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Utan namn" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/oc.po b/po/oc.po index dbedf6c0..80b1fea4 100644 --- a/po/oc.po +++ b/po/oc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: oc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-07 10:20+0100\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-19 23:11+0100\n" "Last-Translator: Yannig Marchegay (Kokoyaya) \n" "Language-Team: Occitan \n" @@ -17,306 +17,305 @@ 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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, 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:104 glib/gdir.c:124 #, 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:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "" -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, 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:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "" -#: ../glib/gmarkup.c:534 +#: 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:587 +#: glib/gmarkup.c:587 #, 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:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "" -#: ../glib/gmarkup.c:637 +#: 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:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. )" msgstr "" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, 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:1178 #, 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:1267 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, 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:1395 +#: glib/gmarkup.c:1395 #, 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:1537 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, 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:1793 msgid "Document ended unexpectedly inside an element name" msgstr "" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 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:1875 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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:1868 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, 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:1517 +#: gio/gdesktopappinfo.c:1517 #, 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:822 ../gio/gfile.c:1010 ../gio/gfile.c:1143 -#: ../gio/gfile.c:1374 ../gio/gfile.c:1427 ../gio/gfile.c:1483 -#: ../gio/gfile.c:1564 ../gio/gfile.c:2602 ../gio/gfile.c:2647 -#: ../gio/gfile.c:2697 ../gio/gfile.c:2737 ../gio/gfile.c:3061 -#: ../gio/gfile.c:3463 ../gio/gfile.c:3546 ../gio/gfile.c:3629 -#: ../gio/gfile.c:3709 +#: 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 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:1262 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: ../gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: ../gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: ../gio/gfile.c:1971 ../gio/glocalfile.c:2022 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: ../gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: ../gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: ../gio/gfile.c:2780 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "" -#: ../gio/gfile.c:2827 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: ../gio/gfile.c:4760 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: ../gio/gfile.c:4868 +#: gio/gfile.c:4860 #, 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:425 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 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,299 @@ 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:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "" -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "" -#: ../gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: ../gio/glocalfile.c:1113 ../gio/glocalfile.c:1897 ../gio/glocalfile.c:1926 -#: ../gio/glocalfile.c:2075 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "Nom d'òste invalid" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: ../gio/glocalfile.c:1306 ../gio/glocalfile.c:1901 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "" -#: ../gio/glocalfile.c:1596 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "" -#: ../gio/glocalfile.c:1619 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: ../gio/glocalfile.c:1640 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: ../gio/glocalfile.c:1719 ../gio/glocalfile.c:1739 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: ../gio/glocalfile.c:1773 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: ../gio/glocalfile.c:1798 ../gio/glocalfile.c:1867 ../gio/glocalfile.c:1874 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: ../gio/glocalfile.c:1930 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "" -#: ../gio/glocalfile.c:1990 ../gio/glocalfile.c:2079 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "" -#: ../gio/glocalfile.c:2013 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: ../gio/glocalfile.c:2035 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2054 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "" -#: ../gio/glocalfile.c:2068 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid extended attribute name" msgstr "" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1454 msgid " (invalid encoding)" msgstr "" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, c-format msgid "Error setting permissions: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:1994 #, 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:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, 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:260 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1601,92 +1594,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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Sens nom" + +#: gio/gthemedicon.c:193 +msgid "The name of the icon" +msgstr "" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Sens nom" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 gio/gunixmounts.c:1815 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 e825a4aa..c2eafeb0 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-06-11 18:17+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" @@ -552,7 +552,7 @@ msgstr "ପଶ୍ଚାତ ଅନୁମାର୍ଗଣ ସୀମା ପହଞ୍ msgid "the pattern contains items not supported for partial matching" msgstr "ଏହି ଶୈଳୀ ଆଂଶିକ ମେଳନ ପାଇଁ ସମର୍ଥିତ ନ ଥିବା ବସ୍ତୁ ମାନଙ୍କୁ ଧାରଣ କରିଥାଏ" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି" @@ -870,48 +870,48 @@ msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାରୁ ତଥ୍ଯ ପ msgid "Failed to create pipe for communicating with child process (%s)" msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟା ସହିତ ସଂଯୋଗ ପାଇଁ ପାଇପ୍ ସୃଷ୍ଟି କରିବାରେ ଅସଫଳ (%s)" -#: glib/gspawn-win32.c:332 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)" # Gora: "change to directory" means "go to directory" here -#: glib/gspawn-win32.c:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "ଅବୈଧ ପ୍ରୋଗ୍ରାମ ନାମ: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "ଚଳନ୍ତି ଡିରେକ୍ଟୋରି: %s ଟି ଅବୈଧ ଅଟେ" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "ସାହାଯ୍ଯ କାରିକା (%s) କୁ ନିଷ୍ପାଦନ କରିବାରେ ଅସଫଳ" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1157,7 +1157,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1224,10 +1224,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "'%s' ନାମରେ ନାମିତ କୌଣସି ପ୍ରୟୋଗ '%s' ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କକୁ ପଞ୍ଜିକ୍ରୁତ କରିନାହିଁ" @@ -1347,111 +1347,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "ଅବୈଧ ଚାବି ନାମ: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "ଅବୈଧ ଆଧାର ନାମ" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1665,6 +1665,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ର ଆଧାର ନାମ ଅବୈଧ ଅଟେ" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/pa.po b/po/pa.po index ca52d109..cfa970f2 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-02-25 19:32+0000\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-04 23:30+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi/Panjabi \n" @@ -24,305 +24,305 @@ 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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' ਵਿੱਚ '%1$s' ਟੈਗ" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "ਡਾਟਾ ਡਾਇਰੈਕਟਰੀਆਂ ਵਿੱਚ ਕੋਈ ਢੁੱਕਵੀਂ ਬੁੱਕਮਾਰਕ ਫਾਇਲ ਨਹੀਂ ਲੱਭੀ" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI '%s' ਲਈ ਕੋਈ ਬੁੱਕਮਾਰਕ ਨਹੀਂ ਲੱਭਾ" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI '%s' ਲਈ ਬੁੱਕਮਾਰਕ ਵਿੱਚ ਕੋਈ MIME ਕਿਸਮ ਪਰਿਭਾਸ਼ਿਤ ਨਹੀਂ ਹੈ" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI '%s' ਲਈ ਬੁੱਕਮਾਰਕ ਕੋਈ ਪ੍ਰਾਈਵੇਟ ਫਲੈਗ ਨਹੀਂ ਦੱਸਿਆ ਗਿਆ" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, 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:3404 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "exec ਲਾਈਨ '%s' ਨੂੰ URI '%s' ਨਾਲ ਫੈਲਾਉਣ ਲਈ ਫੇਲ੍ਹ ਹੋਇਆ" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c: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 ਇਕ ਅਸਲੀ (absolute) ਮਾਰਗ ਨਹੀਂ ਹੈ" -#: ../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:104 glib/gdir.c:124 #, 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 "ਫਾਇਲ \"%2$s\" ਖੋਲ੍ਹਣ ਲਈ %1$lu ਬਾਈਟ ਨਹੀਂ ਦਿੱਤੇ ਜਾ ਸਕੇ" -#: ../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' ਨੂੰ ਬੰਦ ਕਰਨ 'ਚ ਫੇਲ੍ਹ: fdopen() ਫੇਲ੍ਹ: %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': ਖੋਲ੍ਹਣ ਵਿੱਚ ਫੇਲ੍ਹ: fdopen() ਫੇਲ੍ਹ: %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:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "ਲਾਈਨ %d ਅੱਖਰ %d ਉੱਤੇ ਗਲਤੀ:" -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "ਸਤਰ %d ਉੱਤੇ ਗਲਤੀ: %s" -#: ../glib/gmarkup.c:442 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" +#: glib/gmarkup.c:442 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" msgstr "ਖਾਲੀ ਐਂਟਟੀ '&;' ਵੇਖੋ; ਵੈਧ ਐਂਟਟੀਆਂ ਹਨ : & " < > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, 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:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "'%s' ਅੱਖਰ ਇੱਕ ਐਂਟਟੀ ਦੇ ਨਾਂ ਲਈ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "ਐਂਟਟੀ ਨਾਂ '%s' ਪਤਾ ਨਹੀਂ ਹੈ" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -350,7 +350,7 @@ msgstr "" "ਐਂਟਟੀ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਸਕਦਾ ਕਿ ਤੁਸੀਂ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ " "ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇਸਤਰਾਂ & ਛੱਡੋ" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, 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:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "ਅੱਖਰ ਰੈਫਰੈਂਸ '%-.*s' ਇਕ ਚੁਣੇ ਅੱਖਰ ਨੂੰ ਇਨਕੋਡ ਨਹੀਂ ਕਰ ਸਕਦਾ" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "ਖਾਲੀ ਅੱਖਰ ਰੈਫਰੈਂਸ, ਕੋਈ ਨੰਬਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ ਜਿਵੇਂ ਕਿ dž" -#: ../glib/gmarkup.c:637 +#: 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 " @@ -377,32 +377,32 @@ msgstr "" "ਅੱਖਰੀ ਰੈਫਰੈਂਸ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਕਿ ਤੁਸੀ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ " "ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇੰਝ & ਛੱਡੋ" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "ਅਧੂਰਾ ਐਂਟਟੀ ਰੈਫਰੈਂਸ" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "ਅਧੂਰਾ ਅੱਖਰੀ ਰੈਫਰੈਂਸ" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਓਵਰਲਾਂਗ ਕ੍ਰਮ" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਇੱਕ ਸ਼ੁਰੂਆਤੀ ਅੱਖਰ ਨਹੀਂ" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਅੱਖਰ - ਵੈਧ '%s' ਨਹੀਂ" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. )" msgstr "ਦਸਤਾਵੇਜ਼ ਇਕ ਐਲੀਮਿੰਟ (ਜਿਵੇਂ ਕਿ ) ਨਾਲ ਸ਼ੁਰੂ ਹੋਣਾ ਜਰੂਰੀ ਹੈ" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, 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:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -420,12 +420,13 @@ msgstr "" "ਅਨਿਸ਼ਚਿਤਅੱਖਰ '%s', ਇਹ '>' ਅੱਖਰ ਦੀ ਉਮੀਦ ਸੀ ਤਾਂ ਕਿ ਐਲੀਮਿੰਟ '%s' ਦੇ ਸ਼ੁਰੂ ਟੈਗ ਨੂੰ ਬੰਦ ਕੀਤਾ " "ਜਾ ਸਕੇ" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, 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 "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ %1$s ਹੈ, ਐਲੀਮਿੰਟ %3$s ਦੇ ਇਸ ਵਿਸ਼ੇਸਤਾ ਨਾਂ %2$s ਮਗਰੋਂ = ਲੋੜੀਦਾ ਸੀ" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -435,7 +436,7 @@ msgstr "" "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%s' ਹੈ, ਇਕ ਅੱਖਰ '>'ਜਾਂ '/' ਨਿਸ਼ਚਿਤ ਅੱਖਰ ਹੈ ਤਾਂ ਕਿ ਹਿੱਸੇ ਦੇ ਸ਼ੁਰੂ ਕੀਤੇ ਟੈਗ ਨੂੰ " "ਖਤਮ ਕੀਤੀ ਜਾ ਸਕੇ '%s', ਜਾਂ ਚੁਣਿਆ ਪ੍ਰਤੀਕ, ਜਿਸ ਲ਼ਈ ਤੁਸੀ ਗਲਤ ਨਾਂ ਭਰਿਆ ਹੈ।" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -444,7 +445,7 @@ msgstr "" "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%1$s', ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਮਗਰੋਂ ਇਕ ਖੁੱਲਾ ਹਵਾਲਾ ਨਿਸ਼ਾਨ ਜ਼ਰੂਰੀ ਹੈ, ਜਦੋਂ ਕਿ ਤੁਸੀਂ " "ਇੱਕ ਐਲੀਮਿੰਟ '%3$s' ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ '%2$s' ਲਈ ਮੁੱਲ ਦੇ ਰਹੇ ਹੋ।" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "ਇਹ '%s' ਅੱਖਰ '%s' ਐਲੀਮਿੰਟ ਨਾਂ ਮਗਰੋਂ ਜਾਇਜ ਨਹੀਂ ਹੈ ; ਸਿਰਫ '>' ਅੱਖਰ ਹੀ ਮਨਜ਼ੂਰ ਹੈ" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਕੋਈ ਐਲੀਮਿੰਟ ਖੁੱਲ੍ਹਾ ਨਹੀਂ ਹੈ" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਪਰ ਅਜੇ '%s' ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "ਦਸਤਾਵੇਜ਼ ਖਾਲੀ ਹੈ ਜਾਂ ਕੇਵਲ ਖਾਲੀ ਥਾਂ ਹੀ ਰੱਖਦਾ ਹੈ" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਖੁੱਲੀ ਬਰੈਕਟ '<' ਪਾਉਣ ਮਗਰੋਂ" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, 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:1787 #, 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:1793 msgid "Document ended unexpectedly inside an element name" msgstr "ਇਕ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "ਇਕ ਐਲੀਮਿੰਟ-ਖੋਲ੍ਹਣ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -512,581 +514,582 @@ msgstr "" "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਤੋਂ ਪਹਿਲਾਂ ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਗੁਣ ਦਾ ਕੋਈ ਮੁੱਲ " "ਨਹੀਂ ਹੈ" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "ਇਕ ਗੁਣ ਦੇ ਮੁੱਲ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "ਇਕ ਐਲੀਮਿੰਟ '%s' ਦੇ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 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:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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 "(?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 "" -#: ../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 "ਸਬ-ਪੈਟਰਨ ਬਹੁਤ ਲੰਮਾ ਹੈ (ਵੱਧੋ-ਵੱਧ 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 "" -#: ../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 "ਰੈਗੂਲਰ ਐਕਸਪਰੈਸ਼ਨ %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 "ਅੱਖਰ %2$d ਉੱਤੇ ਰੈਗੂਲਰ ਸਮੀਕਰਨ %1$s ਨਾਲ ਕੰਪਾਇਲ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %3$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.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:358 ../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:364 ../glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "ਗਲਤ ਪ੍ਰੋਗਰਾਮ ਨਾਂ: %s" -#: ../glib/gspawn-win32.c:445 ../glib/gspawn-win32.c:718 -#: ../glib/gspawn-win32.c:1276 +#: 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:456 ../glib/gspawn-win32.c:732 -#: ../glib/gspawn-win32.c:1309 +#: 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:714 ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "ਗਲਤ ਵਰਕਿੰਗ ਡਾਇਰੈਕਟਰੀ: %s" -#: ../glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "ਮੱਦਦ ਪਰੋਗਰਾਮ (%s) ਸ਼ੁਰੂ ਕਰਨ 'ਚ ਫੇਲ੍ਹ" -#: ../glib/gspawn-win32.c:996 +#: 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() ਵਿੱਚ ਅਚਾਨਕ ਗਲਤੀ" +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 "ਚਾਈਲਡ ਪਰੋਸੈਸ (%s) ਤੋਂ ਡਾਟਾ ਖੋਲ੍ਹਣ ਲਈ select() ਵਿੱਚ ਅਚਾਨਕ ਗਲਤੀ" -#: ../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 "ਚਾਈਲਡ 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 "ਪੂਰਨ ਅੰਕ ਮੁੱਲ %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 "%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" +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 " @@ -1094,128 +1097,124 @@ msgid "" 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:1862 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, 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:1517 #, 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:822 ../gio/gfile.c:1010 ../gio/gfile.c:1143 -#: ../gio/gfile.c:1374 ../gio/gfile.c:1427 ../gio/gfile.c:1483 -#: ../gio/gfile.c:1564 ../gio/gfile.c:2602 ../gio/gfile.c:2647 -#: ../gio/gfile.c:2697 ../gio/gfile.c:2736 ../gio/gfile.c:3060 -#: ../gio/gfile.c:3462 ../gio/gfile.c:3545 ../gio/gfile.c:3628 -#: ../gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ" @@ -1228,93 +1227,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:1262 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "ਰੱਖਣ ਵਾਲਾ ਮਾਊਂਟ ਮੌਜੂਦ ਨਹੀਂ" -#: ../gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦਾ" -#: ../gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ" -#: ../gio/gfile.c:1971 ../gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਮੌਜੂਦ ਹੈ" -#: ../gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਲਗਾਤਾਰ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ" -#: ../gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "ਗਲਤ ਸਿੰਬੋਲਿੰਕ ਮੁੱਲ ਦਿੱਤਾ" -#: ../gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "ਰੱਦ ਸਹਾਇਕ ਨਹੀਂ" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "ਫਾਇਲ ਨਾਂ ਵਿੱਚ ' %c' ਮੌਜੂਦ ਨਹੀਂ ਹੋ ਸਕਦਾ" -#: ../gio/gfile.c:4759 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "ਵਾਲੀਅਮ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ ਹੈ" -#: ../gio/gfile.c:4867 +#: gio/gfile.c:4860 #, 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:425 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 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 "" @@ -1325,299 +1324,299 @@ 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:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ %s" -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "ਫਾਇਲ ਸਿਸਟਮ ਜਾਣਕਾਰੀ ਲੈਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: ../gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "ਰੂਟ ਡਾਇਰੈਕਟਰੀ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "ਫਾਇਲ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ, ਫਾਇਲ ਨਾਂ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ" -#: ../gio/glocalfile.c:1113 ../gio/glocalfile.c:1891 ../gio/glocalfile.c:1920 -#: ../gio/glocalfile.c:2069 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "ਫਾਇਲ ਨਾਂ ਬਦਲਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "ਫਾਇਲ ਖੋਲ੍ਹਣ ਦੌਰਾਨ ਗਲਤੀ: %s " -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਖੋਲ੍ਹੀ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: ../gio/glocalfile.c:1300 ../gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: ../gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: ../gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: ../gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: ../gio/glocalfile.c:1713 ../gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "ਰੱਦੀ ਡਾਇਰੈਕਟਰੀ ਲੱਭਣ ਜਾਂ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ" -#: ../gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ਰੱਦੀ 'ਚ ਭੇਜੀ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ: %s" -#: ../gio/glocalfile.c:1792 ../gio/glocalfile.c:1861 ../gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਲਈ ਅਸਮਰੱਥ: %s" -#: ../gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "" -#: ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "ਫਾਇਲ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: ../gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: ../gio/glocalfile.c:2029 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid extended attribute name" msgstr "ਗਲਤ ਐਕਸਟੈੱਡ ਗੁਣ ਨਾਂ" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "ਐਕਸਟੈੱਡ ਗੁਣ '%s' ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ਫਾਈਲ ਦੇਣ'ਚ ਗਲਤੀ: %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1454 msgid " (invalid encoding)" msgstr "(ਗਲਤ ਇੰਕੋਡਿੰਗ)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, c-format msgid "Error stating file descriptor: %s" msgstr "ਫਾਈਲ ਡਿਸਕ੍ਰਿਪਟਰ ਸਟੇਟਿੰਗ ਗਲਤੀ: %s " -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (uint32 ਲੋੜੀਦਾ ਸੀ)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, c-format msgid "Error setting permissions: %s" msgstr "ਅਧਿਕਾਰ ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "ਓਪਨ ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, c-format msgid "symlink must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: ਫਾਈਲ ਇੱਕ symlink ਨਹੀਂ ਹੈ" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:1994 #, 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:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, 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:260 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "" @@ -1625,93 +1624,122 @@ 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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "ਬਿਨ-ਨਾਂ" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI '%s' ਦੇ ਮੇਜ਼ਬਾਨ ਦਾ ਨਾਂ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "ਬਿਨ-ਨਾਂ" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 gio/gunixmounts.c:1815 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 "" -#: ../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 "[FILE...]" @@ -1724,4 +1752,3 @@ msgstr "[FILE...]" #~ msgid "Target file already exists" #~ msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ" - diff --git a/po/pl.po b/po/pl.po index c77d1d2b..dfd60d9f 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-09-14 17:12+0200\n" "Last-Translator: wadim dziedzic \n" "Language-Team: Polish \n" @@ -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:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "błąd wewnętrzny" @@ -903,47 +903,47 @@ msgstr "Nie można odczytać danych z procesu potomnego" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Nie można utworzyć potoku do komunikacji z procesem potomnym (%s)" -#: glib/gspawn-win32.c:332 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 "Nie można odczytać danych z potoku łączącego z procesem potomnym (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nie można zmienić katalogu na \"%s\" (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Nie można wykonać procesu potomnego (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Niepoprawna nazwa programu: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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 "Niepoprawna sekwencja argumencie w %d: %s" -#: glib/gspawn-win32.c:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Niepoprawna sekwencja w otoczeniu: %s" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Niepoprawny katalog roboczy: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Nie można uruchomić programu pomocniczego (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1203,7 +1203,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1270,10 +1270,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Dowiązania symboliczne nie są obsługiwane" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, 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\"" @@ -1393,111 +1393,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Niepoprawna nazwa klucza: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Niepoprawna nazwa komputera" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nie można utworzyć pliku \"%s\": %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Nie można utworzyć pliku \"%s\": %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Nie można utworzyć pliku \"%s\": %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Błąd podczas przetwarzania opcji %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1711,6 +1711,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Nazwa komputera w URI \"%s\" jest niepoprawna" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/pt.po b/po/pt.po index 2c2eeefd..54c468c5 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-01-30 20:20+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" @@ -562,7 +562,7 @@ msgstr "limite de retroceder alcançado" msgid "the pattern contains items not supported for partial matching" msgstr "o padrão contém itens não suportados para comparação parcial" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "erro interno" @@ -881,47 +881,47 @@ msgstr "Falha ao ler dados de processo filho" 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Nome de aplicação inválido: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1175,7 +1175,7 @@ msgstr "Valor de contagem demasiado grande passado para %s" msgid "Stream is already closed" msgstr "O fluxo já se encontra fechado" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "A operção foi cancelada" @@ -1242,10 +1242,10 @@ msgstr "a unidade não implementa a ejecção" msgid "drive doesn't implement polling for media" msgstr "a unidade não implementa a verificação de existência de media" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "Operação não suportada" @@ -1258,52 +1258,52 @@ 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Montagem contida não existe" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Incapaz de copiar sobre um directório" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Incapaz de copiar um directório sobre um directório" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Ficheiro de destino já existe" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Incapaz de copiar directório recursivamente" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Dado um valor de atalho inválido" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Não existe suporte para o Lixo" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Nomes de ficheiros não podem conter '%c'" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "unidade não implementa a montagem" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Não existe nenhuma aplicação registada para gerir este ficheiro" @@ -1365,111 +1365,111 @@ msgstr "Fluxo tem uma operação por terminar" msgid "Unable to find default local directory monitor type" msgstr "Incapaz de encontrar o tipo de monitor por omissão do directório local" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Nome de ficheiro %s inválido" -#: gio/glocalfile.c:958 +#: 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:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Incapaz de renomear o directório raiz" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Incapaz de renomear o ficheiro, o nome já existe" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Nome de ficheiro inválido" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear o ficheiro: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir o ficheiro: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Incapaz de abrir o directório" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Erro ao remover o ficheiro: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Erro ao enviar o ficheiro para o Lixo: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Incapaz de criar o directório de Lixo %s: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, 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:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Incapaz de encontrar ou criar o directório de Lixo" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, 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:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Incapaz de enviar o ficheiro para o Lixo: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao criar atalho: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover o ficheiro: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Incapaz de mover um directório sobre um directório" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao remover o ficheiro de destino: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Não é suportado mover entre montados" @@ -1683,6 +1683,35 @@ msgstr "Fluxo de saída não implementa a escrita" msgid "Source stream is already closed" msgstr "Fluxo de origem já está fechado" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Sem nome" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "O nome de máquina do URI '%s' é inválido" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Sem nome" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index 5bbe2896..77ce9835 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-21 22:24-0500\n" "Last-Translator: Og Maciel \n" "Language-Team: Brazilian Portuguese \n" @@ -570,7 +570,7 @@ msgstr "limite de backtracking alcançado" msgid "the pattern contains items not supported for partial matching" msgstr "o padrão contém itens sem suporte para correspondência parcial" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "erro interno" @@ -889,47 +889,47 @@ msgstr "Falha ao ler dados de processo filho" 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Nome de programa inválido: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1184,7 +1184,7 @@ msgstr "Valor muito alto passado para %s" msgid "Stream is already closed" msgstr "O fluxo já está fechado" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "A operação foi cancelada" @@ -1251,10 +1251,10 @@ msgstr "drive não implementa ejetar" msgid "drive doesn't implement polling for media" msgstr "drive não implementa verificação por mídia" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "Operação sem suporte" @@ -1267,52 +1267,52 @@ 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Ponto de montagem contido não existe" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Não foi possível copiar sobre diretório" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Não foi possível copiar diretório sobre diretório" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Arquivo alvo existe" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Não foi possível copiar o diretório recursivamente" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Valor fornecido de link simbólico inválido" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Não há suporte para lixeira" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Nomes de arquivo não podem conter \"%c\"" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volume não implementa montagem" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Nenhuma aplicação está registrada como manipuladora deste arquivo" @@ -1374,111 +1374,111 @@ msgstr "O fluxo tem operação pendente" msgid "Unable to find default local directory monitor type" msgstr "Não foi possível localizar o tipo de diretório monitor local padrão" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Nome de arquivo inválido: %s" -#: gio/glocalfile.c:958 +#: 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:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Não foi possível renomear o diretório root" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, 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:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Nome de arquivo inválido" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear arquivo: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir arquivo: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Não foi possível abrir diretório" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Erro ao remover arquivo: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Erro ao mover arquivo para a lixeira: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, 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:1634 +#: gio/glocalfile.c:1648 #, 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:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, 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:1767 +#: gio/glocalfile.c:1781 #, 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:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Não foi possível mover arquivo para a lixeira: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao criar link simbólico: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover arquivo: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Não foi possível mover diretório sobre diretório" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao remover arquivo alvo: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Não há suporte a mover entre montagens" @@ -1692,6 +1692,35 @@ msgstr "Fluxo de saída não implementa escrita" msgid "Source stream is already closed" msgstr "A fonte do fluxo já está fechada" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Não nomeado" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "O nome de servidor do URI \"%s\" é inválido" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Não nomeado" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/ro.po b/po/ro.po index b9807d53..244f2409 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,234 +7,235 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-02-25 19:32+0000\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-06 23:16+0200\n" "Last-Translator: Mişu Moldovan \n" "Language-Team: Română \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\n" +"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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Nu se aştepta eticheta „%s” în „%s”" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, 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:1982 #, 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: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 #, 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:2359 #, 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:2444 #, 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:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, 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:3404 #, 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" -#: ../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 "Conversia de la setul de caractere „%s” la „%s” nu este implementată" -#: ../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 "Nu s-a putut iniÅ£ia conversia de la „%s” la „%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 "Secvenţă de octeÅ£i invalidă în intrarea conversiei" -#: ../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 "Eroare în timpul conversiei: %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 "Secvenţă parÅ£ială de caractere la sfârşitul intrării" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nu se poate converti rezerva „%s” la setul de caractere „%s”" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI-ul „%s” nu este un URI absolut folosind schema „fişier”" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI-ul fişierului local „%s” nu poate include un „#”" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI-ul „%s” este invalid" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Gazda URI-ului „%s” este invalidă" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI-ul „%s” conÅ£ine caractere „escaped” invalide" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Calea „%s” nu este o cale absolută" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 #, c-format msgid "Invalid hostname" msgstr "Nume gazdă invalid" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:104 glib/gdir.c:124 #, c-format msgid "Error opening directory '%s': %s" msgstr "Eroare la deschiderea directorului „%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 "Nu s-au putut aloca %lu octeÅ£i pentru citirea fişierului „%s”" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Eroare la citirea fişierului „%s”: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Nu s-a putut citi din fişierul „%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 "Nu s-a putut deschide fişierul „%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 "Nu s-au putut obÅ£ine atributele fişierului „%s”: fstat() a eşuat: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nu s-a putut deschide fişierul „%s”: fdopen() a eşuat: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Nu s-a putut redenumi fişierul „%s” în „%s”: g_rename() a eşuat: %s" -#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nu s-a putut crea fişierul „%s”: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Nu s-a putut deschide fişierul „%s” pentru scriere, fdopen() a eşuat: %s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Nu s-a putut scrie fişierul „%s”: fwrite() a eşuat: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Nu s-a putut închide fişierul „%s”: fclose() a eşuat: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Fişierul existent „%s” nu a putut fi şters: g_unlink() a eşuat: %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Şablonul „%s” este invalid, n-ar trebui să conÅ£ină un „%s”" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Şablonul „%s” nu conÅ£ine XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -242,85 +243,84 @@ msgstr[0] "un octet" msgstr[1] "%u octeÅ£i" msgstr[2] "%u de octeÅ£i" -#: ../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 GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nu s-a putut citi legătura simbolică „%s”: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Legăturile simbolice nu sunt implementate" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Nu s-a putut iniÅ£ia conversia de la „%s” la „%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 "Nu s-au putut citi datele brute din 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 "Date neconvertite rămase în memoria tampon pentru citire" -#: ../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 "Canalul se termină cu un caracter parÅ£ial" -#: ../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 "Nu s-au putut citi datele brute din 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 "Nu s-a putut deschide fişierul „%s”: open() a eşuat: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format 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:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Eroare în linia %d, caracterul %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Eroare în linia %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 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:452 #, 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:486 #, 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:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Numele entităţii „%s” nu este cunoscut" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -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:587 #, 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:612 #, 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:627 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: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 " @@ -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:723 msgid "Unfinished entity reference" msgstr "Referinţă neterminată la o entitate" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Referinţă caracter neterminată" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Text codat UTF-8 invalid - secvenţă prea lungă" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 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:1036 #, 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:1074 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:1114 #, 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:1178 #, 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:1267 #, 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:1309 #, 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:1395 #, 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:1537 #, c-format msgid "" "'%s' is not a valid character following the characters '”" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, 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:1597 #, 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:1757 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:1771 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:1779 glib/gmarkup.c:1824 #, 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:1787 #, 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:1793 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:1799 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:1804 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:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -525,406 +525,406 @@ 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:1817 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:1833 #, 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:1839 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 " "unei instrucÅ£iuni de procesare" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "obiect corupt" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "eroare internă sau obiect corupt" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "memorie insuficientă" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "s-a atins limita 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 "" "modelul de căutare conÅ£ine elemente pentru care nu se pot face comparaÅ£ii " "parÅ£iale" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "eroare internă" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "pentru condiÅ£iile de tip „back reference” nu se pot face comparaÅ£ii parÅ£iale" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "s-a atins limita de recursivitate" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "s-a atins limita maximă pentru substringuri nule" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "combinaÅ£ie invalidă de indicatori de linie nouă" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "eroare necunoscută" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ la sfârşitul unui „pattern”" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c la sfârşitul unui „pattern”" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "după \\ urmează un caracter necunoscut" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" -msgstr "nu se permite aici trecerea la majuscule sau invers prin folosirea " -"de caractere „escape” (\\l, \\L, \\u, \\U)" +msgstr "" +"nu se permite aici trecerea la majuscule sau invers prin folosirea de " +"caractere „escape” (\\l, \\L, \\u, \\U)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "numere neordonate în cuantificatorul {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "număr prea mare în cuantificatorul {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "lipseşte un ] de închidere pentru clasa caracter" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "secvenţă invalidă de tip „escape” în clasa caracter" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "interval depăşit în clasa caracter" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nimic de repetat" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "caracter nerecunoscut după (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "caracter nerecunoscut după (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "caracter nerecunoscut după (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "clasele cu nume POSIX sunt implementate doar înăuntrul altei clase" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "lipseşte un ) de închidere" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") fără un ( în faţă" #. 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 sau (?[+-]digiÅ£i trebuie urmaÅ£i de )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referinţă la un „subpattern” inexistent" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "lipseşte un ) după comentariu" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "regexp prea mare" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "nu s-a putut aloca memoria" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "aserÅ£iunea „lookbehind” nu e de lungime fixă" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "număr greşit formatat sau nume după (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "grupul de condiÅ£ii conÅ£ine mai mult de două ramuri" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "se aşteaptă o aserÅ£iune după (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "nume POSIX necunoscut de clasă" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "elementele POSIX de unire nu sunt implementate" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "valoarea caracterului în secvenÅ£a \\x{...} este prea mare" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "condiÅ£ie invalidă (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C nu este permis în aserÅ£iunea „lookbehind”" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "apelul recursiv e pasibil de a intra în buclă infinită" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "terminator lipsă în numele de „subpattern”" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "două „subpattern”-uri au acelaşi nume" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "secvenţă malformată \\P sau \\p" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "nume necunoscut de proprietate după \\P ori \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "nume de „subpattern” prea lung (sunt permise cel mult 32 de caractere)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "prea multe nume de „subpattern”-uri (sunt permise cel mult 10.000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "valoarea octală este mai mare decât \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "grupul DEFINE conÅ£ine mai mult de o ramură" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "nu se permite repetarea unui grup DEFINE" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "opÅ£iuni NEWLINE inconsistente" -#: ../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 nu este urmat de un nume între acolade sau un număr diferit de zero, opÅ£ional între acolade" +"\\g nu este urmat de un nume între acolade sau un număr diferit de zero, " +"opÅ£ional între acolade" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "repetare neaşteptată" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "„overflow” în cod" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "spaÅ£iul de compilare a fost depăşit" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "nu s-a găsit „subpattern”-ul referit şi verificat anterior" -#: ../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 "Eroare la compararea expresiei regulare %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "Biblioteca PCRE este compilată cu suport UTF-8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Biblioteca PCRE este compilată fără suport pentru proprietăţi UTF-8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Eroare la parsarea expresiei regulare %s la caracterul %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Eroare la optimizarea expresiei regulare %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "se aştepta un digit hexadecimal or „}”" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "se aştepta un digit hexadecimal" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "„<” lipsă în referinÅ£a simbolică" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "referinţă simbolică neterminată" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "referinţă simbolică de lungime zero" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "se aştepta un digit" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "referinţă simbolică ilegală" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "„\\” inutil la final" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "secvenţă „escape” necunoscută" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Eroare la prelucrarea textul de înlocuire „%s” la caracterul %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Textul citat nu începe cu un semn de citare" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Semn de citare nepereche în linia de comandă sau text „shell-quoted”" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Textul s-a terminal imediat după un caracter „\\” (textul 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 "" "Textul s-a terminal înainte de semnul de citare pereche pentru %c (textul " "era „%s”)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Textul era gol (sau conÅ£inea doar spaÅ£iu gol)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 #, c-format msgid "Failed to read data from child process" msgstr "Nu s-au putut citi datele de la procesul copil" -#: ../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 "" "Nu s-a putut crea conectorul „pipe” pentru comunicarea cu procesul copil (%s)" -#: ../glib/gspawn-win32.c:332 ../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 "Nu s-au putut citi datele din conectorul „pipe” copil (%s)" -#: ../glib/gspawn-win32.c:358 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nu s-a putut schimba directorul curent în directorul „%s” (%s)" -#: ../glib/gspawn-win32.c:364 ../glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Nu s-a putut executa procesul copil (%s)" -#: ../glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Nume invalid de program: %s" -#: ../glib/gspawn-win32.c:445 ../glib/gspawn-win32.c:718 -#: ../glib/gspawn-win32.c:1276 +#: 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 "Secvenţă invalidă în vectorul argumentului la %d: %s" -#: ../glib/gspawn-win32.c:456 ../glib/gspawn-win32.c:732 -#: ../glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Secvenţă invalidă în variabilele de mediu: %s" -#: ../glib/gspawn-win32.c:714 ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Director curent invalid: %s" -#: ../glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Nu s-a putut pornit programul asociat (%s)" -#: ../glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -933,143 +933,143 @@ msgstr "" "Eroare neaşteptată în g_io_channel_win32_poll() la citirea datelor de la " "procesul copil" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Nu s-au putut citi datele din procesul copil (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Eroare neaşteptată în select() la citirea datelor din procesul copil (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Eroare neaşteptată în waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Nu s-a putut clona procesul (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nu s-a putut executa procesul „%s” (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nu s-a putut redirecta ieşirea sau intrarea procesului copil (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nu s-a putut clona procesul copil (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Eroare necunoscută la lansarea în execuÅ£ie a procesului copil „%s”" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nu s-au putut citi date suficiente de la procesul copil (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 #, c-format msgid "Character out of range for UTF-8" msgstr "Caracter în afara limitelor standardului 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 "Secvenţă invalidă în intrarea conversiei" -#: ../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 în afara limitelor standardului UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Utilizare:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPÅ¢IUNE...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "OpÅ£iuni ajutor:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Arată opÅ£iunile de ajutor" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Arată toate opÅ£iunile de ajutor" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "OpÅ£iuni aplicaÅ£ie:" -#: ../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 "Nu se poate prelucra valoarea întregului „%s” pentru %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 "Valoarea întregului „%s” pentru %s este în afara limitelor" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Nu se poate prelucra valoarea dublă „%s” pentru %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Valoarea dublă „%s” pentru %s este în afara limitelor" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Eroare la prelucrarea opÅ£iunii %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "Argument lipsă pentru %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "OpÅ£iune necunoscută %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Nu s-a găsit un fişier cheie valid în directoarele de căutare" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Nu este un fişier obişnuit" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Fişierul este gol" -#: ../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" @@ -1077,49 +1077,49 @@ msgstr "" "Fişierul-cheie conÅ£ine linia „%s” care nu este o pereche cheie-valoare, un " "grup sau un comentariu" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Nume invalid de grup: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Fişierul cheie nu începe cu un grup" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Nume invalid de cheie: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Fişierul cheie are o codare neimplementată de tip „%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 "Fişierul cheie nu are grupul „%s”" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Fişierul cheie nu are cheie „%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 "Fişierul cheie conÅ£ine cheia „%s” cu valoarea „%s” care nu este 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 "Fişierul cheie conÅ£ine cheia „%s” care are o valoare neinterpretabilă." -#: ../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 +1128,125 @@ msgstr "" "Fişierul cheie conÅ£ine cheia „%s” în grupul „%s” care are o valoare ce nu " "poate fi interpretată" -#: ../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 "Fişierul cheie nu are cheia „%s” în grupul „%s”" -#: ../glib/gkeyfile.c:3471 +#: glib/gkeyfile.c:3471 #, c-format msgid "Key file contains escape character at end of line" msgstr "Fişieul cheie conÅ£ine caractere „escape” la sfârşit de linie" -#: ../glib/gkeyfile.c:3493 +#: glib/gkeyfile.c:3493 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI-ul „%s” conÅ£ine secvenÅ£e „escaped” invalide" -#: ../glib/gkeyfile.c:3635 +#: glib/gkeyfile.c:3635 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Valoarea „%s” nu poate fi interpretată ca un număr." -#: ../glib/gkeyfile.c:3649 +#: glib/gkeyfile.c:3649 #, c-format msgid "Integer value '%s' out of range" msgstr "Valoarea întregului „%s” este în afara limitelor" -#: ../glib/gkeyfile.c:3682 +#: glib/gkeyfile.c:3682 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Valoarea „%s” nu poate fi interpretată ca un număr flotant." -#: ../glib/gkeyfile.c:3706 +#: glib/gkeyfile.c:3706 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Valoarea „%s” nu poate fi interpretată ca o valoare 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 "S-a pasat o valoare prea mare către %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 "Flux deja închis" -#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1862 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "OperaÅ£iunea a fost anulată" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 msgid "Unknown type" msgstr "Tip necunoscută" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "tip de fişier %s" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:577 #, c-format msgid "%s type" msgstr "tip %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "„End-of-stream” neaşteptat de timpuriu" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nedenumit" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:588 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Fişierul desktop nu a specificat un câmp „Exec”" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:882 #, c-format msgid "Unable to find terminal required for application" msgstr "Nu s-a găsit un terminal pentru pornirea aplicaÅ£iei" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1114 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Nu se poate crea pentru utilizator directorul cu opÅ£iunile aplicaÅ£iei %s: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1118 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nu se poate crea pentru utilizator directorul cu opÅ£iunile MIME %s: %s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1457 #, c-format msgid "Can't create user desktop file %s" msgstr "Nu se poate crea fişierul desktop %s" -#: ../gio/gdesktopappinfo.c:1517 +#: gio/gdesktopappinfo.c:1517 #, c-format msgid "Custom definition for %s" msgstr "DefiniÅ£ie personalizată pentru %s" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:372 msgid "drive doesn't implement eject" msgstr "unitatea nu poate ejecta discul" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:439 msgid "drive doesn't implement polling for media" msgstr "unitatea nu poate verifica ciclic pentru discuri noi" -#: ../gio/gfile.c:822 ../gio/gfile.c:1010 ../gio/gfile.c:1143 -#: ../gio/gfile.c:1374 ../gio/gfile.c:1427 ../gio/gfile.c:1483 -#: ../gio/gfile.c:1564 ../gio/gfile.c:2602 ../gio/gfile.c:2647 -#: ../gio/gfile.c:2697 ../gio/gfile.c:2736 ../gio/gfile.c:3060 -#: ../gio/gfile.c:3462 ../gio/gfile.c:3545 ../gio/gfile.c:3628 -#: ../gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "OperaÅ£iune neimplementată" @@ -1263,93 +1259,93 @@ 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:1262 ../gio/glocalfile.c:1038 ../gio/glocalfile.c:1049 -#: ../gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Montarea conÅ£inută nu există" -#: ../gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Nu se poate copia peste director" -#: ../gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Nu se poate copia un director peste un alt director" -#: ../gio/gfile.c:1971 ../gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Fişierul destinaÅ£ie există deja" -#: ../gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Nu se poate copia recursiv directorul" -#: ../gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "S-a primit o valoare invalidă pentru legătura simbolică" -#: ../gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Nu există o implementare pentru coşul de gunoi" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Numele de fişiere nu pot conÅ£ine „%c”" -#: ../gio/gfile.c:4759 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volumul nu implementează montarea" -#: ../gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Nu există o aplicaÅ£ie înregistrată pentru deschiderea acestui fişier" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format 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:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425 #, 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:415 msgid "File enumerator is already closed" msgstr "Enumeratorul fişierului este deja închis" -#: ../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 "Fluxul nu implementează „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 "Căutarea în flux nu este implementată" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Nu se permite trunchierea fluxului de intrare" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Trunchierea fluxului nu este implementată" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Fluxul de intrare nu are implementată o funcÅ£ie de citire" @@ -1360,301 +1356,303 @@ msgstr "Fluxul de intrare nu are implementată o funcÅ£ie de citire" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:904 ../gio/goutputstream.c:1086 +#: gio/ginputstream.c:904 gio/goutputstream.c:1086 #, c-format msgid "Stream has outstanding operation" msgstr "Asupra fluxului se execută deja o operaÅ£iune" -#: ../gio/glocaldirectorymonitor.c:270 +#: gio/glocaldirectorymonitor.c:270 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" "Nu s-a putut identifica tipul implicit de monitorizare a directoarelor locale" -#: ../gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Nume invalid de fişier: %s" -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Eroare la citirea detaliilor sistemului de fişiere: %s" -#: ../gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Nu se poate redenumi directorul rădăcină" -#: ../gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, 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:1113 ../gio/glocalfile.c:1891 ../gio/glocalfile.c:1920 -#: ../gio/glocalfile.c:2069 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "Nume invalid de fişier" -#: ../gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Eroare la redenumirea fişierului: %s" -#: ../gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Eroare la deschiderea fişierului: %s" -#: ../gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Nu se poate deschide directorul" -#: ../gio/glocalfile.c:1300 ../gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Eroare la ştergerea fişierului: %s" -#: ../gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Eroare la mutarea la coş a fişierului: %s" -#: ../gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, 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:1634 +#: gio/glocalfile.c:1648 #, 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:1713 ../gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, 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:1767 +#: gio/glocalfile.c:1781 #, 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:1792 ../gio/glocalfile.c:1861 ../gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Nu s-a putut muta la coş fişierul: %s" -#: ../gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Eroare la crearea legăturii simbolice: %s" -#: ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Eroare la mutarea fişierului: %s" -#: ../gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Nu se poate muta un director peste un alt director" -#: ../gio/glocalfile.c:2029 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Eroare la ştergerea fişierului destinaÅ£ie: %s" -#: ../gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" -msgstr "OperaÅ£iunea de mutare între două dispozitive montate nu este implementată" +msgstr "" +"OperaÅ£iunea de mutare între două dispozitive montate nu este implementată" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, 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:716 #, 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:723 #, c-format msgid "Invalid extended attribute name" msgstr "Nume invalid de atribut extins" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, 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:1398 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:1454 msgid " (invalid encoding)" msgstr " (codare invalidă)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, 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:1659 #, 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:1676 #, 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:1694 #, 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:1720 #, c-format msgid "Error setting permissions: %s" msgstr "Eroare la definirea permisiunilor: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "Eroare la definirea deÅ£inătorului: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, 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:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "Eroare la definirea legăturii simbolice: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, 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ă" +"Eroare la definirea legăturii simbolice: fişierul nu este o legătură " +"simbolică" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:1994 #, c-format msgid "Setting attribute %s not supported" msgstr "Definirea atributului %s nu este implementată" -#: ../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 "Eroare la citirea din fişier: %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 "Eroare la căutarea în fişier: %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 "Eroare la închiderea fişierului: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:197 #, c-format msgid "Unable to find default local file monitor type" msgstr "Nu s-a găsit tipul implicit de monitorizare a fişierelor locale" -#: ../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 "Eroare la scrierea în fişier: %s" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "Eroare la ştergerea vechii legături simbolice 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 "Eroare la crearea copiei de backup: %s" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "Eroare la redenumirea fişierului temporar: %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 "Eroare la trunchierea fişierului: %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 "Eroare la deschiderea fişierului „%s”: %s" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 #, c-format msgid "Target file is a directory" msgstr "Fişierul destinaÅ£ie este un director" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 #, c-format msgid "Target file is not a regular file" msgstr "Fişierul destinaÅ£ie nu este un fişier obişnuit" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 #, c-format 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:517 #, 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:527 #, c-format msgid "Invalid seek request" msgstr "Cerere invalidă de căutare" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Nu se poate trunchia GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:260 #, 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:295 #, 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:311 #, c-format msgid "Failed to resize memory output stream" msgstr "Nu s-a putut redimensiona fluxul de ieşire al memoriei" @@ -1662,93 +1660,121 @@ msgstr "Nu s-a putut redimensiona fluxul de ieşire al memoriei" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:344 msgid "mount doesn't implement unmount" msgstr "obiectul montat nu implementează demontarea" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:419 msgid "mount doesn't implement eject" msgstr "obiectul montat nu implementează ejectarea" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:501 msgid "mount doesn't implement remount" msgstr "obiectul montat nu implementează remontarea" -#: ../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 "Fluxul de ieşire nu implementează scriere" -#: ../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 "Sursa fluxului este deja închisă" -#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Nedenumit" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Gazda URI-ului „%s” este invalidă" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Nedenumit" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format msgid "Error reading from unix: %s" msgstr "Eroare la citirea din „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 "Eroare la închiderea „unix”: %s" -#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 msgid "Filesystem root" msgstr "Rădăcina sistemului de fişiere" -#: ../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 "Eroare la scrierea în „unix”: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:423 msgid "volume doesn't implement eject" msgstr "Volumul nu implementează ejectarea" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Nu s-a găsit aplicaÅ£ia" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Eroare la lansarea aplicaÅ£iei: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "Legăturile de tip URI nu sunt implementate" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "editarea asocierilor de fişiere nu e implementată în Windows" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Crearea asocierilor de fişiere nu este implementată în Windows" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "nu ascunde intrările" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "utilizează un format detaliat de listare" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FIŞIER...]" - diff --git a/po/ru.po b/po/ru.po index f1456276..9a0291c3 100644 --- a/po/ru.po +++ b/po/ru.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-09 01:09+0300\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-05 20:59+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -20,226 +20,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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Неожиданный тэг «%s» внутри «%s»" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 +#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Не удалось найти допустимый файл закладок в каталогах поиска" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Для ресурса URI «%s» закладок не найдено" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "В закладке на ресурс «%s» не определён тип MIME" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Отметка о приватности данных в закладке для URI «%s» не определена" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Нет приложения с именем «%s», создавшего закладку для «%s»" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, 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:104 glib/gdir.c:124 #, 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" @@ -247,84 +249,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:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Ошибка в строке %d на символе %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Ошибка в строке %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -"Обнаружена пустая конструкция «&;»; допустимыми конструкциями являются: " -"& " < > '" +"Обнаружена пустая конструкция «&;»; допустимыми конструкциями являются: & " +"" < > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -335,17 +341,17 @@ msgstr "" "конструкцию; если этот символ не должен быть частью конструкции, то " "экранируйте его конструкцией «&»" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Символ «%s» недопустим внутри названия конструкции" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Наименование конструкции «%s» неизвестно" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -354,25 +360,25 @@ msgstr "" "использован не для обозначения начала конструкции — экранируйте его как " "«&»" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, 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:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Ссылка на символ «%-.*s» не определяет допустимый символ" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "Ссылка на символ пуста; она должна включать номер, например dž" -#: ../glib/gmarkup.c:637 +#: 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 " @@ -382,38 +388,38 @@ msgstr "" "использован не для обозначения начала конструкции — экранируйте его как " "«&»" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "Ссылка на конструкцию не закончена" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Ссылка на символ не закончена" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "" "Текст закодирован как UTF-8 недопустимым образом — слишком длинная " "последовательность" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" "Текст закодирован как UTF-8 недопустимым образом — неправильный начальный " "символ" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "" "Текст закодирован как UTF-8 недопустимым образом — недопустимая " "последовательность «%s»" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. )" msgstr "Документ должен начинаться с элемента (например )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -422,16 +428,16 @@ msgstr "" "Символ «%s» является недопустимым после символа «<»; этот символ не может " "начинать имя элемента" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1178 #, 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:1267 +#: glib/gmarkup.c:1267 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -439,7 +445,7 @@ msgstr "" "Встретился лишний символ «%s», ожидался символ «=» после имени атрибута «%s» " "элемента «%s»" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -450,7 +456,7 @@ msgstr "" "открывающего тэга элемента «%s», либо, возможно, атрибут; может быть, был " "использован недопустимый символ в имени атрибута" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -459,16 +465,16 @@ msgstr "" "Встретился лишний символ «%s», ожидалась открывающая двойная кавычка после " "знака равенства при присваивании значения атрибуту «%s» элемента «%s»" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters '»" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Элемент «%s» был закрыт, ни один элемент в настоящий момент не открыт" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "Элемент «%s» был закрыт, но открытым в настоящий момент является элемент «%s»" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "Документ был пуст или содержал только пробелы" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Документ неожиданно окончился сразу же после открывающей угловой скобки «<»" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -506,7 +512,7 @@ msgstr "" "Документ неожиданно окончился, когда ещё были открыты элементы — «%s» был " "последним открытым элементом" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -514,19 +520,19 @@ msgid "" msgstr "" "Документ неожиданно окончился, ожидалась закрывающая тэг <%s/> угловая скобка" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Документ неожиданно окончился внутри имени элемента" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Документ неожиданно окончился внутри имени атрибута" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Документ неожиданно окончился внутри открывающего элемент тэга" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -534,406 +540,409 @@ msgstr "" "Документ неожиданно окончился после знака равенства, следующего за именем " "атрибута; значение атрибута не указано" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Документ неожиданно окончился внутри значения атрибута" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Документ неожиданно окончился внутри тэга, закрывающего элемент «%s»" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 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:1883 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 " "process" @@ -941,141 +950,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" @@ -1083,50 +1098,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 " @@ -1135,122 +1151,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 "Файл ключей содержит символ 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:1876 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, 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:1517 #, 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: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 msgid "Operation not supported" msgstr "Действие не поддерживается" @@ -1262,79 +1281,94 @@ 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 +#, c-format msgid "Containing mount does not exist" msgstr "Содержащая точка монтирования не существует" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1895 +#, c-format msgid "Can't copy over directory" msgstr "Нельзя скопировать поверх каталога" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1955 +#, c-format msgid "Can't copy directory over directory" msgstr "Нельзя скопировать каталог поверх каталога" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 +#, c-format msgid "Target file exists" msgstr "Целевой файл существует" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:1981 +#, c-format msgid "Can't recursively copy directory" msgstr "Не удалось рекурсивно скопировать каталог" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2679 +#, c-format msgid "Invalid symlink value given" msgstr "Дано неверное значение символьной ссылки" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2772 +#, c-format msgid "Trash not supported" msgstr "Корзина не поддерживается" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Имена файлов не могут содержать «%c»" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "том не реализует присоединение" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4860 +#, 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:425 +#, c-format msgid "File enumerator has outstanding operation" msgstr "Перечислитель файлов имеет незавершённое действие" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 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 "Входной поток не реализует чтение" @@ -1344,359 +1378,423 @@ 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:1090 +#, c-format msgid "Can't rename root directory" msgstr "Нельзя переименовать корневой каталог" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1108 +#, 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: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 +#, c-format msgid "Invalid filename" msgstr "Недопустимое имя файла" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Произошла ошибка при переименовании файла: %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Произошла ошибка при открытии файла: %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1254 +#, c-format msgid "Can't open directory" msgstr "Не удалось открыть каталог" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Произошла ошибка при удалении файла: %s" -#: ../gio/glocalfile.c:1604 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Произошла ошибка при удалении файла в корзину: %s" -#: ../gio/glocalfile.c:1627 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не удалось создать каталог корзины %s: %s" -#: ../gio/glocalfile.c:1648 +#: gio/glocalfile.c:1648 +#, c-format msgid "Unable to find toplevel directory for trash" msgstr "Не удалось найти каталог верхнего уровня для корзины" -#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 +#, c-format msgid "Unable to find or create trash directory" msgstr "Не удалось найти или создать каталог корзины" -#: ../gio/glocalfile.c:1781 +#: gio/glocalfile.c:1781 #, 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:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Не удалось удалить файл в корзину: %s" -#: ../gio/glocalfile.c:1938 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Произошла ошибка при создании символьной ссылки: %s" -#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Произошла ошибка при перемещении файла: %s" -#: ../gio/glocalfile.c:2021 +#: gio/glocalfile.c:2021 +#, 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:2043 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:2062 #, c-format msgid "Error removing target file: %s" msgstr "Произошла ошибка при удалении целевого файла: %s" -#: ../gio/glocalfile.c:2076 +#: gio/glocalfile.c:2076 +#, c-format msgid "Move between mounts not supported" msgstr "Перемещение между точками монтирования не поддерживается" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 +#, c-format msgid "Attribute value must be non-NULL" msgstr "Значение атрибута не должно быть NULL" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 +#, c-format msgid "Invalid attribute type (string expected)" msgstr "Неверный тип атрибута (ожидалась строка)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 +#, c-format msgid "Invalid extended attribute name" msgstr "Недопустимое имя расширенного атрибута" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Произошла ошибка при установке расширенного атрибута «%s»: %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Произошла ошибка при получении сведений о файле «%s»: %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1454 msgid " (invalid encoding)" msgstr " (неверная кодировка)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, c-format msgid "Error stating file descriptor: %s" msgstr "Произошла ошибка при получении сведений о файловом дескрипторе: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 +#, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Неверный тип атрибута (ожидался uint32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 +#, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Неверный тип атрибута (ожидался uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 +#, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Неверный тип атрибута (ожидалась строка byte)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, c-format msgid "Error setting permissions: %s" msgstr "Произошла ошибка при установке прав: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "Произошла ошибка при установке владельца: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 +#, 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:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "Произошла ошибка при установке символьной ссылки: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 +#, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" "Произошла ошибка при установке символьной ссылки: файл не является " "символьной ссылкой" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:1994 #, 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:517 +#, c-format msgid "Invalid GSeekType supplied" msgstr "Передан недопустимый GSeekType" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#, 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:260 +#, c-format msgid "Reached maximum data array limit" msgstr "Достигнут максимальный предел массива данных" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 +#, c-format msgid "Memory output stream not resizable" msgstr "Невозможно изменить размер выходного потока в память" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 +#, c-format msgid "Failed to resize memory output stream" msgstr "Не удалось изменить размер выходного потока в память" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c: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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Без имени" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Недопустимое имя узла в URI «%s»" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Без имени" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 gio/gunixmounts.c:1815 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 508d8c19..d027dbca 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2005-03-28 19:34-0700\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" @@ -548,7 +548,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -868,47 +868,47 @@ msgstr "Kuri Gusoma Ibyatanzwe Bivuye" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Kuri Kurema kugirango Na:" -#: glib/gspawn-win32.c:332 glib/gspawn.c:1119 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119 #, fuzzy, c-format msgid "Failed to read from child pipe (%s)" msgstr "Kuri Gusoma Bivuye" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, fuzzy, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Kuri Guhindura>> Kuri bushyinguro" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, fuzzy, c-format msgid "Failed to execute child process (%s)" msgstr "Kuri Gukora" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "Izina ry'inturo:" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "in Ihindurangero Iyinjiza" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "Gufungura %s%S bushyinguro" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "Kuri Gukora Porogaramu" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, fuzzy, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1158,7 +1158,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1225,10 +1225,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "amahuza OYA" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1348,105 +1348,105 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Izina ry'inturo:" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Izina ry'inturo:" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, 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:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, 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:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, 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:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 #, c-format @@ -1454,12 +1454,12 @@ msgid "Backup file creation failed" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1683,6 +1683,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Izina ry'inturo: Bya ni Sibyo" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +msgid "" +"Whether to use default fallbacks found by shortening the name at '-' " +"characters. Ignores names after the first if multiple names are given." +msgstr "" + # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text #: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 #: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 diff --git a/po/si.po b/po/si.po index 5bd12b50..82b76268 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-06-20 14:56+0530\n" "Last-Translator: Danishka Navin \n" "Language-Team: Sinhala \n" @@ -522,7 +522,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "අභ්‍යන්තර දෝෂය" @@ -838,47 +838,47 @@ msgstr "" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "සාවද්‍ය වැඩසටහන් නම: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "සාවද්‍ය වැඩකරන බහලුම: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1123,7 +1123,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1190,10 +1190,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1313,111 +1313,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "සාවද්‍ය යතුරු නම: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "සාවද්‍ය ධාරක නාමය" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%d පේළියේ à¶­ දෝෂයකි: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1631,6 +1631,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "'%s' URI හි ධාරක නාමය සාවද්‍ය වේ" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/sk.po b/po/sk.po index 4dceeea9..ba05ff11 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-09 23:34+0100\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-03-09 23:34+0100\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -19,228 +19,228 @@ 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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, fuzzy, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" "Prebytočný znak '%s'. Bol očakávaný znak '=' za menom atribútu '%s' elementu " "'%s'" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, 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:1781 #, 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:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, 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:104 glib/gdir.c:124 #, 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" @@ -248,84 +248,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:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, fuzzy, c-format msgid "Error on line %d char %d: " msgstr "Chyba na riadku %d znak %d: %s" -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Chyba na riadku %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Nájdená prázdna entita '&;', platné entity sú: & " < > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -335,17 +334,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:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Znak '%s' nie je platný v mene entity" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Meno entity '%s' nie je známe" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -353,7 +352,7 @@ msgstr "" "Entita nekončí bodkočiarkou. Asi ste použili znak & bez toho, aby ste ho " "zapísali ako &" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -362,17 +361,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:612 +#: glib/gmarkup.c:612 #, 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:627 +#: glib/gmarkup.c:627 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:637 +#: 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 " @@ -381,41 +380,41 @@ msgstr "" "Odkaz na znak neskončil bodkočiarkou. Asi ste použili & a nezadali ste ho " "ako &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "Neukončený odkaz na entitu" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Neukončený odkaz na znak" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 #, fuzzy msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Neplatný text v kódovaní UTF-8" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 #, fuzzy msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Neplatný text v kódovaní UTF-8" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, fuzzy, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Neplatný text v kódovaní UTF-8" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. )" msgstr "Dokument musí začínaÅ¥ elementom (napr. )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, 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:1178 +#: glib/gmarkup.c:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -424,7 +423,7 @@ msgstr "" "Prebytočný znak '%s'. Bol očakávaný znak '>', aby skončil začiatočnú značku " "elementu '%s'" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -432,7 +431,7 @@ msgstr "" "Prebytočný znak '%s'. Bol očakávaný znak '=' za menom atribútu '%s' elementu " "'%s'" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -443,7 +442,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:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -452,7 +451,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:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, 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:1597 +#: glib/gmarkup.c:1597 #, 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:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "Dokument je prázdny alebo obsahuje iba medzery" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 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:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -495,7 +494,7 @@ msgstr "" "Dokument neočakávane skončil s otvorenými elementami - '%s' bol posledný " "otvorený element." -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -503,421 +502,419 @@ msgid "" msgstr "" "Dokument neočakávane skončil, očakával sa znak '>' pre ukončenie značky <%s>" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument neočakávane skončil v mene elementu" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument neočakávane skončil v mene atribútu" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 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:1810 +#: glib/gmarkup.c:1810 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:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument neočakávane skončil v hodnote atribútu" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, 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:1839 +#: glib/gmarkup.c:1839 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:1883 +#: glib/gregex.c:154 gio/glocalfile.c:1883 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 #, fuzzy msgid "missing terminating ] for character class" msgstr "Kanál končí čiastočným znakom" -#: ../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 "" -#: ../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 "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 "" -#: ../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 #, 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 #, fuzzy msgid "unfinished symbolic reference" msgstr "Neukončený odkaz na entitu" -#: ../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 "Text v úvodzovkách 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 " @@ -926,142 +923,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" @@ -1069,51 +1066,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 #, fuzzy, c-format msgid "Invalid group name: %s" msgstr "Neplatný názov programu: %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 #, fuzzy, c-format msgid "Invalid key name: %s" msgstr "Neplatný názov programu: %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 " @@ -1122,129 +1119,125 @@ 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 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako čí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 boolovská." -#: ../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:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" -#: ../gio/gcontenttype.c:159 +#: gio/gcontenttype.c:159 #, fuzzy msgid "Unknown type" msgstr "Neznáma voľby %s" -#: ../gio/gcontenttype.c:160 +#: gio/gcontenttype.c:160 #, c-format msgid "%s filetype" msgstr "" -#: ../gio/gcontenttype.c:577 +#: gio/gcontenttype.c:577 #, 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 "" -#: ../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:1517 #, 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: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 #, fuzzy, c-format msgid "Operation not supported" msgstr "Symbolické odkazy nepodporované" @@ -1257,93 +1250,93 @@ msgstr "Symbolické odkazy nepodporované" #. 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:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Symbolické odkazy nepodporované" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: ../gio/gfile.c:4860 +#: gio/gfile.c:4860 #, 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:425 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 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 "" @@ -1354,299 +1347,299 @@ 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:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1108 #, 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: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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Neplatné meno hostiteľa" -#: ../gio/glocalfile.c:1125 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfile.c:1244 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfile.c:1254 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfile.c:1604 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfile.c:1627 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: ../gio/glocalfile.c:1648 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: ../gio/glocalfile.c:1781 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: ../gio/glocalfile.c:1938 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Chyba počas prevodu: %s" -#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfile.c:2021 +#: gio/glocalfile.c:2021 #, 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:2043 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:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfile.c:2076 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Dokument neočakávane skončil v mene atribútu" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Chyba pri nastavovaní rozšírenej vlastnostii '%s': %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1454 msgid " (invalid encoding)" msgstr " (neplatné kódovanie)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Neplatný typ vlastnosti (očakávané uint32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Neplatný typ vlastnosti (očakávané uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Neplatný typ vlastnosti (očakávaný bajtový reÅ¥azec)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Chyba počas prevodu: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "Chyba pri nastavovaní vlastníka: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, c-format msgid "symlink must be non-NULL" msgstr "symbolický odkaz nesmie byÅ¥ prázdny" -#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1834 +#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Chyba na riadku %d: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:1994 #, 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:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, 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:260 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, 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:311 #, c-format msgid "Failed to resize memory output stream" msgstr "Zlyhala zmena veľkosti pamäťového výstupného prúdu" @@ -1654,92 +1647,119 @@ 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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI hostiteľa '%s' je neplatné." + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 ../gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 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 0e9688dd..7df70cc6 100644 --- a/po/sl.po +++ b/po/sl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-18 18:46+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian \n" @@ -555,7 +555,7 @@ msgstr "dosežena omejitev sledenja nazaj" msgid "the pattern contains items not supported for partial matching" msgstr "vzorec vsebuje predmete, ki niso podprti za delno iskanje zadetkov" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "notranja napaka" @@ -872,47 +872,47 @@ msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Ni mogoče ustvariti cevi za komunikacijo s procesom podrejenega predmeta (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Neveljavno ime programa: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1169,7 +1169,7 @@ msgstr "Prevelika vrednost Å¡tetja poslana na %s" msgid "Stream is already closed" msgstr "Pretok je že zaprt" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Operacija je bila preklicana." @@ -1235,10 +1235,10 @@ msgstr "pogona ni mogoče izvreči" msgid "drive doesn't implement polling for media" msgstr "pogon ne podpira preverjanja enote" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "Operacija ni podprta" @@ -1251,52 +1251,52 @@ 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Obstoječa enota ne obstaja" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Ni mogoče kopirati preko mape" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Ni mogoče kopirati mape preko mape" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Ciljna datoteka obstaja" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Ni mogoče kopirati drevesne strukture mape" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Neveljavna vrednost simbolne povezave" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Smeti niso podprte" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Ni mogoče uporabiti '%c' v imenu datoteke" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "enota ne podpira priklopa" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Na voljo ni programa z a upravljanje s to datoteko" @@ -1358,111 +1358,111 @@ msgstr "Pretok izvaja izredno operacijo" msgid "Unable to find default local directory monitor type" msgstr "Ni mogoče najti privzete vrste nadzora mape" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Neveljavno ime datoteke %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Napaka med branjem podrobnosti datotečnega sistema %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Ni mogoče preimenovati skrbniÅ¡ke mape" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Ni mogoče preimenovati datoteke, izbrano ime že obstaja" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Neveljavno ime datoteke" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Napaka med preimenovanjem datoteke: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Napaka med odpiranjem datoteke: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Ni mogoče odpreti mape" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Napaka med odstranjevanjem datoteke: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Napaka ob premikanjem datoteke v smeti: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ni mogoče ustvariti mape smeti %s: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Ni mogoče najti vrhnje ravni smeti" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Ni mogoče najti ali ustvariti mape smeti" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Ni mogoče ustvariti datoteke podrobnosti: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Ni mogoče premakniti datoteke v smeti: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Napaka med ustvarjanjem simbolne povezave: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Napaka med premikanjem datoteke: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Ni mogoče premakniti mape čez mapo" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Napaka med odstranjevanjem ciljne datoteke: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Premikanje med priklopi ni podprto" @@ -1677,6 +1677,35 @@ msgstr "Odvodni pretok ne podpira pisanja" msgid "Source stream is already closed" msgstr "Izvorni pretok je že zaprt" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Neimenovan" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Ime gostitelja naslova URI '%s' ni veljavno" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Neimenovan" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/sq.po b/po/sq.po index 4af8b832..11fceba2 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-09-12 12:47+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: albanian \n" @@ -558,7 +558,7 @@ msgstr "u arrit kufiri i backtracking" msgid "the pattern contains items not supported for partial matching" msgstr "Modeli përmban elementë të pasuportuar për korrispondimin e pjesëshëm" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "gabim i brendshëm" @@ -882,47 +882,47 @@ msgstr "I pamundur leximi i të dhënave nga proçesi bir" 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Emër i pasaktë programi: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "I pamundur ekzekutimi i programit ndihmues (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1176,7 +1176,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1243,10 +1243,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, fuzzy, c-format msgid "Operation not supported" msgstr "Lidhjet simbolike nuk suportohen" @@ -1259,52 +1259,52 @@ msgstr "Lidhjet simbolike nuk suportohen" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Lidhjet simbolike nuk suportohen" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "Asnjë aplikativ me emrin '%s' ka regjistruar një libërshënues për '%s'" @@ -1366,111 +1366,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Emër i pasaktë kyçi: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Emër host i pasaktë" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Dështoi krijimi i file '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Dështoi krijimi i file '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Dështoi krijimi i file '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Gabim gjatë analizimit të opsionit %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1684,6 +1684,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Emri i host të URI '%s' është i pasaktë" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/sr.po b/po/sr.po index bbe418ee..eed69c87 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-09-06 21:11+0100\n" "Last-Translator: Горан Ракић \n" "Language-Team: Serbian (sr) \n" @@ -557,7 +557,7 @@ msgstr "достигнут је лимит претраживања уназад msgid "the pattern contains items not supported for partial matching" msgstr "образац садржи ставке које нису подржане за делимично поклапање" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "интерна грешка" @@ -877,47 +877,47 @@ msgstr "Неуспело читање података из потпроцеса msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Неуспело стварање цевке за везу са потпроцесом (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Неисправно име програма: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Неисправна радна фасцикла: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Неуспело извршавање помоћног програма (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1169,7 +1169,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1236,10 +1236,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Симболичке везе нису подржане" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "Програм „%s“ није регистровао обележивач ка „%s“" @@ -1359,111 +1359,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Неисправно име кључа: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при рашчлањивању могућности %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1677,6 +1677,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Име домаћина из адресе „%s“ је неисправно" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/sr@Latn.po b/po/sr@Latn.po index 53c11d01..16bfd0e5 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-09-06 21:11+0100\n" "Last-Translator: Goran Rakić \n" "Language-Team: Serbian (sr) \n" @@ -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:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "interna greÅ¡ka" @@ -877,47 +877,47 @@ msgstr "Neuspelo čitanje podataka iz potprocesa" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Neuspelo stvaranje cevke za vezu sa potprocesom (%s)" -#: glib/gspawn-win32.c:332 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 "Neuspelo čitanje iz podređene cevke (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Neuspelo pristupanje direktorijumu „%s“ (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Neuspelo izvrÅ¡avanje potprocesa (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Neispravno ime programa: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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 "Neispravna niska — član vektora u %d: %s" -#: glib/gspawn-win32.c:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Neispravna niska u okruženju: %s" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Neispravna radna fascikla: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Neuspelo izvrÅ¡avanje pomoćnog programa (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1170,7 +1170,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1237,10 +1237,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Simboličke veze nisu podržane" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "Program „%s“ nije registrovao obeleživač ka „%s“" @@ -1360,111 +1360,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Neispravno ime ključa: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Neispravno ime domaćina" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka pri raščlanjivanju mogućnosti %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1678,6 +1678,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Ime domaćina iz adrese „%s“ je neispravno" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/sr@ije.po b/po/sr@ije.po index baa4aaa0..30c974bb 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2004-04-29 01:11+0200\n" "Last-Translator: Bojan Suzic \n" "Language-Team: Serbian (sr) \n" @@ -559,7 +559,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -882,48 +882,48 @@ msgstr "Неуспјело читање података из подређено msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Неуспјело стварање цјевке за везу са подређеним процесом (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "Неисправно име домаћина" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "Неисправан низ у уносу за претварање" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "Неуспјело извршавање помоћног програма" # Овај превод није психолошке природе :) -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1173,7 +1173,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1239,10 +1239,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Симболичке везе нису подржане" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1362,111 +1362,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1680,6 +1680,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Име домаћина из адресе „%s“ је неисправно" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/sv.po b/po/sv.po index e5818845..2c63b50c 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-25 09:25+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -563,7 +563,7 @@ msgstr "bakÃ¥tspÃ¥rningsgräns nÃ¥dd" msgid "the pattern contains items not supported for partial matching" msgstr "mönstret innehÃ¥ller objekt som inte stöds för delvis matchning" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "internt fel" @@ -878,47 +878,47 @@ msgstr "Misslyckades med att läsa data frÃ¥n barnprocessen" 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Ogiltigt programnamn: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1174,7 +1174,7 @@ msgstr "För stort räknevärde skickat till %s" msgid "Stream is already closed" msgstr "Strömmen är redan stängd" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Åtgärden avbröts" @@ -1240,10 +1240,10 @@ msgstr "enheten har inte implementerat utmatning" msgid "drive doesn't implement polling for media" msgstr "enheten har inte implementerat pollning av media" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "Åtgärden stöds inte" @@ -1256,52 +1256,52 @@ 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Infattande montering finns inte" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Kan inte kopiera över katalog" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Kan inte kopiera katalog över katalog" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "MÃ¥lfilen finns" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Kan inte kopiera katalogen rekursivt" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Ogiltigt värde för symbolisk länk angivet" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Papperskorgen stöds inte" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnamn fÃ¥r inte innehÃ¥lla \"%c\"" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "volymen har inte implementerat montering" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "Inget program är registrerat för hantering av denna fil" @@ -1363,111 +1363,111 @@ msgstr "Strömmen har kvarstÃ¥ende Ã¥tgärd" msgid "Unable to find default local directory monitor type" msgstr "Kunde inte hitta standardtyp för lokal katalogövervakare" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Ogiltigt filnamn %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fel vid hämtning av filsystemsinformation: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Kan inte byta namn pÃ¥ rotkatalog" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Kan inte byta namn pÃ¥ filen, filnamnet finns redan" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Ogiltigt filnamn" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Fel vid namnbyte av fil: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Fel vid öppnade av fil: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Kan inte öppna katalog" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Fel vid borttagning av fil: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Fel vid kastande av fil: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kunde inte skapa papperskorgskatalogen %s: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Kunde inte hitta toppnivÃ¥katalog för papperskorg" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Kunde inte hitta eller skapa papperskorgskatalog" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kunde inte skapa information om kastad fil: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Kunde inte kasta fil: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Fel vid skapande av symbolisk länk: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Fel vid flyttning av fil: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Kan inte flytta katalog över katalog" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Fel vid borttagning av mÃ¥lfil: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Flyttning mellan monteringar stöds inte" @@ -1681,6 +1681,35 @@ msgstr "Utmatningsström har inte implementerat skrivning" msgid "Source stream is already closed" msgstr "Källströmmen är redan stängd" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Namnlös" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Namnlös" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/ta.po b/po/ta.po index 0d535d97..7e747554 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-08-13 09:47+0530\n" "Last-Translator: Dr.T.Vasudevan \n" "Language-Team: TAMIL \n" @@ -554,7 +554,7 @@ msgstr "பின்நோக்கி ஆராயும் எல்லை அ msgid "the pattern contains items not supported for partial matching" msgstr "தோரணி உள்ளடக்கங்கள் பகுதி பொருத்தத்துக்கு ஆதரவு தராத உருப்படிகளாக உள்ளன" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "உள்ளமை தவறு" @@ -872,47 +872,47 @@ msgstr "சேய் செயலில் இருந்து தரவு msgid "Failed to create pipe for communicating with child process (%s)" msgstr "(%s) சேய்-செயலிடன் தொடர்பு கொல்ல கழாய்த்-தொடரைப் படைக்க முடியவில்லை" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "தவறான நிரல் பெயர்: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "தவறான பணி செய்யும் அடைவு: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "உதவியாளர் நிலையை இயக்க முடியவில்லை (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1162,7 +1162,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1229,10 +1229,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "'%s' பெயரிலுள்ள பயன்பாடு '%s'க்கு ஒரு புத்தகக்குறியை பதிவு செய்தது" @@ -1352,111 +1352,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "செல்லுபடியாகாத விசை பெயர்: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "பிழையான விருந்தோம்புப்-பெயர்" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "கூறிடும் போது பிழை: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1670,6 +1670,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "`%s' வலை முகவரியின் விருந்தோம்புப்-பெயர் செல்லுபடியாகாதது" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/te.po b/po/te.po index 8908cf69..6ced6fe3 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2004-12-13 20:16+0100\n" "Last-Translator: రమణ సాయి \n" "Language-Team: Free Software Foundation, Andhra Pradesh \n" @@ -541,7 +541,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -859,47 +859,47 @@ msgstr " శిశు కార్యం నుండి చదువుటల msgid "Failed to create pipe for communicating with child process (%s)" msgstr " (%s) శిశు కార్యం తో తెలియచేయుటకు పైప్ ను సృష్టించుటలో విఫలమైనావు " -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "నిస్సారమైన ఆతిథ్య నామము" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "పరివర్తన ఎగుబడి వరుస నిస్సారము " -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr " వివరణ తెరచుటలో దోషం '%s': %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr " సహాయ కార్యక్రమం నిర్వర్తించుటలో విఫలమయినావు " -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1146,7 +1146,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1213,10 +1213,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "చిహ్న పూరితజోడి సహకరించలెదు. " -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1336,111 +1336,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "నిస్సారమైన ఆతిథ్య నామము" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "నిస్సారమైన ఆతిథ్య నామము" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "పరివర్తనం నందు దోషం కలదు: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1654,6 +1654,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "ఆతిథ్య నామం యొక్క యుఆర్ఐ '%s' నిస్సారము" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/th.po b/po/th.po index bdeec43c..cf1d1f0c 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-24 19:10+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -531,7 +531,7 @@ msgstr "เกินขอบเขตการถอยคืน" msgid "the pattern contains items not supported for partial matching" msgstr "แพตเทิร์นมีรายการที่ไม่รองรับในการจับคู่ทีละส่วน" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "ข้อผิดพลาดภายใน" @@ -842,47 +842,47 @@ msgstr "อ่านข้อมูลจากโพรเซสลูกไม msgid "Failed to create pipe for communicating with child process (%s)" msgstr "สร้างไปป์เพื่อสื่อสารกับโพรเซสลูกไม่สำเร็จ (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "ชื่อโปรแกรมผิดรูปแบบ: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "ไดเรกทอรีใช้งานมีรูปแบบไม่ถูกต้อง: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "ดำเนินงานโปรแกรมช่วยไม่สำเร็จ (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1128,7 +1128,7 @@ msgstr "มีการส่งค่า count ที่สูงเกิน msgid "Stream is already closed" msgstr "สตรีมถูกปิดไปแล้ว" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "การกระทำถูกยกเลิก" @@ -1194,10 +1194,10 @@ msgstr "ไดรว์ไม่สามารถใช้คำสั่งด msgid "drive doesn't implement polling for media" msgstr "ไดรว์ไม่สามารถใช้คำสั่งตรวจสอบสื่อได้" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "ไม่มีจุดเมานท์ที่บรรจุแฟ้มอยู่" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "ไม่สามารถคัดลอกทับไดเรกทอรี" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "ไม่สามารถคัดลอกไดเรกทอรีทับไดเรกทอรี" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "มีแฟ้มปลายทางอยู่ก่อนแล้ว" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "ไม่สามารถคัดลอกไดเรกทอรีทั้งยวง" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "ได้รับชื่อ symlink ที่ใช้การไม่ได้" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "ไม่รองรับการใช้ถังขยะ" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "ชื่อแฟ้มจะมีอักขระ '%c' ไม่ได้" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "โวลุมไม่รองรับการเมานท์" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "ไม่มีโปรแกรมที่ลงทะเบียนสำหรับจัดการแฟ้มประเภทนี้ไว้" @@ -1317,111 +1317,111 @@ msgstr "สตรีมมีการกระทำค้างอยู่" msgid "Unable to find default local directory monitor type" msgstr "ไม่สามารถหาชนิดปริยายของการเฝ้ามองไดเรกทอรีในเครื่อง" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "ชื่อแฟ้ม %s ผิดรูปแบบ" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "เกิดข้อผิดพลาดขณะอ่านข้อมูลของระบบแฟ้ม: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "ไม่สามารถเปลี่ยนชื่อไดเรกทอรีราก" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "ไม่สามารถเปลี่ยนชื่อแฟ้ม เนื่องจากมีแฟ้มชื่อเดียวกันอยู่ก่อนแล้ว" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "ชื่อแฟ้มผิดรูปแบบ" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "เกิดข้อผิดพลาดขณะเปลี่ยนชื่อแฟ้ม: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "เกิดข้อผิดพลาดขณะเปิดแฟ้ม: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "ไม่สามารถเปิดไดเรกทอรี" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "เกิดข้อผิดพลาดขณะลบแฟ้ม: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "เกิดข้อผิดพลาดขณะทิ้งแฟ้มลงถังขยะ: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "สร้างไดเรกทอรีถังขยะ '%s' ไม่สำเร็จ: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "หาไดเรกทอรีระดับบนสุดสำหรับถังขยะไม่สำเร็จ" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "หาหรือสร้างไดเรกทอรีถังขยะไม่สำเร็จ" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "สร้างแฟ้มข้อมูลการทิ้งขยะไม่สำเร็จ: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "ทิ้งแฟ้มลงถังขยะไม่สำเร็จ: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "เกิดข้อผิดพลาดขณะสร้าง symbolic link: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "เกิดข้อผิดพลาดขณะย้ายแฟ้ม: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "ไม่สามารถย้ายไดเรกทอรีทับไดเรกทอรี" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "เกิดข้อผิดพลาดขณะลบแฟ้มปลายทาง: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "ไม่รองรับการย้ายแฟ้มข้ามอุปกรณ์" @@ -1635,6 +1635,35 @@ msgstr "สตรีมข้อมูลออกยังไม่รองร msgid "Source stream is already closed" msgstr "สตรีมต้นทางถูกปิดไปแล้ว" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "ไม่มีชื่อ" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "ชื่อโฮสต์ของ URI '%s' ใช้ไม่ได้" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "ไม่มีชื่อ" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/tl.po b/po/tl.po index 858586cc..5edc585c 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2005-12-01 17:31+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -580,7 +580,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -901,47 +901,47 @@ msgstr "Sawi sa pagbasa ng datos mula sa prosesong anak" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Sawi sa paglikha ng pipe para makausap ang prosesong anak (%s)" -#: glib/gspawn-win32.c:332 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 "Sawi sa pagbasa mula sa child pipe (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Sawi sa paglipat sa directory '%s' (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Sawi sa pagtakbo ng prosesong anak (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Imbalidong pangalan ng programa: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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 "Imbalidong string sa argument vector sa %d: %s" -#: glib/gspawn-win32.c:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Imbalidong string sa kapaligiran: %s" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Imbalidong working directory: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Bigo sa pagtakbo ng programang katulong (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1197,7 +1197,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1264,10 +1264,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Hindi suportado ang mga symbolic link" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1387,111 +1387,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Imbalidong pangalan ng programa: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Hindi tanggap na hostname" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1706,6 +1706,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Ang hostname ng URI '%s' ay hindi tanggap" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/tr.po b/po/tr.po index d3376736..d24d2375 100644 --- a/po/tr.po +++ b/po/tr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.tr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-01-12 15:54+0200\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" @@ -562,7 +562,7 @@ msgstr "geri takip sınırına ulaşıldı" msgid "the pattern contains items not supported for partial matching" msgstr "doku (pattern), kısmi eşleme için desteklenmeyen öğeler içeriyor" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "dahili hata" @@ -878,47 +878,47 @@ msgstr "Alt süreçten bilgi okuma başarısızlığı" 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Geçersiz program adı: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1168,7 +1168,7 @@ msgstr "g_input_stream_read'e çok büyük sayaç değeri geçildi" msgid "Stream is already closed" msgstr "Akış zaten kapalı" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "İşlem iptal edildi" @@ -1234,10 +1234,10 @@ msgstr "sürücü çıkartmayı uygulamıyor" msgid "drive doesn't implement polling for media" msgstr "sürücü ortam için yoklamayı uygulamıyor" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "İşlem desteklenmiyor" @@ -1250,52 +1250,52 @@ 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Bağlama mevcut değil içeriyor" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Dizin üzerine kopyalanamıyor" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Dizin dizin üzerine kopyalanamıyor" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Hedef dosya mevcut" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Dizin iç içe kopyalanamıyor" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Geçersiz sembolik bağ değeri verildi" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Çöp desteklenmiyor" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Dosy adları '%c' içeremez" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "sistem bağlama uygulamıyor" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "'%s' adında hiçbir uygulama '%s' için yer imi kaydetmedi" @@ -1357,111 +1357,111 @@ msgstr "Akışın sıradışı işlemi var" msgid "Unable to find default local directory monitor type" msgstr "Çöp için en üst seviye dizin bulunamıyor" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Geçersiz dosya adı %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Dosya sistemi bilgisi alınırken hata: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Kök dizini yeniden adlandırılamıyor" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Dosya yeniden adlandırılamıyor, dosya ismi zaten mevcut" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Geçersiz dosya adı" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Dosya yeniden adlandırılırken hata: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Dosya açılırken hata: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Dizin açılamıyor" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Dosya silinirken hata: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Dosya çöpe atılırken hata: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Çöp dizini %s oluşturulamıyor: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Çöp için en üst seviye dizin bulunamıyor" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "Çöp dizini bulunamıyor ya da oluşturulamıyor" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Çöpe atılmış dosya oluşturulamıyor: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Dosya çöpe atılamıyor: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Sembolik bağ yaparken hata: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Dosya taşınırken hata: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Dizin dizin üzerine taşınamıyor" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Hedef dosya silerken hata: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Bağlı sistemler arasında taşıma desteklenmiyor" @@ -1675,6 +1675,35 @@ msgstr "Çıktı akışı write uygulamıyor" msgid "Source stream is already closed" msgstr "Kaynak akışı zaten kapalı" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "İsimlendirilmemiş" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI makine adı '%s' geçersiz" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "İsimlendirilmemiş" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/tt.po b/po/tt.po index 3d7f4761..9833bbd0 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2005-11-09 13:19+0300\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" @@ -517,7 +517,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -828,47 +828,47 @@ msgstr "" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "Yazılım adı yaraqsız: %s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "Tirä-yaqta yaraqsız yazma bar: %s" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "Eş törgäge yaraqsız: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Yärdämçe yazılım eşlätep bulmadı (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1113,7 +1113,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1180,10 +1180,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1303,111 +1303,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Yazılım adı yaraqsız: %s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Host adı yaraqsız" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1621,6 +1621,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "'%s' digän URI'nıñ host adı yaraqsız" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/uk.po b/po/uk.po index 82f5c13c..47455ed0 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-08 01:23+0200\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-01-25 11:56+0300\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -17,225 +17,225 @@ 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:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, 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:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, 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:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Неочікуваний тег '%s' у '%s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Не вдається знайти правильний файл закладок у каталогах даних" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, 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: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 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Не знайдено закладки для URI '%s'" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Не визначено тип MIME у закладці для URI '%s'" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Не вказано приватну ознаку у закладці для URI '%s'" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, 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:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Не зареєстровано програму з назвою '%s' для закладки '%s'" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, 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\"" -#: ../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:104 glib/gdir.c:124 #, 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" @@ -243,89 +243,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:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Помилка в рядку %d на символі %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Помилка в рядку %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Виявлено порожній предикат \"&;\"; допустимими предикатами є: & " " "< > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -336,17 +335,17 @@ msgstr "" "\"; якщо цей символ вживається не для позначення початку предикату, то " "повинен екрануватись як символ &" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Символ \"%s\" не допускається в назві предикату" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Назва предикату \"%s\" невідома" -#: ../glib/gmarkup.c:534 +#: 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 &" @@ -354,7 +353,7 @@ msgstr "" "Предикат не закінчується крапкою з комою; очевидно, що символ & було " "використано не для позначення початку предикату – екрануйте його як &" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -363,16 +362,16 @@ msgstr "" "Помилка аналізу '%-.*s', де має бути число у символьному посиланні " "(наприклад, ê), можливо, число надто велике" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Посилання на символ \"%-.*s\" не визначає дозволений символ" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "Порожнє посилання на символ, воно має включати число, наприклад dž" -#: ../glib/gmarkup.c:637 +#: 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 " @@ -381,37 +380,37 @@ msgstr "" "Посилання на символ не закінчується крапкою з комою, схоже символ \"&\" було " "використано не для позначення початку предикату – екрануйте його як &." -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "Незавершене посилання на предикат" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Незавершене посилання на символ" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "" "Текст закодований як UTF-8 неприпустимим способом - надто довга послідовність" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" "Текст закодований як UTF-8 неприпустимим способом - некоректний початок " "символу" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "" "Текст закодований як UTF-8 неприпустимим способом - некоректна послідовність " "'%s'" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. )" msgstr "Документ має починатися з елемента (наприклад, )" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -420,7 +419,7 @@ msgstr "" "Символ \"%s\" не дозволяється вживати після символу \"<\", він не може " "починати назву елемента" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -429,7 +428,7 @@ msgstr "" "Зайвий символ \"%s\", очікувався символ \">\" для закриття початкового тегу " "елементу \"%s\"" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -437,7 +436,7 @@ msgstr "" "Зайвий символ \"%s\", очікувався символ \"=\" після назви ознаки \"%s\" " "елемента \"%s\"" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -448,7 +447,7 @@ msgstr "" "початкового тегу елементу \"%s\", чи додаткова ознака; можливо, було " "використано неприпустимий символ в назві ознаки" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -457,7 +456,7 @@ msgstr "" "Зайвий символ \"%s\", очікувались відкриваючі лапки після знаку рівності на " "присвоєнні значення ознаці \"%s\" елементу \"%s\"" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Було закрито не відкритий елемент \"%s\"" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Було закрито елемент \"%s\", але зараз відрито елемент \"%s\"" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "Документ порожній чи містить лише пропуски" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Документ раптово закінчився відразу після початкової кутової дужки \"<\"" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -503,7 +502,7 @@ msgstr "" "Документ раптово закінчився, коли деякі елементи ще були відкритими – \"%s\" " "був останнім відкритим елементом" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -512,19 +511,19 @@ msgstr "" "Документ раптово закінчився, очікувалась кінцева кутова дужка для закриття " "тегу <%s/>" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Документ раптово закінчився посеред назви елемента" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Документ раптово закінчився посеред назви ознаки" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Документ раптово закінчився у середині тегу, що відкривав елемент" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -532,404 +531,402 @@ msgstr "" "Документ раптово закінчився після знака рівності, що йшов за назвою ознаки; " "значення ознаки не вказано" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Документ раптово закінчився посеред значення ознаки" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Документ раптово закінчився у середині тегу, що закривав елемент \"%s\"" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 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:1879 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "внутрішня помилка" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "умови у вигляді зворотних посилань при пошуку часткової відповідності не " "підтримуються" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "досягнуто межу рекурсії" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "досягнуто межу робочого простору для порожніх підрядків" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "некоректна комбінація ознак переведення рядка" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "невідома помилка" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ наприкінці шаблону" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c наприкінці шаблону" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "нерозпізнаний символ за послідовністю \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "escape-символи (\\l, \\L, \\u, \\U) неприпустимі тут" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "неправильний порядок чисел у специфікаторі {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "надто велике число у специфікаторі {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "відсутній завершальний символ ] для класу символів" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "Неправильна escape-послідовність у класі символів" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "неправильний порядок у діапазоні у класі символів" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "немає що повторювати" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "нерозпізнаний символ після (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "нерозпізнаний символ після (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "нерозпізнаний символ після (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "назви класів у стилі POSIX підтримуються лише у межах класі" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "відсутній завершальний символ )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") без початкової дужки (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(за ?R або (?[+-]цифри має бути вказано дужку )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "посилання на неіснуючий вкладений шаблон" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "відсутня дужка ) після коментаря" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "регулярний вираз надто довгий" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "не вдається отримати пам'ять" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "твердження lookbehind має не фіксовану довжину" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "неправильне число або назва після (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "група умови містить більше ніж дві гілки" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "після (?( очікується твердження" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "невідома POSIX-назва класу" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "елементи порівняння у стилі POSIX не підтримуються" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "значення символу у послідовності \\x{...} надто велике" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "неправильний вираз (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C неприпустимий у твердженні lookbehind" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "рекурсивний виклик може увійти у нескінчений цикл" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "відсутній завершальний символ у назві вкладеного шаблону" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "два іменовані вкладені шаблони мають однакову назву" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "неправильна послідовність \\P чи \\p" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "невідома назва властивості після \\P чи \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "вкладена назва шаблону надто довга (максимум 32 символів)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "надто багато іменованих вкладених шаблонів (максимум 10,000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "вісімкове значення більше ніж \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "група DEFINE містить більш ніж одну гілку" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "повтор групи DEFINE неприпустимий" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "неузгоджені параметри NEWLINE" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g не завершується скріпленою назвою чи необов'язковим скріпленим не-" "нульове число" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "неочікуваний повтор" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "переповнення коду" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "переповнення при компіляції робочого простору" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "" "раніше перевірений вкладений шаблон, на який йде посилання не знайдений" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Помилка під час пошуку відповідності регулярному виразу %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "Бібліотека PCRE не підтримує UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Бібліотека PCRE не підтримує властивості у кодуванні UTF8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Помилка при компіляції регулярного виразу %s на символі %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "При оптимізації регулярного виразу %s виникла помилка: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "очікується шістнадцяткова цифра або символ '}'" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "очікується шістнадцяткова цифра" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "у символьному рядку відсутня '<'" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "незакінчене символьне посилання" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "символьне посилання нульової довжини" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "очікується цифра" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "некоректне символьне посилання" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "відкидати кінцеві '\\'" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "невідома escape-послідовність" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" "Під час розбору тексту заміни \"%s\" виникла помилка у символі з номером %" "lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, 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 " @@ -938,144 +935,144 @@ 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 "" "Неочікувана помилка під час очікування на зміну стану файлового дескриптора " "дочірнього процесу (%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 "Не вдається розібрати числове значення подвійної точності '%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" @@ -1083,51 +1080,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 " @@ -1136,128 +1133,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 "Ключовий файл містить неправильну escape-послідовність '%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:1872 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 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:577 #, 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:1517 #, 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: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 msgid "Operation not supported" msgstr "Операція не підтримується" @@ -1270,93 +1263,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:1042 ../gio/glocalfile.c:1053 -#: ../gio/glocalfile.c:1066 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Вкладена точка монтування не існує" -#: ../gio/gfile.c:1895 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Не вдається копіювати у каталог" -#: ../gio/gfile.c:1955 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "Не вдається копіювати каталог у каталог" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2026 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Цільовий файл існує" -#: ../gio/gfile.c:1981 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Не вдається рекурсивно скопіювати каталог" -#: ../gio/gfile.c:2679 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "Неправильне значення символьного посилання" -#: ../gio/gfile.c:2772 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Смітник не підтримується" -#: ../gio/gfile.c:2819 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "назви файлів не можуть містити символ '%c'" -#: ../gio/gfile.c:4752 ../gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "том не підтримує операцію монтування" -#: ../gio/gfile.c:4860 -#, c-format,fuzzy +#: gio/gfile.c:4860 +#, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "Не зареєстровано програму з назвою '%s', що створило закладку '%s'" -#: ../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:425 #, c-format msgid "File enumerator has outstanding operation" msgstr "Лічильник файлів має невиконані операції" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415 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 "Вхідний потік не підтримує операцію читання" @@ -1367,301 +1360,301 @@ 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:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "Неправильна назва файлу %s" -#: ../gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "Помилка при отриманні інформації з файлової системи: %s" -#: ../gio/glocalfile.c:1086 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "Не можна перейменовувати кореневий каталог" -#: ../gio/glocalfile.c:1104 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "Не вдається перейменувати файлу, файл з такою назвою вже існує" -#: ../gio/glocalfile.c:1117 ../gio/glocalfile.c:1901 ../gio/glocalfile.c:1930 -#: ../gio/glocalfile.c:2079 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: 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 #, c-format msgid "Invalid filename" msgstr "Неправильна назва файлу" -#: ../gio/glocalfile.c:1121 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "Помилка при перейменуванні файлу: %s" -#: ../gio/glocalfile.c:1240 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Помилка при відкриванні файлу: %s" -#: ../gio/glocalfile.c:1250 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Не вдається відкрити каталог" -#: ../gio/glocalfile.c:1310 ../gio/glocalfile.c:1905 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Помилка при видаленні файлу: %s" -#: ../gio/glocalfile.c:1600 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "Помилка при переміщенні файлу до смітника: %s" -#: ../gio/glocalfile.c:1623 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Помилка при створенні каталогу смітника %s: %s" -#: ../gio/glocalfile.c:1644 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Не вдається знайти каталог верхнього рівня для смітника" -#: ../gio/glocalfile.c:1723 ../gio/glocalfile.c:1743 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "не вдається знайти чи створити каталог смітника" -#: ../gio/glocalfile.c:1777 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Помилка створення файл у смітнику: %s" -#: ../gio/glocalfile.c:1802 ../gio/glocalfile.c:1871 ../gio/glocalfile.c:1878 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "Не вдається перемістити файл до смітника: %s" -#: ../gio/glocalfile.c:1934 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "Помилка при створенні символьного посилання: %s" -#: ../gio/glocalfile.c:1994 ../gio/glocalfile.c:2083 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Помилка при переміщенні файлу: %s" -#: ../gio/glocalfile.c:2017 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "Не вдається перемістити каталог у каталог" -#: ../gio/glocalfile.c:2039 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2043 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:2058 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Помилка при зчитуванні цільового файлу: %s" -#: ../gio/glocalfile.c:2072 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "Переміщення між різними точками монтування не підтримується" -#: ../gio/glocalfileinfo.c:709 +#: gio/glocalfileinfo.c:709 #, c-format msgid "Attribute value must be non-NULL" msgstr "Значення атрибуту не можу бути NULL" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 #, c-format msgid "Invalid attribute type (string expected)" msgstr "неправильний тип атрибуту (очікувався рядок)" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 #, c-format msgid "Invalid extended attribute name" msgstr "Неправильна назва розширеного атрибуту" -#: ../gio/glocalfileinfo.c:763 +#: gio/glocalfileinfo.c:763 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Помилка при встановленні розширеного атрибуту \"%s\": %s" -#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "Помилка отримання інформації про файл \"%s\": %s" -#: ../gio/glocalfileinfo.c:1454 +#: gio/glocalfileinfo.c:1454 msgid " (invalid encoding)" msgstr " (неправильне кодування)" -#: ../gio/glocalfileinfo.c:1614 +#: gio/glocalfileinfo.c:1614 #, c-format msgid "Error stating file descriptor: %s" msgstr "Помилка отримання інформації для дескриптору файлу: %s" -#: ../gio/glocalfileinfo.c:1659 +#: gio/glocalfileinfo.c:1659 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Неправильний тип атрибута (очікувався uint32)" -#: ../gio/glocalfileinfo.c:1676 +#: gio/glocalfileinfo.c:1676 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Неправильний тип атрибуту (очікувався uint64)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Неправильний тип атрибуту (очікувався рядок байтів)" -#: ../gio/glocalfileinfo.c:1720 +#: gio/glocalfileinfo.c:1720 #, c-format msgid "Error setting permissions: %s" msgstr "Помилка встановлення прав доступу: %s" -#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting owner: %s" msgstr "Помилка встановлення власник: %s" -#: ../gio/glocalfileinfo.c:1794 +#: gio/glocalfileinfo.c:1794 #, 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:1804 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1834 #, c-format msgid "Error setting symlink: %s" msgstr "Помилка при встановленні символьного посилання: %s" -#: ../gio/glocalfileinfo.c:1813 +#: gio/glocalfileinfo.c:1813 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" "помилка при встановленні символьного посилання: файл не є символьним " "посиланням" -#: ../gio/glocalfileinfo.c:1994 +#: gio/glocalfileinfo.c:1994 #, 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:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "Вказано неправильний GSeekType" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, 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:260 #, c-format msgid "Reached maximum data array limit" msgstr "Досягнуто верхню межу масиву даних" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "Не можна змінювати розмір потоку виводу у пам'ять" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "Помилка при зміні розміру потоку виводу у пам'ять" @@ -1669,93 +1662,122 @@ 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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222 -#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289 +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Без назви" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Неправильна назва вузла в URI \"%s\"" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Без назви" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, 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:1778 gio/gunixmounts.c:1815 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/vi.po b/po/vi.po index 9ce696b7..a88c6f2b 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-01-04 18:33+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -555,7 +555,7 @@ msgstr "không thể rút lùi nữa" msgid "the pattern contains items not supported for partial matching" msgstr "mẫu chứa mục không được hỗ trợ khi khớp bộ phận" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "lỗi nội bộ" @@ -874,47 +874,47 @@ msgstr "Lỗi đọc dữ liệu từ tiến trình con" 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.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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: 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:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: 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:782 +#: 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:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1168,7 +1168,7 @@ msgstr "Giá trị đếm quá lớn được gá»­i cho %s" msgid "Stream is already closed" msgstr "Luồng đã bị đóng" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Thao tác bị thôi" @@ -1234,10 +1234,10 @@ msgstr "ổ đĩa không thá»±c hiện chức năng đẩy ra" msgid "drive doesn't implement polling for media" msgstr "ổ đĩa không thá»±c hiện chức năng thăm dò có phương tiện không" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "Thao tác không được hỗ trợ" @@ -1250,52 +1250,52 @@ 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "Bộ lắp chứa không tồn tại" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "Không thể sao chép đè lên thư mục" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, 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:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "Tập tin đích đã có" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "Không thể sao chép đệ quy thư mục" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, 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:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "Thùng rác không được hỗ trợ" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "Tên tập tin không thể chứa « %c »" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 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:4867 +#: gio/gfile.c:4860 #, 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" @@ -1357,111 +1357,111 @@ msgstr "Luồng có thao tác còn chạy" msgid "Unable to find default local directory monitor type" msgstr "Không tìm thấy kiểu theo dõi thư mục cục bộ mặc định" -#: gio/glocalfile.c:595 +#: 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:958 +#: 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:1082 +#: gio/glocalfile.c:1090 #, 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:1100 +#: gio/glocalfile.c:1108 #, 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:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "Tên tập tin không hợp lệ" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, 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:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "Gặp lỗi khi mở tập tin: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "Không thể mở thư mục" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "Gặp lỗi khi gỡ bỏ tập tin: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, 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:1613 +#: gio/glocalfile.c:1627 #, 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:1634 +#: gio/glocalfile.c:1648 #, 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:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, 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:1767 +#: gio/glocalfile.c:1781 #, 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:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, 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:1924 +#: gio/glocalfile.c:1938 #, 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:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "Gặp lỗi khi di chuyển tập tin: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, 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:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "Gặp lỗi khi gỡ bỏ tập tin đích: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, 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" @@ -1677,6 +1677,35 @@ msgstr "Luồng xuất không thá»±c hiện hàm write (ghi)" msgid "Source stream is already closed" msgstr "Luồng nguồn đã bị đóng" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "Không có tên" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Tên máy cá»§a URI « %s » không hợp lệ" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "Không có tên" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/wa.po b/po/wa.po index dc015c20..2a56b460 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -534,7 +534,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -847,47 +847,47 @@ msgstr "Dji n' a savou lére do process efant" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: glib/gspawn-win32.c:332 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 "Dji n' a savou lére del buze efant (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Dji n' a savou candjî viè l' ridant «%s» (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Dji n' a savou enonder l' process efant (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "No d' lodjoe nén valide" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "Secwince nén valide e l' intrêye do cviersaedje" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "Dji n' a savou enonder l' aidant programe" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1132,7 +1132,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1198,10 +1198,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Loyéns simbolikes nén sopoirtés" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1321,111 +1321,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "No d' lodjoe nén valide" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "No d' lodjoe nén valide" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, 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:1236 +#: gio/glocalfile.c:1244 #, 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:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, 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:1590 +#: gio/glocalfile.c:1604 #, 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:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, 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:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, 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:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1639,6 +1639,32 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +msgid "The name of the icon" +msgstr "" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/xh.po b/po/xh.po index 936ee9bc..62384b7b 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n" "Last-Translator: Canonical Ltd \n" "Language-Team: Xhosa \n" @@ -568,7 +568,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -892,47 +892,47 @@ msgstr "" "Akuphumelelekanga ukudala uthungelwano lokunxibelelana nenkqubo yomntwana (%" "s)" -#: glib/gspawn-win32.c:332 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 "Akuphumelelekanga ukufunda kuthungelwano lomntwana (%s)" -#: glib/gspawn-win32.c:358 glib/gspawn.c:1324 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Akuphumelelekanga ukuguqukela kuvimba weefayili '%s' (%s)" -#: glib/gspawn-win32.c:364 glib/gspawn-win32.c:488 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "Akuphumelelekanga ukuphumeza inkqubo yomntwana (%s)" -#: glib/gspawn-win32.c:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "Igama lomququzeleli elingasebenziyo" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "Ulandelelwano olungasebenziyo kwinguqulo yongeniso-lwazi" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "Impazamo yokuvula uvimba weefayili '%s': %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "Akuphumelelekanga ukuphumeza inkqubo yomncedi" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1192,7 +1192,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1259,10 +1259,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1382,111 +1382,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Igama lomququzeleli elingasebenziyo" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "Igama lomququzeleli elingasebenziyo" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1700,6 +1700,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "Igama lomququzeleli weURI '%s' alisebenzi" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/yi.po b/po/yi.po index b3df1761..60e61f19 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2003-03-19\n" "Last-Translator: Raphael Finkel \n" "Language-Team: Yiddish \n" @@ -554,7 +554,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -874,47 +874,47 @@ msgstr "ניט געקענט לײענען דאַטן פֿון קינדפּראָ msgid "Failed to create pipe for communicating with child process (%s)" msgstr "דורכפֿאַל אין שאַפֿן רער צוליב קאָמוניקירן מיט קינדפּראָצעס (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, fuzzy, c-format msgid "Invalid program name: %s" msgstr "אומלעקסיקער מאַשין־נאָמען" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, fuzzy, c-format msgid "Invalid string in environment: %s" msgstr "אומלעקסיקער סעקװענץ אין פֿאַרװאַנדל־אַרײַנשרײַב" -#: glib/gspawn-win32.c:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, fuzzy, c-format msgid "Invalid working directory: %s" msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, fuzzy, c-format msgid "Failed to execute helper program (%s)" msgstr "דורכפֿאַל אין באַאַרבעטן הילף־פּראָגראַם" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1161,7 +1161,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1227,10 +1227,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "" @@ -1350,111 +1350,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "אומלעקסיקער מאַשין־נאָמען" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "אומלעקסיקער מאַשין־נאָמען" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1668,6 +1668,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "דער מאַשין־נאָמען פֿונעם URI %s איז אומלעקסיק" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 9bed9dfd..f23b12fc 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2008-02-04 20:35+0800\n" "Last-Translator: Deng Xiyue \n" "Language-Team: i18n-zh \n" @@ -527,7 +527,7 @@ msgstr "达到回溯上限" msgid "the pattern contains items not supported for partial matching" msgstr "表达式包含不被部分匹配支持的项" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "内部错误" @@ -838,47 +838,47 @@ msgstr "从子进程中读取数据失败" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "创建与子进程通讯的管道失败(%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "无效的程序名:%s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "无效的工作目录:%s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "执行助手程序(%s)失败" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1123,7 +1123,7 @@ msgstr "传递给 %s 的计数值太大了" msgid "Stream is already closed" msgstr "流已经关闭" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "操作被取消" @@ -1189,10 +1189,10 @@ msgstr "驱动未实现探出" msgid "drive doesn't implement polling for media" msgstr "驱动未实现媒体轮询" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 msgid "Operation not supported" msgstr "不支持该操作" @@ -1205,52 +1205,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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "包含的挂载不存在" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "无法复制目录" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "无法将目录复制到目录" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "目标文件已存在" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "无法递归复制目录" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "给出的符号链接值无效" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, c-format msgid "Trash not supported" msgstr "不支持垃圾箱" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "文件名不能包含“%c”" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "卷未实现挂载" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, c-format msgid "No application is registered as handling this file" msgstr "没有注册为处理此文件的应用程序" @@ -1312,111 +1312,111 @@ msgstr "流有异常操作" msgid "Unable to find default local directory monitor type" msgstr "无法找默认的本地目录监视器类型" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, c-format msgid "Invalid filename %s" msgstr "无效的文件名名:%s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, c-format msgid "Error getting filesystem info: %s" msgstr "读取文件系统信息出错:%s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "无法重命名根目录" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "无法重命名文件,该文件名已存在" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, c-format msgid "Invalid filename" msgstr "无效的文件名" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, c-format msgid "Error renaming file: %s" msgstr "重命名文件出错:%s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, c-format msgid "Error opening file: %s" msgstr "打开文件出错:%s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "无法打开目录" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, c-format msgid "Error removing file: %s" msgstr "移除文件出错:%s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, c-format msgid "Error trashing file: %s" msgstr "将文件放到垃圾箱出错:%s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "创建垃圾箱目录 %s 失败:%s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "无法找到垃圾箱的顶级目录" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "无法找到或创建垃圾箱目录" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, c-format msgid "Unable to create trashing info file: %s" msgstr "创建垃圾信息文件失败:%s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, c-format msgid "Unable to trash file: %s" msgstr "创建垃圾文件失败:%s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, c-format msgid "Error making symbolic link: %s" msgstr "创建符号链接出错:%s" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, c-format msgid "Error moving file: %s" msgstr "移动文件出错:%s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "无法将目录移动到目录" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, c-format msgid "Error removing target file: %s" msgstr "移除目标文件出错:%s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "不支持在挂载之间移动" @@ -1630,6 +1630,35 @@ msgstr "输出流未实现写入" msgid "Source stream is already closed" msgstr "来源流已经关闭" +#: gio/gthemedicon.c:192 +#, fuzzy +msgid "name" +msgstr "未命名" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI中的主机名“%s”无效" + +#: gio/gthemedicon.c:204 +#, fuzzy +msgid "names" +msgstr "未命名" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index 129d0724..7f661b64 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-02-28 02:10+0800\n" "Last-Translator: Woodman Tuen \n" "Language-Team: Chinese (Hong Kong) \n" @@ -532,7 +532,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -850,47 +850,47 @@ msgstr "無法從副進程讀取資料" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "無法建立管道來和副進程溝通 (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "程式名稱無效:%s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "無效的工作目錄:%s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "無法執行協助程式 (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1135,7 +1135,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1202,10 +1202,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "不支援符號連結" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "沒有一個名為‘%s’的應用程式註冊一個書籤給‘%s’" @@ -1325,111 +1325,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "無效的設定鍵名稱:%s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "主機名稱無效" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "解析 %s 選項時發生錯誤" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1643,6 +1643,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI‘%s’中的主機名稱無效" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index 83c2a61d..7acbf300 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-02-25 13:59-0500\n" +"POT-Creation-Date: 2008-03-10 13:55-0400\n" "PO-Revision-Date: 2007-02-27 09:08+0800\n" "Last-Translator: Woodman Tuen \n" "Language-Team: Chinese (Taiwan) \n" @@ -532,7 +532,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1869 +#: glib/gregex.c:154 gio/glocalfile.c:1883 msgid "internal error" msgstr "" @@ -850,47 +850,47 @@ msgstr "無法從副進程讀取資料" msgid "Failed to create pipe for communicating with child process (%s)" msgstr "無法建立管道來和副進程溝通 (%s)" -#: glib/gspawn-win32.c:332 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:358 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:364 glib/gspawn-win32.c:488 +#: 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:435 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "程式名稱無效:%s" -#: glib/gspawn-win32.c:445 glib/gspawn-win32.c:718 glib/gspawn-win32.c:1276 +#: 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:456 glib/gspawn-win32.c:732 glib/gspawn-win32.c:1309 +#: 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:714 glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "無效的工作目錄:%s" -#: glib/gspawn-win32.c:782 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "無法執行協助程式 (%s)" -#: glib/gspawn-win32.c:996 +#: glib/gspawn-win32.c:1002 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -1135,7 +1135,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1862 gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" @@ -1202,10 +1202,10 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:822 gio/gfile.c:1010 gio/gfile.c:1143 gio/gfile.c:1374 -#: gio/gfile.c:1427 gio/gfile.c:1483 gio/gfile.c:1564 gio/gfile.c:2602 -#: gio/gfile.c:2647 gio/gfile.c:2697 gio/gfile.c:2736 gio/gfile.c:3060 -#: gio/gfile.c:3462 gio/gfile.c:3545 gio/gfile.c:3628 gio/gfile.c:3708 +#: 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 #, 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:1262 gio/glocalfile.c:1038 gio/glocalfile.c:1049 -#: gio/glocalfile.c:1062 +#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057 +#: gio/glocalfile.c:1070 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1903 +#: gio/gfile.c:1895 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1963 +#: gio/gfile.c:1955 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1971 gio/glocalfile.c:2016 +#: gio/gfile.c:1963 gio/glocalfile.c:2030 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1989 +#: gio/gfile.c:1981 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2687 +#: gio/gfile.c:2679 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2779 +#: gio/gfile.c:2772 #, fuzzy, c-format msgid "Trash not supported" msgstr "不支援符號連結" -#: gio/gfile.c:2826 +#: gio/gfile.c:2819 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4759 gio/gvolume.c:357 +#: gio/gfile.c:4752 gio/gvolume.c:357 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:4867 +#: gio/gfile.c:4860 #, fuzzy, c-format msgid "No application is registered as handling this file" msgstr "沒有一個名為‘%s’的應用程式註冊一個書籤給‘%s’" @@ -1325,111 +1325,111 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:595 +#: gio/glocalfile.c:599 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "無效的設定鍵名稱:%s" -#: gio/glocalfile.c:958 +#: gio/glocalfile.c:962 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1082 +#: gio/glocalfile.c:1090 #, c-format msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1100 +#: gio/glocalfile.c:1108 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1113 gio/glocalfile.c:1891 gio/glocalfile.c:1920 -#: gio/glocalfile.c:2069 gio/glocalfileoutputstream.c:472 +#: 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 #, fuzzy, c-format msgid "Invalid filename" msgstr "主機名稱無效" -#: gio/glocalfile.c:1117 +#: gio/glocalfile.c:1125 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1236 +#: gio/glocalfile.c:1244 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1246 +#: gio/glocalfile.c:1254 #, c-format msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1300 gio/glocalfile.c:1895 +#: gio/glocalfile.c:1314 gio/glocalfile.c:1909 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1590 +#: gio/glocalfile.c:1604 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1613 +#: gio/glocalfile.c:1627 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1634 +#: gio/glocalfile.c:1648 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1713 gio/glocalfile.c:1733 +#: gio/glocalfile.c:1727 gio/glocalfile.c:1747 #, c-format msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1767 +#: gio/glocalfile.c:1781 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1792 gio/glocalfile.c:1861 gio/glocalfile.c:1868 +#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1924 +#: gio/glocalfile.c:1938 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "解析 %s 選項時發生錯誤" -#: gio/glocalfile.c:1984 gio/glocalfile.c:2073 +#: gio/glocalfile.c:1998 gio/glocalfile.c:2087 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2021 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2029 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2043 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:2048 +#: gio/glocalfile.c:2062 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2062 +#: gio/glocalfile.c:2076 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1643,6 +1643,33 @@ msgstr "" msgid "Source stream is already closed" msgstr "" +#: gio/gthemedicon.c:192 +msgid "name" +msgstr "" + +#: gio/gthemedicon.c:193 +#, fuzzy +msgid "The name of the icon" +msgstr "URI‘%s’中的主機名稱無效" + +#: gio/gthemedicon.c:204 +msgid "names" +msgstr "" + +#: gio/gthemedicon.c:205 +msgid "An array containing the icon names" +msgstr "" + +#: gio/gthemedicon.c:230 +msgid "use default fallbacks" +msgstr "" + +#: gio/gthemedicon.c:231 +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 #, fuzzy, c-format -- 2.34.1